aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.h
AgeCommit message (Expand)Author
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-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
2008-11-04Some cleanup / handle the case where the themepath is neither pointing to a d...Max Horn
2008-11-04Reordered initialization lists to kill a ton of warnings.Nicola Mettifogo
2008-10-29Store names for renderer configuration in config file instead of integers.Johannes Schickel
2008-10-29Committed my patch from -devel, which reintroduces DISABLE_FANCY_THEMES to st...Johannes Schickel
2008-10-29Bugfix: Dirty rectangle out of range when blitting into the overlay.Vicent Marti
2008-10-12Merged ThemeEngine::themeEval() and ThemeEngine::evaluator() methods into a s...Max Horn
2008-10-12Don't force inline on big funcs if you don't have to (in this case, it added ...Max Horn
2008-10-11GUI ThemeEngine changes:Max Horn
2008-09-20Added global ingame menu definitions to theme files.Vicent Marti
2008-09-05Fixing some compiler warningsMax Horn
2008-09-02Massive refactoring/cleanup on the theme engine/parser.Vicent Marti