Mercurial > sdl-ios-xcode
log src/video/SDL_sysvideo.h @ 3976:8582c6a5ca16 SDL-1.2
age | author | description |
---|---|---|
Mon, 25 Jun 2007 00:50:20 +0000 | Sam Lantinga | Added initial support for Nintendo DS, based on the work by Troy Davis (GPF) SDL-1.2 |
Sun, 29 Oct 2006 04:08:50 +0000 | Ryan C. Gordon | A few more AmigaOS things. SDL-1.2 |
Mon, 01 Feb 2010 01:19:37 +0000 | Sam Lantinga | Fixed showing and hiding fullscreen windows |
Sun, 24 Jan 2010 21:10:53 +0000 | Sam Lantinga | Fixed bug #926 |
Sun, 24 Jan 2010 20:21:51 +0000 | Sam Lantinga | Added magic to detect already freed or otherwise invalid windows and textures. |
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. |