Ryan C. Gordon <icculus@icculus.org> [Tue, 29 Apr 2014 12:00:28 -0400] rev 8744
Removed comma at end of enum in a public header, to make -Wpedantic happy.
Steven Stewart-Gallus <sstewartgallus00@mylangara.bc.ca> [Sat, 19 Apr 2014 16:33:42 -0700] rev 8743
Set the tag type in libtool invocations
Setting the tag type will let libtool work even when it cannot infer
the type of the code being built. One way libtool may fail to infer
the tag type is if one uses a mock compiler (such as for static
analysis).
Sam Lantinga <slouken@libsdl.org> [Sat, 26 Apr 2014 12:38:35 -0700] rev 8742
Fixed bug 2508 - don't redefine WIN32_LEAN_AND_MEAN
Sam Lantinga <slouken@libsdl.org> [Sat, 26 Apr 2014 12:29:40 -0700] rev 8741
Fixed the inertia effect in the test program
Sam Lantinga <slouken@libsdl.org> [Sat, 26 Apr 2014 11:23:55 -0700] rev 8740
Better compiler for Windows XP systems
Ryan C. Gordon <icculus@icculus.org> [Thu, 24 Apr 2014 23:24:48 -0400] rev 8739
Mac OS X: Look for joystick hotplug in its own CFRunLoop.
This allows the joystick hotplug to function without the main event loop
(specifically: without SDL_INIT_VIDEO), and moves explicit polling for
joysticks where it belongs at the low-level: in SDL_SYS_JoystickDetect().
This lets apps call SDL_JoystickUpdate() to get hotplug events and keep
SDL_NumJoysticks() correct, as expected. As SDL_PumpEvents() (and
SDL_PollEvents, etc) calls SDL_JoystickUpdate(), existing apps will function
as before.
Thanks to "raskie" on the forums for pointing this out!
Jørgen P. Tjernø <jorgenpt@gmail.com> [Thu, 24 Apr 2014 21:05:51 -0700] rev 8738
Mac: Correct the y-axis position after 94af945dbb57
This fixes a bug where we'd offset positions by the height of the dock, if it
was along the bottom of the screen.
Fixes https://bugzilla.libsdl.org/show_bug.cgi?id=2509
Thanks to Alex Szpakowski for bug & patch.
Sam Lantinga <slouken@libsdl.org> [Wed, 23 Apr 2014 13:54:47 -0700] rev 8737
Fixed cygwin build
Sam Lantinga <slouken@libsdl.org> [Wed, 23 Apr 2014 13:48:01 -0700] rev 8736
Fixed detecting output on second adapter
CR: Sam Lantinga
Sam Lantinga <slouken@libsdl.org> [Wed, 23 Apr 2014 13:47:57 -0700] rev 8735
Don't crash in WIN_GL_InitExtensions() if the OpenGL library couldn't be loaded