Ryan C. Gordon [Tue, 26 May 2015 20:36:45 -0400] rev 9640
Android: Added basic drop file support (thanks, "noxalus"!).
This lets SDL-based apps respond to "Open With" commands properly, as they
can now obtain the requested path via a standard SDL dropfile event.
This is only checked on startup, so apps don't get drop events at any other
time, even if Android supports that, but this is still a definite
improvement.
Fixes Bugzilla #2762.
Alex Baines [Tue, 26 May 2015 20:22:14 -0400] rev 9639
Pump IBus events after X events.
Ryan C. Gordon [Tue, 26 May 2015 19:54:06 -0400] rev 9638
Fix a libtool issue with some mingw-w64 cross compilers (thanks, Ozkan!).
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15321
http://git.savannah.gnu.org/gitweb/?p=libtool.git;a=commit;h=0ebb734910bf56186dd0c0e84b1c8be507bad336
Fixes Bugzilla #2722.
Alex Szpakowski [Tue, 26 May 2015 19:34:56 -0300] rev 9637
EGL: OpenGL ES 3.0 contexts can now be created without the EGL_KHR_create_context extension.
Fixes bugzilla #2994.
Ryan C. Gordon [Tue, 26 May 2015 16:42:36 -0400] rev 9636
Drop out of SDL_UpdateTexture() early if the rectangle is zero pixels.
Hopefully makes static analysis happy about a zero-byte malloc elsewhere.
Ryan C. Gordon [Tue, 26 May 2015 16:31:11 -0400] rev 9635
Some setups need _GNU_SOURCE to make LLONG_MAX available (thanks, Ozkan!).
Fixes Bugzilla #2721.
Ryan C. Gordon [Tue, 26 May 2015 16:25:22 -0400] rev 9634
Fix fallback define for DECLSPEC for non-Windows platforms.
Looks like it was a copy/paste error?
GCC doesn't support visibility attributes until gcc4, so just make it blank.
Fixes Bugzilla #2720.
Ryan C. Gordon [Tue, 26 May 2015 16:14:25 -0400] rev 9633
Whoops, fix the static analysis fix.
Ryan C. Gordon [Tue, 26 May 2015 12:52:28 -0400] rev 9632
Mac: Fix compiler warning when building with a min target >= 10.6.
Ryan C. Gordon [Tue, 26 May 2015 12:47:03 -0400] rev 9631
Darwin haptic: Fixed a static analysis warning if axes==0.