Age | Commit message (Expand) | Author |
2019-12-15 | BACKENDS: Add default implementation for GraphicsMode functions | Cameron Cawley |
2019-11-19 | GRAPHICS: Add interface for horizontal shake | sluicebox |
2018-07-08 | OSYSTEM: Add Stretch Mode API | Thierry Crozat |
2017-10-15 | BACKENDS: Constify PaletteManager::grabPalette implementations | Colin Snover |
2017-10-15 | BACKENDS: Refactor OpenGL & SDL graphics backends | Colin Snover |
2017-10-07 | BACKENDS: Make initSizeHint an optional extension point | Colin Snover |
2017-10-07 | BACKENDS: Fix window sizing of games that switch between multiple resolutions | Colin Snover |
2017-03-05 | BACKENDS: Fix const'ness which led to warnings | Eugene Sandulenko |
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-10-24 | SDL: Make activateManager/deactivateManager SdlGraphicsManager specific. | Johannes Schickel |
2013-10-23 | SDL: Clean up graphics manager switching slighty. | 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 |
2011-08-09 | BACKENDS: Add PaletteManager interface as comments to GraphicsManager. | Johannes Schickel |
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 | COMMON: OSystem now has a PaletteManager | Max Horn |
2010-07-30 | OSYSTEM: Add resetGraphicsScale() method. | Alejandro Marzini |
2010-07-15 | Replaced the extra SDL functions added to GraphicsManager with an EventObserv... | 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-05 | Cleanup and documentation. | Alejandro Marzini |
2010-06-15 | Renamed abstract Manager files. | Alejandro Marzini |