Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-06 | Moved the console font from gui to graphics | Max Horn | |
svn-id: r16742 | |||
2005-01-29 | Move more text editing code into class EditableWidget; ListWidget now has ↵ | Max Horn | |
all the editing capabilities of EditTextWidget svn-id: r16694 | |||
2005-01-29 | Started to merge the text editing code in ListWidget and EditTextWidget | Max Horn | |
svn-id: r16692 | |||
2005-01-27 | port change from branch | Paweł Kołodziejski | |
svn-id: r16652 | |||
2005-01-15 | Fix up/down arrows | Max Horn | |
svn-id: r16563 | |||
2005-01-10 | Remove some more header dependencies | Max Horn | |
svn-id: r16530 | |||
2005-01-10 | system.h was being included in tons of places, without any good reason; ↵ | Max Horn | |
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527 | |||
2005-01-10 | Add keys mapping option to the main option dialog for WinCE - useful for ↵ | Nicolas Bacca | |
Smartphones and non Scumm games svn-id: r16524 | |||
2005-01-09 | Fix changing the scaler while GUI scaling and the console are active | Max Horn | |
svn-id: r16499 | |||
2005-01-06 | Distinguish left and right mouse button | Max Horn | |
svn-id: r16468 | |||
2005-01-06 | Switching GUI to an alternate font; using a second, bigger, font for 640x480 ↵ | Max Horn | |
games like COMI. Note: we can always easily switch back to the SCUMM font or any other font, if we want to svn-id: r16467 | |||
2005-01-06 | oops again | Max Horn | |
svn-id: r16462 | |||
2005-01-06 | Added a font manager (work in progress) | Max Horn | |
svn-id: r16460 | |||
2005-01-06 | Patch #1092994 (Selfscaling GUI) | Max Horn | |
svn-id: r16455 | |||
2005-01-06 | Modify the singleton code once more to help overcome an issue with MSVC 7 ↵ | Max Horn | |
(see also patch #1095133) svn-id: r16454 | |||
2005-01-05 | After adding a new game, select the new entry | Max Horn | |
svn-id: r16434 | |||
2005-01-01 | Changed the singleton code to allow for custom object factories; this ↵ | Max Horn | |
allowed me to change OSystem to use the singleton base class, too svn-id: r16404 | |||
2005-01-01 | Changed OSystem::instance() to return a reference, not a pointer (it now ↵ | Max Horn | |
matches the Singleton interface) svn-id: r16402 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-30 | Final part of the fix for bug #1091802 (GUI: Credits scroll glitch) | Max Horn | |
svn-id: r16388 | |||
2004-12-30 | Reduce time till scrolling starts inthe about dialog; pressing shift/alt now ↵ | Max Horn | |
causes faster/reverse scrolling (this is an insider trick and not documented on purpose :-) svn-id: r16383 | |||
2004-12-30 | Fix for bug #1091801 (ALL: Possible to create corrupt config file) | Max Horn | |
svn-id: r16379 | |||
2004-12-28 | Renamed _clickedWidget -> _dragWidget; if a drag is in process, send the ↵ | Max Horn | |
mouse moved / mouse up events to the widget on which the drag is performed (this fixes at least one bug and improves the user experience) svn-id: r16362 | |||
2004-12-28 | Fix running ScummVM in plugin-mode | Max Horn | |
svn-id: r16360 | |||
2004-12-27 | Use SoundMixer::kMaxMixerVolume | Max Horn | |
svn-id: r16351 | |||
2004-12-26 | Give proper credits to Wyrmkeep folks | Eugene Sandulenko | |
svn-id: r16329 | |||
2004-12-25 | Get rid of the useless & troublesome master_volume | Max Horn | |
svn-id: r16328 | |||
2004-12-25 | Fix bug #1091189 (GUI: Launcher List/Edit game interaction) | Max Horn | |
svn-id: r16326 | |||
2004-12-25 | Fix warning | Eugene Sandulenko | |
svn-id: r16325 | |||
2004-12-25 | Partial fix for bug #1091189: restore the selection after editing the games ↵ | Max Horn | |
list in the launcher svn-id: r16324 | |||
2004-12-25 | Make ESC key work in the launcher | Max Horn | |
svn-id: r16323 | |||
2004-12-25 | Draw the active tab differently: remove the horizontal line at the bottom ↵ | Max Horn | |
(inspired by patch #1091165) svn-id: r16322 | |||
2004-12-25 | I didn't know that our credits are sorted alphabetically. Move Andrew up. | Eugene Sandulenko | |
svn-id: r16319 | |||
2004-12-25 | Update devs with SAGA and HE engines | Eugene Sandulenko | |
svn-id: r16311 | |||
2004-12-23 | Add GPL blurb to the about dialog | Max Horn | |
svn-id: r16276 | |||
2004-12-22 | G*oe*ffringmann; word case fix | Max Horn | |
svn-id: r16261 | |||
2004-12-22 | Wrote a perl script which generates AUTHORS, credits.h, and credits.inc from ↵ | Max Horn | |
a single source svn-id: r16256 | |||
2004-12-22 | Moved credits into a separate file | Max Horn | |
svn-id: r16253 | |||
2004-12-20 | cast fix, hopefully this helps PalmOS | Max Horn | |
svn-id: r16201 | |||
2004-12-20 | Updated, cleaned up, and unified the credits | Max Horn | |
svn-id: r16197 | |||
2004-12-20 | Small tweak to get rid of a warning on systems where type uint is not equal ↵ | Max Horn | |
to uint32 svn-id: r16194 | |||
2004-12-20 | Adding KingGuppy to about dialog, too | Max Horn | |
svn-id: r16144 | |||
2004-12-19 | Fancy about dialog | Max Horn | |
svn-id: r16140 | |||
2004-12-18 | Ensure that the file list in the browser is always sorted | Max Horn | |
svn-id: r16108 | |||
2004-12-12 | clean up slide code | Max Horn | |
svn-id: r16040 | |||
2004-12-09 | Pass subdirectories to gamedetector functions | Robert Göffringmann | |
svn-id: r16002 | |||
2004-12-05 | Clean up OSystem::Event | Max Horn | |
svn-id: r15990 | |||
2004-12-02 | Moved MidiDriver creation code into the MidiDriver class (as static ↵ | Max Horn | |
methods), same for some other MIDI related stuff svn-id: r15968 | |||
2004-11-27 | Add slide animation effect to the console | Max Horn | |
svn-id: r15903 | |||
2004-11-27 | do clipping | Max Horn | |
svn-id: r15902 |