aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/dialogs.cpp
AgeCommit message (Expand)Author
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
2007-07-12Changed SaveFileManager::listSavegames() function to be engine agnostic. It n...David Corrales
2007-06-30Changed GUI system to use Common::KeyState stateMax Horn
2007-06-13Removed redundant codeMax Horn
2007-06-03Modified version of patch #1723779: SCUMM: Improved ctrl+t subtitle cyclingMax Horn
2007-06-02Make InfoDialog::setInfoText a bit more useful, by making it public & reusableMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-30Modified version of patch #1727045 INDY3: IQ Points DialogMax Horn
2006-10-24const correctnessMax Horn
2006-10-21cleanupMax Horn
2006-10-15Turning various static tables into static constMax Horn
2006-08-04Activate _dimsInactive for ValueDisplayDialog, makes the text speed/volume ch...Max Horn
2006-08-04Changed GUI code to do 'lazy'/'just-in-time' reflowing, so that client code d...Max Horn
2006-08-04Renamed handleScreenChanged() -> reflowLayout() in the GUI codeMax Horn
2006-07-09Patch #1519399: DS BackendMax Horn
2006-05-29adds support for filling the thumbnail display in a given color if no thumbna...Johannes Schickel
2006-05-27Major GUI update:Eugene Sandulenko
2006-05-26- Put scrollbar inside of list widgetEugene Sandulenko
2006-05-18Plug memory leakEugene Sandulenko
2006-05-18Fix bug #1483272: "GUI: SCUMM pause dialog breaks upon scaler switch". AlsoEugene Sandulenko
2006-05-13Patch #1091170: ALL, SCUMM: Subtitle speed controlMax Horn
2006-04-29Moved queryResString from class ScummDialog to class InfoDialog; some cleanupMax Horn
2006-04-29Renamed updateVolumes to updateSoundSettings -- now it also handles subtitles...Max Horn
2006-04-29* Renamed several methods in favor of a somewhat more uniform naming scheme: ...Max Horn
2006-04-19Merges SaveLoadChooser and SaveLoadChooserEx.Johannes Schickel
2006-04-19Updates scumm dialogs for runtime overlay resolution changes.Johannes Schickel