aboutsummaryrefslogtreecommitdiff
path: root/scumm/dialogs.cpp
AgeCommit message (Expand)Author
2004-02-24the OSystem changes we discussed on the ML (note: renaming of the existing OS...Max Horn
2004-02-22Missed one spot.Travis Howell
2004-01-26CE Keys dialog moved to new backendNicolas Bacca
2004-01-17Implements TOGGLE_VIRTUAL_KEYBOARDNicolas Bacca
2004-01-08unify _vm / _scumm usageMax Horn
2004-01-06updated copyright noticeMax Horn
2003-12-27get rid of _noSubtitles, use ConfigManager directly instead; clean up some IM...Max Horn
2003-12-27fix subtitles optionMax Horn
2003-12-21yet another place were 'nosubtitles' wasn't properly changed to 'subtitles'Max Horn
2003-12-18Missed one spot when switching subtitle options.Travis Howell
2003-12-14Let's spell it out: c-o-d-e r-e-u-s-e :-)Max Horn
2003-12-14OoopsTravis Howell
2003-12-14Always confirm restartTravis Howell
2003-12-14WinCE GUI fixesNicolas Bacca
2003-12-13patch #858731 to work around MSVC6 compiler bugsMax Horn
2003-12-11Fix for bug #858262 (Note: casting to GUI::OptionsDialog* is wrong, it leads ...Max Horn
2003-12-09Changed notation involving more than one set of double colons ::Jamieson Christian
2003-12-01don't do a global import of namespace GUIMax Horn
2003-11-28reuse SaveLoadChooser in main dialog -> this means the SaveLoadChooser rememb...Max Horn
2003-11-11made Scumm::OptionsDialog subclass GUI::OptionsDialog (code reuse); replaced ...Max Horn
2003-11-10added namespace GUIMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-05made menu buttons wider (looks nicer, IMO)Max Horn
2003-11-05fix for bug #836418 (Crash when saving with blank name): GUI now uses a defau...Max Horn
2003-11-03oops this wasn't meant to be thereMax Horn
2003-11-03remade the in-game GUI/menuMax Horn
2003-11-03added built-in label for SliderWidgetMax Horn
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-11-01amiga checkbox is pointless in the in-game settings dialog (you should set th...Max Horn
2003-10-09Moved PalmOS initializations out of namespaces.Chris Apers
2003-10-08new config manager. not everything is completed, and some things will still b...Max Horn
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also m...Max Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-09-08make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolumeMax Horn
2003-09-07cleanup/refactoringMax Horn
2003-08-20Change Amiga palette option to Amiga versionTravis Howell
2003-08-18Updated globals access for PalmOSChris Apers
2003-07-31back disable warnings into stdafx.h, vc6 is lack of warnings supportPaweł Kołodziejski
2003-07-31Disabled unknown pragma warning in MSVC-6.Jamieson Christian
2003-07-30the VC warning for unknown pragmas is now gloabally disabled, no need to work...Max Horn
2003-07-28Patch #715991: Quit Confirmation Dialog (feature request #642721) with some t...Max Horn
2003-07-22made about dialog global (so that it can be used from the launcher and from s...Max Horn
2003-07-15factored out some duplicate code into a new method translateTextAndPlaySpeech...Max Horn
2003-07-15replaced SCUMMVM_VERSION/SCUMMVM_CVS by gScummVMVersion/gScummVMBuildDate/gSc...Max Horn
2003-07-15Patch #768260: Help Dialog Update (with some tweaks by me to make the dialog ...Max Horn
2003-07-07fix for bug #766119: help screen: '.' is listed incorrectlyMax Horn
2003-07-05Note spare strings in the custom string resource table.James Brown
2003-07-05Update about dialog. Will somebody please move the About dialog to Common so ...James Brown
2003-06-15cleanupMax Horn