log src/video/x11/SDL_x11video.c @ 5267:b530ef003506

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.
Fri, 04 Feb 2011 18:05:20 -0800 Sam Lantinga Added the X11 framebuffer implementation. Simple! :)
Mon, 31 Jan 2011 22:44:43 -0800 Sam Lantinga Making the API simpler, scaling is always defined as linear interpolation and should be supported as much as possible on all renderers.
Mon, 31 Jan 2011 22:21:29 -0800 Sam Lantinga Removed partially functional renderers
Mon, 24 Jan 2011 17:38:18 -0800 Sam Lantinga Fixed bug #1100
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
Mon, 26 Jul 2010 20:41:45 -0400 Eli Gottlieb OK, it appears that dramatic hacks are not necessary to make Cocoa work...
Mon, 26 Jul 2010 17:27:04 -0400 Eli Gottlieb Rejiggering the way shaped windows are created as preparation for OS X implementation. Fixed overdrive bug in test program that appears to have been introduced by someone other than myself.
Wed, 30 Jun 2010 16:19:44 -0400 Eli Gottlieb Finished X11 shaped-window functionality and removed ellipse+polygon rendering.
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
Mon, 31 May 2010 00:24:37 -0400 Jim Grandpre Auto-detects Wacom touch devices.
Tue, 20 Jul 2010 00:57:01 -0700 Sam Lantinga Fixed X11 error when running under window managers that don't support the _NET_SUPPORTING_WM_CHECK protocol.
Sun, 18 Jul 2010 11:37:12 -0700 Sam Lantinga Fixed bug 1015 SDL-1.2
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 15:47:21 -0700 Sam Lantinga Added missing header
Sat, 10 Oct 2009 06:38:02 +0000 Ryan C. Gordon Cache the swap control setting, even on Mesa. SDL-1.2
Sat, 10 Oct 2009 05:17:47 +0000 Ryan C. Gordon Default value for SGI swap control GL attribute should be -1. SDL-1.2
Wed, 07 Oct 2009 06:10:40 +0000 Sam Lantinga Fixed building without OpenGL support SDL-1.2
Tue, 29 Sep 2009 13:50:33 +0000 Ryan C. Gordon Make SDL_GL_GetAttribute(SDL_GL_SWAP_CONTROL) work with GLX_SGI_swap_control. SDL-1.2
Tue, 29 Sep 2009 13:40:34 +0000 Ryan C. Gordon Removed duplicate memset() calls. SDL-1.2
Sun, 27 Sep 2009 22:29:13 +0000 Sam Lantinga Improved bug #759 SDL-1.2
Mon, 21 Sep 2009 09:47:53 +0000 Sam Lantinga Fixed bug #778 SDL-1.2
Mon, 21 Sep 2009 07:59:44 +0000 Sam Lantinga Fixed bug #571.. I think. :) 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
Sat, 29 Dec 2007 21:41:48 +0000 Sam Lantinga Fixed bug #510 SDL-1.2
Sat, 14 Jul 2007 21:09:54 +0000 Sam Lantinga Use SDL C functions (fixes security warnings on OpenBSD) SDL-1.2
Sun, 08 Jul 2007 01:50:26 +0000 Ryan C. Gordon Clear the NOFRAME and RESIZABLE flags in the X11 target before setting their SDL-1.2
Sun, 08 Jul 2007 01:35:50 +0000 Ryan C. Gordon Fixed compiler warning (gcc w/ -Wall) for unused variable, and checked for SDL-1.2
Fri, 06 Jul 2007 07:45:33 +0000 Sam Lantinga Fixed bug #322 SDL-1.2
Thu, 28 Jun 2007 19:29:26 +0000 Ryan C. Gordon Corrected mismerge of XIM patch, thanks Alissa! SDL-1.2
Mon, 25 Jun 2007 20:08:55 +0000 Ryan C. Gordon Whoops, patched to compile. SDL-1.2
Mon, 25 Jun 2007 19:58:32 +0000 Ryan C. Gordon Significantly improved XIM support. SDL-1.2
Fri, 15 Jun 2007 06:57:31 +0000 Ryan C. Gordon Clean up have-initialized resources in some failing edge cases. 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, 29 Oct 2006 02:46:42 +0000 Ryan C. Gordon Closing minor memory leak in XME code. SDL-1.2
Mon, 04 Aug 2008 11:18:10 +0000 Szymon Wilczek Further x11 code improvments + comments gsoc2008_manymouse
Sat, 02 Aug 2008 17:40:49 +0000 Szymon Wilczek First comments and code upgrades in X11 gsoc2008_manymouse
Thu, 03 Jul 2008 22:03:58 +0000 Szymon Wilczek Relative mode for tablets. Info on wiki. gsoc2008_manymouse
Wed, 02 Jul 2008 20:29:29 +0000 Szymon Wilczek Proximity events and evil-temporary makefile repair gsoc2008_manymouse
Thu, 19 Jun 2008 17:24:30 +0000 Szymon Wilczek Major bug fixes gsoc2008_manymouse
Fri, 06 Jun 2008 15:23:29 +0000 Szymon Wilczek http://wilku.ravenlord.ws/doku.php?id=documentation for information how things work. Currently implemented: detecting many pointing devices and pressure detection. Still a bug. Each program has to be comipled with a flag -lXi gsoc2008_manymouse
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Fri, 04 Dec 2009 09:01:48 +0000 Sam Lantinga Don't add any renderers if you can't add any displays
Thu, 30 Jul 2009 14:53:57 +0000 Sam Lantinga Patch from David Carre:
Mon, 09 Feb 2009 05:32:12 +0000 Sam Lantinga Added test program for SDL_CreateWindowFrom()
Mon, 12 Jan 2009 06:19:05 +0000 Sam Lantinga Added an API to enable/disable the screen saver.
Sat, 10 Jan 2009 21:50:26 +0000 Sam Lantinga Reverted Bob's indent checkin
Fri, 09 Jan 2009 20:43:30 +0000 Bob Pendleton I ran a global "make indent" it modified the following files.
Fri, 02 Jan 2009 17:39:48 +0000 Sam Lantinga Implemented SDL_SetWindowIcon(), with translucent icon support under X11.
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
Sun, 30 Nov 2008 21:58:23 +0000 Sam Lantinga Implemented the X11 (non-OpenGL) renderer, no alpha or scaling available.
Wed, 17 Sep 2008 08:20:57 +0000 Ryan C. Gordon Some cleanups on the new XInput code.