aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/dialogs.cpp
AgeCommit message (Expand)Author
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-04-14JANITORIAL: Reduce GUI header dependenciesOri Avtalion
2016-04-10ALL: Split SMALL_SCREEN_DEVICE into GUI_ENABLE_KEYSDIALOG and GUI_ONLY_FULLSC...Eugene Sandulenko
2015-11-28SCUMM: Add safety checkEugene Sandulenko
2014-10-27SCUMM: Fix bug 6739 - Untranslated dialogsBen Castricum
2014-08-20SCUMM: Fix Bug #6711- Wrong quit message shown in Pajama Sam Lost and Found.Kirben
2014-02-18SCUMM: Make GPL headers consistent in themselves.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2011-12-26SCUMM: Add a difficulty selection dialog for Loom FM-Towns.Johannes Schickel
2011-09-08SCUMM: Made some static data const.Johannes Schickel
2011-08-20SCUMM: Fix compilation when translation support is disabled.Johannes Schickel
2011-08-20SCUMM: Fix typo in commentEugene Sandulenko
2011-08-20I18N: Added comments to some of obscure translatable stringsEugene Sandulenko
2011-08-20SCUMM: Added support for localization in Y/N dialogEugene Sandulenko
2011-08-20SCUMM: Added translation support for V1 dialogsEugene Sandulenko
2011-08-20SCUMM: Added translation support to subtitle settingsEugene Sandulenko
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-09AUDIO: Rename sound/ dir to audio/Max 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-01ENGINES: Remove some 'using' statementsMax Horn
2010-10-25SCUMM: Move class Player_V2CMS to its own header fileMax Horn
2010-09-13SCUMM: Fix for bug #3064655 "Restart with F8 key not working properly".Johannes Schickel
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