Age | Commit message (Expand) | Author |
2008-11-10 | Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine. | Vicent Marti |
2008-11-10 | Added some more whitespace skipping to default theme generation script. | Vicent Marti |
2008-11-09 | Fixed an off-by-one error in the save slot gap filling code | Filippos Karapetis |
2008-11-09 | Cleanup and simplification | Filippos Karapetis |
2008-11-09 | Do not allow the user to alter the description of write protected save slots ... | Filippos Karapetis |
2008-11-09 | Prevent double click handling if choose button is disabled. (SaveLoadChooser) | Johannes Schickel |
2008-11-09 | Cleanup (and a little bug fix :-P). | Johannes Schickel |
2008-11-09 | Disable 'Save' button if no entry is selected in the save chooser. | Johannes Schickel |
2008-11-09 | Fixed 'Save'/'Load' button enable/disable triggering. | Johannes Schickel |
2008-11-09 | Added 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 correctly | Filippos Karapetis |
2008-11-09 | Corrected comment | Filippos Karapetis |
2008-11-09 | Gaps in the list of save games are now handled correctly in the GMM save/load... | Filippos Karapetis |
2008-11-09 | Save game descriptions are now set correctly in the GMM save dialog | Filippos Karapetis |
2008-11-09 | - The GMM save dialog is now working for all engines which support the approp... | Filippos Karapetis |
2008-11-09 | Run xmllint on our *.STX files. Fixed several XML syntax violations | Max Horn |
2008-11-09 | minor tweaks | Max Horn |
2008-11-09 | Got rid of some more 'using' usages | Max Horn |
2008-11-09 | Removed many unnecessary #includes | Max Horn |
2008-11-09 | Partially merge classes Theme and ThemeEngine (saves another couple KB), some... | Max Horn |
2008-11-08 | Thou shalst never use the 'using' keyword in a header file, lest the wrath of... | Max Horn |
2008-11-08 | Pushing down some header deps | Max Horn |
2008-11-08 | Moved some internal stuff from ThemeEngine.h to ThemeEngine.cpp | Max Horn |
2008-11-07 | Saving a game from GMM is now working for the SAGA engine, though the descrip... | Filippos Karapetis |
2008-11-07 | Formatting. | Johannes Schickel |
2008-11-06 | Fixed colors for the GMM save/load dialogs | Filippos Karapetis |
2008-11-06 | Fixed compilation. | Torbjörn Andersson |
2008-11-06 | Added some WIP code for the GMM save dialog (still not working correctly) | Filippos Karapetis |
2008-11-06 | Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys... | Max Horn |
2008-11-05 | Tweaked browser dialog in 320x200 mode | Max Horn |
2008-11-05 | Tweaked classic theme in 320x200 mode, to use the available space better | Max Horn |
2008-11-05 | Paranoia check | Max Horn |
2008-11-04 | Some cleanup / handle the case where the themepath is neither pointing to a d... | Max Horn |
2008-11-04 | Reordered initialization lists to kill a ton of warnings. | Nicola Mettifogo |
2008-11-03 | Removed dependency on OSystem::RGBToColor, by using Graphics::RGBToColor + Gr... | Johannes Schickel |
2008-11-03 | Updated theme files for r34883. | Johannes Schickel |
2008-11-03 | Patch #2122869: ALL: Common load dialog | Max Horn |
2008-11-03 | Moved GuiObject::reflowLayout from newgui.cpp to object.cpp | Max Horn |
2008-11-03 | Renamed ThemeLayout::buildCopy to buildCopy::makeClone | Max Horn |
2008-11-03 | Fix comment | Max Horn |
2008-11-03 | Documented & cleaned up ThemeEngine::createCursor | Max Horn |
2008-11-03 | Instead of allocating (and leaking, in case of an error) a 64k table with at ... | Max Horn |
2008-10-29 | Store names for renderer configuration in config file instead of integers. | Johannes Schickel |
2008-10-29 | Committed my patch from -devel, which reintroduces DISABLE_FANCY_THEMES to st... | Johannes Schickel |
2008-10-29 | Fixed: Text too big in 1x mode. | Vicent Marti |
2008-10-29 | Bugfix: Dirty rectangle out of range when blitting into the overlay. | Vicent Marti |
2008-10-26 | Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ... | Filippos Karapetis |
2008-10-22 | Shut up MSVC and add FIXMEs to Sword's listSaves and ThemeEngine's loadThemeXML. | Kari Salminen |
2008-10-22 | Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP... | Johannes Schickel |
2008-10-21 | Fixed: Naming of STX files in Scummmodern theme. | Vicent Marti |