aboutsummaryrefslogtreecommitdiff
path: root/scumm/dialogs.h
AgeCommit message (Expand)Author
2006-02-11Moved engines to the new engines/ directoryMax Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-28- Fixes a bug that the debugger crashed while openingJohannes Schickel
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-07-05* Start of generic key configuration support for ScummVMLars Persson
2005-06-03Cleanup.Torbjörn Andersson
2005-06-02The GUI has reached the point where I think it's safe to begin removing theTorbjörn Andersson
2005-05-27Made ValueDisplayDialog scale itself.Torbjörn Andersson
2005-05-18The SCUMM options dialog mostly scales itself. Mostly.Torbjörn Andersson
2005-05-14Made the SCUMM main dialog scale itselfMax Horn
2005-05-11Reduce header dependenciesMax Horn
2005-05-09Last part of patch #1163026 (Thumbnails for ScummEngine)Max Horn
2005-03-12Add key to toggle speech/subtitlesTravis Howell
2005-03-08Fix for bug #1158465 (New Volume Control Dialogue Error-Prone)Max Horn
2005-03-08Remove outdated commentMax Horn
2005-03-06Added dialogs which are shown when you modify the talkspeed or music volume u...Max Horn
2005-02-18Fix a small bug (wrong mouse cursor is briefly shown) in the F5 menuMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-06Only activate virtual keyboard when neededMax Horn
2004-07-20Add support for version key in The DigTravis Howell
2004-03-15Aaargh, didn't mean to commit this...Max Horn
2004-03-15...and mor. Next big thing should be to document the overlay stuff, but that'...Max Horn
2004-01-26CE Keys dialog moved to new backendNicolas Bacca
2004-01-08unify _vm / _scumm usageMax Horn
2004-01-06updated copyright noticeMax Horn
2003-12-14Let's spell it out: c-o-d-e r-e-u-s-e :-)Max Horn
2003-12-14Always confirm restartTravis Howell
2003-12-13patch #858731 to work around MSVC6 compiler bugsMax 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-03remade the in-game GUI/menuMax Horn
2003-11-02introduced common base class GuiObject for Dialog/Widget -> step towards maki...Max 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-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-08-20Change Amiga palette option to Amiga versionTravis Howell
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-07fix for bug #766119: help screen: '.' is listed incorrectlyMax Horn
2003-06-14Patch #745843: Help Dialog; in addition, I moved the 'About' dialog button fr...Max Horn
2003-03-25added some meat to the global options dialog (no prefs are stored yet, though)Max Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanupPaweł Kołodziejski
2002-12-21partial checkin of patch #655594 (handling Y/N questions); cleanupMax Horn
2002-12-14moved the console code to gui/console.cpp; make it actually printout somethin...Max Horn