aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/sdl-common.h
AgeCommit message (Expand)Author
2006-02-20Moved common/scaler* to graphics/Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-10-16Temporarily virtualize mouse drawing functions for the WinCE port. Hope that ...Nicolas Bacca
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-07-11Move scaler key handling to a separate method (this helps to fix a GCC 4.0 wa...Max Horn
2005-07-05* Start of generic key configuration support for ScummVMLars Persson
2005-06-21This is the SDL changes needed by the Symbian build to work properly.Lars Persson
2005-05-08Added two new methods to OSystem: grabPalette and grabRawScreenMax Horn
2005-04-19Added new (optional) OSystem::initBackend() method; this (and its usage) fixe...Max Horn
2005-04-09Moved the GFX_ constants to sdl-common.h, where they belong.Max Horn
2005-03-20Fix bug #1166279 "BS1 & BS2: Launching game problems".Eugene Sandulenko
2005-03-14Fix method names to comply to our coding standardsMax Horn
2005-03-09Patch #1013937 "OSystem layer with bigger resolution". Now you will alwaysEugene Sandulenko
2005-02-22Implementation of GFX transactions. May cause some regressions in case IEugene Sandulenko
2005-02-20Implement OSystem method disableCursorPalette(bool disable) as mentionedEugene Sandulenko
2005-02-17Mouse part of big patch #1013937 (OSystem layer with bigger resolution)Eugene Sandulenko
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