log src/video/x11/SDL_x11video.h @ 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.
Mon, 07 Feb 2011 09:37:11 -0800 Sam Lantinga Sheena pointed out that "scancode" and "keysym" are single words and shouldn't be camel-cased.
Fri, 04 Feb 2011 19:18:08 -0800 Sam Lantinga Removed a bunch of X11 support that we no longer need.
Wed, 02 Feb 2011 14:34:54 -0800 Sam Lantinga Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
Mon, 24 Jan 2011 13:47:35 -0600 krogoway Renamed SDL_keysym to SDL_KeySym
Wed, 01 Dec 2010 12:17:12 -0800 Sam Lantinga Renamed X11 touch files for consistency
Sun, 22 Aug 2010 13:45:56 -0700 Sam Lantinga Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Tue, 13 Jul 2010 02:43:49 -0400 Ryan C. Gordon Check configure-defined macro before doing _anything_ with XShape.
Sun, 22 Aug 2010 12:07:55 -0700 Sam Lantinga Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture
Mon, 12 Jul 2010 21:09:23 -0700 Sam Lantinga Merged changes from the main SDL codebase
Fri, 28 May 2010 01:26:52 -0400 Jim Grandpre Added reading of event* for touch events.
Wed, 28 Jul 2010 00:54:23 -0700 Sam Lantinga Merged Sunny's XRender changes from SDL-gsoc2010_xrender
Mon, 19 Jul 2010 21:02:49 +0530 Sunny Sachanandani Respect environment variables.
Wed, 02 Jun 2010 09:01:37 +0530 Sunny Sachanandani Fix the rendering color channels to be premultiplied with the alpha channel as thats what Xrender expects. Small fixes in X11_CreateTexture. Add some new functions in SDL_x11sym.h as well as support for Xrender.
Wed, 19 May 2010 18:58:28 +0530 Sunny Sachanandani Adding a few #defines for Xrender support.
Tue, 13 Jul 2010 23:11:10 -0700 Sam Lantinga Lots of prep for the "real" way to support fullscreen mode on modern window managers.
Mon, 12 Jul 2010 00:36:55 -0700 Sam Lantinga Added X11 clipboard support.
Sat, 26 Jun 2010 08:56:48 -0700 Sam Lantinga Mostly cleaned up warnings with -Wmissing-prototypes
Sun, 09 May 2010 20:47:22 -0700 Sam Lantinga Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
Wed, 30 Sep 2009 04:49:57 +0000 Sam Lantinga I just tested DGA mouse motion with X.org 1.6.0 and it's working fine, SDL-1.2
Tue, 29 Sep 2009 11:28:43 +0000 Ryan C. Gordon Batch x11 dga mouse motion events into a single SDL event. SDL-1.2
Mon, 08 Dec 2008 00:25:42 +0000 Sam Lantinga Updated copyright date SDL-1.2
Fri, 29 Feb 2008 13:55:44 +0000 Sam Lantinga * Added configure option --enable-screensaver, to allow enabling the screensaver by default. SDL-1.2
Fri, 06 Apr 2007 20:30:41 +0000 Ryan C. Gordon Let app set SDL_VIDEO_ALLOW_SCREENSAVER environment variable to override SDL's SDL-1.2
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Mon, 12 Jan 2009 06:19:05 +0000 Sam Lantinga Added an API to enable/disable the screen saver.
Fri, 02 Jan 2009 15:47:49 +0000 Sam Lantinga Don't use DirectColor visuals until we implement DirectColor colormap support
Thu, 01 Jan 2009 07:59:08 +0000 Sam Lantinga Fixed X11 mouse motion/button events - it's not actually safe to cast mouse events to device events.
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Wed, 17 Sep 2008 08:20:57 +0000 Ryan C. Gordon Some cleanups on the new XInput code.
Mon, 01 Sep 2008 16:04:20 +0000 Sam Lantinga Fixed a bunch of compile warnings on Mac OS X
Mon, 25 Aug 2008 06:33:00 +0000 Sam Lantinga Final merge of Google Summer of Code 2008 work...
Fri, 07 Mar 2008 17:20:37 +0000 Bob Pendleton more valgrind errors fixed. Plus I ran make indent which changed a few files.
Thu, 07 Feb 2008 15:31:09 +0000 Sam Lantinga First pass of new SDL scancode concept for X11.
Tue, 08 Jan 2008 00:10:46 +0000 Bob Pendleton Checking in Christian Walther's patch for x11 keyboard input. Minor code tweaks by Bob.
Wed, 11 Jul 2007 14:49:44 +0000 Sam Lantinga Fixed compiling the x11 driver
Fri, 28 Jul 2006 08:43:17 +0000 Sam Lantinga Implemented X11 OpenGL support.
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, 09 May 2006 07:45:12 +0000 Sam Lantinga Fixed build errors on systems without the DPMS extension
Mon, 08 May 2006 06:38:13 +0000 Sam Lantinga Fixed bug #203
Thu, 04 May 2006 16:51:07 +0000 Sam Lantinga Fixed bug #45
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
Wed, 22 Mar 2006 11:13:58 +0000 Ryan C. Gordon Xrandr support in the X11 target.
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.
Thu, 16 Feb 2006 10:11:48 +0000 Sam Lantinga New configure-based build system. Still work in progress, but much improved
Tue, 07 Feb 2006 06:59:48 +0000 Sam Lantinga Use SDL_ prefixed versions of C library functions.
Sat, 04 Feb 2006 08:35:11 +0000 Sam Lantinga Resolved bug #130
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.
Thu, 12 Jan 2006 22:46:36 +0000 Ryan C. Gordon Add XME hooks to X11 driver instead of relying on libxme...libxme hasn't
Mon, 21 Nov 2005 00:16:34 +0000 Ryan C. Gordon Real Unicode support for X11. Based on updated version of this patch:
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!)
Wed, 06 Mar 2002 11:23:08 +0000 Sam Lantinga Updated copyright information for 2002