aboutsummaryrefslogtreecommitdiff
path: root/backends/modular-backend.h
AgeCommit message (Expand)Author
2019-12-01BACKENDS: Move implementation of OSystem::quit() out of ModularBackendCameron Cawley
2019-11-19GRAPHICS: Add interface for horizontal shakesluicebox
2018-07-08OSYSTEM: Add Stretch Mode APIThierry Crozat
2018-03-28BAKCENDS: Mark methods as overrideEugene Sandulenko
2017-10-07BACKENDS: Fix window sizing of games that switch between multiple resolutionsColin Snover
2017-03-04PSP2: Add Playstation Vita (PSP2) supportcpasjuste
2016-09-13OSYSTEM: Remove the API allowing to draw to the OSD surface directlyBastien Bouclet
2016-09-13OSYSTEM: Introduce a method allowing to draw a background activity iconBastien Bouclet
2016-08-24GUI: Add getOSDFormat() and make OSD 32 bppAlexander Tkachev
2016-08-24GUI: Add clearOSD() methodAlexander Tkachev
2016-08-24GUI: Add copyRectToOSD()Alexander Tkachev
2014-02-18BACKENDS: Make GPL headers consistent in themselves.Johannes Schickel
2012-06-16ALL: Let overlay related methods in OSystem take a void * and use a proper pi...Johannes Schickel
2012-06-16BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer.Johannes Schickel
2012-06-16BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte *...Johannes Schickel
2012-06-03ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...Johannes Schickel
2012-02-13ALL: Enable Keymapper specific OSystem API only when the Keymapper is enabled.Johannes Schickel
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-08BACKENDS: Shuffle backends class hierarchy and module initializationMax Horn
2011-06-07BACKENDS: Move more 'manager slots' from ModularBackend to OSystemMax Horn
2011-06-06BACKENDS: Unify EventManager setupMax Horn
2011-06-06BACKENDS: Add OSystem::getDefaultConfigFileNameMax Horn
2011-06-06BACKENDS: Unify AudioCD manager instantiationMax Horn
2011-06-04BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState callsMax Horn
2011-05-23COMMON: Add exit() to list of forbidden symbolsMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-07BACKENDS: Reduce header interdependenciesMax Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-10-13OPENGL: Cleanup.Johannes Schickel
2010-10-13OPENGL: Replace SdlEventManager by SdlEventSource.Johannes Schickel
2010-07-30OSYSTEM: Add resetGraphicsScale() method.Alejandro Marzini
2010-07-13Merged from trunk, from Rev 49499 to HEADAlejandro Marzini
2010-07-11Moved getGraphicsManager() from OSystem_SDL to ModularBackend. Moved public S...Alejandro Marzini
2010-07-02Cleanup and documentation.Alejandro Marzini
2010-06-20Removed getMillis, delayMillis and getTimeAndDate functions from TimerManager.Alejandro Marzini
2010-06-15Adapted null backend to ModularBackend.Alejandro Marzini
2010-06-15Renamed getAudioCD to getAudioCDManager.Alejandro Marzini
2010-06-13Added SdlTimerManager. Added getMillis, delayMillis and getTimeAndDate to Com...Alejandro Marzini
2010-06-11Add Common::EventSource inheritance for ModularBackend. OSystem_SDL now subcl...Alejandro Marzini
2010-06-11Added missing virtual functions in abstract class GraphicsManager.Alejandro Marzini
2010-06-10Added ModularBackend base class for backends.Alejandro Marzini