aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/sdl/sdl-graphics.cpp
AgeCommit message (Expand)Author
2011-04-17SDL: Properly setup internal Surface formats.Johannes Schickel
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2011-03-17Merge branch 'sdl-focus-rect' of https://github.com/lordhoto/scummvmJohannes Schickel
2011-03-08WINCE: Make scummvm compile and run again for WinCE platform (patch #3202337)Max Horn
2011-02-24SDL: Use the SDL_Surface's pitch in copyRectToScreen.Johannes Schickel
2011-02-24SDL: Output a warning in case the focus rect does not fit inside the screen.Johannes Schickel
2011-02-24SDL: Add config file variable to enable the focus rect debug code.Johannes Schickel
2011-02-24SDL: Add a debug focus rect implementation.Johannes Schickel
2011-02-24SDL: Move focus rectangle dummy implementations to .cpp file.Johannes Schickel
2011-02-14SDL: Adapt SDL graphics module to the setPalette/grabPalette RGBA->RGB change.Johannes Schickel
2010-11-29SDL: Slight formatting fix.Johannes Schickel
2010-11-29BACKENDS: Close Memory Leak of Mouse Surfaces in SDL Graphics BackendDavid Turner
2010-11-29BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefsMax Horn
2010-11-29SDL: Move #include <SDL.h> into a special wrapper fileMax Horn
2010-11-28SDL: re-enable unicode after graphics initWillem Jan Palenstijn
2010-11-28Merging the gsoc2010-opengl branchMax Horn
2010-10-23DINGUX: fix compilation for the opengl branchFabio Battaglia
2010-10-13OPENGL: Get rid of one ugly cast.Johannes Schickel
2010-10-13OPENGL: Replace SdlEventManager by SdlEventSource.Johannes Schickel
2010-10-13OPENGL: Merged from trunk, from rev 52105 to 53396.Johannes Schickel
2010-09-03SDL/OPENGL: Fix backend initialization when building with ENABLE_VKEYBD.Alejandro Marzini
2010-08-12SDL: Make use of SDL_BACKEND instead of platform specific defines.Alejandro Marzini
2010-08-05OPENGL: Improve aspect ratio correction mode selection.Alejandro Marzini
2010-08-01SYMBIAN platform. Correct building of SDL refacturing for Symbian.Lars Persson
2010-07-30Merged from trunk, from Rev 50841 to HEADAlejandro Marzini
2010-07-30SDL/OPENGL: Add ability to switch between SDL and OpenGL graphics managers.Alejandro Marzini
2010-07-30OSYSTEM: Add resetGraphicsScale() method.Alejandro Marzini
2010-07-27OPENGL: Implement aspect ratio support and toggling. Improve fullscreen switc...Alejandro Marzini
2010-07-26Formatted spaces.Alejandro Marzini
2010-07-19SDL: Hack to handle special SDL events.Alejandro Marzini
2010-07-16Added basic cursor drawing.Alejandro Marzini
2010-07-15Fixed doing OpenGL calls before a graphical context was created.Alejandro Marzini
2010-07-15Silence gcc warnings.Matthew Hoops
2010-07-15Replaced the extra SDL functions added to GraphicsManager with an EventObserv...Alejandro Marzini
2010-07-13Merged from trunk, from Rev 49499 to HEADAlejandro Marzini
2010-07-11Fix compile on Mac OS X.Matthew Hoops
2010-07-11Moved getGraphicsManager() from OSystem_SDL to ModularBackend. Moved public S...Alejandro Marzini
2010-07-05Cleanup and documentation.Alejandro Marzini
2010-06-16Fixed some disabled code that was with problems after modularization.Alejandro Marzini
2010-06-11Add Common::EventSource inheritance for ModularBackend. OSystem_SDL now subcl...Alejandro Marzini
2010-06-09Added directives for avoiding compilation of sdl managers on platforms that d...Alejandro Marzini
2010-06-08Renamed and moved DefaultGraphicsManager to NullGraphicsManager. Added pure v...Alejandro Marzini
2010-06-08Merged from trunk.Alejandro Marzini
2010-06-07Added constructor, destructor. Made some variables and methods public. Remove...Alejandro Marzini
2010-06-05Created SdlGraphicsManager.Alejandro Marzini