aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/sdl.h
AgeCommit message (Expand)Author
2019-09-21BACKENDS: Add a default clipboard implementationCameron Cawley
2019-08-24SDL: Add SDL implementation of convertEncodingJaromir Wysoglad
2019-08-05SDL: Simplify implementation of createLogFile()Cameron Cawley
2018-04-29OSYSTEM: Add API to copy text to clipboardThierry Crozat
2017-10-07SDL: Do not reset window size when engines update rendering surfaceColin Snover
2017-04-24WINDOWS: Change location where screenshot are savedPala
2016-08-24ALL: Move Clipboard support to OSystemAlexander Tkachev
2016-08-24CLOUD: Init SDL_NetAlexander Tkachev
2016-07-28COMMON: Remove the EventRecorder dependency from OSystemBastien Bouclet
2016-03-13BACKENDS: Use a virtual function for creating the SDL audio CD managerMatthew Hoops
2015-02-16SDL: Handle icon setup in SdlWindow.Johannes Schickel
2015-02-16SDL: Add basic abstraction class for the SDL window.Johannes Schickel
2014-02-18SDL: Make GPL headers consistent in themselves.Johannes Schickel
2013-10-23SDL: Fix default graphics mode for switchable case.Johannes Schickel
2013-10-23SDL: Make setupGraphicsModes non-virtual.Johannes Schickel
2013-10-23SDL: Get rid of _glModesCount.Johannes Schickel
2013-10-23SDL: Get rid of loop in OSystem_SDL::setGraphicsMode.Johannes Schickel
2013-10-23SDL: Clean up graphics mode handling for OpenGL backend.Johannes Schickel
2013-10-19SDL: Add a OpenGL SDL backend and hook it into the SDL backend.Johannes Schickel
2013-10-05BACKENDS: Remove OpenGL and OpenGL SDL backend.Johannes Schickel
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2012-02-28KEYMAPPER: HardwareInputSet now has defaultsTarek Soliman
2012-02-27KEYMAPPER: Rename HardwareKey to HardwareInputTarek Soliman
2012-02-13SDL: Get rid of unneeded forwards.Johannes Schickel
2012-02-13ALL: Enable Keymapper specific OSystem API only when the Keymapper is enabled.Johannes Schickel
2012-02-12KEYMAPPER: Refactor HardwareKeySet generationTarek Soliman
2011-08-09SDL: Take advantage of SdlGraphicsManager.Johannes Schickel
2011-06-16BACKENDS/COMMON/GUI: Remove complete support for TaskbarManager when taskbar ...Littleboy
2011-06-16BACKENDS: Add generic TaskbarManager class to handle taskbar integrationLittleboy
2011-06-08BACKENDS: Shuffle backends class hierarchy and module initializationMax Horn
2011-06-06BACKENDS: Add OSystem::getDefaultConfigFileNameMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-29SDL: Move createLogFile implementions to the OSystem_SDL subclasses.Johannes Schickel
2010-11-29SDL: Move #include <SDL.h> into a special wrapper fileMax Horn
2010-11-28SDL: Merge deinit() into OSystem_SDL destructor and overload fatalErrorMax Horn
2010-11-28Merging the gsoc2010-opengl branchMax Horn
2010-11-28BACKEND: Switch OSystem::getSystemLanguage return type to Common::String.Johannes Schickel
2010-11-26SDL: Hook up file logger to log on UNIX-like systems.Johannes Schickel
2010-11-25OSYSTEM: Add API to query the system locale.Johannes Schickel
2010-11-18BACKENDS: Implement logging API proposed by Max on -devel.Johannes Schickel
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-10-21OPENGL: Add an SdlEventSource member to OSystem_SDL instead of subclassing Sd...Johannes Schickel
2010-10-13OPENGL: Replace SdlEventManager by SdlEventSource.Johannes Schickel
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-07-30SDL/OPENGL: Add ability to switch between SDL and OpenGL graphics managers.Alejandro Marzini
2010-07-19SDL: Hack to handle special SDL events.Alejandro Marzini
2010-07-12SDL: Overhaul OSystem_SDL::getSupportedFormatsMax Horn
2010-07-11Moved getGraphicsManager() from OSystem_SDL to ModularBackend. Moved public S...Alejandro Marzini
2010-07-10Added BaseSdlGraphicsManager. Added GLTexture. Alejandro Marzini
2010-07-03Cleanup and documentation.Alejandro Marzini