aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
2005-03-02Distinguish between green and amber hercules. Now specify it via hercGreenEugene Sandulenko
2005-02-20Patch #1121337 (CGA rendering in early LEC titles).Eugene Sandulenko
2005-02-06Moved the console font from gui to graphicsMax Horn
2005-01-29Move more text editing code into class EditableWidget; ListWidget now has all...Max Horn
2005-01-29Started to merge the text editing code in ListWidget and EditTextWidgetMax Horn
2005-01-27port change from branchPaweł Kołodziejski
2005-01-15Fix up/down arrowsMax Horn
2005-01-10Remove some more header dependenciesMax Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-10Add keys mapping option to the main option dialog for WinCE - useful for Smar...Nicolas Bacca
2005-01-09Fix changing the scaler while GUI scaling and the console are activeMax Horn
2005-01-06Distinguish left and right mouse buttonMax Horn
2005-01-06Switching GUI to an alternate font; using a second, bigger, font for 640x480 ...Max Horn
2005-01-06oops againMax Horn
2005-01-06Added a font manager (work in progress)Max Horn
2005-01-06Patch #1092994 (Selfscaling GUI)Max Horn
2005-01-06Modify the singleton code once more to help overcome an issue with MSVC 7 (se...Max Horn
2005-01-05After adding a new game, select the new entryMax Horn
2005-01-01Changed the singleton code to allow for custom object factories; this allowed...Max Horn
2005-01-01Changed OSystem::instance() to return a reference, not a pointer (it now matc...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-30Final part of the fix for bug #1091802 (GUI: Credits scroll glitch)Max Horn
2004-12-30Reduce time till scrolling starts inthe about dialog; pressing shift/alt now ...Max Horn
2004-12-30Fix for bug #1091801 (ALL: Possible to create corrupt config file)Max Horn
2004-12-28Renamed _clickedWidget -> _dragWidget; if a drag is in process, send the mous...Max Horn
2004-12-28Fix running ScummVM in plugin-modeMax Horn
2004-12-27Use SoundMixer::kMaxMixerVolumeMax Horn
2004-12-26Give proper credits to Wyrmkeep folksEugene Sandulenko
2004-12-25Get rid of the useless & troublesome master_volumeMax Horn
2004-12-25Fix bug #1091189 (GUI: Launcher List/Edit game interaction)Max Horn
2004-12-25Fix warningEugene Sandulenko
2004-12-25Partial fix for bug #1091189: restore the selection after editing the games l...Max Horn
2004-12-25Make ESC key work in the launcherMax Horn
2004-12-25Draw the active tab differently: remove the horizontal line at the bottom (in...Max Horn
2004-12-25I didn't know that our credits are sorted alphabetically. Move Andrew up.Eugene Sandulenko
2004-12-25Update devs with SAGA and HE enginesEugene Sandulenko
2004-12-23Add GPL blurb to the about dialogMax Horn
2004-12-22G*oe*ffringmann; word case fixMax Horn
2004-12-22Wrote a perl script which generates AUTHORS, credits.h, and credits.inc from ...Max Horn
2004-12-22Moved credits into a separate fileMax Horn
2004-12-20cast fix, hopefully this helps PalmOSMax Horn
2004-12-20Updated, cleaned up, and unified the creditsMax Horn
2004-12-20Small tweak to get rid of a warning on systems where type uint is not equal t...Max Horn
2004-12-20Adding KingGuppy to about dialog, tooMax Horn
2004-12-19Fancy about dialogMax Horn
2004-12-18Ensure that the file list in the browser is always sortedMax Horn
2004-12-12clean up slide codeMax Horn
2004-12-09Pass subdirectories to gamedetector functionsRobert Göffringmann
2004-12-05Clean up OSystem::EventMax Horn
2004-12-02Moved MidiDriver creation code into the MidiDriver class (as static methods),...Max Horn