Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-13 | Added FotAQ to the "About" window, after som discussion with Endy about the | Torbjörn Andersson | |
exact wording of it. svn-id: r13249 | |||
2004-03-13 | use 'Surface' in NewGui | Max Horn | |
svn-id: r13244 | |||
2004-03-13 | Revamped the font code: now it's very easy to switch between the 'original' ↵ | Max Horn | |
SCUMM font and any new font... or to have multiple different fonts (like, one for 320x240 and and one for 640x480); furthermore, font rendering can now be done w/o using NewGui svn-id: r13243 | |||
2004-03-13 | useful helper method (will be used for improved options dialog) | Max Horn | |
svn-id: r13237 | |||
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed ↵ | Max Horn | |
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087 | |||
2004-02-25 | remove outdated TODO | Max Horn | |
svn-id: r13058 | |||
2004-02-24 | the OSystem changes we discussed on the ML (note: renaming of the existing ↵ | Max Horn | |
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036 | |||
2004-02-24 | Fix graphic options on WinCE | Nicolas Bacca | |
svn-id: r13031 | |||
2004-02-22 | avoid #include scaler.h | Max Horn | |
svn-id: r12997 | |||
2004-02-11 | fix OSX nav dialog in fullscreen mode | Max Horn | |
svn-id: r12823 | |||
2004-02-11 | This is not a test, I repeat, this is not a test! | James Brown | |
svn-id: r12822 | |||
2004-02-09 | fixed compilation | Paweł Kołodziejski | |
svn-id: r12789 | |||
2004-02-09 | cleanup | Max Horn | |
svn-id: r12781 | |||
2004-02-09 | Modified version of patch #892795 (Let scumvm -v show supported libs) | Max Horn | |
svn-id: r12780 | |||
2004-02-07 | Make use of the MD5-based game detection in the launcher | Max Horn | |
svn-id: r12766 | |||
2004-02-05 | removed obsolete #include's | Max Horn | |
svn-id: r12729 | |||
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn | |
svn-id: r12722 | |||
2004-02-01 | native directory browser on Mac OS X | Max Horn | |
svn-id: r12694 | |||
2004-01-30 | Various changes to the build system which allow building ScummVM in an ↵ | Max Horn | |
external directory (and as such, allow you to have a debug, a profiling, and a release build from the same set of source files in parallel). Work in progress svn-id: r12680 | |||
2004-01-26 | Revert old change - proper fix is to avoid playing in portrait mode :) | Nicolas Bacca | |
svn-id: r12605 | |||
2004-01-26 | Hide unnecessary options for CE in the main options dialog | Nicolas Bacca | |
svn-id: r12604 | |||
2004-01-26 | Undo old tweak not necessary anymore | Nicolas Bacca | |
svn-id: r12603 | |||
2004-01-26 | addGame made virtual (temporarily ?) for CE backend launcher | Nicolas Bacca | |
svn-id: r12602 | |||
2004-01-19 | Add comment for checkbox CE tweak | Nicolas Bacca | |
svn-id: r12522 | |||
2004-01-18 | Small tweak for the checkbox control on CE | Nicolas Bacca | |
svn-id: r12478 | |||
2004-01-17 | Launcher subtitles checkbox (is Sound the right place for this? I dunno..) | James Brown | |
svn-id: r12454 | |||
2004-01-16 | Hack for Launcher Scaler dropdown. Backends using the Launcher will need to ↵ | James Brown | |
implement the OSystem HAS_SCALER property. The global options dialog still needs doing. svn-id: r12436 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-12-30 | cleanup for language/platform functions | Max Horn | |
svn-id: r12034 | |||
2003-12-21 | Make it possible for game detection functions to detect language/platform ↵ | Max Horn | |
(not yet done by any detector, but will come with the MD5 detection code) svn-id: r11811 | |||
2003-12-13 | removed GameSettings::detectname and GameSettings::midi; renamed ↵ | Max Horn | |
GameSettings::gameName to name; added temporary experimental MD5 hack svn-id: r11603 | |||
2003-12-06 | erik's patch for bug #854470 | Max Horn | |
svn-id: r11521 | |||
2003-12-01 | explicitly specify namespace in g_gui helper macro | Max Horn | |
svn-id: r11450 | |||
2003-11-28 | cleanup | Max Horn | |
svn-id: r11416 | |||
2003-11-28 | reuse SaveLoadChooser in main dialog -> this means the SaveLoadChooser ↵ | Max Horn | |
remembers the scroll position -> improved user experience svn-id: r11415 | |||
2003-11-28 | Fixed error using NEW_FONT_CODE with PalmOS port | Chris Apers | |
svn-id: r11412 | |||
2003-11-28 | This is no more needed | Chris Apers | |
svn-id: r11407 | |||
2003-11-19 | new font code (currently disabled by default), which allows using ↵ | Max Horn | |
'arbitrary' BDF fonts (via convbdf) svn-id: r11350 | |||
2003-11-18 | oops | Max Horn | |
svn-id: r11348 | |||
2003-11-18 | return/enter key in the launcher now starts the selected target | Max Horn | |
svn-id: r11347 | |||
2003-11-18 | cleanup; fixed return/enter in ListWidget when not in editing mode | Max Horn | |
svn-id: r11346 | |||
2003-11-12 | Use GUI namespace | Chris Apers | |
svn-id: r11268 | |||
2003-11-10 | added namespace GUI | Max Horn | |
svn-id: r11255 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11223 | |||
2003-11-07 | added checkboxes to the 'Edit Game...' dialog which let the user determine ↵ | Max Horn | |
whether to override global settings or not; besides other things, this fixes bug #837599 (Default volume is 0 for newly added games) svn-id: r11196 | |||
2003-11-07 | enable StaticTextWidget by default; make CheckboxWidget::handleMouseUp send ↵ | Max Horn | |
the checkbox state along with its command svn-id: r11193 | |||
2003-11-07 | draw StaticTextWidget differently if disabled | Max Horn | |
svn-id: r11192 | |||
2003-11-07 | fixed memory leak in TabWidget | Max Horn | |
svn-id: r11191 | |||
2003-11-07 | spelling fixes | Jonathan Gray | |
svn-id: r11178 | |||
2003-11-05 | make savepath settings persistent | Max Horn | |
svn-id: r11158 |