Sam Lantinga <slouken@libsdl.org> [Fri, 20 Jan 2012 19:49:48 -0500] rev 6238
Fixed bug 1387 - Patch: fix minor typos in SDL-1.2 HTML docs
bl0ckedusersoft 2012-01-20 12:14:57 PST
This patch fixes a few minor typos in the SDL-1.2 HTML docs.
Sam Lantinga <slouken@libsdl.org> [Thu, 19 Jan 2012 21:06:47 -0500] rev 6237
Added a renderer flag to expose whether a renderer supports render to texture.
Sam Lantinga <slouken@libsdl.org> [Thu, 19 Jan 2012 20:25:09 -0500] rev 6236
Fix for building with Visual Studio
Sam Lantinga <slouken@libsdl.org> [Thu, 19 Jan 2012 01:55:51 -0500] rev 6235
Switched back to configure generating SDL_config.h
It was very confusing to have configure generate an SDL_config.h and then not have it be used when building on Mac OS X or Windows. I'll just have to remember to use SDL_config_windows.h when building official releases that are supposed to be ABI compatible with Visual Studio.
Sam Lantinga <slouken@libsdl.org> [Thu, 19 Jan 2012 01:02:03 -0500] rev 6234
Fixed inline assembly warning for PPC
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.