Sam Lantinga <slouken@libsdl.org> [Sun, 27 Feb 2011 21:36:23 -0800] rev 5405
Added a cleaner way to set the default cursor.
Added a way to cycle through the default cursor in testcursor.c
Sam Lantinga <slouken@libsdl.org> [Sun, 27 Feb 2011 21:17:06 -0800] rev 5404
Fixed minimizing fullscreen windows.
Removed misleading hide/unhide Cocoa notifications.
We have no way of knowing when a Cocoa window is maximized and then restored (right?)
Disabled spamy mouse motion events by default.
Sam Lantinga <slouken@libsdl.org> [Sun, 27 Feb 2011 20:06:45 -0800] rev 5403
Use boolean value for input grab mode, like we do for fullscreen mode.
Sam Lantinga <slouken@libsdl.org> [Sat, 26 Feb 2011 21:39:34 -0800] rev 5402
Zero streaming textures at the driver level
Sam Lantinga <slouken@libsdl.org> [Sat, 26 Feb 2011 11:59:33 -0800] rev 5401
Fix fullscreen origin on Mac OS X 10.4
Sam Lantinga <slouken@libsdl.org> [Sat, 26 Feb 2011 11:29:23 -0800] rev 5400
Fixed bug 1141
Rebuild the window with the new style on older versions of Mac OS X.
Sam Lantinga <slouken@libsdl.org> [Sat, 26 Feb 2011 10:15:13 -0800] rev 5399
Restore the window title when the title bar is re-added to the window.
Sam Lantinga <slouken@libsdl.org> [Sat, 26 Feb 2011 10:11:09 -0800] rev 5398
Restore the windowed position and size when coming back from fullscreen.
Also fixed problem where Cocoa would move the windows in response to the fullscreen mode change.
Sam Lantinga <slouken@libsdl.org> [Thu, 24 Feb 2011 23:42:58 -0800] rev 5397
Hopefully fixed crashes when creating multiple streaming textures of different sizes.
Sam Lantinga <slouken@libsdl.org> [Thu, 24 Feb 2011 18:11:29 -0800] rev 5396
Tracking rectangles had some problems, it's easier to track things directly. (fixes bug 1149, 1147, 1146)