log src/video/SDL_video.c @ 4301:5007e6a66814 SDL-1.2

age author description
Sat, 10 Oct 2009 08:46:06 +0000 Sam Lantinga Debian patch: 020_libcaca_new_api.diff SDL-1.2
Sun, 27 Sep 2009 05:18:43 +0000 Sam Lantinga Fixed bug #713 SDL-1.2
Thu, 02 Apr 2009 04:06:55 +0000 Sam Lantinga Hello. SDL-1.2
Mon, 08 Dec 2008 00:25:42 +0000 Sam Lantinga Updated copyright date SDL-1.2
Fri, 29 Feb 2008 14:01:45 +0000 Sam Lantinga We probably want to still do this for fullscreen surfaces, since we may be SDL-1.2
Fri, 29 Feb 2008 13:57:49 +0000 Sam Lantinga Date: Thu, 28 Feb 2008 22:54:29 +0100 SDL-1.2
Tue, 03 Jul 2007 09:39:09 +0000 Sam Lantinga Fixed bug #398 SDL-1.2
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 03:58:27 +0000 Ryan C. Gordon Removed broken AmigaOS support. SDL-1.2
Sun, 01 Oct 2006 02:30:03 +0000 Sam Lantinga backport from 1.3 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.
Sun, 24 Jan 2010 19:47:17 +0000 Sam Lantinga Fixed bug #916
Fri, 22 Jan 2010 16:17:11 +0000 Sam Lantinga update window prev links
Fri, 22 Jan 2010 15:55:20 +0000 Sam Lantinga Fixed infinite loop at shutdown - update texture prev links
Thu, 21 Jan 2010 07:10:22 +0000 Sam Lantinga Fixed compile warning
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.
Tue, 19 Jan 2010 07:28:51 +0000 Sam Lantinga From: Jjgod Jiang
Mon, 18 Jan 2010 14:27:30 +0000 Sam Lantinga Fixed bug #930
Wed, 30 Dec 2009 19:10:41 +0000 Sam Lantinga Removed in the interest of actually finishing 1.3. :)
Thu, 24 Dec 2009 19:18:05 +0000 Sam Lantinga Updated to compile on Windows
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.
Tue, 15 Dec 2009 20:53:09 +0000 Sam Lantinga Default to allow either accelerated or not
Tue, 15 Dec 2009 20:36:31 +0000 Sam Lantinga OpenGL hardware acceleration defaults on
Fri, 11 Dec 2009 09:13:51 +0000 Sam Lantinga Fixed constness in RenderRects() parameter
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 22:13:36 +0000 Sam Lantinga Fixed compiler warnings
Thu, 03 Dec 2009 08:33:39 +0000 Sam Lantinga Fixed mouse events for fullscreen windows on Mac OS X