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.cpp
Age
Commit message (
Expand
)
Author
2009-01-02
GUI: Create the _themeArchive once and then keep it; also do not reload theme...
Max Horn
2009-01-02
GUI: Fix the recent regression where starting games directly (bypassing the l...
Max Horn
2009-01-01
cleanup
Max Horn
2009-01-01
Revamping the handling of GUI themes a bit:
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2009-01-01
Restore the text background of pop-up widgets to fix the glitch on classic th...
Jordi Vilalta Prat
2008-12-31
ThemeEngine:
Max Horn
2008-12-31
ThemeEngine changes:
Max Horn
2008-12-29
Fix for ""LAUNCHER: "(Mass) Add" buttons + built-in GUI = buggy"" (bug ID 247...
Vicent Marti
2008-12-26
Fix for the SliderWidget glitch when showing very small values (and potential...
Jordi Vilalta Prat
2008-12-24
Added FIXME in ThemeEngine::drawSlider.
Johannes Schickel
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-21
Added ArchiveMember::getDisplayName() method; changed ArchiveMember::getName(...
Max Horn
2008-11-20
Fixed ZipArchive/FSDirectory creation.
Johannes Schickel
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
Include required header
Max Horn
2008-11-10
Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.
Vicent Marti
2008-11-09
Removed many unnecessary #includes
Max Horn
2008-11-08
Thou shalst never use the 'using' keyword in a header file, lest the wrath of...
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-06
Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...
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-11-03
Fix comment
Max Horn
2008-11-03
Documented & cleaned up ThemeEngine::createCursor
Max Horn
2008-11-03
Instead of allocating (and leaking, in case of an error) a 64k table with at ...
Max Horn
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-22
Shut up MSVC and add FIXMEs to Sword's listSaves and ThemeEngine's loadThemeXML.
Kari Salminen
2008-10-22
Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP...
Johannes Schickel
2008-10-18
Fixed: Invisible debugger console text in Classic theme.
Vicent Marti
2008-10-18
ImageManager: Added support for generic archives (zips and folders).
Vicent Marti
2008-10-18
Fixed: "GUI: Crash in Debugger" (ID: 2169419)
Vicent Marti
2008-10-11
Fixed yet another typo
Max Horn
2008-10-11
GUI ThemeEngine changes:
Max Horn
2008-10-11
Some cleanup (in particular: do not convert String -> char * -> String needle...
Max Horn
2008-10-10
Fixed typo.
Torbjörn Andersson
2008-10-09
Fixed warning when loading themes contained inside a folder.
Vicent Marti
2008-10-05
Merged several revisions from SVNMerge.
Vicent Marti
2008-09-29
- Merged 75 revisions from trunk.
Vicent Marti
2008-09-29
Reduced memory usage by closing theme files after parsing. Could make things ...
Vicent Marti
2008-09-20
- Merged the new RTL changes into the branch.
Vicent Marti
2008-09-19
Unrolled a loop.
Vicent Marti
2008-09-07
Bugfix: Theme loading on platforms which don't support cursor palettes.
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]