Andreas Schiffler <aschiffler@ferzkopp.net> [Sat, 12 May 2012 23:32:51 -0700] rev 6306
Added VS2010 solution for SDL-1.2
Ryan C. Gordon <icculus@icculus.org> [Mon, 09 Apr 2012 23:55:43 -0400] rev 6305
SDL_ExitProcess() was ignoring exit code parameter.
Sam Lantinga <slouken@libsdl.org> [Sun, 08 Apr 2012 03:59:36 -0400] rev 6304
I think this may fix the altivec blitters.
Sam Lantinga <slouken@libsdl.org> [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 <ghostunderscore@gmail.com> [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 <ghostunderscore@gmail.com> [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 <ghostunderscore@gmail.com> [Fri, 03 Feb 2012 23:08:48 +1300] rev 6300
Fix null reference exception.
Occurred when using relative mouse mode without a focused window.
Sam Lantinga <slouken@libsdl.org> [Mon, 20 Feb 2012 23:54:33 -0500] rev 6299
Fixed bug 1423 - Finger touch events don't report pressure
Philip Taylor 2012-02-19 08:34:52 PST
SDL_touch.c never actually uses the 'pressurein' arguments to
SDL_SendFingerDown/SDL_SendTouchMotion, so it doesn't report the real pressure.
Also it uses touch->pressureres which is never initialised. Also it fails to
initialise some fields of event.tfinger for certain events, so applications
might try to use bogus data.
The attached patch seems to be enough to produce generally sensible output on
Android.
Sam Lantinga <slouken@libsdl.org> [Mon, 20 Feb 2012 23:51:53 -0500] rev 6298
Fixed bug 1426 - SDL_SemWaitTimeout returns -1 and sets error instead of SDL_MUTEX_TIMEDOUT on time out
deraj 2012-02-19 19:01:08 PST
Fix to treat ETIMEDOUT as a time out instead of an error (and update the test)
Sam Lantinga <slouken@libsdl.org> [Mon, 20 Feb 2012 23:51:08 -0500] rev 6297
Fixed bug 1426 - SDL_SemWaitTimeout returns -1 and sets error instead of SDL_MUTEX_TIMEDOUT on time out
deraj 2012-02-19 19:01:08 PST
Fix to treat ETIMEDOUT as a time out instead of an error (and update the test)