aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
2008-10-15Changed XMLParser comment syntax to conform to XML standards (<!-- * -->)Vicent Marti
2008-10-15Fixed: Game version selection menu (Bugs 2167730 and 2164305).Vicent Marti
2008-10-14Fixed: Freddi 1/2 ingame menu crash (BUG 2167027).Vicent Marti
2008-10-14Added "Mass Add" dialog.Vicent Marti
2008-10-14Fixed: Parser crash when adding an XML layout with an unhandled type.Vicent Marti
2008-10-14Crash ScummVM when a widget definition cannot be found in the XML file and sh...Vicent Marti
2008-10-13Fixed: Ingame debug console in all games.Vicent Marti
2008-10-12Merged ThemeEngine::themeEval() and ThemeEngine::evaluator() methods into a s...Max Horn
2008-10-12Removing dead codeMax Horn
2008-10-12Fixed some more bad inline Doxygen comments (if you omit the '<', Doxygen thi...Max Horn
2008-10-12Don't force inline on big funcs if you don't have to (in this case, it added ...Max Horn
2008-10-12cleanupMax Horn
2008-10-11Fixed yet another typoMax Horn
2008-10-11GUI ThemeEngine changes:Max Horn
2008-10-11Some cleanup (in particular: do not convert String -> char * -> String needle...Max Horn
2008-10-11Order files in gui/module.mk alphabeticallyMax Horn
2008-10-11Use Common::File instead of FilePtrMax Horn
2008-10-10Fixed typo.Torbjörn Andersson
2008-10-09Fixed warning when loading themes contained inside a folder.Vicent Marti
2008-10-09Renamed "scummodern" theme to "scummmodern", for naming consistence.Vicent Marti
2008-10-09- Fixed theme loading from Zip files.Vicent Marti
2008-10-09Removed theme-config.cpp (legacy GUI code)Vicent Marti
2008-10-09Manual merge of the GSoC2008 GUI branch. (71 files)Vicent Marti
2008-10-05Merged several revisions from SVNMerge.Vicent Marti
2008-10-04Renamed some MetaEngine feature flags; removed explicit numbers from this fea...Max Horn
2008-10-03Fixed typos (thanks to Raziel^ for spotting them).Johannes Schickel
2008-10-02Fix for bug #2142743: Assertion on clicking "Theme" in OptionsMax Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-30- Removed unneeded calls to addDefaultDir() when loading themes.Vicent Marti
2008-09-30Fix ThemeBrowser to use FSNodes, not getPath()Max Horn
2008-09-30cleanupMax Horn
2008-09-29- Merged 75 revisions from trunk.Vicent Marti
2008-09-29Reduced memory usage by closing theme files after parsing. Could make things ...Vicent Marti
2008-09-23Moved ZipArchive to namespace Common; moved unzip internals from unzip.h to u...Max Horn
2008-09-23ImageManager: renamed remArchive() to removeArchive(); switched to using a Se...Max Horn
2008-09-21Add recent patch contributors. Reflect current ScummVM team in the creditsEugene Sandulenko
2008-09-20fix drawing order in saveload choosers (draw container before contents)Willem Jan Palenstijn
2008-09-20Updated theme file version, to reflect latest addition of new required entrie...Johannes Schickel
2008-09-20Added missing BMP resource.Vicent Marti
2008-09-20- Reverted circle drawing algorithm.Vicent Marti
2008-09-20Added global ingame menu definitions to theme files.Vicent Marti
2008-09-20- Merged the new RTL changes into the branch.Vicent Marti
2008-09-19Unrolled a loop.Vicent Marti
2008-09-17Fixed bug in SaveLoadChooser reflowLayout, which prevented widgets from being...Johannes Schickel
2008-09-17Moved base/game.* to engines/game.*Max Horn
2008-09-16Added whitespace in playtime textfield.Johannes Schickel
2008-09-16Added support for SCUMM savestates date/time and playtime info in the launche...Johannes Schickel
2008-09-16Added "querySaveMetaInfos" to MetaEngine.Johannes Schickel
2008-09-14- Added thumbnail support to launcher load dialog.Johannes Schickel
2008-09-14Minor improvement for GMM layout.Johannes Schickel