aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl
AgeCommit message (Expand)Author
2004-03-28Remove explicit OSystem parameter from StackLock constructor; added OSystem::...Max Horn
2004-03-28Renamed more OSystem methodsMax Horn
2004-03-21Moved Surface/Font code into new 'graphics' moduleMax Horn
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 OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ge...Max Horn
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-12cleanupMax Horn
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-23Allow the cursor to reach the bottom of the screen when using the keyboardTorbjörn Andersson
2004-02-08Valgrind warning fix for Simon engine (From olki)Travis Howell
2004-02-07new auto-dirty-rect checksum algorithm (not so well tested but uses the stand...Max Horn
2004-01-22patch #878551 from Gael Le Mignot, adds key mappings for yopy PDAs, a host op...Jonathan Gray
2004-01-17add_dirty_rect turned to virtual method for new CE backendNicolas Bacca
2004-01-16Forgot this :)James Brown
2004-01-06updated copyright noticeMax Horn
2003-12-16TypoTravis Howell
2003-12-16Add capture mouse option, patch #860831Travis Howell
2003-12-11Missed one spot.Travis Howell
2003-12-11Drop OpenGL backend, since it has no maintainer and is too buggy.Travis Howell
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-04added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSORMax Horn
2003-11-01made SDL backend use config managerMax Horn
2003-10-10Add old change from SDL backends, give error if video mode isn't support.Travis Howell
2003-10-09make gcc 2.95 -Wshadow happy (yes fingolfin its a broken compiler :)Jonathan Gray
2003-10-06For those us who have to hit Shift to get to +Jamieson Christian
2003-10-05implemented new 'nice' scaler hotkeysMax Horn
2003-10-05cleanupMax Horn
2003-10-05OoopsTravis Howell
2003-10-05Remove unneeded case.Travis Howell
2003-10-05cleanupMax Horn
2003-10-05fixed some broken scaler related checksMax Horn
2003-10-04revert the 'reverse Y axis' hackMax Horn
2003-10-04use namespace Common a bit more; don't zero the RNG in scumm (else the seed g...Max Horn
2003-10-04small remarkMax Horn