log src/video/x11/SDL_x11video.c @ 4058:eede31c0ca20 SDL-1.2

age author description
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.
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.
2006-06-20 Sam Lantinga Fixed bug #241
2006-05-08 Sam Lantinga Disable the screensaver in DGA mode, which is even more important than X11...
2006-05-08 Sam Lantinga Fixed bug #203
2006-05-05 Sam Lantinga Fixed bug #196
2006-05-04 Sam Lantinga Fixed bug #45
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-27 Sam Lantinga Updated to 1.3.0, SDL_OPENGLBLIT is no longer supported SDL-1.3
2006-04-17 Sam Lantinga Fixed bug #197
2006-03-23 Ryan C. Gordon Fixed compiler warning.
2006-03-22 Ryan C. Gordon Updated dynamic X11 code. See details in Bugzilla #170.
2006-03-20 Sam Lantinga Fixed bug #113:
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-04 Sam Lantinga Resolved bug #130
2006-02-03 Sam Lantinga Resolve bug #120
2006-02-01 Ryan C. Gordon Logic bug in X11 Unicode input shutdown...was checking for == NULL
2006-02-01 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
2006-01-30 Ryan C. Gordon Corrects dynamic X11 code on Tru64 systems.
2006-01-14 Ryan C. Gordon Catch X11 extension errors...since most of these are notifications that we
2005-12-19 Ryan C. Gordon Patched to compile on gcc 2.95.3.
2005-11-23 Ryan C. Gordon Seperate glX from HAVE_OPENGL, for platforms that have both an X server and
2005-11-21 Ryan C. Gordon Real Unicode support for X11. Based on updated version of this patch:
2005-11-05 Ryan C. Gordon Dynamically load X11 libraries like we currently do for alsa, esd, etc.
2004-03-02 Ryan C. Gordon Force recreation of X11 window if going to or from a SDL_NOFRAME vidmode.
2004-02-26 Ryan C. Gordon Create a 2D window and then manually focus a different window on your desktop,
2004-01-04 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
2002-12-07 Sam Lantinga Fixed compile error if there is no X11 shared memory support.
2002-09-30 Sam Lantinga Added an aborted try at making fullscreen work on Xinerama screen != 0
2002-09-16 Sam Lantinga Cleaned up the SDL_VIDEO_WINDOW_POS variable support
2002-09-02 Sam Lantinga Date: Sun, 1 Sep 2002 21:27:54 -0400 (EDT)
2002-08-19 Sam Lantinga Added an environment variable SDL_VIDEO_X11_WMCLASS
2002-08-18 Sam Lantinga Only modifier key state is noted when X11 window opens
2002-03-06 Sam Lantinga Updated copyright information for 2002
2002-01-18 Sam Lantinga From: "Mattias Engdeg�rd" <f91-men@nada.kth.se>
2001-12-14 Sam Lantinga Updated the source with the correct e-mail address
2001-11-07 Sam Lantinga Fixed X11 icon color allocation (thanks Mattias!)
2001-08-31 Sam Lantinga Fix title bar setting bug
2001-07-07 Sam Lantinga Hopefully fixed the fullscreen mode code for KDE
2001-04-26 Sam Lantinga Initial revision