scummvm/gui
Marcus Comstedt 40f9506163 The default keycolor for mouse pointers used to be 255.
This makes sense as a default for CLUT8 modes, but not really
for anything else.  As part of the gsoc2009-16bit merge, the
default was changed to "all ones", with extra code in the SDL
backend to truncate this to the depth of the mode.  However,
"all ones" (white) still isn't a very useful default for RGB modes.
So rather than jumping through hoops to provide a bad default,
it's better to remove the default altogether.  Engines which relied
on the old default of 255 have been updated to specify it explicitly.

svn-id: r47118
2010-01-07 15:07:36 +00:00
..
themes
about.cpp
about.h
Actions.cpp
Actions.h
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
chooser.cpp
chooser.h
console.cpp Minor additions: added full keypad support to GUI and SCI 2009-12-31 23:52:49 +00:00
console.h
credits.h Change BS 1 & 2 to I & II (see discussion on -devel) 2010-01-03 21:20:05 +00:00
debugger.cpp
debugger.h
dialog.cpp
dialog.h
editable.cpp Minor additions: added full keypad support to GUI and SCI 2009-12-31 23:52:49 +00:00
editable.h
EditTextWidget.cpp
EditTextWidget.h
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
Key.h
KeysDialog.cpp
KeysDialog.h
launcher.cpp Fix a typo 2009-12-15 12:56:10 +00:00
launcher.h GUI: Fix some GUI hacks, add some comments, etc. 2009-12-15 08:19:34 +00:00
ListWidget.cpp Minor additions: added full keypad support to GUI and SCI 2009-12-31 23:52:49 +00:00
ListWidget.h
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
message.h
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
options.cpp
options.h
PopUpWidget.cpp Minor additions: added full keypad support to GUI and SCI 2009-12-31 23:52:49 +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
ScrollBarWidget.cpp
ScrollBarWidget.h
TabWidget.cpp
TabWidget.h
themebrowser.cpp
themebrowser.h
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
ThemeEval.h
ThemeLayout.cpp
ThemeLayout.h
ThemeParser.cpp
ThemeParser.h
widget.cpp
widget.h