scummvm/gui
2017-11-06 05:05:04 +01:00
..
animation GUI: Added animation classes 2016-08-24 16:07:55 +06:00
themes I18N: Regenerate translations data file 2017-11-06 05:05:04 +01:00
widgets GUI: Mark some fall-through cases as intentional 2017-08-06 17:55:33 +02:00
about.cpp ALL: Bump copyright year to 2017 2017-01-01 10:58:56 +01:00
about.h
Actions.cpp
Actions.h
browser_osx.mm OSX: Make sure the native file browser runs in the main thread 2017-07-26 23:31:24 +01:00
browser.cpp GUI: Fix hidden files visibility getting out of sync in the files browser 2016-08-30 21:19:59 +02:00
browser.h OSX: Make sure the native file browser runs in the main thread 2017-07-26 23:31:24 +01:00
chooser.cpp
chooser.h
console.cpp GUI: Remove code that closes debugger if # or ~ keys are pressed 2017-09-05 19:36:47 -04:00
console.h
credits.h CREDITS: Add Titanic 2017-09-02 16:38:31 +02:00
debugger.cpp GUI: Fix memory leak with empty debugger input 2017-09-29 18:15:49 +02:00
debugger.h GUI: Add support for double quoted parameters in debugger 2017-09-04 10:04:26 -04:00
dialog.cpp GUI: Focus the first 'focusable' widget when rebuilding dialogs 2017-06-13 07:21:34 +02:00
dialog.h GUI: Focus the first 'focusable' widget when rebuilding dialogs 2017-06-13 07:21:34 +02:00
downloaddialog.cpp GUI: Fix indentation to silence GCC 6 warning 2016-09-05 18:08:51 +02:00
downloaddialog.h JANITORIAL: Remove spaces at the end of the line 2016-08-24 16:07:55 +06:00
editgamedialog.cpp JANITORIAL: Silence some more GCC 7 fall through warnings 2017-08-06 16:54:38 +02:00
editgamedialog.h GUI: Add Apply button in global options dialog 2016-10-30 15:43:14 +00:00
editrecorddialog.cpp
editrecorddialog.h
error.cpp
error.h
EventRecorder.cpp Revert "COMMON: Change way the Singleton instances are instantiated" 2017-07-10 21:17:41 +02:00
EventRecorder.h
filebrowser-dialog.cpp BBVS: Implement file chooser for Air Guitar minigame 2015-11-07 13:26:55 +01:00
filebrowser-dialog.h BBVS: Implement file chooser for Air Guitar minigame 2015-11-07 13:26:55 +01:00
fluidsynth-dialog.cpp
fluidsynth-dialog.h
gui-manager.cpp Revert "COMMON: Change way the Singleton instances are instantiated" 2017-07-10 21:17:41 +02:00
gui-manager.h GUI: Allow delayed deletion of GuiObject 2017-03-10 02:02:58 +00:00
Key.cpp
Key.h
KeysDialog.cpp GUI: Replace sprintf() with safer String::format() in KeysDialog. 2017-01-12 09:46:14 +00:00
KeysDialog.h
launcher.cpp GUI: Focus the first 'focusable' widget when rebuilding dialogs 2017-06-13 07:21:34 +02:00
launcher.h GUI: Add possibility to rebuild the launcher dialog 2016-10-30 18:56:35 +00:00
massadd.cpp
massadd.h
message.cpp
message.h
module.mk GUI: Fix non-macOS/iOS builds 2017-09-10 22:35:02 -05:00
object.cpp GUI: Add checks in Widget::getBossClipRect() 2016-07-03 12:24:56 +02:00
object.h GUI: Add "Run server" button in Cloud tab 2016-08-24 16:07:55 +06:00
onscreendialog.cpp GUI: Use "button" instead of "btn" in variable names. 2016-01-24 03:41:29 +01:00
onscreendialog.h
options.cpp GUI: Remove mostly-broken audio output sample rate control 2017-09-12 11:27:45 -05:00
options.h GUI: Remove mostly-broken audio output sample rate control 2017-09-12 11:27:45 -05:00
predictivedialog.cpp GUI: Cleanup class initialization 2016-06-01 13:16:12 +02:00
predictivedialog.h GUI: Remove 'sticky button' feature 2016-04-14 18:37:12 +03:00
recorderdialog.cpp JANITORIAL: Reduce GUI header dependencies 2016-04-14 13:30:14 +03:00
recorderdialog.h
remotebrowser.cpp CLOUD: Improve some labels 2016-09-04 23:25:54 +01:00
remotebrowser.h GUI: Add error message in RemoteBrowser 2016-08-24 16:07:55 +06:00
saveload-dialog.cpp GUI: Improve calculation for savegame thumbnail labels 2017-06-09 13:17:09 -05:00
saveload-dialog.h ALL: Fix compilation with disabled cloud but enabled libcurl 2016-10-17 18:55:22 +02:00
saveload.cpp GUI: Use dashes in default save description 2017-06-09 13:16:46 -05:00
saveload.h JANITORIAL: Reduce GUI header dependencies 2016-04-14 13:30:14 +03:00
storagewizarddialog.cpp JANITORIAL: Remove more trailing spaces 2016-10-09 15:02:02 +02:00
storagewizarddialog.h GUI: Add Container in StorageWizardDialog 2016-08-24 16:07:55 +06:00
themebrowser.cpp GUI: Only change theme when applying new options 2016-10-30 16:25:42 +00:00
themebrowser.h GUI: Only change theme when applying new options 2016-10-30 16:25:42 +00:00
ThemeEngine.cpp GUI: Mark some fall-through cases as intentional 2017-08-06 17:55:33 +02:00
ThemeEngine.h GUI: Give each tab in TabWidget its own width 2017-02-28 15:55:52 +01:00
ThemeEval.cpp JANITORIAL: Remove trailing spaces 2016-07-03 12:24:53 +02:00
ThemeEval.h
ThemeLayout.cpp GRAPHICS: Restore layout debugging capabilities 2016-06-01 13:16:12 +02:00
ThemeLayout.h JANITORIAL: Remove trailing spaces 2016-07-03 12:24:53 +02:00
ThemeParser.cpp GUI: Implemented centering of dialog background 2016-08-24 16:07:55 +06:00
ThemeParser.h GUI: Implemented alphabitmap autoscale 2016-08-24 16:07:55 +06:00
Tooltip.cpp GUI: More object initialization cleanup 2016-06-01 13:16:12 +02:00
Tooltip.h GUI: When dialogs gain focus, inform them of the current mouse position 2016-04-06 17:51:30 +03:00
updates-dialog.cpp GUI: Cleanup 2017-10-15 20:55:31 +02:00
updates-dialog.h GUI: UPDATES: Redesign updates dialog as suggested by criezy in PR#1040 2017-10-15 15:53:57 +02:00
widget.cpp GUI: Add method to know if a widget contains a given widget 2017-04-06 21:55:28 +01:00
widget.h GUI: Add method to know if a widget contains a given widget 2017-04-06 21:55:28 +01:00