Sam Lantinga <slouken@libsdl.org> [Tue, 06 Oct 2015 21:16:21 -0700] rev 9888
Fixed sending a size event while setting up a window (fix for DOTA 2 on Source 2)
Ryan C. Gordon <icculus@icculus.org> [Tue, 06 Oct 2015 00:10:54 -0400] rev 9887
Mac: Reset display if going from fullscreen to a fullscreen Space or vice-versa.
Otherwise, bad things happen.
Sam Lantinga <slouken@libsdl.org> [Thu, 01 Oct 2015 11:21:06 -0700] rev 9886
Fixed forcing the window size when creating a non-resizable window on Windows.
Sam Lantinga <slouken@libsdl.org> [Wed, 30 Sep 2015 16:00:21 -0700] rev 9885
Fixed swapped Windows and Linux entries for the Cideko AK08b
Sam Lantinga <slouken@libsdl.org> [Wed, 30 Sep 2015 15:39:30 -0700] rev 9884
SDL - added new SDL_JoystickCurrentPowerLevel() API that returns the battery level of the selected joystick. Currently only implemented for XInput devices, other platforms are a TODO.
CR: Sam
Sam Lantinga <slouken@libsdl.org> [Wed, 30 Sep 2015 15:38:30 -0700] rev 9883
Fix crash on controller hotplug on linux.
CR: Sam
Sam Lantinga <slouken@libsdl.org> [Wed, 30 Sep 2015 15:38:18 -0700] rev 9882
SDL - add dynapi entry points for SDL_JoystickCurrentPowerLevel
Sam Lantinga <slouken@libsdl.org> [Wed, 30 Sep 2015 15:33:33 -0700] rev 9881
Added support for the Cideko AK08b
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Sun, 27 Sep 2015 20:12:47 +0200] rev 9880
Android: Removed three internal functions not used by SDL.
They were not needed internally since the switch to the common EGL backend.
Thanks to the SDL mailing list for pointing out that the functions seem unused.
Alex Szpakowski <slime73@gmail.com> [Fri, 25 Sep 2015 15:17:20 -0300] rev 9879
iOS: show message boxes using the new UIAlertController APIs when supported, rather than the deprecated UIAlertView.
UIAlertController is also supported on tvOS, whereas UIAlertView is not.