log src/video/cocoa/SDL_cocoawindow.m @ 5254:7a963be087ef

age author description
Fri, 11 Feb 2011 00:25:44 -0800 Sam Lantinga Mostly fixed fullscreen mode on Mac OS X, and you can toggle it on and off.
Thu, 10 Feb 2011 14:44:25 -0800 Sam Lantinga Window coordinates are in the global space and windows are not tied to a particular display.
Thu, 20 Jan 2011 17:33:06 -0800 Sam Lantinga Fixed mouse button index for additional mouse buttons
Fri, 21 Jan 2011 00:25:08 +0100 Jjgod Jiang Fix double mouse motion in OS X
Fri, 21 Jan 2011 00:15:18 +0100 Jjgod Jiang Fix mouse wheel events in fullscreen mode for OS X
Thu, 20 Jan 2011 16:05:59 -0800 Sam Lantinga Added the ability to get the UIKit window through the SDL API.
Fri, 31 Dec 2010 08:50:06 -0800 Sam Lantinga Don't crash when resizing non-shaped windows
Thu, 02 Dec 2010 11:56:23 -0800 Sam Lantinga Fixed touch events on Mac OS X 10.6
Wed, 01 Dec 2010 12:23:16 -0800 Sam Lantinga Removed support for 10.3.9
Sun, 09 May 2010 12:58:58 +0800 Jjgod Jiang Fix right mouse event handling in Cocoa
Wed, 29 Sep 2010 21:13:52 -0700 Sam Lantinga Make the union nameless to reduce the complexity of the API.
Mon, 27 Sep 2010 01:24:05 -0700 Sam Lantinga Merged the Windows custom window system hooks into the union used by X11.