scummvm/gui
2009-01-14 02:44:09 +00:00
..
themes Updated Theme Package generator to work with Python 2.6-3.0 (push Python forward!) 2008-12-29 16:22:52 +00:00
about.cpp Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +00:00
about.h
Actions.cpp
Actions.h Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
browser.cpp open browser dialog before manipulating it (fixes assert when pressing 'add game') 2009-01-10 22:31:15 +00:00
browser.h
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
console.cpp Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +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 Update Joachim's role as requested by him. 2009-01-10 23:13:43 +00:00
debugger.cpp
debugger.h
dialog.cpp Merge in Virtual Keybpard & KeyMapper branch, 2009-01-11 00:20:27 +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
GuiManager.cpp Merge in Virtual Keybpard & KeyMapper branch, 2009-01-11 00:20:27 +00:00
GuiManager.h - Moved theme listing code from GuiManager to ThemeEngine 2009-01-02 21:24:13 +00:00
Key.cpp
Key.h
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 Moved some stuff from the EditGameDialog constructor to its open() method to 2009-01-10 23:38:30 +00:00
launcher.h Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
ListWidget.cpp Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +00:00
ListWidget.h Formatting. 2008-11-07 13:20:25 +00:00
massadd.cpp Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +00:00
massadd.h
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 Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +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 Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +00:00
options.h Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
PopUpWidget.cpp Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +00:00
PopUpWidget.h Modify the PopUpWidget selection by using the mouse wheel 2008-12-23 23:47:16 +00:00
saveload.cpp Fixed bug #2500168 ("GUI: Cannot quit in the launcher's load dialog"). I thought 2009-01-12 19:56:08 +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 Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +00:00
TabWidget.h Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
themebrowser.cpp - Moved theme listing code from GuiManager to ThemeEngine 2009-01-02 21:24:13 +00:00
themebrowser.h - Moved theme listing code from GuiManager to ThemeEngine 2009-01-02 21:24:13 +00:00
ThemeData.cpp Tweak gui/ThemeData.* to not produce errors on certain system like Haiku (at least I hope this will work :) 2009-01-05 19:54:10 +00:00
ThemeData.h Tweak gui/ThemeData.* to not produce errors on certain system like Haiku (at least I hope this will work :) 2009-01-05 19:54:10 +00:00
ThemeEngine.cpp Use the current palette size for the theme mouse cursor instead of using the maximum (fixes a valgrind warning) 2009-01-14 02:44:09 +00:00
ThemeEngine.h Use the current palette size for the theme mouse cursor instead of using the maximum (fixes a valgrind warning) 2009-01-14 02:44:09 +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 Got rid of ThemeLayout::getDialogData; added some comments, asserts; moved getParentW & getParentH to class ThemeLayoutStacked 2008-12-27 14:30:30 +00:00
ThemeLayout.h Got rid of ThemeLayout::getDialogData; added some comments, asserts; moved getParentW & getParentH to class ThemeLayoutStacked 2008-12-27 14:30:30 +00:00
ThemeParser.cpp Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +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 release critical bug #2472185. All transparent buttons should now properly refresh their text when changed between redrawing frames. This includes the launcher "Add game" button and the options "subtitle mode" button. 2009-01-08 18:09:13 +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