aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
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
2008-11-06Added some WIP code for the GMM save dialog (still not working correctly)Filippos Karapetis
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...Max Horn
2008-11-05Tweaked browser dialog in 320x200 modeMax Horn
2008-11-05Tweaked classic theme in 320x200 mode, to use the available space betterMax Horn
2008-11-05Paranoia checkMax Horn
2008-11-04Some cleanup / handle the case where the themepath is neither pointing to a d...Max Horn
2008-11-04Reordered initialization lists to kill a ton of warnings.Nicola Mettifogo
2008-11-03Removed dependency on OSystem::RGBToColor, by using Graphics::RGBToColor + Gr...Johannes Schickel
2008-11-03Updated theme files for r34883.Johannes Schickel
2008-11-03Patch #2122869: ALL: Common load dialogMax Horn
2008-11-03Moved GuiObject::reflowLayout from newgui.cpp to object.cppMax Horn
2008-11-03Renamed ThemeLayout::buildCopy to buildCopy::makeCloneMax Horn
2008-11-03Fix commentMax Horn
2008-11-03Documented & cleaned up ThemeEngine::createCursorMax Horn
2008-11-03Instead of allocating (and leaking, in case of an error) a 64k table with at ...Max Horn
2008-10-29Store names for renderer configuration in config file instead of integers.Johannes Schickel
2008-10-29Committed my patch from -devel, which reintroduces DISABLE_FANCY_THEMES to st...Johannes Schickel
2008-10-29Fixed: Text too big in 1x mode.Vicent Marti
2008-10-29Bugfix: Dirty rectangle out of range when blitting into the overlay.Vicent Marti
2008-10-26Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ...Filippos Karapetis
2008-10-22Shut up MSVC and add FIXMEs to Sword's listSaves and ThemeEngine's loadThemeXML.Kari Salminen
2008-10-22Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP...Johannes Schickel
2008-10-21Fixed: Naming of STX files in Scummmodern theme.Vicent Marti
2008-10-21Fix for bug #1960518 "ALL: --list-saves ignores custom paths".Johannes Schickel
2008-10-18Fixed: Assert when parsing a corrupted Theme archive (now discarding the them...Vicent Marti