scummvm/gui
2010-02-01 18:23:23 +00:00
..
themes Updated the modern theme logo with a darker shadow 2009-10-11 22:26:03 +00:00
about.cpp Update copyright string to show current year 2010-01-22 23:39:28 +00:00
about.h Changed GUI system to use Common::KeyState state 2007-06-30 12:26:59 +00:00
Actions.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +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 Using #include instead of #import to include some mac os x headers to avoid silly gcc warnings, that we'd otherwise have to remove -pedantic to get rid of 2009-12-26 17:18:18 +00:00
browser.cpp The file selection dialog in OS X now uses Cocoa instead of Carbon, and lives in a separate file due to having to be compiled as Objective-C++. ScummVM can now run in x64 natively on OS X 2009-12-26 13:35:57 +00:00
browser.h Renamed FilesystemNode -> FSNode 2008-10-02 16:58:59 +00:00
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 Fixed: Game version selection menu (Bugs 2167730 and 2164305). 2008-10-15 11:22:22 +00:00
console.cpp Fix behavior of delete key, when the cursor is at the end of the input line. 2010-02-01 18:23:23 +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 Change BS 1 & 2 to I & II (see discussion on -devel) 2010-01-03 21:20:05 +00:00
debugger.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +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 partly reverting r46807 ffs. Regression in numpad handling - ID: 2943361 2010-02-01 15:44:24 +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 The default keycolor for mouse pointers used to be 255. 2010-01-07 15:07:36 +00:00
GuiManager.h Include font.h instead of fontman.h in places that don't need fontman :) 2009-12-09 16:46:14 +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 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 Replace some more Adlib uses by AdLib. 2010-01-25 00:13:32 +00:00
launcher.h GUI: Fix some GUI hacks, add some comments, etc. 2009-12-15 08:19:34 +00:00
ListWidget.cpp partly reverting r46807 ffs. Regression in numpad handling - ID: 2943361 2010-02-01 15:44:24 +00:00
ListWidget.h Change doxygen inline comments from "//!" to "///" as proposed on -devel 2009-10-08 21:28:57 +00:00
massadd.cpp GUI: Fix some GUI hacks, add some comments, etc. 2009-12-15 08:19:34 +00:00
massadd.h Fix a typo 2009-12-15 12:56:10 +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 The file selection dialog in OS X now uses Cocoa instead of Carbon, and lives in a separate file due to having to be compiled as Objective-C++. ScummVM can now run in x64 natively on OS X 2009-12-26 13:35:57 +00:00
object.cpp Setup the dimensions of GuiObject in the constructor, by using reflowLayout. 2010-01-03 21:07:56 +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 partly reverting r46807 ffs. Regression in numpad handling - ID: 2943361 2010-02-01 15:44:24 +00:00
PopUpWidget.h Get rid of Common::String::emptyString, and also of some port specific hackery (getting rid of certain global C++ objs) 2009-12-30 23:01:36 +00:00
saveload.cpp Get rid of Common::String::emptyString, and also of some port specific hackery (getting rid of certain global C++ objs) 2009-12-30 23:01:36 +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 Added TabWidget::getActiveTab() 2009-09-20 11:25:39 +00:00
themebrowser.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +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 GUI: Shorten button labels if too long, and improve the shortening logic 2009-12-15 08:19:59 +00:00
ThemeEngine.h Include font.h instead of fontman.h in places that don't need fontman :) 2009-12-09 16:46:14 +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 Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +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