Mercurial > sdl-ios-xcode
log src/video/cocoa/SDL_cocoawindow.h @ 5272:93ea62a5ba8f
age | author | description |
---|---|---|
Fri, 11 Feb 2011 22:37:15 -0800 | Sam Lantinga | Happy 2011! :) |
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. |
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. |