Sam Lantinga [Fri, 25 May 2012 18:21:10 -0400] rev 6309
Allow SDL_uikitkeyboard.h to be included in C++ applications
Gabriel Jacobo [Fri, 25 May 2012 15:35:41 -0300] rev 6308
Fixes issue #1500 "SDL_RWops fails under Android 4" by removing stale Local Refs
and replacing them for their global equivalents.
Gabriel Jacobo [Fri, 25 May 2012 15:10:13 -0300] rev 6307
Fix for issue #1465, Leak in Android_JNI_SetActivityTitle (SDL_SetWindowTitle)
Thanks Martin Gerhardy!
Andreas Schiffler [Sat, 12 May 2012 23:32:51 -0700] rev 6306
Added VS2010 solution for SDL-1.2
Ryan C. Gordon [Mon, 09 Apr 2012 23:55:43 -0400] rev 6305
SDL_ExitProcess() was ignoring exit code parameter.
Sam Lantinga [Sun, 08 Apr 2012 03:59:36 -0400] rev 6304
I think this may fix the altivec blitters.
Sam Lantinga [Tue, 28 Feb 2012 21:58:36 -0500] rev 6303
Fixed bug 1429 - Compiling static library with -arch fails when linking showimage
We no longer need this ancient hack and it's causing problems when building shared libraries against SDL.
Wim Looman [Sat, 04 Feb 2012 00:13:21 +1300] rev 6302
Make mouse relative mode save the original co-ordinates to restore them
properly.
Wim Looman [Fri, 03 Feb 2012 23:53:51 +1300] rev 6301
Change SDL_SetCursor to set the cursor back to the default cursor when the
window is unfocused.
Wim Looman [Fri, 03 Feb 2012 23:08:48 +1300] rev 6300
Fix null reference exception.
Occurred when using relative mouse mode without a focused window.