Jørgen P. Tjernø <jorgen@valvesoftware.com> [Tue, 04 Jun 2013 14:54:49 -0700] rev 7271
Mac: Fix incorrect relative jump on focus / start.
We should no longer send huge jumps on relative mode focus changes if
the cursor was moved around, or on initial start.
Fixes http://bugzilla.libsdl.org/show_bug.cgi?id=1836
Jørgen P. Tjernø <jorgen@valvesoftware.com> [Tue, 04 Jun 2013 13:53:55 -0700] rev 7270
Mac: Hide cursor in relative mode.
This hides the cursor when you SDL_SetRelativeMouseMode, as intended.
Fixes http://bugzilla.libsdl.org/show_bug.cgi?id=1860
Jørgen P. Tjernø <jorgen@valvesoftware.com> [Tue, 04 Jun 2013 13:47:51 -0700] rev 7269
- fix misleading hint about minimising on focus loss
Andreas Schiffler <aschiffler@ferzkopp.net> [Mon, 03 Jun 2013 19:24:18 -0700] rev 7268
Add missing VS2012 test projects; update VS2010 and VS2012 solutions; update keybord suite for VS compiler warnings
Andreas Schiffler <aschiffler@ferzkopp.net> [Mon, 03 Jun 2013 07:28:55 -0700] rev 7267
Remove deprecated/deleted VS test projects
Azamat H. Hackimov <azamat.hackimov@gmail.com> [Sun, 02 Jun 2013 20:20:18 +0600] rev 7266
Fix compilation with libX11 >= 1.5.99.902.
These changes fixes bug #1769 for SDL2
(http://bugzilla.libsdl.org/show_bug.cgi?id=1769).
Sam Lantinga <slouken@libsdl.org> [Sun, 02 Jun 2013 08:48:52 -0700] rev 7265
Hopefully fixed mingw32 build
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Sun, 02 Jun 2013 14:27:54 +0200] rev 7264
Changed documentation in header because LocalReferenceHolder not public API.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Sun, 02 Jun 2013 14:18:26 +0200] rev 7263
Changed haptic test program to use announced effect type.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Sun, 02 Jun 2013 14:13:21 +0200] rev 7262
Fixed implicit function declaration for SDL_AndroidGetInternalStoragePath().