aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2013-10-19SDL: Add a OpenGL SDL backend and hook it into the SDL backend.Johannes Schickel
2013-10-19OPENGL: Add new generic OpenGL (ES) backend.Johannes Schickel
2013-10-09ANDROID: Really fix compilation.D G Turner
2013-10-09ANDROID: Fix compilation.D G Turner
2013-10-08Merge pull request #372 from zeldin/ouyaDavid Turner
2013-10-05BACKENDS: Remove OpenGL and OpenGL SDL backend.Johannes Schickel
2013-09-22EVENTS: Initialize class variable. CID 1002944Eugene Sandulenko
2013-08-23TIZEN: Silence cppcheck warning in scanStringUntil()Torbjörn Andersson
2013-08-18ANDROID: Add some margins when screen is a TVMarcus Comstedt
2013-08-17TIZEN: updates for tizen 2.2 SDKChris Warren-Smith
2013-08-16VKEYBD: Make code agnostic of OverlayColor.Johannes Schickel
2013-08-13DC: Use const version of ConfigManager::getGameDomains.Johannes Schickel
2013-08-08ANDROID: Enter main menu on middle mouse pressMarcus Comstedt
2013-08-08ANDROID: Add support for joystick motionMarcus Comstedt
2013-08-08ANDROID: Add gamepad button supportMarcus Comstedt
2013-08-07IPHONE: Fix accidental double free.Johannes Schickel
2013-08-07ANDROID: Add OUYA icon and intentMarcus Comstedt
2013-08-06VKEYBD: Do not access Surface::pixels anymore.Johannes Schickel
2013-08-06N64: Do not access Surface::pixels anymore.Johannes Schickel
2013-08-06DC: Do not access Surface::pixels directly.Johannes Schickel
2013-08-06ANDROID: Do not access Surface::pixels directly.Johannes Schickel
2013-08-06PSP: Do not access Surface::pixels directly.Johannes Schickel
2013-08-06IPHONE: Do not access Surface::pixels directly.Johannes Schickel
2013-08-06NDS: Do not access Surface::pixels directly.Johannes Schickel
2013-08-06PS2: Do not access Surface::pixels directly.Johannes Schickel
2013-08-06WII: Do not access Surface::pixels directly.Johannes Schickel
2013-08-03SDL: Do not set Surface::pixels directly anymore.Johannes Schickel
2013-08-03BACKENDS: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03SDL: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03OPENGL: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03IPHONE: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03SDL: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-08-03OPENGL: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-08-03BACKENDS: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-08-01Merge pull request #339 from onlyjob/hurdJohannes Schickel
2013-07-18Merge pull request #353 from clone2727/eventrec_timer_fixEugene Sandulenko
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
2013-07-06ALL: Don't use EventRecorder at all when not compiled inMatthew Hoops
2013-07-04Merge pull request #350 from chrisws/tizen_port_1_6_0aJohannes Schickel
2013-07-04GUI: Cleanup EventRecorder::getSurface.Johannes Schickel
2013-07-04Merge pull request #331 from sev-/gsoc2012-eventsrecorderEugene Sandulenko
2013-07-04RECORDER: Fix guard ifdefEugene Sandulenko
2013-07-04SDL: Fix compilation by moving getMixerManager out of USE_OPENGL guard.Johannes Schickel
2013-07-04SDL: Fix compilation on Solaris 10.Johannes Schickel
2013-07-03TIZEN: bada port updated to tizenChris Warren-Smith
2013-06-18BACKENDS: fix FTBFS on GNU Hurd by replacing MAXHOSTNAMELEN with NI_MAXHOSTDmitry Smirnov
2013-06-06ALL: Fix typo (succesful -> successful)Willem Jan Palenstijn
2013-06-01MAEMO: Update debian/changelogTarek Soliman
2013-05-25PSP: Remove leftover debug statement to non-existant variable.D G Turner
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko