log src/video/x11/SDL_x11modes.c @ 2954:2c01dc6218cc

age author description
Fri, 02 Jan 2009 04:35:52 +0000 Sam Lantinga Whoops, we need to actually fill the colormap on DirectColor visuals.
Thu, 01 Jan 2009 18:58:26 +0000 Sam Lantinga Fixed DirectColor visual window creation problem
Thu, 25 Dec 2008 05:26:29 +0000 Sam Lantinga indent
Thu, 25 Dec 2008 04:42:28 +0000 Sam Lantinga Fixed pitch alignment problem causing MITSHM error on 16-bit displays
Mon, 22 Dec 2008 04:58:35 +0000 Sam Lantinga /* FIXME FIXME FIXME
Tue, 16 Dec 2008 17:44:10 +0000 Sam Lantinga indent
Tue, 16 Dec 2008 17:41:03 +0000 Sam Lantinga Progress on fullscreen mode switching on X11
Sun, 14 Dec 2008 04:36:32 +0000 Sam Lantinga The X11 window and all pixmaps and images share the same visual and depth.
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Thu, 27 Jul 2006 06:53:23 +0000 Sam Lantinga Initial work on X11 window code in.
Wed, 26 Jul 2006 06:34:54 +0000 Sam Lantinga Started work on the new X11 driver.
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.
Tue, 20 Jun 2006 05:25:04 +0000 Sam Lantinga Fixed bug #241
Sun, 07 May 2006 04:02:48 +0000 Sam Lantinga Fixed bug #217
Fri, 05 May 2006 05:50:26 +0000 Sam Lantinga Fixed bug #80
Thu, 04 May 2006 16:52:53 +0000 Sam Lantinga (none)
Thu, 04 May 2006 16:51:07 +0000 Sam Lantinga Fixed bug #45
Sat, 29 Apr 2006 17:56:06 +0000 Sam Lantinga (none)
Sat, 29 Apr 2006 17:54:32 +0000 Sam Lantinga Disable the XRandR extension by default, since KDE maximizes windows which are larger than the new resolution, and then doesn't restore their size and positition when the old resolution is restored.
Tue, 20 Jun 2006 05:27:03 +0000 Sam Lantinga Fixed bug #241 SDL-1.3
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, 17 May 2006 08:18:28 +0000 Sam Lantinga Merge trunk-1.3-3 SDL-1.3
Mon, 01 May 2006 06:58:33 +0000 Sam Lantinga glSDL support SDL-1.3
Mon, 17 Apr 2006 04:54:08 +0000 Sam Lantinga Fixed bug #197
Wed, 22 Mar 2006 11:13:58 +0000 Ryan C. Gordon Xrandr support in the X11 target.
Wed, 22 Mar 2006 05:00:59 +0000 Ryan C. Gordon Updated dynamic X11 code. See details in Bugzilla #170.
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:46:50 +0000 Sam Lantinga Use consistent identifiers for the various platforms we support.
Sun, 19 Feb 2006 23:46:34 +0000 Sam Lantinga Use only safe string functions
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 09:28:42 +0000 Sam Lantinga Eliminate duplicate modes with different refresh rates
Wed, 01 Feb 2006 06:32:25 +0000 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
Tue, 31 Jan 2006 18:39:32 +0000 Ryan C. Gordon Changed references to XFree86 to Xext to match change in directory structure.
Wed, 25 Jan 2006 06:12:57 +0000 Sam Lantinga Hopefully the X servers have been fixed (in 5 years) :)
Thu, 08 Dec 2005 14:21:17 +0000 Sam Lantinga Fixed compile warnings with gcc 4
Sat, 05 Nov 2005 19:53:37 +0000 Ryan C. Gordon Dynamically load X11 libraries like we currently do for alsa, esd, etc.
Fri, 12 Nov 2004 21:25:42 +0000 Sam Lantinga Video modes are sorted width first, then height
Sun, 04 Jan 2004 16:49:27 +0000 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
Fri, 05 Sep 2003 15:18:46 +0000 Sam Lantinga Fixed X11 mode line crash with only one video mode (thanks Alan!)
Sat, 28 Jun 2003 21:52:26 +0000 Sam Lantinga Date: 28 Jun 2003 22:42:52 +0100
Sat, 28 Jun 2003 17:16:52 +0000 Sam Lantinga te: 27 Jun 2003 21:16:01 +0100
Sun, 20 Apr 2003 05:36:52 +0000 Sam Lantinga Date: Wed, 9 Apr 2003 18:21:33 -0230
Thu, 06 Mar 2003 06:22:33 +0000 Sam Lantinga Date: Sat, 1 Mar 2003 16:13:57 -0500
Thu, 06 Mar 2003 06:02:16 +0000 Sam Lantinga Date: Mon, 24 Feb 2003 16:31:25 -0500
Mon, 30 Sep 2002 00:35:25 +0000 Sam Lantinga Added an aborted try at making fullscreen work on Xinerama screen != 0
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
Thu, 22 Nov 2001 04:55:38 +0000 Sam Lantinga Added support for Xi Graphics XME fullscreen extension
Sun, 04 Nov 2001 04:18:43 +0000 Sam Lantinga Greatly improved Xinerama video mode support
Sat, 03 Nov 2001 17:03:16 +0000 Sam Lantinga Added X11 Xinerama support - fullscreen starts on screen 0
Wed, 11 Jul 2001 20:18:52 +0000 Sam Lantinga Fixed using the video mode extension on older servers
Mon, 09 Jul 2001 22:36:16 +0000 Sam Lantinga Fixed some problems with the fullscreen code. Wooo. :)
Sat, 07 Jul 2001 20:20:17 +0000 Sam Lantinga From: "Markus F.X.J. Oberhumer"
Sat, 07 Jul 2001 08:08:42 +0000 Sam Lantinga Fix to allow SDL compiled under XFree v4 to work with XFree v3 xservers.
Sat, 07 Jul 2001 07:59:37 +0000 Sam Lantinga Hopefully fixed the fullscreen mode code for KDE
Thu, 26 Apr 2001 16:45:43 +0000 Sam Lantinga Initial revision