scummvm/gui
Vicent Marti 8fe3735f69 Fixed bug #2706939 (Enabled button not drawn correctly) and other similar cases.
Fixed background shading weirdness when opening many dialogs on top of each other.
Fixed some modal dialogs not redrawing properly when closed.

svn-id: r39938
2009-04-11 17:12:17 +00:00
..
themes Fix small cursor for modern theme. 2009-03-15 18:29:47 +00:00
about.cpp Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match the meaning of the returned string, as discussed some time ago in scummvm-devel 2009-03-05 12:04:58 +00:00
about.h Changed GUI system to use Common::KeyState state 2007-06-30 12:26:59 +00:00
Actions.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
Actions.h Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
browser.cpp Reverted previous commit. 2009-02-06 23:28:08 +00:00
browser.h Renamed FilesystemNode -> FSNode 2008-10-02 16:58:59 +00:00
chooser.cpp Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +00:00
chooser.h Fixed: Game version selection menu (Bugs 2167730 and 2164305). 2008-10-15 11:22:22 +00:00
console.cpp Fix bug #2621207 "GUI: Debug console glitch". 2009-03-04 12:28:23 +00:00
console.h Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +00:00
credits.h Added myself to the MADE engine credits 2009-03-25 10:49:52 +00:00
debugger.cpp do not include common/debug.h from common/util.h 2009-01-30 05:25:17 +00:00
debugger.h - moved kyra functor code to common/func.h 2008-04-20 15:47:11 +00:00
dialog.cpp Reverted previous commit. 2009-02-06 23:28:08 +00:00
dialog.h Renamed NewGui to GuiManager 2008-12-25 23:55:36 +00:00
editable.cpp Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +00:00
editable.h Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +00:00
EditTextWidget.cpp Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +00:00
EditTextWidget.h - made Widget::_flags private 2007-11-04 03:38:30 +00:00
GuiManager.cpp Fixed bug #2706939 (Enabled button not drawn correctly) and other similar cases. 2009-04-11 17:12:17 +00:00
GuiManager.h Reverted previous commit. 2009-02-06 23:28:08 +00:00
Key.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
Key.h Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
KeysDialog.cpp Added KeyConfiguration dialog to classic theme(320 and normal). Updated KeysDialog to follow xml syntax properly. 2008-12-17 21:19:46 +00:00
KeysDialog.h Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +00:00
launcher.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
launcher.h Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
ListWidget.cpp Fixed bug #2619802 (Game name overwrites scroll bar). 2009-03-11 20:39:31 +00:00
ListWidget.h Formatting. 2008-11-07 13:20:25 +00:00
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 Renamed FilesystemNode -> FSNode 2008-10-02 16:58:59 +00:00
message.cpp Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +00:00
message.h cleanup 2008-11-12 13:01:21 +00:00
module.mk Merged gui/ThemeData.cpp into ThemeEngine.cpp 2009-01-17 17:13:04 +00:00
object.cpp Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +00:00
object.h Patch #2122869: ALL: Common load dialog 2008-11-03 18:32:16 +00:00
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 Fixed bug #2500168 ("GUI: Cannot quit in the launcher's load dialog"). I thought 2009-01-12 19:56:08 +00:00
ScrollBarWidget.cpp Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +00:00
ScrollBarWidget.h GUI: Turn scrollbar width into a theme variable 2008-11-12 13:07:41 +00:00
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 - Moved theme listing code from GuiManager to ThemeEngine 2009-01-02 21:24:13 +00:00
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 Got rid of ThemeLayout::getDialogData; added some comments, asserts; moved getParentW & getParentH to class ThemeLayoutStacked 2008-12-27 14:30:30 +00:00
ThemeEval.h Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
ThemeLayout.cpp Added some comments to ThemeLayoutStacked::reflowLayoutH/V 2009-01-14 21:16:21 +00:00
ThemeLayout.h Renamed various ThemeLayout methods for clarity; removed unused setSpacing method, and moved _spacing to class ThemeLayoutStacked 2009-01-14 20:58:41 +00:00
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 Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
widget.cpp Fixed bug #2706939 (Enabled button not drawn correctly) and other similar cases. 2009-04-11 17:12:17 +00:00
widget.h Got rid of GuiManager::clearDragWidget instead handle it via a new widget flag WIDGET_IGNORE_DRAG. 2009-01-02 01:31:46 +00:00