aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.cpp
AgeCommit message (Expand)Author
2003-11-01merged detectGames() into LauncherDialog::handleCommand()Max Horn
2003-11-01amiga checkbox is obsolete (will be replaced by a platform popupMax Horn
2003-10-28cleanup: removed version/id from GameSettingsMax Horn
2003-10-17findGame is static class method nowMax Horn
2003-10-17factored out the game detection code into the Plugin class; this is the first...Max Horn
2003-10-16cleanupMax Horn
2003-10-12some renaming for more consistent terminology (although we might want to reev...Max Horn
2003-10-11fix for bug #821502 (GUI: Launcher crashes with unexisting targets)Max Horn
2003-10-08turned PluginManager into a proper singletonMax Horn
2003-10-08new config manager. not everything is completed, and some things will still b...Max Horn
2003-10-05Make use of new List iteratorMax Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-09-18moved engine.* to base; this fixes some linking issues when building a barebo...Max Horn
2003-09-17new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (t...Max Horn
2003-09-08added About dialog to launcherMax Horn
2003-09-08got rid of version_settingsMax Horn
2003-09-08added a FIXME commentMax Horn
2003-09-08renamed VersionSettings -> TargetSettings and also renamed some of its member...Max Horn
2003-08-20Change Amiga palette option to Amiga versionTravis Howell
2003-08-12Show Amiga option only for scumm gamesTravis Howell
2003-07-15replaced SCUMMVM_VERSION/SCUMMVM_CVS by gScummVMVersion/gScummVMBuildDate/gSc...Max Horn
2003-06-15remove scumm.h dependencyJonathan Gray
2003-06-15moved GameId declaration to common/engine.h (more logical); moved scumm speci...Max Horn
2003-06-07use _versionMax Horn
2003-04-30PalmOS changes: allow 8 bit GUI modeMax Horn
2003-04-29update launcher for recent changesJonathan Gray
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 cleanup .... LastPaweł Kołodziejski
2002-12-20don't show amiga checkbox for simon gamesMax Horn
2002-12-14cleanupMax Horn
2002-12-12added a dummy global options dialog; PopUpWidget tweaksMax Horn
2002-12-12added PopUpWidget; hacked it into the edit game dialog just to show how to us...Max Horn
2002-12-01fixed launcher buttons againMax Horn
2002-12-01fix for bug #646218 (Start button in launcher was not getting disabled)Max Horn
2002-11-25Add a few EditGame options. Honor game-specific fullScreen from the LauncherJames Brown
2002-11-21cleanupMax Horn
2002-11-21enhanced Config::rename_domain; added the ability to change the domain name i...Max Horn
2002-11-21some fixes; hooked up the EditGameDialog (so changes to 'name' there actually...Max Horn
2002-11-21changed comments slightlyMax Horn
2002-11-21Implemented EditTextWidget; fixed Add Game/Remove Game in launcher; make use ...Max Horn
2002-11-21implemented remove buttons; added EditGameDialog stub (it only displays some ...Max Horn
2002-11-21enhanced launcher: added 'Remove' button, renamed 'Configure...' to 'Edit Gam...Max Horn
2002-11-21factored out ChooserDialog into it's own header/source file, and made the tit...Max Horn
2002-11-21added _configureButton stubMax Horn
2002-11-21added a chooser sub dialog used by 'Add Game'Max Horn
2002-11-21lo and behold - the 'Add Game' button now works, at least in some cases! More...Max Horn
2002-11-19added some preliminary game auto detect code to the launcher; this required a...Max Horn
2002-11-14added completly useless non functional browser dialog skeleton. Just to show ...Max Horn
2002-11-13cleaned up Config::get_domain; fixed sorting in launcherMax Horn