log include/SDL_video.h @ 4312:f2f8525e60c2 SDL-1.2

age author description
Mon, 21 Sep 2009 09:38:10 +0000 Sam Lantinga Fixed bug #706 SDL-1.2
Mon, 13 Apr 2009 09:03:35 +0000 Sam Lantinga Fixed bug #421 SDL-1.2
Mon, 08 Dec 2008 00:25:42 +0000 Sam Lantinga Updated copyright date SDL-1.2
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.
Wed, 09 Dec 2009 15:56:56 +0000 Sam Lantinga Added interfaces for batch drawing of points, lines and rects:
Sun, 06 Dec 2009 08:03:38 +0000 Sam Lantinga Added an API function to query geometry of multiple monitors:
Sat, 05 Dec 2009 05:13:17 +0000 Sam Lantinga Made the window flag comments more consistent
Sat, 05 Dec 2009 04:39:59 +0000 Sam Lantinga Added related functions
Tue, 01 Dec 2009 05:57:15 +0000 Sam Lantinga Work in progress on multi-display support:
Wed, 25 Nov 2009 07:42:23 +0000 Sam Lantinga SDL_CreateWindowFrom() is actually going to be supported. :)
Wed, 25 Nov 2009 06:24:15 +0000 Sam Lantinga Clarified the windowID parameter
Mon, 16 Nov 2009 07:13:07 +0000 Sam Lantinga You can specify the format for pixel data in SDL_RenderReadPixels() and SDL_RenderWritePixels()
Mon, 19 Oct 2009 13:31:58 +0000 Sam Lantinga Partial fix for bug #859
Sat, 17 Oct 2009 07:36:45 +0000 Sam Lantinga iPhone interruption patch / SDL 1.3
Sun, 02 Aug 2009 18:39:57 +0000 Sam Lantinga Clarified API documentation
Tue, 07 Jul 2009 14:02:57 +0000 Sam Lantinga Documentation fix fix
Mon, 06 Jul 2009 21:48:52 +0000 Bob Pendleton Documentation fix.
Thu, 02 Jul 2009 16:53:56 +0000 Bob Pendleton Another documentation fix, Thanks to Mason Wheeler for finding these.
Thu, 02 Jul 2009 16:15:55 +0000 Bob Pendleton Documentation fix.
Tue, 30 Jun 2009 22:19:10 +0000 Bob Pendleton Corrected documentation error for SDL_RenderFill.
Sat, 23 May 2009 22:41:08 +0000 Sam Lantinga indent
Thu, 06 Aug 2009 08:59:53 +0000 Jiang Jiang Further polish API, fix crash in test program. gsoc2009_IME
Thu, 06 Aug 2009 08:56:48 +0000 Jiang Jiang Update API, first step: make it build gsoc2009_IME
Fri, 26 Jun 2009 10:37:57 +0000 Jiang Jiang Basic text input API gsoc2009_IME