Jørgen P. Tjernø <jorgen@valvesoftware.com> [Mon, 27 Jan 2014 13:43:04 -0800] rev 8132
X11: Don't redraw dialog box when mouse moves.
This fixes bug #2343. (https://bugzilla.libsdl.org/show_bug.cgi?id=2343)
Thanks to Melker Narikka for the patch.
Ryan C. Gordon <icculus@icculus.org> [Mon, 27 Jan 2014 16:13:13 -0500] rev 8131
Patched to compile...uh, everywhere. :)
Ryan C. Gordon <icculus@icculus.org> [Mon, 27 Jan 2014 16:10:15 -0500] rev 8130
Patched to compile on Windows when not supporting Direct3D.
Gabriel Jacobo <gabomdq@gmail.com> [Mon, 27 Jan 2014 17:59:19 -0300] rev 8129
[Android] Fixes Bug 2370, don't send accelerometer changes when
Android_JNI_GetAccelerometerValues return SDL_FALSE (thanks to Jairo Luiz)
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Sun, 26 Jan 2014 23:50:35 +0100] rev 8128
Removed unused variable from Java class for Android.
The audio thread was moved to native side and "protected" prevented a warning.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Sun, 26 Jan 2014 23:42:25 +0100] rev 8127
Fixed typo in documentation.
Edward Rudd <urkle@outoforder.cc> [Sat, 25 Jan 2014 16:08:39 -0500] rev 8126
quick fix for CMAKE SOVERSION number so it matches what is output by the configure script
Edward Rudd <urkle@outoforder.cc> [Sat, 25 Jan 2014 15:13:16 -0500] rev 8125
correct grammar on UNIX missing dependency status notice.
Edward Rudd <urkle@outoforder.cc> [Sat, 25 Jan 2014 15:05:44 -0500] rev 8124
autoconf script tweaks
- fix up chmodding sdl2-config
- remove duplicate enable_atomic section
- add pretty summary of what was found/enabled
Gabriel Jacobo <gabomdq@gmail.com> [Fri, 24 Jan 2014 09:54:04 -0300] rev 8123
Bug 2358 - [Android] Sort joystick axes - Fix by David Brady