Sam Lantinga <slouken@libsdl.org> [Sun, 12 Jun 2011 12:23:39 -0400] rev 5553
Make SDL_QuitRequested() return an SDL_bool
Ryan C. Gordon <icculus@icculus.org> [Mon, 06 Jun 2011 12:20:04 -0400] rev 5552
Fixed gcc warnings for apps using SDL headers with -Wundef flag.
Fixes Bugzilla #1216.
Thanks to Dimitris Zenios for the patch!
Ryan C. Gordon <icculus@icculus.org> [Sat, 04 Jun 2011 16:00:05 -0400] rev 5551
Closing Sunny's "experimental" named branch.
Ryan C. Gordon <icculus@icculus.org> [Sat, 04 Jun 2011 15:34:32 -0400] rev 5550
Don't call CGContextRelease() on object Cocoa already flagged for autorelease.
Thanks to Kirk A. Baker for this fix!
Ryan C. Gordon <icculus@icculus.org> [Sat, 04 Jun 2011 15:33:50 -0400] rev 5549
QZ_LockHWSurface() should always check for changes to the screen surface.
Apparently these pointers can change if the user has multiple displays and
moves a window between them, and probably other similar cases.
Thanks to Kirk Baker for the patch!
Ryan C. Gordon <icculus@icculus.org> [Sat, 04 Jun 2011 15:26:02 -0400] rev 5548
Updated configure.in to be compatible with autoconf 2.67.
Still works with autoconf 2.61 (what ships with Xcode 3).
Thanks to Frank Zago for this patch.
Ryan C. Gordon <icculus@icculus.org> [Fri, 03 Jun 2011 16:03:10 -0400] rev 5547
Assert code's stdio interface was reading from the wrong variable.
Thanks to Frank Zago for the catch.
Sam Lantinga <slouken@libsdl.org> [Fri, 22 Apr 2011 09:06:29 -0700] rev 5546
Clarified SDL_GetWindowSurface() documentation
Matthew Orlando to Sam
Someone asked in IRC whether they should free the surface from SDL_GetWindowSurface. The doc comment is a bit vague so i checked the code and revised the comment.
Sam Lantinga <slouken@libsdl.org> [Thu, 21 Apr 2011 09:50:29 -0700] rev 5545
Fixed so SDL_quit.h doesn't require SDL_compat.h
Ryan C. Gordon <icculus@icculus.org> [Wed, 20 Apr 2011 15:14:18 -0400] rev 5544
Make assert dialog work on Cocoa target even if we haven't initialized video.