aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.h
AgeCommit message (Collapse)Author
2008-10-29Bugfix: Dirty rectangle out of range when blitting into the overlay.Vicent Marti
svn-id: r34862
2008-10-12Merged ThemeEngine::themeEval() and ThemeEngine::evaluator() methods into a ↵Max Horn
single getEvaluator() method svn-id: r34789
2008-10-12Don't force inline on big funcs if you don't have to (in this case, it added ↵Max Horn
24k to the binary size for no good reason) svn-id: r34783
2008-10-11GUI ThemeEngine changes:Max Horn
- removed unused typedefs - fixed some typos - got rid of pointless parser() method - unified theme XML loading code for Zip files and regular directories svn-id: r34774
2008-09-20Added global ingame menu definitions to theme files.Vicent Marti
svn-id: r34608
2008-09-05Fixing some compiler warningsMax Horn
svn-id: r34341
2008-09-02Massive refactoring/cleanup on the theme engine/parser.Vicent Marti
svn-id: r34285