index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gui
/
ThemeEngine.h
Age
Commit message (
Expand
)
Author
2009-01-01
Revamping the handling of GUI themes a bit:
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-31
ThemeEngine:
Max Horn
2008-12-31
Proper fix: Readded the const keyword, together with the missing data type in...
Filippos Karapetis
2008-12-31
Removed "const" keyword from kDrawDataDefaults. MSVC complains that "'const' ...
Filippos Karapetis
2008-12-31
ThemeEngine changes:
Max Horn
2008-12-22
Fixed indentation and removed whitespaces at the end of line
Jordi Vilalta Prat
2008-12-22
Allow the disabled state of the popup widget to be themed
Jordi Vilalta Prat
2008-11-12
GUI: Blitting the full screen to the backbuffer (or vice versa) can be done w...
Max Horn
2008-11-12
Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...
Max Horn
2008-11-10
Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.
Vicent Marti
2008-11-09
minor tweaks
Max Horn
2008-11-09
Partially merge classes Theme and ThemeEngine (saves another couple KB), some...
Max Horn
2008-11-08
Pushing down some header deps
Max Horn
2008-11-08
Moved some internal stuff from ThemeEngine.h to ThemeEngine.cpp
Max Horn
2008-11-04
Some cleanup / handle the case where the themepath is neither pointing to a d...
Max Horn
2008-11-04
Reordered initialization lists to kill a ton of warnings.
Nicola Mettifogo
2008-10-29
Store names for renderer configuration in config file instead of integers.
Johannes Schickel
2008-10-29
Committed my patch from -devel, which reintroduces DISABLE_FANCY_THEMES to st...
Johannes Schickel
2008-10-29
Bugfix: Dirty rectangle out of range when blitting into the overlay.
Vicent Marti
2008-10-12
Merged ThemeEngine::themeEval() and ThemeEngine::evaluator() methods into a s...
Max Horn
2008-10-12
Don't force inline on big funcs if you don't have to (in this case, it added ...
Max Horn
2008-10-11
GUI ThemeEngine changes:
Max Horn
2008-09-20
Added global ingame menu definitions to theme files.
Vicent Marti
2008-09-05
Fixing some compiler warnings
Max Horn
2008-09-02
Massive refactoring/cleanup on the theme engine/parser.
Vicent Marti
[prev]