Sam Lantinga <slouken@libsdl.org> [Mon, 13 Oct 2014 10:46:27 -0700] rev 9156
Minor cleanups
Sam Lantinga <slouken@libsdl.org> [Mon, 13 Oct 2014 10:43:10 -0700] rev 9155
Added configure options to disable OpenGL ES 1.1 and 2.0 individually
David Ludwig <dludwig@pobox.com> [Sat, 04 Oct 2014 14:59:41 -0400] rev 9154
WinRT: expanded the documentation on SDL_HINT_WINRT_HANDLE_BACK_BUTTON
Jørgen P. Tjernø <jorgen@uberent.com> [Tue, 30 Sep 2014 11:20:50 -0700] rev 9153
Mac: Fix build with clang from Xcode 6.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Thu, 25 Sep 2014 20:56:27 +0200] rev 9152
Fixed broken layout for buttons with configured color in messagebox on Android.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Wed, 24 Sep 2014 23:46:46 +0200] rev 9151
Added setting configured color to button texts for messagebox on Android.
David Ludwig <dludwig@pobox.com> [Fri, 19 Sep 2014 12:09:51 -0400] rev 9150
WinRT: cleaned up the opening section of the README
David Ludwig <dludwig@pobox.com> [Fri, 19 Sep 2014 11:27:18 -0400] rev 9149
WinRT: fixed broken emphasis formatting in README, when rendering it with Doxygen
Gabriel Jacobo <gabomdq@gmail.com> [Thu, 18 Sep 2014 11:03:34 -0300] rev 9148
[Android] Better fix for #2480, pause/resume audio
Ryan C. Gordon <icculus@icculus.org> [Wed, 17 Sep 2014 14:49:36 -0400] rev 9147
Haptic: Deal with negative periodic magnitudes (thanks, Elias!).
A negative periodic magnitude doesn't exist in Windows' and MacOS' FF APIs
The periodic magnitude parameter of the SDL Haptic API is based on the Linux
FF API, so it means they are not directly compatible:
'dwMagnitude' is a 'DWORD', which is unsigned.
Fixes Bugzilla #2701.