Sam Lantinga [Sat, 03 Nov 2012 18:43:36 -0700] rev 6642
Added an API to get the size of a file - WARNING! ABI CHANGE!
Ryan C. Gordon [Sat, 03 Nov 2012 12:11:49 -0400] rev 6641
Whoops, let's not redefine the actual symbol.
Ryan C. Gordon [Sat, 03 Nov 2012 12:06:27 -0400] rev 6640
Make Linux dynamically look up pthread_setname_np() for older glibc compat.
Cleaned up the lookup code to make Mac OS X use most of the same code.
Ryan C. Gordon [Fri, 02 Nov 2012 16:48:47 -0400] rev 6639
Cocoa_ShowMessageBox() should call Cocoa_RegisterApp().
Otherwise, message boxes can fail if SDL_Init(SDL_INIT_VIDEO) wasn't completed.
Ryan C. Gordon [Fri, 02 Nov 2012 15:22:37 -0400] rev 6638
X11: Handle _NET_WM_PING protocol, so window manager knows when app is hung up.
Ryan C. Gordon [Fri, 02 Nov 2012 14:15:21 -0400] rev 6637
WM_DELETE_WINDOW should check that the event message_type is WM_PROTOCOLS.
Ryan C. Gordon [Fri, 02 Nov 2012 14:03:14 -0400] rev 6636
More compiler warning fixes.
Ryan C. Gordon [Fri, 02 Nov 2012 14:00:44 -0400] rev 6635
Fixed compiler warnings about "/*" inside a multi-line comment.
Sam Lantinga [Fri, 02 Nov 2012 09:28:40 -0700] rev 6634
Fixed bug 1632 - iOS CoreAudio doesn't close
C.W. Betts 2012-10-28 19:42:01 PDT
I noticed when looking through the CoreAudio code of SDL 2.0 that there was a
fix me wondering how iOS closed the audio system. While working on my own audio
code on PlayerPRO, I discovered that Carbon's component code was replaced in
the audio subsystem with Audio Component Services.
Sam Lantinga [Fri, 02 Nov 2012 03:08:40 -0700] rev 6633
Try opening relative path files from internal storage.
I'm not falling back to external storage because the application should be
aware of whether external storage is available and choose whether or not to
use it.