aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/graphics.cpp
AgeCommit message (Expand)Author
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-16Only show gfx mode change messages in the OSD if the change was initiated by ...Max 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-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-01Fix for bug #907280: Mouse glitches and crashes (Regression)Max 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