log src/video/x11/SDL_x11video.c @ 5190:806a044dd216

age author description
2011-02-05 Sam Lantinga Added the X11 framebuffer implementation. Simple! :)
2011-02-01 Sam Lantinga Making the API simpler, scaling is always defined as linear interpolation and should be supported as much as possible on all renderers.
2011-02-01 Sam Lantinga Removed partially functional renderers
2011-01-25 Sam Lantinga Fixed bug #1100
2010-12-01 Sam Lantinga Renamed X11 touch files for consistency
2010-08-22 Sam Lantinga Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
2010-07-27 Eli Gottlieb OK, it appears that dramatic hacks are not necessary to make Cocoa work...
2010-07-26 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.
2010-06-30 Eli Gottlieb Finished X11 shaped-window functionality and removed ellipse+polygon rendering.
2010-08-22 Sam Lantinga Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture
2010-07-13 Sam Lantinga Merged changes from the main SDL codebase
2010-05-31 Jim Grandpre Auto-detects Wacom touch devices.
2010-07-20 Sam Lantinga Fixed X11 error when running under window managers that don't support the _NET_SUPPORTING_WM_CHECK protocol.
2010-07-18 Sam Lantinga Fixed bug 1015 SDL-1.2
2010-07-14 Sam Lantinga Lots of prep for the "real" way to support fullscreen mode on modern window managers.
2010-07-12 Sam Lantinga Added X11 clipboard support.
2010-06-26 Sam Lantinga Mostly cleaned up warnings with -Wmissing-prototypes
2010-05-09 Sam Lantinga Added missing header
2009-10-10 Ryan C. Gordon Cache the swap control setting, even on Mesa. SDL-1.2
2009-10-10 Ryan C. Gordon Default value for SGI swap control GL attribute should be -1. SDL-1.2
2009-10-07 Sam Lantinga Fixed building without OpenGL support SDL-1.2
2009-09-29 Ryan C. Gordon Make SDL_GL_GetAttribute(SDL_GL_SWAP_CONTROL) work with GLX_SGI_swap_control. SDL-1.2
2009-09-29 Ryan C. Gordon Removed duplicate memset() calls. SDL-1.2
2009-09-27 Sam Lantinga Improved bug #759 SDL-1.2
2009-09-21 Sam Lantinga Fixed bug #778 SDL-1.2
2009-09-21 Sam Lantinga Fixed bug #571.. I think. :) SDL-1.2
2008-12-08 Sam Lantinga Updated copyright date SDL-1.2
2008-02-29 Sam Lantinga * Added configure option --enable-screensaver, to allow enabling the screensaver by default. SDL-1.2
2007-12-29 Sam Lantinga Fixed bug #510 SDL-1.2
2007-07-14 Sam Lantinga Use SDL C functions (fixes security warnings on OpenBSD) SDL-1.2
2007-07-08 Ryan C. Gordon Clear the NOFRAME and RESIZABLE flags in the X11 target before setting their SDL-1.2
2007-07-08 Ryan C. Gordon Fixed compiler warning (gcc w/ -Wall) for unused variable, and checked for SDL-1.2
2007-07-06 Sam Lantinga Fixed bug #322 SDL-1.2
2007-06-28 Ryan C. Gordon Corrected mismerge of XIM patch, thanks Alissa! SDL-1.2
2007-06-25 Ryan C. Gordon Whoops, patched to compile. SDL-1.2
2007-06-25 Ryan C. Gordon Significantly improved XIM support. SDL-1.2
2007-06-15 Ryan C. Gordon Clean up have-initialized resources in some failing edge cases. SDL-1.2
2007-04-06 Ryan C. Gordon Let app set SDL_VIDEO_ALLOW_SCREENSAVER environment variable to override SDL's SDL-1.2
2006-10-29 Ryan C. Gordon Closing minor memory leak in XME code. SDL-1.2
2008-08-04 Szymon Wilczek Further x11 code improvments + comments gsoc2008_manymouse
2008-08-02 Szymon Wilczek First comments and code upgrades in X11 gsoc2008_manymouse
2008-07-03 Szymon Wilczek Relative mode for tablets. Info on wiki. gsoc2008_manymouse
2008-07-02 Szymon Wilczek Proximity events and evil-temporary makefile repair gsoc2008_manymouse
2008-06-19 Szymon Wilczek Major bug fixes gsoc2008_manymouse
2008-06-06 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
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-07-30 Sam Lantinga Patch from David Carre:
2009-02-09 Sam Lantinga Added test program for SDL_CreateWindowFrom()
2009-01-12 Sam Lantinga Added an API to enable/disable the screen saver.
2009-01-10 Sam Lantinga Reverted Bob's indent checkin
2009-01-09 Bob Pendleton I ran a global "make indent" it modified the following files.
2009-01-02 Sam Lantinga Implemented SDL_SetWindowIcon(), with translucent icon support under X11.
2009-01-02 Sam Lantinga Don't use DirectColor visuals until we implement DirectColor colormap support
2009-01-01 Sam Lantinga Fixed X11 mouse motion/button events - it's not actually safe to cast mouse events to device events.
2008-12-08 Sam Lantinga Updated copyright date
2008-11-30 Sam Lantinga Implemented the X11 (non-OpenGL) renderer, no alpha or scaling available.
2008-09-17 Ryan C. Gordon Some cleanups on the new XInput code.
2008-08-25 Sam Lantinga Final merge of Google Summer of Code 2008 work...
2008-03-07 Bob Pendleton more valgrind errors fixed. Plus I ran make indent which changed a few files.