aboutsummaryrefslogtreecommitdiff
path: root/scumm/dialogs.cpp
AgeCommit message (Expand)Author
2003-05-14various V8 tweaksMax Horn
2003-05-13cleanupMax Horn
2003-05-10renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH...Max Horn
2003-05-08init all VAR_* variables to 0xFF; replaced access to _vars in the form _vars[...Max Horn
2003-05-05Add more ScummVM globals to PDBChris Apers
2003-04-30PalmOS changesMax Horn
2003-04-21Fix option dialogs for WinCENicolas Bacca
2003-04-12center close buttonMax Horn
2003-03-26grow default buttons size & browser dialog to accomodate for spanish gamesMax 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
2003-02-08more access cleanup; also reorderd some method/function declarations in class...Max Horn
2002-12-25more -pedantic warnings fixedMax Horn
2002-12-21fixed save again, stupid meMax Horn
2002-12-21cleanupMax Horn
2002-12-17New savefile backend system (bye bye NONSTANDARD_SAVE...)Marcus Comstedt
2002-12-14moved the console code to gui/console.cpp; make it actually printout somethin...Max Horn
2002-12-14Commit some junk in-case I don't get time to finish this tonight and Fingolfi...James Brown
2002-12-04Patch #648254: INDY3: 'Save' button textMax Horn
2002-11-29cleanupMax Horn
2002-11-22changed the key input system in NewGUI: pass both the keycode and the ascii v...Max Horn
2002-11-17Fixes to Master/SFX/Music volumes:Jamieson Christian
2002-11-14removed obsolete TODOMax Horn
2002-11-06fix options dialogMax Horn
2002-11-06removed more typecastsMax Horn
2002-11-05change save/load dialog layout a bit - no need to restrain our height so much...Max Horn
2002-11-05clip text drawingMax Horn
2002-10-27patch #628574: Implementing unkMessage2Max Horn
2002-10-27check if _imuse is initializedPaweł Kołodziejski
2002-10-24reduce volume label size, so that it fits into the dialogMax Horn
2002-10-23refer to the new domain, www.scummvm.netMax Horn
2002-10-23Add new command lime switch to readme and correct default volumes.Travis Howell
2002-10-22Always check your merges :)Nicolas Bacca
2002-10-22Added key selection dialog for WinCENicolas Bacca
2002-10-21patch #626226 with some mods of my ownMax Horn
2002-10-19reworked the way the save/load dialog works. yup, still not perfect, but we'r...Max Horn
2002-10-16dialogs now can be run 'modal'Max Horn
2002-10-13Patch 32990: Options fix for Amiga Palette checkboxJames Brown
2002-10-12Fixed warning on VC++ 6.0Jamieson Christian
2002-10-12revised options dialogMax Horn
2002-10-01updated to match ListWidget changesMax Horn
2002-09-28patch #612722: MI2 NewGui title fixMax Horn
2002-09-27added (currently completly useless) launcher dialogMax Horn
2002-09-26some fixes for the message dialog; added some commentsMax Horn
2002-09-222002-09-21 Matt Hargett <matt@use.net>Matt Hargett
2002-09-19removed even more scumm dependencies from NewGUI; fixed some redraw issues (t...Max Horn
2002-09-19moved the Scumm specific dialogs to scumm/dialogs.*Max Horn