Age | Commit message (Expand) | Author |
2016-03-13 | SDL: Get rid of reference to SDL 1.3. | Johannes Schickel |
2016-03-13 | BACKENDS: Use a virtual function for creating the SDL audio CD manager | Matthew Hoops |
2015-12-15 | PS3: Make use of an updated SDL2 version | Bastien Bouclet |
2015-02-16 | SDL: Handle icon setup in SdlWindow. | Johannes Schickel |
2015-02-16 | SDL: Add basic abstraction class for the SDL window. | Johannes Schickel |
2015-01-25 | SDL: Add experimental support for SDL2. | Johannes Schickel |
2015-01-25 | SDL: Cleanup graphics manager switching a bit. | Johannes Schickel |
2015-01-25 | SDL: Refactor WM specific functionality into SdlGraphicsManager. | Johannes Schickel |
2014-10-28 | BACKENDS: Remove trailing whitespace | Filippos Karapetis |
2014-02-18 | SDL: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-02-16 | SDL: Move debugging code to output SDL video driver name to initBackend. | D G Turner |
2014-02-12 | SDL: Add debugging code to output SDL video driver name being used. | D G Turner |
2014-01-23 | Merge pull request #409 from lordhoto/rtti | Johannes Schickel |
2013-11-11 | SDL: Remove misleading comments, based on incomplete information at MSDN. Get... | Kirben |
2013-11-03 | SDL: Fix invalid memory access in getSystemLanguage. | Johannes Schickel |
2013-11-03 | SDL: Remove side effect of setlocale() call to get Language. | D G Turner |
2013-10-24 | SDL: Make activateManager/deactivateManager SdlGraphicsManager specific. | Johannes Schickel |
2013-10-23 | SDL: Reduce code duplication a bit. | Johannes Schickel |
2013-10-23 | SDL: Fix default graphics mode for switchable case. | Johannes Schickel |
2013-10-23 | SDL: Do not require a static graphics mode list in OpenGL and SurfaceSDL. | Johannes Schickel |
2013-10-23 | SDL: Only allow switching of SurfaceSDL <-> OpenGL when no custom manager is ... | Johannes Schickel |
2013-10-23 | SDL: Simplify initial graphics manager selection for OpenGL. | Johannes Schickel |
2013-10-23 | SDL: Get rid of _glModesCount. | Johannes Schickel |
2013-10-23 | SDL: Get rid of loop in OSystem_SDL::setGraphicsMode. | Johannes Schickel |
2013-10-23 | SDL: Clean up graphics mode handling for OpenGL backend. | Johannes Schickel |
2013-10-23 | SDL: Always initialize video subsystem in initSDL. | Johannes Schickel |
2013-10-23 | SDL: Clean up graphics manager switching slighty. | Johannes Schickel |
2013-10-19 | SDL: Add a OpenGL SDL backend and hook it into the SDL backend. | Johannes Schickel |
2013-10-05 | BACKENDS: Remove OpenGL and OpenGL SDL backend. | Johannes Schickel |
2013-07-06 | ALL: Don't use EventRecorder at all when not compiled in | Matthew Hoops |
2013-07-04 | SDL: Fix compilation by moving getMixerManager out of USE_OPENGL guard. | Johannes Schickel |
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko |
2012-06-09 | COMMON: Add tm_wday to our TimeDate struct | Matthew Hoops |
2011-08-11 | SDL: Previous commit broke compilation on MSVC | Paul Gilbert |
2011-08-11 | SDL: Implement a hellish workaround to fix bug #3368143. | Johannes Schickel |
2011-08-09 | SDL: Let SDL based graphics managers inherit from SdlGraphicsManager. | Johannes Schickel |
2011-08-06 | RECORDER: Added stub for delayMillis() processing | Eugene Sandulenko |
2011-06-23 | Merge pull request #40 from bgK/ps3 | Eugene Sandulenko |
2011-06-23 | BACKENDS/GRAPHICS: Silence non zero-terminated terminated buffers warnings by... | Julien |
2011-06-22 | Merge pull request #26 from Littleboy/taskbar | Eugene Sandulenko |
2011-06-22 | SDL: Allow building with current SDL 1.3hg | Bastien Bouclet |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-19 | SDL: Rename SdlGraphicsManager to SurfaceSdlGraphicsManager to reflect its pu... | Johannes Schickel |
2011-06-19 | SDL: Remove left over traces from the time the SdlEventSource subclassed Defa... | Johannes Schickel |
2011-06-17 | SDL: Make logMessage() implementation independent from parent class(es) | Max Horn |
2011-06-16 | BACKENDS/COMMON/GUI: Remove complete support for TaskbarManager when taskbar ... | Littleboy |
2011-06-16 | BACKENDS: Integrate glib main event loop | Littleboy |
2011-06-16 | BACKENDS: Add generic TaskbarManager class to handle taskbar integration | Littleboy |
2011-06-14 | WINCE: Add support for language auto-detection in WinCE | CeRiAl |
2011-06-06 | SDL: Use #define FORBIDDEN_SYMBOL_ALLOW_ALL (backends can use any symbol) | Max Horn |