Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-24 | GUI: Added support for PNG images | Eugene Sandulenko | |
2015-11-07 | GUI: Removed 64k limit on built-in theme XML size | Eugene Sandulenko | |
2014-06-05 | GUI: Use sorted file list in scummtheme.py. | Johannes Schickel | |
This will (hopefully) reduce the amount of changes when recreating the themes because the order in which files will be processed is the same unless the sorting differs on systems... | |||
2013-08-16 | GUI: Add code to default theme generation to reduce string length. | D G Turner | |
The additional code skips the extraneous spaces after the end of an XML close brace (>) reducing the string literal by 3106 characters, thus bringing it within the limit for C++ string literals. Have regenerated the default.inc from scummclassic with this change. | |||
2013-08-16 | GUI: Add too long string literal warning code to theme generation tool. | D G Turner | |
This has the same effect as clang's -Woverlength-strings warning of string literals longer than C++ compilers are specified to work with. | |||
2012-01-29 | GUI: Add support for loading TTF files with ISO-8859-1 charset. | Johannes Schickel | |
2011-10-24 | GUI: Added icon to clear button. Reverted PNG support | Eugene Sandulenko | |
2011-10-23 | GUI: Add support for PNG images in themes | Eugene Sandulenko | |
2010-10-12 | JANITORAL: Clean trailing whitespaces. | Jordi Vilalta Prat | |
svn-id: r53160 | |||
2009-06-06 | Make script executable | Eugene Sandulenko | |
svn-id: r41304 | |||
2008-12-29 | Updated Theme Package generator to work with Python 2.6-3.0 (push Python ↵ | Vicent Marti | |
forward!) svn-id: r35613 | |||
2008-11-10 | Added some more whitespace skipping to default theme generation script. | Vicent Marti | |
svn-id: r34982 | |||
2008-10-18 | Fixed: Default theme had several XML headers. | Vicent Marti | |
svn-id: r34818 | |||
2008-10-15 | Changed XMLParser comment syntax to conform to XML standards (<!-- * -->) | Vicent Marti | |
Changed STX version string to 0.2. svn-id: r34807 | |||
2008-10-09 | Manual merge of the GSoC2008 GUI branch. (71 files) | Vicent Marti | |
svn-id: r34757 | |||
2008-08-15 | Added popup widget in Options menu to change GUI renderer on the fly. | Vicent Marti | |
svn-id: r33898 | |||
2008-08-14 | Added Classic Theme - WIP (yes, it's working). | Vicent Marti | |
Added Builtin theme back. Added Python script to automatically build themes. svn-id: r33868 |