Mercurial > sdl-ios-xcode
log src/video/cocoa/SDL_cocoawindow.m @ 3685:64ce267332c6
age | author | description |
---|---|---|
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. |
Sun, 06 Dec 2009 08:39:01 +0000 | Sam Lantinga | The window position is display relative, at least for now... |
Sun, 06 Dec 2009 08:16:23 +0000 | Sam Lantinga | Fixed crash |
Sun, 06 Dec 2009 08:03:38 +0000 | Sam Lantinga | Added an API function to query geometry of multiple monitors: |
Sat, 05 Dec 2009 19:57:49 +0000 | Sam Lantinga | Fixed compilation on Mac OS X 10.4 |
Thu, 03 Dec 2009 08:33:39 +0000 | Sam Lantinga | Fixed mouse events for fullscreen windows on Mac OS X |
Wed, 02 Dec 2009 07:25:06 +0000 | Sam Lantinga | Changed so that it's obvious that the two code blocks are related. |