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