Jørgen P. Tjernø [Sun, 14 Jul 2013 15:55:34 -0700] rev 7460
Fix #1445: Use xcrun to find CpMac
This should make the DMG building step more reliable on all current and future
Xcodes, by using xcrun to find the path to CpMac.
Jørgen P. Tjernø [Sun, 14 Jul 2013 15:46:43 -0700] rev 7459
Fix #1667: Docs about SDL_CreateWindow and flags.
Updates the docs to say you can use SDL_WINDOW_HIDDEN, instead of (the ignored)
SDL_WINDOW_SHOWN.
Sam Lantinga [Sun, 14 Jul 2013 12:16:10 -0700] rev 7458
Re-enabled other messagebox tests, moved the SDL_Init() call as late as possible to show the circumstances where it's needed.
Sam Lantinga [Sun, 14 Jul 2013 11:58:57 -0700] rev 7457
Fixed bug 1970 - Cocoa message boxes ignore parent window requests
Ryan C. Gordon
Cocoa_ShowMessageBox() ignores the "window" field of SDL_MessageBoxData, which means you can't assign a parent window to a message box. This is particularly egregious on Mac OS X, because it'll actually make the NSAlert visually part of the parent window instead of just concerning itself with window focus.
Sam Lantinga [Sun, 14 Jul 2013 11:57:45 -0700] rev 7456
Added testing of messagebox with a parent window
Sam Lantinga [Sun, 14 Jul 2013 11:57:01 -0700] rev 7455
Fixed code example for SDL_GetWindowWMInfo()
Sam Lantinga [Sun, 14 Jul 2013 11:43:25 -0700] rev 7454
Removed obsolete assertion code
Sam Lantinga [Sun, 14 Jul 2013 11:41:57 -0700] rev 7453
Make sure a window is valid for a subsystem before using it in a messagebox
Sam Lantinga [Sun, 14 Jul 2013 11:11:42 -0700] rev 7452
If the video system has been initialized, only use that message box system.
Don't pass a window from one video driver to the messagebox function of another video driver. This makes bad things happen. :)
Philipp Wiesemann [Sun, 14 Jul 2013 19:56:22 +0200] rev 7451
Fixed compiler warnings in test program by using wrapped functions.