aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.h
AgeCommit message (Expand)Author
2010-06-28i18n: Add support for locale-dependent fontsEugene Sandulenko
2010-06-15GUI: Implement tooltips. FR #2821513.Eugene Sandulenko
2010-06-15GUI: Implement radiobuttons.Eugene Sandulenko
2009-12-09Include font.h instead of fontman.h in places that don't need fontman :)Max Horn
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-08-21Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran...Andre Heider
2009-08-21Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/Jody Northup
2009-08-20Renamed ScummSaveLoad GUI dialog config entry to SaveLoadChooser. (Also bumpe...Johannes Schickel
2009-08-11Merged revisions 43066,43068,43088,43093,43095,43097,43101-43102,43107,43112,...Travis Howell
2009-08-10Made font color configuration independend from font style configuration.Johannes Schickel
2009-08-05Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,...Travis Howell
2009-07-22Fix bug #2825252: "GUI: Low Res Bugs"Eugene Sandulenko
2009-07-18Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-...Travis Howell
2009-07-15For a smoother user experience, use different colors for inverted text of the...Johannes Schickel
2009-07-04Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,...Travis Howell
2009-06-28GUI: Replaced ThemeParser::_drawFunction hashmap by a static function getDraw...Max Horn
2009-06-20renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLORJody Northup
2009-06-13Fixed cursor code to keep track of cursor formats so that ThemeEngine and/or ...Jody Northup
2009-06-06GUI: Simplified ThemeEngine::getImageSurface (this way it's easier to add mor...Max Horn
2009-06-06Bump theme version to 0.5 due to number of recent changes.Eugene Sandulenko
2009-06-06Add to launcher not yet functional search widget.Eugene Sandulenko
2009-06-06Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting".Eugene Sandulenko
2009-06-06Implement widget property "textalign". Added it to all theme layoutsEugene Sandulenko
2009-04-09GUI: Rewrote the dirty rect handling code. Previously it was possible that th...Max Horn
2009-02-07Third attemp at fixing release-critical #2472185. Also fixes regression repor...Vicent Marti
2009-01-22Fix buggy images in GUI when switching overlay mode (e.g. on Mac OS X when to...Max Horn
2009-01-18Updated theme version to 0.4Max Horn
2009-01-18GUI: Some cleanup and renaming; moved some parsing code from ThemeEngine to T...Max Horn
2009-01-18GUI: Removed ThemeEngine::getTabSpacing() and getTabPadding(); removed some d...Max Horn
2009-01-17Merged gui/ThemeData.cpp into ThemeEngine.cppMax Horn
2009-01-17Removed unused & incomplete widget caching codeMax Horn
2009-01-14Use the current palette size for the theme mouse cursor instead of using the ...Jordi Vilalta Prat
2009-01-03- Prevented full theme search when "builtin" theme was specifiedJohannes Schickel
2009-01-02- Moved theme listing code from GuiManager to ThemeEngineJohannes Schickel
2009-01-01Revamping the handling of GUI themes a bit:Max Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-31ThemeEngine:Max Horn
2008-12-31Proper fix: Readded the const keyword, together with the missing data type in...Filippos Karapetis
2008-12-31Removed "const" keyword from kDrawDataDefaults. MSVC complains that "'const' ...Filippos Karapetis
2008-12-31ThemeEngine changes:Max Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-12-22Allow the disabled state of the popup widget to be themedJordi Vilalta Prat
2008-11-12GUI: Blitting the full screen to the backbuffer (or vice versa) can be done w...Max Horn
2008-11-12Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...Max Horn
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-11-09minor tweaksMax Horn
2008-11-09Partially merge classes Theme and ThemeEngine (saves another couple KB), some...Max Horn
2008-11-08Pushing down some header depsMax Horn
2008-11-08Moved some internal stuff from ThemeEngine.h to ThemeEngine.cppMax Horn