aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/graphics.cpp
AgeCommit message (Expand)Author
2009-05-01Renamed aspectRatio to aspectRatioCorrection in the SDL backend to match the ...Bertrand Augereau
2009-03-19COMMON: Added a new IS_ALIGNED macro (for now using size_t, we can change it ...Max Horn
2009-02-27Changing the visibility of the mouse means it has to be redrawn. At least, thisTorbjörn Andersson
2009-02-26Fix regression introduced with r38890, where the mouse cursor was redrawn eve...Johannes Schickel
2009-02-26- Fix cursor drawing bug on (cursor) palette changeJohannes Schickel
2009-02-24SDL: Tweak the way the mouse is drawn/erased, so that it is not erase and dra...Max Horn
2009-01-30Moved default implementations for various OSystem methods into a new class Ba...Max Horn
2009-01-22Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ...Max Horn
2009-01-02Fixed the way how screen changes are tracked. This should fix a crash when do...Johannes Schickel
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-19Allow changing the scaler using hotkeys again. I hope this is the correct wayTorbjörn Andersson
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...Max Horn
2008-11-03Committed my patch #2216641 "GRAPHICS: PixelFormat introduction".Johannes Schickel
2008-09-22Fixed full screen toggling via alt+enter.Johannes Schickel
2008-09-20Fix for bug #2120602: 5ALL: Starting the launcher with -f triggers assertionMax Horn
2008-03-26Modified Patch #1925352: Memory leak fixesMax Horn
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-12-29Fixed warning when DISABLE_SCALERS is defined.Torbjörn Andersson
2007-12-26Do not use SDL_WM_ToggleFullScreen, it's buggy on too many systems. Should fi...Max Horn
2007-08-11SDL backend cleanup (minor)Max Horn
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...Max Horn
2007-06-15Fix for bug #1690813: BASS: Crash when changing scalers during introMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2006-11-13Implement FR #1595534: "Touche: Aspect Ratio Correction"Eugene Sandulenko
2006-07-23Warn if copyRectToScreen() is called before _screen is created, since it'sTorbjörn Andersson
2006-07-14More whitespace changes.Torbjörn Andersson
2006-06-24Started to move 'monolithic' parts of our ports to the new 'background/platfo...Max Horn