aboutsummaryrefslogtreecommitdiff
path: root/engines/dialogs.cpp
AgeCommit message (Expand)Author
2017-05-25GUI: Fully hide GMM save/load buttons if not supported by engineWillem Jan Palenstijn
2016-11-29ALL: game state => saved gameBen Castricum
2016-04-10ALL: Split SMALL_SCREEN_DEVICE into GUI_ENABLE_KEYSDIALOG and GUI_ONLY_FULLSC...Eugene Sandulenko
2014-04-28Merge pull request #426 from sunmax/masterEugene Sandulenko
2014-02-18ENGINES: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-18PS2: snprintf hack to fix scumm.plgMax Lingua
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-06-10GUI: Refactor default savegame description creation.Johannes Schickel
2012-06-10GUI: Add helper to SaveLoadChooser, which uses the currently active target.Johannes Schickel
2012-06-10GUI: Get rid of SaveLoadChooser::setSaveMode.Johannes Schickel
2012-02-21ENGINES: Add error handling for GMM Gamestate Load/Save Usage.D G Turner
2011-09-23ENGINES: make the default savegame description be the timestampTarek Soliman
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-25GUI: fix bug #2822778athrxx
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-13I18N: Make many more GUI MessageDialog strings translatableThierry Crozat
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-06-02ENGINES: Get rid of some s(n)printf callsMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-02-07MOHAWK: Fix MohawkEngine_Myst::runLoadDialogMax Horn
2011-02-07GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTargetMax Horn
2010-11-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
2010-11-16GUI: Move major widgets to new directory gui/widgetsMax Horn
2010-11-14GUI: Fix GMM labels translation for SCUMM engineThierry Crozat
2010-11-01ENGINES: Remove some 'using' statementsMax Horn
2010-10-26GMM: Add a basic help dialogs for engines not providing one (i.e. all but SC...Max Horn
2010-08-30I18N: Add "lowres" context for several GUI strings when in 1x mode.Thierry Crozat
2010-06-15GUI: Implement tooltips. FR #2821513.Eugene Sandulenko
2010-06-15GUI: Added in-place hotkeys for widgets.Eugene Sandulenko
2010-06-15Implement translation support for ScummVM GUI.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-06Factor out save/load code from MainMenuDialog::handleCommand into new methodsMax Horn
2010-04-06Remove old & undocumented MSVC 6 workaroundMax Horn
2009-06-06Implement FR#862150: "GUI: Show subtitles/speech options only for speech games"Eugene Sandulenko
2009-02-28Added keyboard mapping for global menu. Lars Persson
2009-02-12Fixed working Keys button in in game options dialogLars Persson
2009-02-07Make the subtitle settings in Options section of the global main menu optiona...Travis Howell
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-11-12Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...Max Horn
2008-11-12cleanupMax Horn
2008-11-11Moved GUI::SaveLoadChooser to its own source fileMax Horn
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-11-09Save game descriptions are now set correctly in the GMM save dialogFilippos Karapetis
2008-11-09Fixed bug, which might mess up the description of new savegames.Johannes Schickel
2008-11-09Fixed warning, and what looked to me like a very minor memory leak.Torbjörn Andersson
2008-11-08Pushing down some header depsMax Horn
2008-11-07Saving a game from GMM is now working for the SAGA engine, though the descrip...Filippos Karapetis