aboutsummaryrefslogtreecommitdiff
path: root/gui/saveload.cpp
AgeCommit message (Expand)Author
2019-11-03ENGINES: Change targets to have an 'engine ID'Bastien Bouclet
2019-10-03GUI: Add Missing Switch Default CasesD G Turner
2017-12-03BASE: Remove bad casts between incompatible Plugin typesColin Snover
2017-06-09GUI: Use dashes in default save descriptionTarek Soliman
2016-10-17ALL: Fix compilation with disabled cloud but enabled libcurlEugene Sandulenko
2016-08-24CLOUD: Replace USE_CLOUD with USE_LIBCURLAlexander Tkachev
2016-08-24CLOUD: Fix SaveLoadDialogs to check USE_CLOUDAlexander Tkachev
2016-08-24CLOUD: Make Save/Load dialog start saves syncAlexander Tkachev
2016-04-14JANITORIAL: Reduce GUI header dependenciesOri Avtalion
2014-02-18GUI: Make GPL headers consistent in themselves.Johannes Schickel
2012-07-24GUI: Add possibility to disable the grid based chooser via DISABLE_SAVELOADCH...Johannes Schickel
2012-07-24GUI: Let SaveLoadChooser::getResultString return a const reference.Johannes Schickel
2012-07-24GUI: Rename LoadChooserThumbnailed to SaveLoadChooserGrid.Johannes Schickel
2012-07-24GUI: Implement saving in the grid based save/load chooser.Johannes Schickel
2012-07-01GUI: Clean up save load chooser selection code.Johannes Schickel
2012-07-01GUI: Automatically switch to list based save/load chooser when changing resol...Johannes Schickel
2012-07-01GUI: Only use grid load dialog for 640x400 or bigger.Johannes Schickel
2012-06-29GUI: Remember last save/load chooser selection.Johannes Schickel
2012-06-29GUI: Allow the user to switch between list and thumbnail based load chooser.Johannes Schickel
2012-06-15GUI: Hook up the new load chooser for > 320x200 and engines which support thu...Johannes Schickel
2012-06-15GUI: Create an interface for save/load dialogs.Johannes Schickel
2012-06-14GUI: Refactor engine plugin access out of SaveLoadChooserImpl into SaveLoadCh...Johannes Schickel
2012-06-14GUI: Hide save/load chooser implementation.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
2011-10-23ALL: Reduce assignment of "" to Common::String.Johannes Schickel
2011-09-25AGI/COMMON: Fixed bug #3407308 - "AGI: SQ2: Saving allowed in autosave slot 0...Filippos Karapetis
2011-07-02ENGINES: Clean up SaveStateDescriptor.Johannes Schickel
2011-06-01Merge branch 'branch-1-3-0' into masterMax Horn
2011-05-21GUI/DS: Make 99 the maximum number of save slots displayed on the GMM load/sa...agent-q
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-07GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTargetMax Horn
2010-11-16GUI: Push down some header (inter)dependenciesMax Horn
2010-11-16GUI: Move major widgets to new directory gui/widgetsMax Horn
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-07-04Always use kThumbnailHeight2 (i.e. 120) for the height of the thumbnail widget.Johannes Schickel
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-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2009-12-30Get rid of Common::String::emptyString, and also of some port specific hacker...Max Horn
2009-08-20Implement automatic clearing of "Untitled Savestate" in edit mode of the Save...Johannes Schickel
2009-08-20Renamed ScummSaveLoad GUI dialog config entry to SaveLoadChooser. (Also bumpe...Johannes Schickel
2009-08-20Partial implementation of feature request #2834637 "GUI: Allow greying out du...Johannes Schickel
2009-08-16Cleanup.Johannes Schickel
2009-08-16For a better user experience, clear all meta infos, when clicking on an unuse...Johannes Schickel
2009-08-08Patch #2832247: "GMM: Enable loading & deleting of unnamed savegames"Eugene Sandulenko
2009-02-19Fixed regression in Options menu and disabled Save/Load buttons.Vicent Marti
2009-01-12Fixed bug #2500168 ("GUI: Cannot quit in the launcher's load dialog"). I thoughtTorbjörn Andersson