Ryan C. Gordon <icculus@icculus.org> [Fri, 09 Dec 2011 02:32:21 -0500] rev 6108
Don't call -[NSView setAcceptsTouchEvents] if the OS doesn't provide it.
Thanks to Dimiter 'malkia' Stanev for the fix!
Sam Lantinga <slouken@libsdl.org> [Wed, 07 Dec 2011 20:34:43 -0500] rev 6107
Ryan gets fewer nuts. :)
Ryan C. Gordon <icculus@icculus.org> [Tue, 06 Dec 2011 21:46:19 -0500] rev 6106
Added SDL_dropevents to the Xcode project files.
Fixes build.
Ryan C. Gordon <icculus@icculus.org> [Mon, 05 Dec 2011 16:45:32 -0500] rev 6105
More work to clean up compiler warnings.
Ryan C. Gordon <icculus@icculus.org> [Mon, 05 Dec 2011 13:17:57 -0500] rev 6104
Patched to compile.
Ryan C. Gordon <icculus@icculus.org> [Mon, 05 Dec 2011 13:13:32 -0500] rev 6103
Fixed a tabstop.
Ryan C. Gordon <icculus@icculus.org> [Mon, 05 Dec 2011 12:43:50 -0500] rev 6102
Backed out most of changeset 4b88086910d3, at Andreas's request.
Andreas Schiffler <aschiffler@ferzkopp.net> [Mon, 05 Dec 2011 07:41:20 -0800] rev 6101
Fix buildbot sdl-macosx-unix-x86 and sdl-macosx-amd64 compiler warnings
Andreas Schiffler <aschiffler@ferzkopp.net> [Sun, 04 Dec 2011 21:45:34 -0800] rev 6100
Updated VS2010 project files
Sam Lantinga <slouken@libsdl.org> [Fri, 02 Dec 2011 18:35:04 -0500] rev 6099
Hi Sam
In X11_CreateYUVOverlay hwdata->image will be accessed after it has been
freed, causing undefined behavior. Exchanging two lines as shown in this
patch will fix that problem:
Regards, Bodo