aboutsummaryrefslogtreecommitdiff
path: root/gui/GuiManager.cpp
AgeCommit message (Expand)Author
2010-11-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
2010-11-16COMMON: Simplify DECLARE_SINGLETON macroMax Horn
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-09-25GUI: Partial fix to bug #3075649 Fonts not found with buit-in themeThierry Crozat
2010-08-02GUI: Fix valgrind warning.Johannes Schickel
2010-07-23GUI: Fix tooltip drawingEugene Sandulenko
2010-06-26Remove support for translation of console messages.Johannes Schickel
2010-06-15Fix some warnings about 'format not a string literal'.Max Horn
2010-06-15GUI: Implement tooltips. FR #2821513.Eugene Sandulenko
2010-06-15Implement translation support for ScummVM GUI.Eugene Sandulenko
2010-03-13Fix our DECLARE_SINGLETON macro to conform to the C++ specs.Johannes Schickel
2010-03-12Fix from LordHoto for bug #2859401: GUI: GMM crashes when running in 320x200 ...Max Horn
2010-03-11cleanupMax Horn
2010-01-07The default keycolor for mouse pointers used to be 255.Marcus Comstedt
2009-07-05Removed pushing of EVENT_SCREEN_CHANGED on theme load. This event should only...Johannes Schickel
2009-07-05Got rid of HACK, which was used to setup new cursor on theme change.Johannes Schickel
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-10Keymapper:Eugene Sandulenko
2009-04-11Fixed bug #2706939 (Enabled button not drawn correctly) and other similar cases.Vicent Marti
2009-03-27Fixed bug where screen wasn't automatically updated when changing theme, unle...Vicent Marti
2009-02-06Reverted previous commit.Vicent Marti
2009-02-06Removed special case when redrawing the dialog stack. Fixes bug #2555710 and ...Vicent Marti
2009-01-11Merge in Virtual Keybpard & KeyMapper branch,Eugene Sandulenko
2009-01-02Fix compilation on Mac OS X; tiny simplificationMax Horn
2009-01-02- Moved theme listing code from GuiManager to ThemeEngineJohannes Schickel
2009-01-02- Fixed --gui-theme command line descriptionJohannes Schickel
2009-01-02- Added support selection of themes via a basename again (This should fix bug...Johannes Schickel
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...Johannes Schickel