log src/video/SDL_sysvideo.h @ 4275:b73b5af69f48 SDL-1.2

age author description
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
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.
Mon, 18 Jan 2010 14:27:30 +0000 Sam Lantinga Fixed bug #930
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:
Thu, 03 Dec 2009 08:33:39 +0000 Sam Lantinga Fixed mouse events for fullscreen windows on Mac OS X
Wed, 02 Dec 2009 07:38:28 +0000 Sam Lantinga On multi-display systems it's perfectly reasonable to have focus on a window on another monitor while the application is fullscreen.
Tue, 01 Dec 2009 08:56:12 +0000 Sam Lantinga Whenever a window becomes fullscreen, shown, unminimized, and has input focus it will change the display to the corresponding fullscreen video mode.
Tue, 01 Dec 2009 06:15:10 +0000 Sam Lantinga Removed a little redundancy in the naming
Tue, 01 Dec 2009 05:57:15 +0000 Sam Lantinga Work in progress on multi-display support:
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, 09 Nov 2009 05:20:11 +0000 Sam Lantinga Work in progress on implementation of SDL_RenderReadPixels() and SDL_RenderWritePixels(), code untested.
Wed, 28 Oct 2009 06:04:07 +0000 Sam Lantinga Automatically initialize the video system and create a renderer to simplify use.
Sun, 20 Sep 2009 04:15:19 +0000 Sam Lantinga Removed outdated Atari support
Sat, 19 Sep 2009 13:29:40 +0000 Sam Lantinga Merged a cleaned up version of Jiang's code changes from Google Summer of Code 2009
Sat, 19 Sep 2009 07:30:29 +0000 Sam Lantinga Removed outdated VGL support
Sat, 19 Sep 2009 07:28:59 +0000 Sam Lantinga Removed outdated wscons support
Sat, 19 Sep 2009 07:26:51 +0000 Sam Lantinga Removed outdated Nano-X support
Sat, 19 Sep 2009 07:21:22 +0000 Sam Lantinga Removed outdated Dreamcast support
Sat, 19 Sep 2009 06:43:45 +0000 Sam Lantinga Removed outdated OS/2 support
Sat, 19 Sep 2009 06:24:07 +0000 Sam Lantinga Removed outdated iPodLinux support
Mon, 07 Sep 2009 04:51:29 +0000 Sam Lantinga Merged Martin's code changes from Google Summer of Code 2009
Sun, 31 May 2009 11:53:12 +0000 Sam Lantinga OpenPandora support added by David Carré