Sam Lantinga [Thu, 13 Feb 2014 11:05:28 -0800] rev 8212
Fixed lost mouse button when in relative mouse warp mode and you click on the title bar, entering a modal move/resize loop.
Testing:
* Set the SDL_HINT_MOUSE_RELATIVE_MODE_WARP hint true, run testsprite2, press Ctrl-R to enter relative mode, alt tab away from the window, then click on the title bar of the window. Didn't get the mouse button release before, and we do now.
CR: Yahn + Alfred
Sam Lantinga [Thu, 13 Feb 2014 11:05:26 -0800] rev 8211
As part of Jorgen's code review of this function I added a call to LoadLibrary so the refcounts would be consistent between Windows and Posix. Then I forgot to include the check that the thing was actually loaded and caused it to be loaded all the time. Oops.
CR: AaronL
Sam Lantinga [Thu, 13 Feb 2014 11:05:24 -0800] rev 8210
Added SDL_GetLoadedModule to do the equivalent of GetModuleHandle/dlload(NOLOAD)
CR: Jorgen
Gabriel Jacobo [Wed, 12 Feb 2014 18:12:14 -0300] rev 8209
Try to work around Android's handling of static variables in terminated apps
Android, we want to love you, but you don't make it easy for us...
Sam Lantinga [Mon, 10 Feb 2014 13:40:02 -0800] rev 8208
Fixed crash if render target textures are used while the device is lost
Sam Lantinga [Mon, 10 Feb 2014 10:02:51 -0800] rev 8207
Recreate render target textures when the D3D device is being reset, and notify the application using the SDL_RENDER_TARGETS_RESET event when this happens.
Sam Lantinga [Mon, 10 Feb 2014 10:02:42 -0800] rev 8206
Exposed the font character size and SDLTest_DrawCharacter() to make it easier to do custom debug text layout
Sam Lantinga [Mon, 10 Feb 2014 10:02:18 -0800] rev 8205
Fixed bug where a window created fullscreen and hidden would get activated and "shown" but never actually be visible.
This is the case with the Steam In-Home Streaming client.
Ryan C. Gordon [Mon, 10 Feb 2014 12:47:26 -0500] rev 8204
Fixed DualShock 4 controller config on Mac OS X.
Edward Rudd [Mon, 10 Feb 2014 10:53:02 -0500] rev 8203
Fix Cmake so generated SOname matches autoconf's #.