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
/
modular-backend.cpp
Age
Commit message (
Expand
)
Author
2017-10-15
BACKENDS: Fix missing mouse events when system cursor cannot be moved
Colin Snover
2017-10-07
BACKENDS: Fix window sizing of games that switch between multiple resolutions
Colin Snover
2017-03-04
PSP2: Add Playstation Vita (PSP2) support
cpasjuste
2016-09-13
OSYSTEM: Remove the API allowing to draw to the OSD surface directly
Bastien Bouclet
2016-09-13
OSYSTEM: Introduce a method allowing to draw a background activity icon
Bastien Bouclet
2016-08-24
GUI: Add getOSDFormat() and make OSD 32 bpp
Alexander Tkachev
2016-08-24
GUI: Add clearOSD() method
Alexander Tkachev
2016-08-24
GUI: Add copyRectToOSD()
Alexander Tkachev
2014-02-18
BACKENDS: Make GPL headers consistent in themselves.
Johannes Schickel
2013-07-06
ALL: Don't use EventRecorder at all when not compiled in
Matthew Hoops
2013-07-04
Merge pull request #350 from chrisws/tizen_port_1_6_0a
Johannes Schickel
2013-07-03
TIZEN: bada port updated to tizen
Chris Warren-Smith
2013-05-17
RECORDER: Implement Events Recorder
Eugene Sandulenko
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
2011-06-08
BACKENDS: cleanup
Max Horn
2011-06-07
BACKENDS: Move more 'manager slots' from ModularBackend to OSystem
Max Horn
2011-06-06
BACKENDS: Unify EventManager setup
Max Horn
2011-06-06
BACKENDS: Unify AudioCD manager instantiation
Max Horn
2011-06-04
BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls
Max Horn
2011-05-23
COMMON: Add exit() to list of forbidden symbols
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-02-07
BACKENDS: Reduce header interdependencies
Max Horn
2011-02-07
COMMON: OSystem now has a PaletteManager
Max Horn
2010-12-08
BACKENDS: Fix OSD implementation in ModularBackend.
Johannes Schickel
2010-11-29
BACKEND: Assure that the correct destructor of FilesystemFactory is called.
Johannes Schickel
2010-11-29
BACKENDS: Improve safety of Modular Backend Destructor And Close _fsFactory M...
David Turner
2010-11-29
SDL: Revert r54554, and add explanatory comment (fix for bug #3121841)
Max Horn
2010-10-13
OPENGL: More cleanup.
Johannes Schickel
2010-07-30
OSYSTEM: Add resetGraphicsScale() method.
Alejandro Marzini
2010-07-13
Merged from trunk, from Rev 49499 to HEAD
Alejandro Marzini
2010-07-11
Moved getGraphicsManager() from OSystem_SDL to ModularBackend. Moved public S...
Alejandro Marzini
2010-07-02
Cleanup and documentation.
Alejandro Marzini
2010-06-20
Removed getMillis, delayMillis and getTimeAndDate functions from TimerManager.
Alejandro Marzini
2010-06-15
Improved ModularBackend and OSystem_SDL destructors.
Alejandro Marzini
2010-06-15
Renamed getAudioCD to getAudioCDManager.
Alejandro Marzini
2010-06-13
Added SdlTimerManager. Added getMillis, delayMillis and getTimeAndDate to Com...
Alejandro Marzini
2010-06-11
Added missing virtual functions in abstract class GraphicsManager.
Alejandro Marzini
2010-06-10
Added ModularBackend base class for backends.
Alejandro Marzini