aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl
AgeCommit message (Expand)Author
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
2003-10-03You have been a thorn in my side for far too long Avatar^H^H^H^H^H^H bad codeMax Horn
2003-10-01disable joystick input by default either command line or config file need to ...Jonathan Gray
2003-09-28Slightly more sensible hotkeys for the scalers. Hq2x is now number 8, rightTorbjörn Andersson
2003-09-27Fixed program crash when trying to switch to aJamieson Christian
2003-09-27proposal for revised scaler keyboard shortcutsMax Horn
2003-09-27added hq2x scalerMax Horn
2003-09-27OSystem changes: removed create_thread() method (not needed anymore; 'pure' t...Max Horn
2003-09-21Made Ctrl-Alt 9 the hotkey for the new hq3x scaler, and moved the scanlinesTorbjörn Andersson
2003-09-21added HQ3x filterMax Horn