index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
graphics
/
surfacesdl
Age
Commit message (
Expand
)
Author
2015-05-20
SDL: Fix compilation with SDL2.
Johannes Schickel
2015-05-16
SDL: Restore the original video mode when unloading the Surface graphics manager
Littleboy
2015-02-16
SDL: Add basic abstraction class for the SDL window.
Johannes Schickel
2015-01-25
SDL: Add experimental support for SDL2.
Johannes Schickel
2015-01-25
SDL: Refactor WM specific functionality into SdlGraphicsManager.
Johannes Schickel
2014-02-18
SDL: Make GPL headers consistent in themselves.
Johannes Schickel
2014-01-23
Merge pull request #409 from lordhoto/rtti
Johannes Schickel
2014-01-11
SDL: Avoid having SDL_SRCALPHA set even if we have alpha in the pixelformat.
Einar Johan Trøan Sømåen
2014-01-07
SDL: Silence unused variable warning when scalers are disabled.
Johannes Schickel
2014-01-07
SDL: Fix return value of getDefaultGraphicsMode when scalers are disabled.
Johannes Schickel
2013-10-24
SDL: Further small cleanup related to manager switching.
Johannes Schickel
2013-10-24
SDL: Make activateManager/deactivateManager SdlGraphicsManager specific.
Johannes Schickel
2013-10-24
SDL: Let SdlGraphicsManager inherit from GraphicsManager.
Johannes Schickel
2013-10-23
SDL: Do not require a static graphics mode list in OpenGL and SurfaceSDL.
Johannes Schickel
2013-10-23
SDL: Always initialize video subsystem in initSDL.
Johannes Schickel
2013-10-23
SDL: Clean up graphics manager switching slighty.
Johannes Schickel
2013-08-03
SDL: Do not set Surface::pixels directly anymore.
Johannes Schickel
2013-08-03
SDL: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
SDL: Prefer getBasePtr over direct Surface::pixels access.
Johannes Schickel
2013-07-14
JANITORIAL: Remove trailing whitespace
Sven Hesse
2013-07-04
GUI: Cleanup EventRecorder::getSurface.
Johannes Schickel
2013-07-04
RECORDER: Fix guard ifdef
Eugene Sandulenko
2013-05-17
RECORDER: Implement Events Recorder
Eugene Sandulenko
2013-01-09
SDL: Silence C++ narrowing warnings.
Johannes Schickel
2012-06-16
ALL: Let overlay related methods in OSystem take a void * and use a proper pi...
Johannes Schickel
2012-06-16
BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer.
Johannes Schickel
2012-06-16
BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte *...
Johannes Schickel
2012-06-03
ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...
Johannes Schickel
2012-05-31
ALL: Correct spelling of "Mac OS X" in various places
Max Horn
2012-03-17
ALL: Make use of defined() for the preprocessor consistent.
Johannes Schickel
2011-10-03
SURFACESDL: Stop forceful resetting of _videoMode.hardware* when calling Sur...
David-John Willis
2011-08-11
SDL: Implement a hellish workaround to fix bug #3368143.
Johannes Schickel
2011-08-09
SDL: Slight clean up in the surface based graphics manager.
Johannes Schickel
2011-08-09
SDL: Take advantage of SdlGraphicsManager.
Johannes Schickel
2011-08-09
SDL: Let SDL based graphics managers inherit from SdlGraphicsManager.
Johannes Schickel
2011-07-02
SDL: Remove an unnecessary memset
Bastien Bouclet
2011-07-02
SDL: Set a black palette by default.
Bastien Bouclet
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-06-19
SDL: Rename SdlGraphicsManager to SurfaceSdlGraphicsManager to reflect its pu...
Johannes Schickel