Sam Lantinga [Sun, 09 Mar 2014 10:38:30 -0700] rev 8303
Updated SDL to version 2.0.3
Sam Lantinga [Sun, 09 Mar 2014 10:37:45 -0700] rev 8302
Visual Studio 2013 project updates
Ryan C. Gordon [Sun, 09 Mar 2014 11:52:52 -0400] rev 8301
Patched to compile with MingW64 on case-sensitive systems (thanks, Martin!).
Fixes Bugzilla #2440.
Ryan C. Gordon [Sat, 08 Mar 2014 15:34:54 -0500] rev 8300
Patched to compile on C89 compilers.
Ryan C. Gordon [Sat, 08 Mar 2014 15:32:12 -0500] rev 8299
Enable Wayland and Mir in configure/cmake scripts, now that 2.0.2 has shipped.
Sam Lantinga [Fri, 07 Mar 2014 23:16:24 -0800] rev 8298
Added tag release-2.0.2 for changeset be2102f000d0
Ryan C. Gordon [Fri, 07 Mar 2014 00:18:37 -0500] rev 8297
CMake: Don't use /NODEFAULTLIB on Windows unless we're Visual Studio.
Sam Lantinga [Thu, 06 Mar 2014 20:02:17 -0800] rev 8296
Fixed bug 2430 - Missing initialization of the variable 'centroid' inside SDL_GestureAddTouch
klose
File: SDL_gesture.c
Method: SDL_GestureAddTouch
When a new SDL_GestureTouch element is added to the global SDL_gestureTouch array the variable 'centroid' of the new element is not initialized.
The problem is that this variable is read isndie SDL_GestureProcessEvent when a SDL_FINGERDOWN event occurs.
Ryan C. Gordon [Mon, 03 Mar 2014 21:25:16 -0500] rev 8295
Mac: Added a hint to opt-out of new Spaces code.
Ryan C. Gordon [Sun, 02 Mar 2014 22:55:12 -0500] rev 8294
Removed unused variable.