Age | Commit message (Expand) | Author |
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi... | Max Horn |
2003-11-01 | merged detectGames() into LauncherDialog::handleCommand() | Max Horn |
2003-11-01 | fixed Widget::draw for bordered items to adjust _h; removed unused label para... | Max Horn |
2003-11-01 | renamed 'timer' to duration; minimal doxygen comments | Max Horn |
2003-11-01 | amiga checkbox is obsolete (will be replaced by a platform popup | Max Horn |
2003-11-01 | modified MessageDialog to allow for custom button texts | Max Horn |
2003-11-01 | cleanup: new MessageDialog subclass TimedMessageDialog | Max Horn |
2003-10-28 | cleanup: removed version/id from GameSettings | Max Horn |
2003-10-26 | cleanup | Max Horn |
2003-10-18 | We proudly present the latest installment of our hit series 'Untangle the mes... | Max Horn |
2003-10-17 | findGame is static class method now | Max Horn |
2003-10-17 | factored out the game detection code into the Plugin class; this is the first... | Max Horn |
2003-10-16 | cleanup | Max Horn |
2003-10-12 | some renaming for more consistent terminology (although we might want to reev... | Max Horn |
2003-10-11 | fix for bug #821502 (GUI: Launcher crashes with unexisting targets) | Max Horn |
2003-10-08 | turned PluginManager into a proper singleton | Max Horn |
2003-10-08 | new config manager. not everything is completed, and some things will still b... | Max Horn |
2003-10-05 | Make use of new List iterator | Max Horn |
2003-10-02 | cleanup & restructuring; in particular move the midi driver list to its own s... | Max Horn |
2003-10-02 | renamed namespace ScummVM to Common | Max Horn |
2003-10-01 | vline -> vLine, hline-> hLine, slightly more in line with ScummVM naming styl... | Jonathan Gray |
2003-09-24 | Whitespace changes | Torbjörn Andersson |
2003-09-23 | console.h from bs2/ is found before gui/ on PalmOS and cause compilation errors | Chris Apers |
2003-09-20 | make console height/width based on a float percentage of the overlay size -> ... | Max Horn |
2003-09-20 | make use of the new get_overlay_height/get_overlay_width | Max Horn |
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a barebo... | Max Horn |
2003-09-17 | new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (t... | Max Horn |
2003-09-17 | some tweaks to the build system (work toward plugin support) | Max Horn |
2003-09-08 | added About dialog to launcher | Max Horn |
2003-09-08 | got rid of version_settings | Max Horn |
2003-09-08 | added a FIXME comment | Max Horn |
2003-09-08 | renamed VersionSettings -> TargetSettings and also renamed some of its member... | Max Horn |
2003-09-06 | added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGui | Max Horn |
2003-09-05 | added TODO | Max Horn |
2003-09-05 | removed outdated comments | Max Horn |
2003-08-28 | fix killLastWord | Oliver Kiehl |
2003-08-28 | double cursor animation speed (see bug #757191) | Max Horn |
2003-08-20 | Change Amiga palette option to Amiga version | Travis Howell |
2003-08-18 | Updated globals access for PalmOS | Chris Apers |
2003-08-12 | Show Amiga option only for scumm games | Travis Howell |
2003-08-10 | stdafx.h needs to be included before scummsys.h because of the #define of free. | Marcus Comstedt |
2003-08-06 | get rid of some g_system usage | Max Horn |
2003-08-02 | removed 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-31 | back disable warnings into stdafx.h, vc6 is lack of warnings support | Paweł Kołodziejski |
2003-07-31 | Correct name | Travis Howell |
2003-07-31 | Disabled unknown pragma warning in MSVC-6. | Jamieson Christian |
2003-07-30 | the VC warning for unknown pragmas is now gloabally disabled, no need to work... | Max Horn |
2003-07-23 | Don't check for hotkeys when ascii is 0, since that is the default hotkey | Torbjörn Andersson |
2003-07-22 | fixed button hotkeys in dialogs with a focused widget (e.g. the F5 save/load ... | Max Horn |