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
/
null
Age
Commit message (
Expand
)
Author
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-02-19
NULL: Fix compiler errors when using the NullGraphicsManager
Thierry Crozat
2011-06-04
BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-02-07
BACKENDs: Fix const correctness in "null" graphics manager
Max Horn
2010-11-29
NULL: Remove extra semicolons in null-graphics.h
Johannes Schickel
2010-06-15
Adapted null backend to ModularBackend.
Alejandro Marzini
2010-06-15
Renamed abstract Manager files.
Alejandro Marzini
2010-06-08
Renamed and moved DefaultGraphicsManager to NullGraphicsManager. Added pure v...
Alejandro Marzini