scummvm/gui
2009-08-16 12:10:51 +00:00
..
themes Cleanup. 2009-08-13 17:00:19 +00:00
about.cpp For a smoother user experience, use different colors for inverted text of the ListWidget, depending on whether the widget has focus or not. 2009-07-15 18:05:37 +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 Fix Browser dialog name. 2009-07-30 19:43:53 +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 bug: In-game console doesn't stay centered when switching resolutions on the fly. 2009-07-16 17:51:12 +00:00
console.h Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings 2009-07-03 10:40:49 +00:00
credits.h Added Strangerke to credits, and moved wjp from Gob to SCI on his request 2009-07-30 21:04:46 +00:00
debugger.cpp Formatting. 2009-07-26 07:07:35 +00:00
debugger.h Formatting. 2009-07-26 07:07:35 +00:00
dialog.cpp GUI: Tweaked the launcher so that TAB switches focus between the list and the quick search field 2009-06-06 23:22:48 +00:00
dialog.h GUI: Tweaked the launcher so that TAB switches focus between the list and the quick search field 2009-06-06 23:22:48 +00:00
editable.cpp Add to launcher not yet functional search widget. 2009-06-06 17:53:25 +00:00
editable.h Add to launcher not yet functional search widget. 2009-06-06 17:53:25 +00:00
EditTextWidget.cpp For a smoother user experience, use different colors for inverted text of the ListWidget, depending on whether the widget has focus or not. 2009-07-15 18:05:37 +00:00
EditTextWidget.h Add to launcher not yet functional search widget. 2009-06-06 17:53:25 +00:00
GuiManager.cpp Removed pushing of EVENT_SCREEN_CHANGED on theme load. This event should only be pushed by the backend. 2009-07-05 14:12:04 +00:00
GuiManager.h Got rid of HACK, which was used to setup new cursor on theme change. 2009-07-05 14:11:54 +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 Fix "search" filter being settings lost in launcher, when using the "Edit Game..." menu for example. 2009-07-15 17:07:45 +00:00
launcher.h Added Clear button for search box. Looks a bit off, but we do not yet have 2009-06-07 22:19:48 +00:00
ListWidget.cpp Change code to use our fractional utilities. 2009-07-30 19:43:36 +00:00
ListWidget.h Fix for bug #2802492 (GUI: search query causes game list scrollbar glitches) 2009-06-07 13:04:16 +00:00
massadd.cpp Implement FR#2707442: "GUI: Improve Mass Add dialog" 2009-06-06 17:49:59 +00:00
massadd.h Implement FR#2707442: "GUI: Improve Mass Add dialog" 2009-06-06 17:49: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 More debug info in the error messages when GUI layout is wrong. 2009-05-07 20:56:33 +00:00
object.h Patch #2122869: ALL: Common load dialog 2008-11-03 18:32:16 +00:00
options.cpp Fix options dialog's reflowLayout. 2009-08-16 05:38:03 +00:00
options.h Disable MIDI controls if GUIO_NOMIDI is set 2009-06-06 18:21:07 +00:00
PopUpWidget.cpp For a smoother user experience, use different colors for inverted text of the ListWidget, depending on whether the widget has focus or not. 2009-07-15 18:05:37 +00:00
PopUpWidget.h Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". 2009-06-06 17:52:44 +00:00
saveload.cpp For a better user experience, clear all meta infos, when clicking on an unused slot in the GMM save/load dialog. 2009-08-16 12:10:51 +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 GUI: When clicking in a scrollbar to page up/down, don't scroll a full page; rather scroll a full page minus one line (see FR #2821508). This matches the behavior of the page up/down keys 2009-07-29 08:55:17 +00:00
ScrollBarWidget.h GUI: Turn scrollbar width into a theme variable 2008-11-12 13:07:41 +00:00
TabWidget.cpp Added Ninteno DS specific hack, which takes care of tab button width problems. This actually is not a NDS specific problem, but so far the NDS seems to be the only backend, which has a custom (hardcoded) dialog, which makes problems with our theme layouts. Instead of r43423, which enabled auto width calculaction for tab buttons on all platforms, this commit limits this to the Nintendo DS backend. This takes care of possible layout changes, caused by the changes of the commit. I also added a comment with possible solutions to this problem. 2009-08-16 05:38:16 +00:00
TabWidget.h GUI: Removed ThemeEngine::getTabSpacing() and getTabPadding(); removed some dead code 2009-01-18 14:45:23 +00:00
themebrowser.cpp Strip trailing whitespaces in the whole code base. 2009-05-24 15:17:42 +00:00
themebrowser.h - Moved theme listing code from GuiManager to ThemeEngine 2009-01-02 21:24:13 +00:00
ThemeEngine.cpp Made font color configuration independend from font style configuration. 2009-08-10 13:46:17 +00:00
ThemeEngine.h Made font color configuration independend from font style configuration. 2009-08-10 13:46:17 +00:00
ThemeEval.cpp Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". 2009-06-06 17:52:44 +00:00
ThemeEval.h Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". 2009-06-06 17:52:44 +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 Rename 'font_color' attribute for 'text' draw step to 'text_color'. 2009-08-10 14:05:14 +00:00
ThemeParser.h Rename 'font_color' attribute for 'text' draw step to 'text_color'. 2009-08-10 14:05:14 +00:00
widget.cpp Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". 2009-06-06 17:52:44 +00:00
widget.h Strip trailing whitespaces in the whole code base. 2009-05-24 15:17:42 +00:00