aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/dialogs.cpp
AgeCommit message (Expand)Author
2010-06-15GUI: Implement tooltips. FR #2821513.Eugene Sandulenko
2010-06-15GUI: Added in-place hotkeys for widgets.Eugene Sandulenko
2010-05-26Replace SCUMM F5 dialog by GMM & add help button to GMMMax Horn
2010-04-06GUI: Unify various definitions of kOKCmd and move it to namespace GUIMax Horn
2010-04-06SCUMM: Make HelpDialog & ConfigDialog internalMax Horn
2010-04-06Remove old & undocumented MSVC 6 workaroundMax Horn
2010-03-11GUI: Remove GuiObject::getMillis()Max Horn
2010-02-27Fix bug #2959947 - SPYFOX1: Saves don't work from menu.Travis Howell
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-01-05Fix broken Scumm dialogs, which is a regression from r46947. (They used a dum...Johannes Schickel
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