aboutsummaryrefslogtreecommitdiff
path: root/backends/base-backend.cpp
AgeCommit message (Expand)Author
2019-11-10BACKENDS: Fix using fillScreen in non-paletted screen modesCameron Cawley
2016-09-13OSYSTEM: Remove the API allowing to draw to the OSD surface directlyBastien 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
2013-08-03BACKENDS: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03BACKENDS: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2011-08-06JANITORIAL: Remove SVN keywordsEugene Sandulenko
2011-06-08BACKENDS: Shuffle backends class hierarchy and module initializationMax Horn
2011-06-08BACKENDS: Fix BaseBackend::initBackend() (ouch)Max Horn
2011-06-08BACKENDS: Add OSystem::resetGraphicsScale() default implementationMax Horn
2011-06-06BACKENDS: Unify EventManager setupMax Horn
2011-06-06BACKENDS: Add OSystem::getDefaultConfigFileNameMax Horn
2011-06-06BACKENDS: Unify AudioCD manager instantiationMax Horn
2011-05-25SAMSUNGTV: revert code of result some previous commitPawel Kolodziejski
2011-05-25BUILD: Rename UNIX #define to POSIXMax Horn
2011-05-23SAMSUNGTV: update portPawel Kolodziejski
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-26BASEBACKEND: Remove resetGraphicsScale() hackdhewg
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-07-30OSYSTEM: Add resetGraphicsScale() method.Alejandro Marzini
2010-06-15Renamed getAudioCD to getAudioCDManager.Alejandro Marzini
2010-06-09- Revised abstract AudioCDManager.Alejandro Marzini
2010-05-29Added again base-backend. Started sdl backend refatoring, file, mutex and tim...Alejandro Marzini
2010-05-28Created base virtual classes for backends subsystems.Alejandro Marzini
2009-11-09Fix compilation on unixWillem Jan Palenstijn
2009-11-09added support for samsung tvPaweł Kołodziejski
2009-02-15- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.Johannes Schickel
2009-01-30Moved default implementations for various OSystem methods into a new class Ba...Max Horn