scummvm/gui
2009-05-11 18:02:27 +00:00
..
themes Original GSoC'08 keymapper now works. 2009-05-09 22:36:57 +00:00
about.cpp Part of patch #2738575: "GSOC09: Upd copyright add about line, fix MSVC warnings" 2009-04-18 21:18:23 +00:00
about.h
Actions.cpp
Actions.h
browser.cpp Reverted previous commit. 2009-02-06 23:28:08 +00:00
browser.h
chooser.cpp
chooser.h
console.cpp Turned fixed-size lists of debugger/console commands and variables into more flexible data structures 2009-05-11 18:02:27 +00:00
console.h Turned fixed-size lists of debugger/console commands and variables into more flexible data structures 2009-05-11 18:02:27 +00:00
credits.h Added myself to the MADE engine credits 2009-03-25 10:49:52 +00:00
debugger.cpp Turned fixed-size lists of debugger/console commands and variables into more flexible data structures 2009-05-11 18:02:27 +00:00
debugger.h Turned fixed-size lists of debugger/console commands and variables into more flexible data structures 2009-05-11 18:02:27 +00:00
dialog.cpp Reverted previous commit. 2009-02-06 23:28:08 +00:00
dialog.h
editable.cpp
editable.h
EditTextWidget.cpp
EditTextWidget.h
GuiManager.cpp Keymapper: 2009-05-10 22:05:04 +00:00
GuiManager.h Keymapper: 2009-05-10 22:05:04 +00:00
Key.cpp
Key.h
KeysDialog.cpp
KeysDialog.h
launcher.cpp Patch #2761396: "Typo fixes to README and comments" 2009-04-18 21:12:32 +00:00
launcher.h
ListWidget.cpp Fixed bug #2619802 (Game name overwrites scroll bar). 2009-03-11 20:39:31 +00:00
ListWidget.h
massadd.cpp When adding games from a directory the user had no permissions to, instead of exiting with an error we'll (for normal adds) show an error message and (for mass adds) just continue in the list. 2009-02-17 21:02:47 +00:00
massadd.h
message.cpp
message.h
module.mk
object.cpp More debug info in the error messages when GUI layout is wrong. 2009-05-07 20:56:33 +00:00
object.h
options.cpp MidiDriver cleanup: findMusicDriver now returns a pointer (makes it possible to distinguish 'no match found' from other results); updated parseMusicDriver accordingly; some methods now return MidiDriverType instead of int 2009-03-26 13:52:43 +00:00
options.h properly (re)select game after adding/editing domain name in launcher 2009-02-15 22:07:19 +00:00
PopUpWidget.cpp GUI: Renamed Globals.TabLabelWidth to Globals.PopUpWidget.labelWidth (that's what it really is); changed PopUpWidget to use that value directly 2009-01-18 14:42:26 +00:00
PopUpWidget.h GUI: Renamed Globals.TabLabelWidth to Globals.PopUpWidget.labelWidth (that's what it really is); changed PopUpWidget to use that value directly 2009-01-18 14:42:26 +00:00
saveload.cpp Fixed regression in Options menu and disabled Save/Load buttons. 2009-02-19 00:37:34 +00:00
saveload.h
ScrollBarWidget.cpp
ScrollBarWidget.h
TabWidget.cpp GUI: Removed ThemeEngine::getTabSpacing() and getTabPadding(); removed some dead code 2009-01-18 14:45:23 +00:00
TabWidget.h GUI: Removed ThemeEngine::getTabSpacing() and getTabPadding(); removed some dead code 2009-01-18 14:45:23 +00:00
themebrowser.cpp Theme selection dialog now automatically selects the currently active theme. Fixes bug #2706967. 2009-03-26 20:24:16 +00:00
themebrowser.h
ThemeEngine.cpp GUI: Fixed nasty typo 2009-04-10 14:06:21 +00:00
ThemeEngine.h GUI: Rewrote the dirty rect handling code. Previously it was possible that the dirty rect list got clobbered by many rects containg other rects in the list. Also got rid of some obsolete params to addDirtyRect as well as the obsolete return value 2009-04-09 17:07:38 +00:00
ThemeEval.cpp
ThemeEval.h
ThemeLayout.cpp
ThemeLayout.h
ThemeParser.cpp GUI: Commited fix for bug in ThemeParser::parserCallback_defaults (at least I think this is the correct fix, somebody should review this) 2009-04-03 15:12:46 +00:00
ThemeParser.h
widget.cpp Fixed bug #2706939 (Enabled button not drawn correctly) and other similar cases. 2009-04-11 17:12:17 +00:00
widget.h