aboutsummaryrefslogtreecommitdiff
path: root/scumm/dialogs.cpp
AgeCommit message (Collapse)Author
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-17Fixes to Master/SFX/Music volumes:Jamieson Christian
- All are in 0-255 range now. No 0-127 mismatches. - Master volume now affects SFX and Music, consistent with LEC behavior. - The [ and ] keys now affect Music volume, not Master. Consistent with LEC behavior. Also changed [ and ] increment to 16, for 256/16 = 16 volume increments outside the GUI. svn-id: r5592
2002-11-14removed obsolete TODOMax Horn
svn-id: r5544
2002-11-06fix options dialogMax Horn
svn-id: r5447
2002-11-06removed more typecastsMax Horn
svn-id: r5438
2002-11-05change save/load dialog layout a bit - no need to restrain our height so ↵Max Horn
much, is there? svn-id: r5429
2002-11-05clip text drawingMax Horn
svn-id: r5416
2002-10-27patch #628574: Implementing unkMessage2Max Horn
svn-id: r5334
2002-10-27check if _imuse is initializedPaweł Kołodziejski
svn-id: r5331
2002-10-24reduce volume label size, so that it fits into the dialogMax Horn
svn-id: r5294
2002-10-23refer to the new domain, www.scummvm.netMax Horn
svn-id: r5288
2002-10-23Add new command lime switch to readme and correct default volumes.Travis Howell
Change volume limits in gui to 255 svn-id: r5281
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-16dialogs now can be run 'modal'Max Horn
svn-id: r5168
2002-10-13Patch 32990: Options fix for Amiga Palette checkboxJames Brown
svn-id: r5140
2002-10-12Fixed warning on VC++ 6.0Jamieson Christian
svn-id: r5133
2002-10-12revised options dialogMax Horn
svn-id: r5130
2002-10-01updated to match ListWidget changesMax Horn
svn-id: r5069
2002-09-28patch #612722: MI2 NewGui title fixMax Horn
svn-id: r5030
2002-09-27added (currently completly useless) launcher dialogMax Horn
svn-id: r5024
2002-09-26some fixes for the message dialog; added some commentsMax Horn
svn-id: r5021
2002-09-222002-09-21 Matt Hargett <matt@use.net>Matt Hargett
* scumm.dsp, scummvm.dsp, simon.dsp: Turn on warning as errors. Generate PDBs on all builds. * gameDetector.cpp, newgui.cpp, widget.cpp, actor.cpp, dialogs.cpp, resource.cpp, saveload.cpp, scumm_renderer.cpp: Fix warnings where possible. One pragma added to eliminate warning of unknown pragmas. * string.cpp: If unknown escape sequence, print warning. svn-id: r4998
2002-09-19removed even more scumm dependencies from NewGUI; fixed some redraw issues ↵Max Horn
(this might help the inventory-display issue in The Dig, and definitly fixes the 'vanishing volcanoe' in the FOA extro) svn-id: r4974
2002-09-19moved the Scumm specific dialogs to scumm/dialogs.*Max Horn
svn-id: r4973