scummvm/gui
2025-03-27 13:47:57 +08:00
..
animation
themes GUI: Use the Simplified Chinese version of NotoSans in the themes 2025-02-18 00:12:12 +01:00
widgets GUI: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
about.cpp GUI: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
about.h GUI: Avoid engine plugin unload while creating AboutDialog 2024-06-30 18:39:06 +02:00
browser.cpp GUI: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
browser.h
chooser.cpp
chooser.h
cloudconnectionwizard.cpp
cloudconnectionwizard.h
console.cpp GUI: Improve selection behaviour outside console area 2024-12-24 13:19:37 +02:00
console.h GUI: Prevent select and scroll beyond bounds in console 2024-12-24 13:19:37 +02:00
credits.h CREDITS: Update 2025-02-10 17:31:08 +01:00
debugger.cpp GUI: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
debugger.h
dialog.cpp JANITORIAL: Fix choosen typo in dialog.cpp 2024-05-18 13:52:31 +02:00
dialog.h
dlcsdialog.cpp DLC: Fix signedness warnings 2024-06-08 11:15:57 +02:00
dlcsdialog.h
downloaddialog.cpp GUI: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
downloaddialog.h CLOUD: Make cloud use Path for local folders and files 2023-12-24 13:19:25 +01:00
downloaddlcsdialog.cpp DLC: Fix signedness warnings 2024-06-08 11:15:57 +02:00
downloaddlcsdialog.h
downloadpacksdialog.cpp COMMON: Make iconspath a Path object 2023-12-24 13:19:25 +01:00
downloadpacksdialog.h
dump-all-dialogs.cpp GUI: Migrate GUI to Path class 2023-12-24 13:19:25 +01:00
dump-all-dialogs.h
editgamedialog.cpp GUI: Fix Rotation mode option 2024-12-05 15:01:22 -08:00
editgamedialog.h GUI: Make engine options not depend on detection plugin 2024-06-30 18:39:06 +02:00
editrecorddialog.cpp
editrecorddialog.h
error.cpp COMMON: Fix translation of error messages 2024-01-02 01:00:54 +02:00
error.h
EventRecorder.cpp GUI: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
EventRecorder.h
filebrowser-dialog.cpp GUI: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
filebrowser-dialog.h
fluidsynth-dialog.cpp I18N: Added comments for translators 2025-03-06 19:07:31 +01:00
fluidsynth-dialog.h
gui-manager.cpp GUI: Fix redraw priorities 2024-11-15 18:23:35 +01:00
gui-manager.h
helpdialog.cpp GUI: Remove automatic scrollbars from TabWidget 2024-06-14 01:15:12 +02:00
helpdialog.h
imagealbum-dialog.cpp GRAPHICS: Remove palette start from surface convertToInPlace. 2024-03-31 23:16:59 +03:00
imagealbum-dialog.h GUI: Replace byte arrays with Palette class in image album dialog 2024-03-14 08:42:07 +02:00
integrity-dialog.cpp GUI: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
integrity-dialog.h GUI: Display results in scrollable ListWidget 2024-06-14 01:15:43 +02:00
launcher.cpp GUI: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
launcher.h Revert "GUI: Move code to detect if load from launcher is available to separate function" 2025-01-02 17:43:06 +01:00
massadd.cpp GUI: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
massadd.h GUI: Move Mass Add list code into MassAddListWidget 2024-05-10 12:16:11 +02:00
message.cpp
message.h
MetadataParser.cpp
MetadataParser.h
module.mk GUI: Disable calls to IntegrityDialog without libcurl 2024-06-14 14:37:02 +02:00
object.cpp
object.h
onscreendialog.cpp
onscreendialog.h
options.cpp GUI: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
options.h SDL, COMMON: Support screen rotation 2024-09-29 02:10:39 +03:00
predictivedialog.cpp JANITORIAL: Fix didnt typo in predictivedialog.cpp 2024-05-18 13:52:31 +02:00
predictivedialog.h
recorderdialog.cpp GUI: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
recorderdialog.h
remotebrowser.cpp GUI: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
remotebrowser.h
saveload-dialog.cpp GUI: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
saveload-dialog.h GUI: Properly redraw the saves list when called from the progress dialog 2024-11-15 18:23:35 +01:00
saveload.cpp
saveload.h
shaderbrowser-dialog.cpp COMMON: Mark more symbols as const 2023-12-26 20:23:59 +01:00
shaderbrowser-dialog.h GUI: Migrate GUI to Path class 2023-12-24 13:19:25 +01:00
textviewer.cpp GUI: Make TextViewerDialog use a Path instead of a String 2023-12-24 13:19:25 +01:00
textviewer.h GUI: Make TextViewerDialog use a Path instead of a String 2023-12-24 13:19:25 +01:00
themebrowser.cpp
themebrowser.h
ThemeEngine.cpp GUI: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
ThemeEngine.h GUI: Narrow down MassAdd dialog list. Fixes bug #15205 2024-11-15 07:32:25 +01:00
ThemeEval.cpp
ThemeEval.h
ThemeLayout.cpp
ThemeLayout.h
ThemeParser.cpp GUI: Fix regression with layout computation 2024-11-16 12:46:13 +01:00
ThemeParser.h GUI: Allow variable references in STX value lists 2024-11-15 23:41:43 +01:00
Tooltip.cpp
Tooltip.h
unknown-game-dialog.cpp
unknown-game-dialog.h
updates-dialog.cpp
updates-dialog.h
widget.cpp GUI: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
widget.h GUI: Resolve text alignment on reflow 2024-11-02 20:02:17 +01:00