log src/video/x11/SDL_x11modes.c @ 1575:3ba88cb7eb1b

age author description
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