Sam Lantinga [Wed, 06 Mar 2013 09:37:03 -0800] rev 6970
Make it so SDL_RestoreWindow() implements the _NET_ACTIVE_WINDOW protocol which some window managers require to restore full screen windows. CR: saml
Edward Rudd [Wed, 06 Mar 2013 10:37:27 -0500] rev 6969
move variable declaration to beginning of function
Sam Lantinga [Tue, 05 Mar 2013 18:52:25 -0800] rev 6968
Fixed warning messages when loading Direct3D DLL
kmx
I have investigated the warning "Failed loading D3DX9_*.dll" and come up with the enclosed patch (please forward it to relevant SDL2 mailing list/bugtracker).
Shawn Walker [Mon, 25 Feb 2013 22:46:21 +0000] rev 6967
Fix pulseaudio dynamic linking for Solaris builds.
Fix Solaris Studio compilation errors.
Fix sunaudio backend for SDL2.
Edward Rudd [Tue, 05 Mar 2013 18:54:55 -0500] rev 6966
Add SDL_TryLockMutex and implementations for all platforms
Edward Rudd [Tue, 05 Mar 2013 18:01:59 -0500] rev 6965
add hint to allow disabling the use of Xinput.
Edward Rudd [Tue, 05 Mar 2013 17:59:36 -0500] rev 6964
add new gamecontroller APIs
- add mappings after init (or even before w/o using the hint)
- get string for axis
- get string for button
- get mapping string for controller or for GUID
- new event to notify when a controller is remapped. (e.g. mapping was changed via the AddMapping method)
Sam Lantinga [Mon, 04 Mar 2013 20:27:51 -0800] rev 6963
Fixed bug 1553 - Fix USB joystick input for FreeBSD 9.0+
Marcus von Appen
Receiving input from USB joysticks on FreeBSD 9.0 or newer is broken at the moment. The attached patch fixes this.
Gabriel Jacobo [Mon, 04 Mar 2013 11:35:03 -0300] rev 6962
Updated the README.android file stating the required API level and reasons why.
Gabriel Jacobo [Mon, 04 Mar 2013 10:39:21 -0300] rev 6961
Fixes AndroidManifest comment, Android API level 10 = Android 2.3.3