log src/video/cocoa/SDL_cocoawindow.h @ 5251:58265e606e4e

age author description
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.
Wed, 01 Dec 2010 12:23:16 -0800 Sam Lantinga Removed support for 10.3.9
Wed, 28 Jul 2010 23:32:13 -0700 Sam Lantinga Fixed the code so we receive Cocoa touch events
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Thu, 21 Jan 2010 06:21:52 +0000 Sam Lantinga Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
Tue, 01 Dec 2009 11:50:00 +0000 Sam Lantinga Added support for placing windows on different displays
Fri, 23 Oct 2009 03:58:23 +0000 Sam Lantinga Adam Strzelecki to SDL
Sat, 17 Oct 2009 07:36:45 +0000 Sam Lantinga iPhone interruption patch / SDL 1.3
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Sun, 30 Jul 2006 08:09:20 +0000 Sam Lantinga Hack to stop the beeping
Sat, 29 Jul 2006 23:00:15 +0000 Sam Lantinga Added right/other drag code for Cocoa windows
Sat, 29 Jul 2006 22:42:48 +0000 Sam Lantinga Implemented Cocoa mouse wheel events
Sat, 29 Jul 2006 21:51:00 +0000 Sam Lantinga Simplified driver window creation code.
Thu, 27 Jul 2006 06:53:23 +0000 Sam Lantinga Initial work on X11 window code in.
Tue, 25 Jul 2006 06:22:42 +0000 Sam Lantinga Implemented OpenGL support on Mac OS X
Mon, 24 Jul 2006 05:03:02 +0000 Sam Lantinga Implemented Cocoa window support