Mercurial > sdl-ios-xcode
log include/SDL_video.h @ 3932:cd5b5c52a37e SDL-1.2
age | author | description |
---|---|---|
Wed, 04 Apr 2007 09:40:40 +0000 | Ryan C. Gordon | Const correctness patch for SDL_MapRGB and SDL_MapRGBA. SDL-1.2 |
Sun, 24 Jan 2010 21:10:53 +0000 | Sam Lantinga | Fixed bug #926 |
Fri, 22 Jan 2010 06:50:17 +0000 | Sam Lantinga | Documentation consistency |
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. |
Mon, 18 Jan 2010 14:16:47 +0000 | Sam Lantinga | Fixed compiler warning |
Wed, 30 Dec 2009 19:10:41 +0000 | Sam Lantinga | Removed in the interest of actually finishing 1.3. :) |
Wed, 23 Dec 2009 01:55:00 +0000 | Sam Lantinga | Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color. |