scummvm/gui
Max Horn 41121be4d6 GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTarget
This avoids hiding an overloaded virtual method, which in turn can
cause weird bugs (see also the next commit).

svn-id: r55815
2011-02-07 22:58:22 +00:00
..
themes I18N: Add polish translation (patch #3162838) 2011-01-22 16:46:32 +00:00
widgets GUI: Push down some header (inter)dependencies 2010-11-16 10:29:31 +00:00
about.cpp COPYRIGHT: Update copyright year - Happy new year! 2010-12-31 23:04:49 +00:00
about.h COMMON: Move typedef StringList from str.h to new header str-array.h 2010-03-18 15:09:24 +00:00
Actions.cpp WINCE: Code formatting 2010-10-31 17:11:43 +00:00
Actions.h Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
browser_osx.mm GUI: Move major widgets to new directory gui/widgets 2010-11-16 10:11:57 +00:00
browser.cpp GUI: Rename gui/GuiManager.* to gui/gui-manager.* 2010-11-16 10:19:01 +00:00
browser.h GUI: Don't #include Mac OS X sys header here 2010-10-30 21:26:32 +00:00
chooser.cpp GUI: Rename gui/GuiManager.* to gui/gui-manager.* 2010-11-16 10:19:01 +00:00
chooser.h COMMON: Move typedef StringList from str.h to new header str-array.h 2010-03-18 15:09:24 +00:00
console.cpp GUI: Fixed build failure in console due to missing header. 2010-11-16 11:07:48 +00:00
console.h GUI: Push down some header (inter)dependencies 2010-11-16 10:29:31 +00:00
credits.h I18N: Add polish translation (patch #3162838) 2011-01-22 16:46:32 +00:00
debugger.cpp DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine 2010-12-07 18:54:21 +00:00
debugger.h DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine 2010-12-07 18:54:21 +00:00
dialog.cpp GUI: Rename gui/GuiManager.* to gui/gui-manager.* 2010-11-16 10:19:01 +00:00
dialog.h GUI: Implement tooltips. FR #2821513. 2010-06-15 10:52:35 +00:00
error.cpp Implement translation support for ScummVM GUI. 2010-06-15 10:44:51 +00:00
error.h Rest of patch #2982224: GSoC: Added unit test and unified error message display 2010-04-11 19:04:02 +00:00
gui-manager.cpp I18N: Don't build TranslationManager when translation is disabled. 2010-11-30 18:50:19 +00:00
gui-manager.h GUI: Simplify Tooltip implementation. 2010-11-18 18:17:00 +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 Yet another WinCE fix 2010-06-15 20:01:31 +00:00
KeysDialog.h GUI: Rename gui/GuiManager.* to gui/gui-manager.* 2010-11-16 10:19:01 +00:00
launcher.cpp GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTarget 2011-02-07 22:58:22 +00:00
launcher.h COMMON: Move typedef StringList from str.h to new header str-array.h 2010-03-18 15:09:24 +00:00
massadd.cpp GUI: Rename gui/GuiManager.* to gui/gui-manager.* 2010-11-16 10:19:01 +00:00
massadd.h COMMON: Move typedef StringList from str.h to new header str-array.h 2010-03-18 15:09:24 +00:00
message.cpp GUI: Rename gui/GuiManager.* to gui/gui-manager.* 2010-11-16 10:19:01 +00:00
message.h cleanup 2008-11-12 13:01:21 +00:00
module.mk GUI: Rename gui/GuiManager.* to gui/gui-manager.* 2010-11-16 10:19:01 +00:00
object.cpp GUI: Rename gui/GuiManager.* to gui/gui-manager.* 2010-11-16 10:19:01 +00:00
object.h GUI: Make GuiObject::_name const, init all members in constructor 2010-03-18 15:04:15 +00:00
options.cpp I18N: Don't build TranslationManager when translation is disabled. 2010-11-30 18:50:19 +00:00
options.h GUI: Move major widgets to new directory gui/widgets 2010-11-16 10:11:57 +00:00
saveload.cpp GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTarget 2011-02-07 22:58:22 +00:00
saveload.h GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTarget 2011-02-07 22:58:22 +00:00
themebrowser.cpp GUI: Push down some header (inter)dependencies 2010-11-16 10:29:31 +00:00
themebrowser.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
ThemeEngine.cpp I18N: Don't build TranslationManager when translation is disabled. 2010-11-30 18:50:19 +00:00
ThemeEngine.h GUI: Tweak ThemeEngine methods to use Common::String params & const qualifier 2010-11-15 23:51:46 +00:00
ThemeEval.cpp Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp). 2010-03-20 12:56:56 +00:00
ThemeEval.h ALL: Fixup some #define names 2010-09-28 20:30:50 +00:00
ThemeLayout.cpp Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". 2009-06-06 17:52:44 +00:00
ThemeLayout.h Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". 2009-06-06 17:52:44 +00:00
ThemeParser.cpp GUI: Rename gui/GuiManager.* to gui/gui-manager.* 2010-11-16 10:19:01 +00:00
ThemeParser.h Patch #2973290: Semicolon cleanup 2010-03-22 20:28:08 +00:00
Tooltip.cpp GUI: Simplify Tooltip implementation. 2010-11-18 18:17:00 +00:00
Tooltip.h GUI: Simplify Tooltip implementation. 2010-11-18 18:17:00 +00:00
widget.cpp GUI: Fix Memory Leak from PicButtonWidget _gfx Member. 2011-01-20 22:32:30 +00:00
widget.h GUI: Fix Memory Leak from PicButtonWidget _gfx Member. 2011-01-20 22:32:30 +00:00