Sam Lantinga <slouken@libsdl.org> [Thu, 19 Jan 2012 00:27:07 -0500] rev 6233
More gyrations trying to get SDL 1.2 to work correctly on all Mac OS X versions.
Lion gets mad if you try to set a fullscreen context linked with the new SDK and using these APIs.
We're going to try to do this smarter in 1.3, but let's just make it work.
Sam Lantinga <slouken@libsdl.org> [Wed, 18 Jan 2012 22:45:49 -0500] rev 6232
Implementation of render targets, by Mason Wheeler and Gabriel Jacobo
Thanks guys!
Sam Lantinga <slouken@libsdl.org> [Wed, 18 Jan 2012 22:22:54 -0500] rev 6231
Fixed bug 1372 - OSX Window Maximize/Resize Doesn't Update Window Position
Alex Nankervis 2012-01-15 14:20:01 PST
SDL_cocoawindow.m, windowDidResize needs to also send a window move event.
Depending on the corner you resize a window from, or when maximizing a window,
the window position will change. Discovered this when creating a maximized
window and found that the window position was stuck at the un-maximized
window's value.
Diff with fix attached.
Ryan C. Gordon <icculus@icculus.org> [Wed, 18 Jan 2012 19:23:05 -0500] rev 6230
Minor tweak (use variable instead of macro).
Ryan C. Gordon <icculus@icculus.org> [Wed, 18 Jan 2012 19:00:38 -0500] rev 6229
Quartz: minor deprecated function cleanups.
Ryan C. Gordon <icculus@icculus.org> [Wed, 18 Jan 2012 19:00:03 -0500] rev 6228
Quartz: Fixed fullscreen OpenGL on 10.7, when built with 10.7 SDK.
Ryan C. Gordon <icculus@icculus.org> [Wed, 18 Jan 2012 12:17:16 -0500] rev 6227
Removed variables that current GCC builds warn on as set and never used.
Ryan C. Gordon <icculus@icculus.org> [Wed, 18 Jan 2012 03:36:47 -0500] rev 6226
X11: Remove GLX_BUFFER_SIZE attribute.
This attribute is ignored if we set GLX_RGBA, which we do.
Ryan C. Gordon <icculus@icculus.org> [Wed, 18 Jan 2012 03:03:23 -0500] rev 6225
Add dynamic symbol for _XGetRequest, which libX11 1.4.99.1 added.
Fixes Bugzilla #1376.
Ryan C. Gordon <icculus@icculus.org> [Mon, 16 Jan 2012 14:27:47 -0500] rev 6224
Quartz: Fix mouse warping freezing for 250+ milliseconds.
Fixes Bugzilla #1375.
Thanks to Jeremiah Morris for the patch!