log src/video/x11/SDL_x11gamma.c @ 4554:4deaba8b1b42 SDL-1.2

age author description
Mon, 08 Dec 2008 00:25:42 +0000 Sam Lantinga Updated copyright date SDL-1.2
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Tue, 01 Dec 2009 05:57:15 +0000 Sam Lantinga Work in progress on multi-display support:
Fri, 30 Jan 2009 06:38:44 +0000 Sam Lantinga indent
Thu, 15 Jan 2009 21:35:42 +0000 Bob Pendleton Changes to hopefully handle the creation of a colormap for 8 bit PseudoColor visuals in X11
Fri, 09 Jan 2009 20:41:31 +0000 Bob Pendleton Modified and totally untested code to load the color tables for DirectColor and PseudoColor windows.
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Sat, 11 Aug 2007 20:46:24 +0000 Sam Lantinga indent
Thu, 26 Jul 2007 17:58:17 +0000 Bob Pendleton changed to use SDL_realloc()
Wed, 25 Jul 2007 21:22:55 +0000 Bob Pendleton Added gamma table support to X11. Also now supports DirectColor visuals.
Tue, 24 Jul 2007 18:46:45 +0000 Bob Pendleton make indent
Mon, 23 Jul 2007 16:55:38 +0000 Bob Pendleton Oops, meant PsuedoColor not TrueColor
Tue, 10 Jul 2007 14:44:20 +0000 Bob Pendleton Added stubs for x11 gamma functions and enabled them in SDL_x11video.c
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
Wed, 22 Mar 2006 05:00:59 +0000 Ryan C. Gordon Updated dynamic X11 code. See details in Bugzilla #170.
Tue, 21 Feb 2006 08:46:50 +0000 Sam Lantinga Use consistent identifiers for the various platforms we support.
Thu, 16 Feb 2006 10:11:48 +0000 Sam Lantinga New configure-based build system. Still work in progress, but much improved
Wed, 01 Feb 2006 06:32:25 +0000 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
Sat, 05 Nov 2005 19:53:37 +0000 Ryan C. Gordon Dynamically load X11 libraries like we currently do for alsa, esd, etc.
Sun, 04 Jan 2004 16:49:27 +0000 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
Sun, 18 Aug 2002 18:33:02 +0000 Sam Lantinga Fixed video crash on older XFree86 servers
Wed, 06 Mar 2002 11:23:08 +0000 Sam Lantinga Updated copyright information for 2002
Tue, 05 Mar 2002 19:55:32 +0000 Sam Lantinga Added SDL_LockRect() and SDL_UnlockRect()
Fri, 14 Dec 2001 12:38:15 +0000 Sam Lantinga Updated the source with the correct e-mail address
Tue, 06 Nov 2001 00:15:04 +0000 Sam Lantinga Don't generate a spurious error on SDL_InitVideo()
Wed, 11 Jul 2001 20:18:52 +0000 Sam Lantinga Fixed using the video mode extension on older servers
Sat, 07 Jul 2001 08:08:42 +0000 Sam Lantinga Fix to allow SDL compiled under XFree v4 to work with XFree v3 xservers.
Thu, 26 Apr 2001 16:45:43 +0000 Sam Lantinga Initial revision