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
/
theme.cpp
Age
Commit message (
Expand
)
Author
2008-11-09
Partially merge classes Theme and ThemeEngine (saves another couple KB), some...
Max Horn
2008-11-05
Paranoia check
Max Horn
2008-10-18
Fixed: Assert when parsing a corrupted Theme archive (now discarding the them...
Vicent Marti
2008-10-18
Fixed warning.
Torbjörn Andersson
2008-10-18
ImageManager: Added support for generic archives (zips and folders).
Vicent Marti
2008-10-11
Some cleanup (in particular: do not convert String -> char * -> String needle...
Max Horn
2008-10-11
Use Common::File instead of FilePtr
Max Horn
2008-10-09
- Fixed theme loading from Zip files.
Vicent Marti
2008-10-05
Merged several revisions from SVNMerge.
Vicent Marti
2008-09-30
- Removed unneeded calls to addDefaultDir() when loading themes.
Vicent Marti
2008-09-30
cleanup
Max Horn
2008-09-29
- Merged 75 revisions from trunk.
Vicent Marti
2008-09-23
Moved ZipArchive to namespace Common; moved unzip internals from unzip.h to u...
Max Horn
2008-09-20
- Merged the new RTL changes into the branch.
Vicent Marti
2008-09-05
Added simple ZipArchive class, and changed some GUI code to use it, instead o...
Max Horn
2008-09-05
Removed useless dependencies from common/file.h in common code. When complete...
Nicola Mettifogo
2008-08-16
Added support for loading uncompressed/unpackaged themes.
Vicent Marti
2008-08-14
Bugfix: Compressed font/bitmap loading.
Vicent Marti
2008-08-13
Finished theme loading support.
Vicent Marti
2008-08-13
Finished legacy API cleanup. Removed all legacy code.
Vicent Marti
2008-08-13
Massive API cleanup (removed legacy code).
Vicent Marti
2008-08-10
Fixed error when loading BDF fonts.
Vicent Marti
2008-05-07
Changed all delete [] usages to delete[].
Johannes Schickel
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-11-04
- made Widget::_flags private
Johannes Schickel
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-29
Little improvement for theme config validity check.
Johannes Schickel
2007-02-03
Replaced 'typedef Common::String String' with explicit usages of Common::Stri...
Max Horn
2006-10-08
- added auto detection of the Theme style to use
Johannes Schickel
2006-10-08
- added config file support for the classic theme
Johannes Schickel
2006-04-16
Fixed broken svn:keywords values
Max Horn
2006-03-24
Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) t...
Max Horn
2006-03-18
theme.cpp -> ThemeClassic.cpp for consistency and less confusion
Eugene Sandulenko
2006-03-14
Rearrange launcher.
Eugene Sandulenko
2006-03-07
WIP for arbitrary widget positions. See
Eugene Sandulenko
2006-02-13
Implemented new tab drawing, should look nicer now. (The border under the act...
Johannes Schickel
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-31
Implements the usage of cached backgrounds in the old theme as well,
Johannes Schickel
2006-01-31
Make the old theme's checkboxes look a bit more like they used to. (Not
Torbjörn Andersson
2006-01-28
- Fixes a bug that the debugger crashed while opening
Johannes Schickel
2006-01-27
This should fix bug # 1416862 (new theme: changing overlay size).
Johannes Schickel
2006-01-27
Proper RCS IDs.
Eugene Sandulenko
2006-01-27
- adds the new gui renderer also a new implementation for the classic gui
Johannes Schickel