aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/dialogs.cpp
AgeCommit message (Expand)Author
2009-08-20Switch SCUMM engine to use the SaveLoadChooser from gui/ instead of implement...Johannes Schickel
2009-08-16Fix F5's save button in DOTT CD for me. Actually I was able to reproduce the ...Johannes Schickel
2009-08-16Fix bug #2838464 "SCUMM: GUI messages misaligned".Johannes Schickel
2009-07-23Simplify the code to check whether loading or saving a game is possible.Travis Howell
2009-07-22Fix bug #1745396: "MI: Saved game from the credits sequence fails to load".Eugene Sandulenko
2009-07-16This commit is just for DrMcCoy. (forgot to fix two usages of whitespaces ins...Johannes Schickel
2009-07-16Formatting fixes.Johannes Schickel
2009-07-16Fixed bug 2820514 ("Help dialog causes crash")Vicent Marti
2009-02-23Must intialize _keysDialog to NULLLars Persson
2009-02-12Fixed working Keys button in in game options dialogLars Persson
2009-01-10Fixed uninitialised variables in the SCUMM save/load dialog. The updateInfos()Torbjörn Andersson
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...Johannes Schickel
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-27GUI: Added Widget::setVisible convenience wrapperMax Horn
2008-12-25Renamed NewGui to GuiManagerMax 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-12cleanupMax Horn
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-09-29- Merged 75 revisions from trunk.Vicent Marti
2008-09-20fix drawing order in saveload choosers (draw container before contents)Willem Jan Palenstijn
2008-09-20- Merged the new RTL changes into the branch.Vicent Marti
2008-09-01Merging more of the GSoC 2008 RTL branch: SCUMMMax Horn
2008-08-29Made out-of-memory error in SCUMM a bit more verboseMax Horn
2008-08-16Merged revisions 33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,...Vicent Marti
2008-08-15Tons of misc. GFX fixes.Vicent Marti
2008-08-15Deprecated support for "direction" layout keys.Vicent Marti
2008-08-13Finished legacy API cleanup. Removed all legacy code.Vicent Marti
2008-08-13Finished GUI layout in g1x.Vicent Marti
2008-08-10Bugfix: Inverse layout reflowing.Vicent Marti
2008-08-09Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-...Christopher Page
2008-08-08SCUMM save/load dialog.Vicent Marti
2008-08-07SCUMM general and options dialog.Vicent Marti
2008-08-06Do not query savestates which obviously do not exist (to shut up bogus consol...Max Horn
2008-08-05SCUMM: cleanup SaveLoadChooser::updateInfos codeMax Horn
2008-08-05SCUMM: Don't try to load metadata for slot -1 (i.e. don't try to load metadat...Max Horn
2008-07-21Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,...Christopher Page
2008-07-14remove accidentally committed debugging code; fix shadowing warningWillem Jan Palenstijn
2008-07-14Don't draw scumm saveload dialog while reflowing layout, as that would use un...Willem Jan Palenstijn
2008-07-11SCUMM works with new GMM implementationChristopher Page
2008-07-07Changed the name of the Scumm menu dialog class MainMenuDialog to ScummMenuDi...Christopher Page
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
2008-04-30Fix cycling of speech and subtitle options via Ctrl t.Travis Howell
2008-02-04Commited updated version of my own patch #1868402: Basic savestate plugin APIMax Horn
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-12-20cleanup due to jvpratMax Horn
2007-09-20implement o72_debugInput (with some help from Kirben)Matthew Hoops
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil...Max Horn
2007-09-01Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)Chris Apers