log src/video/x11/SDL_x11video.c @ 3906:e3bf970d9494 SDL-1.2

age author description
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.
2008-03-06 Bob Pendleton Fixed many valgrind errors. But, I broke testdyngl.
2008-02-07 Sam Lantinga First pass of new SDL scancode concept for X11.
2008-01-08 Bob Pendleton Checking in Christian Walther's patch for x11 keyboard input. Minor code tweaks by Bob.
2007-07-10 Bob Pendleton Added stubs for x11 gamma functions and enabled them in SDL_x11video.c
2006-07-28 Sam Lantinga Implemented X11 OpenGL support.
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.