aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/sdl-common.h
AgeCommit message (Expand)Author
2005-01-01Updated copyrightMax Horn
2004-12-30Swallow ctrl-alt keyup events, tooMax Horn
2004-12-11CE backend needs to overload a few functions - list them with an appropriate ...Nicolas Bacca
2004-12-01renamed a few things to match our coding guidelinesGregory Montoir
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-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-09-04Got rid of OSystem::move_screenMax Horn
2004-07-16Applied patch #957544 to make output sample rate configurable at runtime.Torbjörn Andersson
2004-05-09Make a few functions GFX functions virtual for CE 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-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-13Added an OSD (On Screen Display) to the SDL backendMax Horn
2004-03-01removed obsolete membeMax Horn
2004-03-01got rid of _mouseOldState; some minor cleanupMax Horn
2004-02-29merged OSystem_SDL and OSystem_SDL_Common; split SDL backend into multiple so...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-25fix fullscreen switch code 'properly' (sorry for missing this one, folks). Si...Max Horn
2004-02-24the OSystem changes we discussed on the ML (note: renaming of the existing OS...Max Horn
2004-01-17add_dirty_rect turned to virtual method for new CE backendNicolas Bacca
2004-01-06updated copyright noticeMax Horn
2003-11-01made SDL backend use config managerMax Horn
2003-10-05cleanupMax Horn
2003-10-04revert the 'reverse Y axis' hackMax Horn
2003-10-04small remarkMax Horn
2003-10-01disable joystick input by default either command line or config file need to ...Jonathan Gray
2003-09-27OSystem changes: removed create_thread() method (not needed anymore; 'pure' t...Max Horn
2003-09-14evil fix for #bug 801293 (ALL: Ctrl+alt+b opengl switch) and some cleanupMax Horn
2003-09-11moved set_mouse_pos around just to make clear it's not part of the OSystem AP...Max Horn
2003-09-06added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGuiMax Horn
2003-08-22Add screenshot option for sdl backends, patch #590233Travis Howell
2003-08-01#include cleanup (explicityl specify the location for headers from common/, s...Max Horn
2003-07-31added new header file backends/intern.h; removed some stuff from common/syste...Max Horn
2003-07-22forgot to commit this oneMax Horn
2003-07-22adjusted to play_cdrom parameter name change in common/system.hMax Horn
2003-07-05updated backends to use type MutexRefMax Horn
2003-07-02cleanup; made mutex protection of graphics code a little bit tighter by prote...Max Horn
2003-06-22Patch #757827: Aspect-ratio correctionMax Horn
2003-06-09added clear_sound_proc method to backend API (this requires all backends to b...Max Horn
2003-05-29more OSystem docs & cleanupMax Horn
2003-05-29added some doxygen comments to common/system.h; cleaned up the OSystem interf...Max Horn
2003-05-25changed scaler proc signature so that srcPtr is const (this can help optimize...Max Horn
2003-05-21pedantic fixesMax Horn
2003-05-14ouchMax Horn