log src/video/bwindow/SDL_sysvideo.cc @ 5284:96a22141cf86 tip

age author description
Fri, 11 Feb 2011 22:37:15 -0800 Sam Lantinga Happy 2011! :)
Thu, 10 Feb 2011 11:39:08 -0800 Sam Lantinga Removed gamma support since it wasn't widely used and not well supported.
Sat, 18 Sep 2010 17:16:36 -0700 Sam Lantinga Here's the patch we use when building SDL-1.2.14 and 1.2-hg on Haiku, SDL-1.2
Sat, 10 Oct 2009 02:11:07 +0000 Sam Lantinga Fixed bug #798 SDL-1.2
Tue, 17 Mar 2009 03:58:53 +0000 Sam Lantinga Date: Fri, 6 Mar 2009 12:41:17 -0800 SDL-1.2
Mon, 08 Dec 2008 00:25:42 +0000 Sam Lantinga Updated copyright date SDL-1.2
Sat, 07 Jul 2007 19:20:28 +0000 Sam Lantinga Fixed bug #360 SDL-1.2
Sun, 24 Sep 2006 15:31:42 +0000 Sam Lantinga Fixed bug #286 SDL-1.2
Sat, 10 Jan 2009 21:50:26 +0000 Sam Lantinga Reverted Bob's indent checkin
Fri, 09 Jan 2009 20:43:30 +0000 Bob Pendleton I ran a global "make indent" it modified the following files.
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Wed, 27 Aug 2008 04:23:38 +0000 Darren Alton Clean up. gsoc2008_nds
Thu, 14 Jun 2007 13:21:29 +0000 Sam Lantinga make indent
Fri, 08 Dec 2006 00:31:32 +0000 Ryan C. Gordon Look for an exact match first when setting a video mode on BeOS.
Fri, 08 Dec 2006 00:16:38 +0000 Ryan C. Gordon Logic error in BeOS video mode selection ("width" where it should be "height").
Mon, 10 Jul 2006 21:04:37 +0000 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
Mon, 29 May 2006 04:04:35 +0000 Sam Lantinga more tweaking indent options SDL-1.3
Sun, 28 May 2006 13:04:16 +0000 Sam Lantinga Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. SDL-1.3
Mon, 01 May 2006 06:58:33 +0000 Sam Lantinga glSDL support SDL-1.3
Tue, 21 Mar 2006 16:04:44 +0000 Sam Lantinga *** empty log message ***
Wed, 15 Mar 2006 17:46:41 +0000 Sam Lantinga Added current_w and current_h to the SDL_VideoInfo structure, which is set to the desktop resolution during video intialization, and then set to the current resolution when a video mode is set.
Tue, 21 Feb 2006 08:47:46 +0000 Sam Lantinga Catch the C++ and Objective C sources too...
Fri, 17 Feb 2006 08:43:23 +0000 Sam Lantinga Fixes for BeOS and Solaris builds
Thu, 16 Feb 2006 10:11:48 +0000 Sam Lantinga New configure-based build system. Still work in progress, but much improved
Fri, 10 Feb 2006 06:48:43 +0000 Sam Lantinga More header massaging... works great on Windows. ;-)
Tue, 07 Feb 2006 09:29:18 +0000 Sam Lantinga Removed uses of stdlib.h and string.h
Tue, 07 Feb 2006 06:59:48 +0000 Sam Lantinga Use SDL_ prefixed versions of C library functions.
Wed, 01 Feb 2006 06:32:25 +0000 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
Sun, 18 Jul 2004 19:14:33 +0000 Sam Lantinga Date: Sat, 03 Jul 2004 02:23:48 +0200
Sun, 04 Jan 2004 16:49:27 +0000 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
Tue, 16 Dec 2003 13:04:44 +0000 Sam Lantinga te: Mon, 15 Dec 2003 08:25:14 -0800 PST
Wed, 06 Mar 2002 11:23:08 +0000 Sam Lantinga Updated copyright information for 2002
Fri, 14 Dec 2001 12:38:15 +0000 Sam Lantinga Updated the source with the correct e-mail address
Sun, 14 Oct 2001 20:30:10 +0000 Sam Lantinga Fixed flashing the screen when creating a window on BeOS
Sat, 21 Jul 2001 18:36:37 +0000 Sam Lantinga Removed debug info accidentally comitted
Fri, 20 Jul 2001 20:07:53 +0000 Sam Lantinga Now returns an error if unable to open audio on BeOS
Thu, 26 Apr 2001 16:45:43 +0000 Sam Lantinga Initial revision