aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
2008-12-14Add Tucker engine to creditsEugene Sandulenko
2008-12-03Added Groovie creditsJordi Vilalta Prat
2008-12-01News update: Ender stepping down as project leadMax Horn
2008-11-28Added Cyx to SCUMM creditsMax Horn
2008-11-21Added ArchiveMember::getDisplayName() method; changed ArchiveMember::getName(...Max Horn
2008-11-21GUI: Simplify ThemeBrowser codeMax Horn
2008-11-20Fixed ZipArchive/FSDirectory creation.Johannes Schickel
2008-11-20GUI: Reduce space used by creditsMax Horn
2008-11-13Moved binary theme parser to tools folder.Vicent Marti
2008-11-13DrawStep parsing added to binary theme parser.Vicent Marti
2008-11-13Binary theme format parser.Vicent Marti
2008-11-13Add newlines at end of files, to squash warning.Travis Howell
2008-11-13cleanupMax Horn
2008-11-12GUI: Blitting the full screen to the backbuffer (or vice versa) can be done w...Max Horn
2008-11-12Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...Max Horn
2008-11-12GUI: Got rid of the WidgetSize stuffMax Horn
2008-11-12GUI: Turn scrollbar width into a theme variableMax Horn
2008-11-12cleanupMax Horn
2008-11-12GUI: Got rid of kBigButtonWidth etc.Max Horn
2008-11-12GUI: Got rid of most 'built-in' variablesMax Horn
2008-11-11Some GUI tweaks to make certain widgets readableMax Horn
2008-11-11Moved GUI::SaveLoadChooser to its own source fileMax Horn
2008-11-10Include required headerMax Horn
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-11-10Added some more whitespace skipping to default theme generation script.Vicent Marti
2008-11-09Fixed an off-by-one error in the save slot gap filling codeFilippos Karapetis
2008-11-09Cleanup and simplificationFilippos Karapetis
2008-11-09Do not allow the user to alter the description of write protected save slots ...Filippos Karapetis
2008-11-09Prevent double click handling if choose button is disabled. (SaveLoadChooser)Johannes Schickel
2008-11-09Cleanup (and a little bug fix :-P).Johannes Schickel
2008-11-09Disable 'Save' button if no entry is selected in the save chooser.Johannes Schickel
2008-11-09Fixed 'Save'/'Load' button enable/disable triggering.Johannes Schickel
2008-11-09Added a new SaveStateDescriptor flag, is_write_protected, which can be used t...Filippos Karapetis
2008-11-09- The save list iterator should now be synced correctlyFilippos Karapetis
2008-11-09Corrected commentFilippos Karapetis
2008-11-09Gaps in the list of save games are now handled correctly in the GMM save/load...Filippos Karapetis
2008-11-09Save game descriptions are now set correctly in the GMM save dialogFilippos Karapetis
2008-11-09- The GMM save dialog is now working for all engines which support the approp...Filippos Karapetis
2008-11-09Run xmllint on our *.STX files. Fixed several XML syntax violationsMax Horn
2008-11-09minor tweaksMax Horn
2008-11-09Got rid of some more 'using' usagesMax Horn
2008-11-09Removed many unnecessary #includesMax Horn
2008-11-09Partially merge classes Theme and ThemeEngine (saves another couple KB), some...Max Horn
2008-11-08Thou shalst never use the 'using' keyword in a header file, lest the wrath of...Max Horn
2008-11-08Pushing down some header depsMax Horn
2008-11-08Moved some internal stuff from ThemeEngine.h to ThemeEngine.cppMax Horn
2008-11-07Saving a game from GMM is now working for the SAGA engine, though the descrip...Filippos Karapetis
2008-11-07Formatting.Johannes Schickel
2008-11-06Fixed colors for the GMM save/load dialogsFilippos Karapetis
2008-11-06Fixed compilation.Torbjörn Andersson