aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2004-03-21Moved Surface/Font code into new 'graphics' moduleMax Horn
2004-03-21Updated X11 backend to compile again (I do not know if it works, though)Max Horn
2004-03-19Reverted to the old random_nr() function. This appears to have been theTorbjörn Andersson
2004-03-17Fix for bug #917532 (GUI: BrowserDialog return value)Max Horn
2004-03-15"int GraphicsMode *" was a rather creative type... :)Marcus Comstedt
2004-03-15Allow multi-line OSD messages; display virtual/real screen resolutions when c...Max Horn
2004-03-15Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changesMax Horn
2004-03-15Added getDefaultGraphicsMode for DC backendMax Horn
2004-03-15Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ge...Max Horn
2004-03-14Virtual keyboard.Marcus Comstedt
2004-03-14Protect against multiple inclusion.Marcus Comstedt
2004-03-14Sound buffer adjustment.Marcus Comstedt
2004-03-14In stereo.Marcus Comstedt
2004-03-13Patch #902111: Change remaining random function calls to use RandomSourceMax Horn
2004-03-13Reworked scaling logic, and added kFeatureAspectRatioCorrection support.Marcus Comstedt
2004-03-13Less strange.Marcus Comstedt
2004-03-13Cleanup.Marcus Comstedt
2004-03-13Use default implementation for setGraphicsMode(const char *).Marcus Comstedt
2004-03-13Use the name "scummvm_main" for the common main function, like WinCE.Marcus Comstedt
2004-03-13Allow changing the scaler via keypad, too (FR #821415)Max Horn
2004-03-13Added an OSD (On Screen Display) to the SDL backendMax Horn
2004-03-13Features.Marcus Comstedt
2004-03-13Harmonized with new OSystem API.Marcus Comstedt
2004-03-13Merged in fixes from 0.6.0 release branch.Marcus Comstedt
2004-03-12cleanupMax Horn
2004-03-03Add SDL information to track driver problemsNicolas Bacca
2004-03-02FLAC supportChris Apers
2004-03-02ObsoleteChris Apers
2004-03-01Fix for bug #907280: Mouse glitches and crashes (Regression)Max Horn
2004-03-01fixed dep file loadingMax Horn
2004-03-01removed obsolete membeMax Horn
2004-03-01got rid of _mouseOldState; some minor cleanupMax Horn
2004-02-29this might help Makefile.noconf (did I mention that i want to get rid of it?)Max Horn
2004-02-29merged OSystem_SDL and OSystem_SDL_Common; split SDL backend into multiple so...Max Horn
2004-02-28fix mouse redraw issue when toggling fullscreen mode (visible if one mode is ...Max Horn
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...Max Horn
2004-02-27fix a recursive lock bug related to update_screen() (shouldn't have caused pr...Max Horn
2004-02-25Revert fixme out.. as it's all fixed. :o)James Brown
2004-02-25Build SDL backend via a module.mk file, tooMax Horn
2004-02-25fix fullscreen switch code 'properly' (sorry for missing this one, folks). Si...Max Horn
2004-02-25Fix SDL backend compilationJames Brown
2004-02-25OpenGL backend no longer exists.Travis Howell
2004-02-24the OSystem changes we discussed on the ML (note: renaming of the existing OS...Max Horn
2004-02-24Random 640x480 tweaksNicolas Bacca
2004-02-24Fix monkey detectionNicolas Bacca
2004-02-24Fix hide toolbarNicolas Bacca
2004-02-24Fix Simon detectionNicolas Bacca
2004-02-23Allow the cursor to reach the bottom of the screen when using the keyboardTorbjörn Andersson
2004-02-21Fix HandheldPC/PalmSizePC compileNicolas Bacca
2004-02-20OopsNicolas Bacca