scummvm/gui
2007-03-10 14:15:47 +00:00
..
themes Move mass add dialog settings to theme config. Bump theme ini version. 2007-03-10 14:15:47 +00:00
about.cpp Fix for bug #1650993 ("GUI: About dialog scroller"). 2007-02-09 00:02:49 +00:00
about.h Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
Actions.cpp Fixed some broken #include's (the PS2 and Symbian may need more fixed, though) 2006-08-04 17:47:57 +00:00
Actions.h Use full path in #include guard, to avoid name clashes; also, to declare constants, enum is preferred over #define (causes less hard-to-debug errors) 2006-06-03 15:01:37 +00:00
browser.cpp ShowCursor() and HideCursor() are deprecated in Mac OS X, replacing the calls. 2007-01-06 19:22:05 +00:00
browser.h Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp 2006-06-24 08:07:48 +00:00
chooser.cpp o Move built-in evaluator constants to AssocArray to speed it up 2006-03-24 01:24:26 +00:00
chooser.h Converted last dialogs to new scheme. Now it seems to be everything. Please, 2006-03-09 05:18:00 +00:00
console.cpp Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the linker dependency graph). Porters will have to update project files 2006-09-23 00:42:35 +00:00
console.h Removing some unnecessary #includes 2007-03-09 23:46:45 +00:00
credits.h Added Stuart George to the credits 2007-02-16 11:14:32 +00:00
debugger.cpp Added GUI::ConsoleDialoggetCharsPerLine() method, and added a big FIXME comment to gui/console.h 2006-09-16 17:29:43 +00:00
debugger.h Added GUI::ConsoleDialoggetCharsPerLine() method, and added a big FIXME comment to gui/console.h 2006-09-16 17:29:43 +00:00
dialog.cpp Fix bug #1595627: "SCUMM: F5 crashes game (640x480)". This partially 2006-12-27 00:47:57 +00:00
dialog.h Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
editable.cpp Fix for bug #1570189 (GUI: crash when pressing "delete" at the end of the name) 2006-10-04 17:13:48 +00:00
editable.h Changed GUI code to do 'lazy'/'just-in-time' reflowing, so that client code doesn't have to forward EVENT_SCREEN_CHANGED to us (this may initially cause some regressions, please report any induced crashes or oddities you observe to me) 2006-08-04 15:48:37 +00:00
EditTextWidget.cpp When a user clicks on an editable string, use the correct font for calculating 2007-01-21 08:43:28 +00:00
EditTextWidget.h Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
eval.cpp Get rid of CharStar_BaseNode and consorts -- using a simple String is more efficient, now that it has optimizations for small strings. Also made various related changes, turning char pointers into String objects in several spots 2006-09-30 18:57:36 +00:00
eval.h Get rid of CharStar_BaseNode and consorts -- using a simple String is more efficient, now that it has optimizations for small strings. Also made various related changes, turning char pointers into String objects in several spots 2006-09-30 18:57:36 +00:00
Key.cpp changed path in include to use 'common' to conform rest part of code 2006-02-12 14:05:47 +00:00
Key.h Use full path in #include guard, to avoid name clashes; also, to declare constants, enum is preferred over #define (causes less hard-to-debug errors) 2006-06-03 15:01:37 +00:00
KeysDialog.cpp More whitespace changes. 2006-07-14 13:33:58 +00:00
KeysDialog.h Change CVS keywords to SVN keywords 2006-02-11 10:08:56 +00:00
launcher.cpp Simplified addGameToConf and at the same time made it more powerful: Copy all key/value pairs returned by the detector to the new config file domain 2007-02-18 18:39:46 +00:00
launcher.h Improved 'Mass Detector': Now displays a dialog which displays the scan progress to the user, and can be cancelled (the whole thing still needs to be polished) 2007-02-18 18:23:52 +00:00
ListWidget.cpp The ListWidget constructor already did most of what reflowLayout() does, except 2006-08-12 17:24:49 +00:00
ListWidget.h Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
massadd.cpp Move mass add dialog settings to theme config. Bump theme ini version. 2007-03-10 14:15:47 +00:00
massadd.h Improved 'Mass Detector': Now displays a dialog which displays the scan progress to the user, and can be cancelled (the whole thing still needs to be polished) 2007-02-18 18:23:52 +00:00
message.cpp More cleanup. We shouldn't need these widget size parameters either. 2006-05-31 12:27:05 +00:00
message.h Change CVS keywords to SVN keywords 2006-02-11 10:08:56 +00:00
module.mk Improved 'Mass Detector': Now displays a dialog which displays the scan progress to the user, and can be cancelled (the whole thing still needs to be polished) 2007-02-18 18:23:52 +00:00
newgui.cpp Merged the "palette manager" into the cursor manager. It was only used to 2007-02-12 00:04:56 +00:00
newgui.h Moved definition of ThemeClassic and ThemeModern to their own files. 2007-02-08 23:25:07 +00:00
object.h removed warnings 2007-02-12 19:47:42 +00:00
options.cpp Implement FR #1559561: "GUI: output sample rate widgets" 2007-03-10 13:39:38 +00:00
options.h Implement FR #1559561: "GUI: output sample rate widgets" 2007-03-10 13:39:38 +00:00
PopUpWidget.cpp Measure the "open time" from when the pop-up dialog was first drawn, not from 2007-02-26 22:38:24 +00:00
PopUpWidget.h Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
ScrollBarWidget.cpp Fix various typenames to comply to the ScummVM coding guidelines 2006-06-05 12:22:51 +00:00
ScrollBarWidget.h Change CVS keywords to SVN keywords 2006-02-11 10:08:56 +00:00
TabWidget.cpp Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
TabWidget.h Renamed handleScreenChanged() -> reflowLayout() in the GUI code 2006-08-04 13:55:53 +00:00
theme-config.cpp Move mass add dialog settings to theme config. Bump theme ini version. 2007-03-10 14:15:47 +00:00
theme.cpp Replaced 'typedef Common::String String' with explicit usages of Common::String (mainly to make doxygen happy) 2007-02-03 21:32:18 +00:00
theme.h Move mass add dialog settings to theme config. Bump theme ini version. 2007-03-10 14:15:47 +00:00
themebrowser.cpp The theme browser will now search through the bundle resource directory on OS X, fixing bug [ 1592294 ] MACOSX: Cannot Switch Back to Modern Theme 2006-11-08 21:31:47 +00:00
themebrowser.h - Added dialog for selecting the theme to use 2006-10-08 18:22:28 +00:00
ThemeClassic.cpp Moved definition of ThemeClassic and ThemeModern to their own files. 2007-02-08 23:25:07 +00:00
ThemeClassic.h Moved definition of ThemeClassic and ThemeModern to their own files. 2007-02-08 23:25:07 +00:00
ThemeModern.cpp ops missed one spot last commit. 2007-02-27 17:12:16 +00:00
ThemeModern.h Moved definition of ThemeClassic and ThemeModern to their own files. 2007-02-08 23:25:07 +00:00
widget.cpp Replaced 'typedef Common::String String' with explicit usages of Common::String (mainly to make doxygen happy) 2007-02-03 21:32:18 +00:00
widget.h Replaced 'typedef Common::String String' with explicit usages of Common::String (mainly to make doxygen happy) 2007-02-03 21:32:18 +00:00