aboutsummaryrefslogtreecommitdiff
path: root/scumm/dialogs.h
AgeCommit message (Collapse)Author
2005-03-12Add key to toggle speech/subtitlesTravis Howell
svn-id: r17082
2005-03-08Fix for bug #1158465 (New Volume Control Dialogue Error-Prone)Max Horn
svn-id: r17042
2005-03-08Remove outdated commentMax Horn
svn-id: r17031
2005-03-06Added dialogs which are shown when you modify the talkspeed or music volume ↵Max Horn
using hotkeys (FR #1153300) svn-id: r17009
2005-02-18Fix a small bug (wrong mouse cursor is briefly shown) in the F5 menuMax Horn
svn-id: r16804
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-06Only activate virtual keyboard when neededMax Horn
svn-id: r15998
2004-07-20Add support for version key in The DigTravis Howell
svn-id: r14285
2004-03-15Aaargh, didn't mean to commit this...Max Horn
svn-id: r13296
2004-03-15...and mor. Next big thing should be to document the overlay stuff, but ↵Max Horn
that'll have to wait till after I slept :-) svn-id: r13295
2004-01-26CE Keys dialog moved to new backendNicolas Bacca
svn-id: r12607
2004-01-08unify _vm / _scumm usageMax Horn
svn-id: r12262
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-12-14Let's spell it out: c-o-d-e r-e-u-s-e :-)Max Horn
svn-id: r11640
2003-12-14Always confirm restartTravis Howell
svn-id: r11635
2003-12-13patch #858731 to work around MSVC6 compiler bugsMax Horn
svn-id: r11616
2003-11-28reuse SaveLoadChooser in main dialog -> this means the SaveLoadChooser ↵Max Horn
remembers the scroll position -> improved user experience svn-id: r11415
2003-11-11made Scumm::OptionsDialog subclass GUI::OptionsDialog (code reuse); replaced ↵Max Horn
Sound::_sound_volume_master and friends by ConfMan.get() calls; some whitespace cleanup svn-id: r11257
2003-11-10added namespace GUIMax Horn
svn-id: r11255
2003-11-03remade the in-game GUI/menuMax Horn
svn-id: r11119
2003-11-02introduced common base class GuiObject for Dialog/Widget -> step towards ↵Max Horn
making it possible to nest widgets (needed for TabWidget) svn-id: r11052
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added ↵Max Horn
Widget::findWidget (preparing to add support for nested widgets, for the tab widget) svn-id: r11045
2003-11-01amiga checkbox is pointless in the in-game settings dialog (you should set ↵Max Horn
this option either in the launcher or directly in the config file); got rid of queryCustomString/string_map_table_custom: we only used them in a very few spots anyway, and until we actually decide to localize ScummVM, they don't gain us anything svn-id: r11039
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix ↵Max Horn
explicitly svn-id: r10571
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also ↵Max Horn
makes room for a potential 'Scumm' namespace) svn-id: r10549
2003-10-02renamed namespace ScummVM to CommonMax Horn
svn-id: r10544
2003-08-20Change Amiga palette option to Amiga versionTravis Howell
svn-id: r9800
2003-07-28Patch #715991: Quit Confirmation Dialog (feature request #642721) with some ↵Max Horn
tweaks by me svn-id: r9210
2003-07-22made about dialog global (so that it can be used from the launcher and from ↵Max Horn
sky/simon; also added our copyright to it svn-id: r9122
2003-07-07fix for bug #766119: help screen: '.' is listed incorrectlyMax Horn
svn-id: r8848
2003-06-14Patch #745843: Help Dialog; in addition, I moved the 'About' dialog button ↵Max Horn
from the options dialog to the main save/load dialog and enlarged & rearranged that dialog svn-id: r8485
2003-03-25added some meat to the global options dialog (no prefs are stored yet, though)Max Horn
svn-id: r6862
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06and more cleanupPaweł Kołodziejski
svn-id: r6718
2002-12-21partial checkin of patch #655594 (handling Y/N questions); cleanupMax Horn
svn-id: r6042
2002-12-14moved the console code to gui/console.cpp; make it actually printout ↵Max Horn
something. Note that this is WORK IN PROGRESS! I know it is incomplete, no need to tell me that svn-id: r5952
2002-12-14Commit some junk in-case I don't get time to finish this tonight and ↵James Brown
Fingolfin starts working on it :) svn-id: r5949
2002-11-22changed the key input system in NewGUI: pass both the keycode and the ascii ↵Max Horn
value to handleKeyUp/Down. Also, use this to fix the key repeat code (see bug #626225) svn-id: r5691
2002-11-06Don't attempt to play sound in simon 1 dos.Travis Howell
Use separate filenames for simon 1 & 2 savegames Add newline to end of scumm/dialogs.h svn-id: r5431
2002-10-27patch #628574: Implementing unkMessage2Max Horn
svn-id: r5334
2002-10-22Always check your merges :)Nicolas Bacca
svn-id: r5254
2002-10-22Added key selection dialog for WinCENicolas Bacca
svn-id: r5253
2002-10-21patch #626226 with some mods of my ownMax Horn
svn-id: r5209
2002-10-19reworked the way the save/load dialog works. yup, still not perfect, but ↵Max Horn
we're hopefully getting closer. Feedback welcome svn-id: r5189
2002-10-12revised options dialogMax Horn
svn-id: r5130
2002-09-28patch #612722: MI2 NewGui title fixMax Horn
svn-id: r5030
2002-09-26added simple message dialogMax Horn
svn-id: r5020
2002-09-19moved the Scumm specific dialogs to scumm/dialogs.*Max Horn
svn-id: r4973