scummvm/gui
Yotam Barnoy ee2b1092ab PLUGINS: switched plugin manager to inheritance rather than #defines
The reason for this was that I found issues where the wrong functions were called in EngineManager for single plugin operation. Rather than inserting more messy #defines, I preferred to change the PluginManager to use virtual functions, which also makes EngineManager simpler.

svn-id: r55024
2010-12-23 13:38:37 +00:00
..
themes GUI: Adapt GUI themes to latest Mohawk resolution change. 2010-12-17 12:23:59 +00:00
widgets GUI: Push down some header (inter)dependencies 2010-11-16 10:29:31 +00:00
about.cpp GUI: Rename gui/GuiManager.* to gui/gui-manager.* 2010-11-16 10:19:01 +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 Norwegian (Bokmaal) translation (patch #3134466) 2010-12-12 00:24:19 +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 PLUGINS: switched plugin manager to inheritance rather than #defines 2010-12-23 13:38:37 +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: Push down some header (inter)dependencies 2010-11-16 10:29:31 +00:00
saveload.h COMMON: Move typedef StringList from str.h to new header str-array.h 2010-03-18 15:09:24 +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: Rename gui/GuiManager.* to gui/gui-manager.* 2010-11-16 10:19:01 +00:00
widget.h GUI: Fix tooltip drawing 2010-07-23 19:36:47 +00:00