aboutsummaryrefslogtreecommitdiff
path: root/scumm/dialogs.cpp
AgeCommit message (Expand)Author
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
2003-06-14Patch #745843: Help Dialog; in addition, I moved the 'About' dialog button fr...Max Horn
2003-06-08added quit eventMax Horn
2003-06-07follow our coding conventionsMax Horn
2003-06-07replaced GF_AFTER with _versionMax Horn
2003-06-04put a setFeatures member that allows to precompute game-wide stuff, such as C...Bertrand Augereau
2003-06-01Also call playerV2->set_master_volume when playerV2 exists.Jochen Hoenicke
2003-05-28Fix for bug #744121: Indy3 'Save' button textMax Horn
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