log include/SDL_video.h @ 4771:c500594c4246

age author description
Thu, 03 Jun 2010 14:43:38 -0400 Eli Gottlieb Added management and drawing functions for ellipses and polygons.
Wed, 28 Jul 2010 00:54:23 -0700 Sam Lantinga Merged Sunny's XRender changes from SDL-gsoc2010_xrender
Thu, 22 Jul 2010 10:53:41 +0530 Sunny Sachanandani Advertise support for all supported texture formats.
Sun, 09 May 2010 20:47:22 -0700 Sam Lantinga Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
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