aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl
AgeCommit message (Expand)Author
2005-01-01Updated copyrightMax Horn
2004-12-30silly me, shouldn't test a variable which wasn't even set <sigh>Max Horn
2004-12-30Swallow ctrl-alt keyup events, tooMax Horn
2004-12-30set key modifiers for keyup events, too; use SDL_GetModState to determine mod...Max Horn
2004-12-18Disable mouse emulation codeMax Horn
2004-12-11CE backend needs to overload a few functions - list them with an appropriate ...Nicolas Bacca
2004-12-06Fix for bug #1074931 (GUI: Starting games in fullscreen doesn't work), avoid ...Max Horn
2004-12-05Clean up OSystem::EventMax Horn
2004-12-04getFeatureState should only be allowed when we are *not* in a GFX transaction...Max Horn
2004-12-03don't assert if no mouse buffer hasn't been setupGregory Montoir
2004-12-03ParanoiaMax Horn
2004-12-01renamed a few things to match our coding guidelinesGregory Montoir
2004-11-24Fix a`ll engines. They work, though current fix is just temporary.Eugene Sandulenko
2004-11-23Next step in transaction implementation. Now it postpones all calls.Eugene Sandulenko
2004-11-13Add new clearScreen OSystem call. Currently only implemented in SDL backend. ...James Brown
2004-10-15Renamed _scaler_proc -> _scalerProc; cleaned up _scalerType handlingMax Horn
2004-10-13Don't let undraw_mouse() terminate with the surface still locked. Now I canTorbjörn Andersson
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-09-04Got rid of OSystem::move_screenMax Horn
2004-07-31Allow Alt-Enter to toggle fullscreen mode, just like Alt-Return, matching our...Max Horn
2004-07-16Applied patch #957544 to make output sample rate configurable at runtime.Torbjörn Andersson
2004-07-16Only show gfx mode change messages in the OSD if the change was initiated by ...Max Horn
2004-06-21disable alt-x and ctrl-z quit keys in favour of ctrl-q on non Mac OS X unices...Jonathan Gray
2004-05-09Make a few functions GFX functions virtual for CE backendNicolas Bacca
2004-05-09Tweak SDL init for WinCE backendNicolas Bacca
2004-05-06Removed default value for keycolor in the OSystem implementationsMax Horn
2004-05-05Extend setMouseCursor with additional keycolor parameter. Lets saga use 255Eugene Sandulenko
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