summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Closing the APK branchapkSam Lantinga2014-06-210-0/+0
* added commentstopiccot2014-04-301-0/+2
* access google apk library through reflectionstopiccot2014-04-301-6/+26
* Fixing issues discovered by Philipp Wiesemannstopiccot2014-04-233-5/+5
* inital apk extension supportstopiccot2014-04-073-2/+53
* Fail if we couldn't create the specified rendererSam Lantinga2014-04-051-1/+1
* Removed empty statements.Philipp Wiesemann2014-04-053-3/+3
* Fixed names of four hint environment variables.Philipp Wiesemann2014-04-051-4/+4
* Fixed unused local variable warning.Philipp Wiesemann2014-04-052-2/+4
* Fixed typos in header comments.Philipp Wiesemann2014-04-051-5/+5
* Removed unused variable from test program.Philipp Wiesemann2014-04-041-2/+0
* Fixed doxygen comment in header.Philipp Wiesemann2014-04-041-1/+1
* WinRT: "SDL" to "SDL2", both for .dll output files, and for MSVC project names.David Ludwig2014-03-302-8/+20
* Fixed the joystick side of XInput haptic detection on Windows 8Sam Lantinga2014-03-311-6/+6
* Fixed XInput haptic support on Windows 8Sam Lantinga2014-03-291-9/+3
* Fixed assertion loading button.bmp in testgamecontrollerSam Lantinga2014-03-291-3/+7
* Added testrumble to the Visual Studio 2013 solutionSam Lantinga2014-03-296-8/+936
* Raspberry Pi builds should upload as .tar.xz instead of .tar.bz2.Ryan C. Gordon2014-03-281-2/+2
* Changed a C++ single-line comment to /* */ style.Ryan C. Gordon2014-03-261-1/+1
* Remove the RaiseWindow call from OnWindowRestored for now.Pierre-Loup A. Griffais2014-03-261-1/+7
* Ignore unused mir event functions, need headers in Ubuntu 14.04 to use them.Brandon Schaefer2014-03-251-6/+8
* Remove two unused variables, causing compiler warnings.Brandon Schaefer2014-03-251-4/+0
* Re-enable Mir/Wayland support now that 2.0.3 has been released.Brandon Schaefer2014-03-253-8/+8
* WinRT: Call IDXGIDevice3::Trim before app-suspend, as required on Windows 8.1David Ludwig2014-03-242-0/+45
* WinRT: Line ending fixes (CRLF to LF)David Ludwig2014-03-241-4/+4
* Fixes #2456, controllermap's undo does not work correctly (by Bogdan Marinov)Gabriel Jacobo2014-03-241-3/+3
* Emit SDL_RENDER_DEVICE_RESET on Android when the GLES context is recreatedGabriel Jacobo2014-03-242-1/+12
* Added an assert to help static analyzer.Ryan C. Gordon2014-03-241-0/+2
* Added an event SDL_RENDER_DEVICE_RESET, which is triggered on Direct3D 11 whe...Sam Lantinga2014-03-233-3/+10
* Fixed warning on Mac OS XSam Lantinga2014-03-231-0/+4
* Fixing Alt-Enter handling, submitted by Nader GolbazSam Lantinga2014-03-231-0/+2
* WinRT: Implemented SDL_ShowMessageBox for Windows 8.x/RT hostsDavid Ludwig2014-03-237-0/+170
* Tossed in some SDL_asserts to make static analyzer happier.Ryan C. Gordon2014-03-231-0/+5
* D3D11: Fixed a crash after a GPU device-reset on Win32David Ludwig2014-03-231-11/+17
* D3D11: Added code to handle GPU-device-removed scenariosDavid Ludwig2014-03-231-3/+43
* Better keyboard detection when some of the keys are remapped, thanks to Lewis...Sam Lantinga2014-03-231-17/+23
* WinRT: Miscellaneous app-backgrounding/restoring event fixes and additionsDavid Ludwig2014-03-232-55/+63
* WinRT: Made app-backgrounded events get sent at separate, distinct times.David Ludwig2014-03-231-1/+10
* WinRT globals cleanup: Removed WINRT_GlobalSDLVideoDeviceDavid Ludwig2014-03-223-18/+11
* WinRT: Got OpenGL ES 2 working with the latest version of ANGLE/WinRT.David Ludwig2014-03-228-30/+134
* Static analysis fix: more cleanups of unused variables, etc, in blitters.Ryan C. Gordon2014-03-212-397/+157
* Static analysis fix: more dead stores.Ryan C. Gordon2014-03-212-48/+94
* Patched to compile on C89 compilers, removed more streamer code.Ryan C. Gordon2014-03-201-3/+7
* Static analysis fix: clean up unused variables and dead stores in blitters.Ryan C. Gordon2014-03-202-168/+277
* #ifdef'd out the audio streamer code.Ryan C. Gordon2014-03-201-0/+6
* Static analysis fix: Removed unused variable.Ryan C. Gordon2014-03-201-6/+4
* Static analysis fix: uninitialized data.Ryan C. Gordon2014-03-201-0/+2
* Static analysis fix: uninitialized data.Ryan C. Gordon2014-03-201-0/+2
* Static analysis fix: uninitialized value.Ryan C. Gordon2014-03-201-2/+2
* Static analysis fix: leaking Objective-C object.Ryan C. Gordon2014-03-201-2/+8