aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
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-02cleanup & restructuring; in particular move the midi driver list to its own s...Max Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-10-01vline -> vLine, hline-> hLine, slightly more in line with ScummVM naming styl...Jonathan Gray
2003-09-24Whitespace changesTorbjörn Andersson
2003-09-23console.h from bs2/ is found before gui/ on PalmOS and cause compilation errorsChris Apers
2003-09-20make console height/width based on a float percentage of the overlay size -> ...Max Horn
2003-09-20make use of the new get_overlay_height/get_overlay_widthMax 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-17some tweaks to the build system (work toward plugin support)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-09-06added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGuiMax Horn
2003-09-05added TODOMax Horn
2003-09-05removed outdated commentsMax Horn
2003-08-28fix killLastWordOliver Kiehl
2003-08-28double cursor animation speed (see bug #757191)Max Horn
2003-08-20Change Amiga palette option to Amiga versionTravis Howell
2003-08-18Updated globals access for PalmOSChris Apers
2003-08-12Show Amiga option only for scumm gamesTravis Howell
2003-08-10stdafx.h needs to be included before scummsys.h because of the #define of free.Marcus Comstedt
2003-08-06get rid of some g_system usageMax Horn
2003-08-02removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ...Max Horn
2003-08-01#include cleanup (explicityl specify the location for headers from common/, s...Max Horn
2003-07-31back disable warnings into stdafx.h, vc6 is lack of warnings supportPaweł Kołodziejski
2003-07-31Correct nameTravis Howell
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-23Don't check for hotkeys when ascii is 0, since that is the default hotkeyTorbjörn Andersson
2003-07-22fixed button hotkeys in dialogs with a focused widget (e.g. the F5 save/load ...Max Horn
2003-07-22fixed key autorepeat when using button hot keysMax Horn
2003-07-22whitespacesMax Horn
2003-07-22use kLineHeight constant (also strictly spoken it makes no sense: kLineHeight...Max Horn
2003-07-22made about dialog global (so that it can be used from the launcher and from s...Max Horn
2003-07-22Fix for bug #775512Chris Apers
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-14added tilda (~) character to GUI fontMax Horn
2003-06-12Made notation of transient config domains consistent.Jamieson Christian