log src/video/x11/SDL_x11modes.c @ 4919:716b2cbf4c9e

age author description
2010-07-28 Sam Lantinga Merged Sunny's XRender changes from SDL-gsoc2010_xrender
2010-07-17 Sunny Sachanandani Fixed so many things. See the changelog listed below.
2010-07-14 Sunny Sachanandani Implement blending modes for textures. Fix off-screen pixmaps to be ARGB rather than RGB to enable blending across frames. Clear the screen and off-screen pixmaps when the renderer is created.
2010-07-09 Sunny Sachanandani Fix so many things that there is little place in this column to list them all but the result is that blending modes just work now for drawing primitives.
2010-07-14 Sam Lantinga Now that the fullscreen wm state works, enable the video modes. Yay! :)
2010-07-14 Sam Lantinga Turned off debug spew
2010-07-14 Sam Lantinga Lots of prep for the "real" way to support fullscreen mode on modern window managers.
2009-10-10 Sam Lantinga Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for SDL_VIDEO_FULLSCREEN_HEAD on X11. SDL-1.2
2009-10-10 Sam Lantinga Adapted from Debian patch: 320_activate_xrandr_on_default.diff SDL-1.2
2009-10-04 Sam Lantinga Make the temporary black window be the maximum of all visible dimensions SDL-1.2
2009-09-27 Sam Lantinga Fixed bug #616 SDL-1.2
2009-09-21 Sam Lantinga Fixed bug #727 SDL-1.2
2009-09-21 Sam Lantinga Fixed bug #562 SDL-1.2
2008-12-08 Sam Lantinga Updated copyright date SDL-1.2
2008-09-15 Ryan C. Gordon Correct fix for Bugzilla #602. SDL-1.2
2010-01-24 Sam Lantinga Fixed bug #926
2009-12-04 Sam Lantinga Don't add any renderers if you can't add any displays
2009-12-01 Sam Lantinga Work in progress on multi-display support:
2009-01-02 Sam Lantinga Don't use DirectColor visuals until we implement DirectColor colormap support
2009-01-02 Sam Lantinga Whoops, we need to actually fill the colormap on DirectColor visuals.
2009-01-01 Sam Lantinga Fixed DirectColor visual window creation problem
2008-12-25 Sam Lantinga indent
2008-12-25 Sam Lantinga Fixed pitch alignment problem causing MITSHM error on 16-bit displays
2008-12-22 Sam Lantinga /* FIXME FIXME FIXME
2008-12-16 Sam Lantinga indent
2008-12-16 Sam Lantinga Progress on fullscreen mode switching on X11
2008-12-14 Sam Lantinga The X11 window and all pixmaps and images share the same visual and depth.
2008-12-08 Sam Lantinga Updated copyright date
2006-07-27 Sam Lantinga Initial work on X11 window code in.
2006-07-26 Sam Lantinga Started work on the new X11 driver.
2006-07-10 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
2006-06-20 Sam Lantinga Fixed bug #241
2006-05-07 Sam Lantinga Fixed bug #217
2006-05-05 Sam Lantinga Fixed bug #80
2006-05-04 Sam Lantinga (none)
2006-05-04 Sam Lantinga Fixed bug #45
2006-04-29 Sam Lantinga (none)
2006-04-29 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.
2006-06-20 Sam Lantinga Fixed bug #241 SDL-1.3
2006-05-29 Sam Lantinga more tweaking indent options SDL-1.3
2006-05-28 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
2006-05-17 Sam Lantinga Merge trunk-1.3-3 SDL-1.3
2006-05-01 Sam Lantinga glSDL support SDL-1.3
2006-04-17 Sam Lantinga Fixed bug #197
2006-03-22 Ryan C. Gordon Xrandr support in the X11 target.
2006-03-22 Ryan C. Gordon Updated dynamic X11 code. See details in Bugzilla #170.
2006-03-15 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.
2006-02-21 Sam Lantinga Use consistent identifiers for the various platforms we support.
2006-02-19 Sam Lantinga Use only safe string functions
2006-02-16 Sam Lantinga New configure-based build system. Still work in progress, but much improved
2006-02-10 Sam Lantinga More header massaging... works great on Windows. ;-)
2006-02-07 Sam Lantinga Removed uses of stdlib.h and string.h
2006-02-07 Sam Lantinga Use SDL_ prefixed versions of C library functions.
2006-02-01 Sam Lantinga Eliminate duplicate modes with different refresh rates
2006-02-01 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
2006-01-31 Ryan C. Gordon Changed references to XFree86 to Xext to match change in directory structure.
2006-01-25 Sam Lantinga Hopefully the X servers have been fixed (in 5 years) :)
2005-12-08 Sam Lantinga Fixed compile warnings with gcc 4
2005-11-05 Ryan C. Gordon Dynamically load X11 libraries like we currently do for alsa, esd, etc.
2004-11-12 Sam Lantinga Video modes are sorted width first, then height
2004-01-04 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
2003-09-05 Sam Lantinga Fixed X11 mode line crash with only one video mode (thanks Alan!)
2003-06-28 Sam Lantinga Date: 28 Jun 2003 22:42:52 +0100
2003-06-28 Sam Lantinga te: 27 Jun 2003 21:16:01 +0100
2003-04-20 Sam Lantinga Date: Wed, 9 Apr 2003 18:21:33 -0230
2003-03-06 Sam Lantinga Date: Sat, 1 Mar 2003 16:13:57 -0500
2003-03-06 Sam Lantinga Date: Mon, 24 Feb 2003 16:31:25 -0500
2002-09-30 Sam Lantinga Added an aborted try at making fullscreen work on Xinerama screen != 0
2002-03-06 Sam Lantinga Updated copyright information for 2002
2002-03-05 Sam Lantinga Added SDL_LockRect() and SDL_UnlockRect()
2001-12-14 Sam Lantinga Updated the source with the correct e-mail address
2001-11-22 Sam Lantinga Added support for Xi Graphics XME fullscreen extension
2001-11-04 Sam Lantinga Greatly improved Xinerama video mode support
2001-11-03 Sam Lantinga Added X11 Xinerama support - fullscreen starts on screen 0
2001-07-11 Sam Lantinga Fixed using the video mode extension on older servers
2001-07-09 Sam Lantinga Fixed some problems with the fullscreen code. Wooo. :)
2001-07-07 Sam Lantinga From: "Markus F.X.J. Oberhumer"
2001-07-07 Sam Lantinga Fix to allow SDL compiled under XFree v4 to work with XFree v3 xservers.
2001-07-07 Sam Lantinga Hopefully fixed the fullscreen mode code for KDE
2001-04-26 Sam Lantinga Initial revision