Patrice Mandin <patmandin@gmail.com> [Sun, 01 Nov 2015 08:41:08 +0100] rev 9900
atari:xbios: Add Supervidel specific video modes. Contributed by Pawel Goralski.
Sam Lantinga <slouken@libsdl.org> [Tue, 27 Oct 2015 11:18:04 -0700] rev 9899
Add SDL_HINT_VIDEO_X11_NET_WM_PING to allow disabling
_NET_WM_PING protocol handling in CreateWindow if
desired.
Sam Lantinga <slouken@libsdl.org> [Tue, 27 Oct 2015 11:17:32 -0700] rev 9898
Add a new SDL_KEYMAPCHANGED SDL event to abstract notification of keyboard layout or input language changes.
Alex Szpakowski <slime73@gmail.com> [Fri, 23 Oct 2015 03:37:53 -0300] rev 9897
Mac: Fix returning to the window's Space in OS X 10.11+ when SDL_WINDOW_FULLSCREEN_DESKTOP is used (bug #3152.)
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Thu, 15 Oct 2015 22:26:21 +0200] rev 9896
D3D11: Fixed SDL_RenderDrawPoints() ignoring input after the first 128 points.
If a limit would be needed then count should be adapted before stack allocation.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Thu, 15 Oct 2015 22:26:00 +0200] rev 9895
Android: Added missing import statement.
It did not compile without.
Ryan C. Gordon <icculus@icculus.org> [Thu, 15 Oct 2015 12:52:00 -0400] rev 9894
Fix some Android keyboards that didn't work properly.
This conversation came from Joshua Granick on Twitter, starting here:
https://twitter.com/singmajesty/status/653640543675641857
"We found an issue where certain Android keyboards (like the S6 with
predictive text) wouldn't work ... Certain keyboards use a predictive text
mode that does not dispatch a traditional onKey events, which is troublesome
... but telling the OS to use a "visible password" keyboard helps deal with
this problem ... perhaps there's some other way (onKeyPreIme?) to do
"textediting" events, but for now, this should be a fast fix ...
I hear it affects the Galaxy Tab A 8.0", Galaxy S6, Asus ZenPhone 2, maybe
others"
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Wed, 07 Oct 2015 21:18:08 +0200] rev 9893
Added SDL_JoystickCurrentPowerLevel() to WhatsNew.txt for 2.0.4.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Wed, 07 Oct 2015 21:16:59 +0200] rev 9892
Fixed freeing uninitialized pointers on failure cleanup in tests.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Wed, 07 Oct 2015 21:16:40 +0200] rev 9891
Android: Added a new method in SDLSurface.