log src/video/x11/SDL_x11video.c @ 1338:604d73db6802

age author description
Tue, 07 Feb 2006 09:29:18 +0000 Sam Lantinga Removed uses of stdlib.h and string.h
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
Fri, 03 Feb 2006 07:39:02 +0000 Sam Lantinga Resolve bug #120
Wed, 01 Feb 2006 19:59:02 +0000 Ryan C. Gordon Logic bug in X11 Unicode input shutdown...was checking for == NULL
Wed, 01 Feb 2006 06:32:25 +0000 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
Mon, 30 Jan 2006 18:21:44 +0000 Ryan C. Gordon Corrects dynamic X11 code on Tru64 systems.
Sat, 14 Jan 2006 08:15:38 +0000 Ryan C. Gordon Catch X11 extension errors...since most of these are notifications that we
Mon, 19 Dec 2005 06:58:51 +0000 Ryan C. Gordon Patched to compile on gcc 2.95.3.
Wed, 23 Nov 2005 11:46:36 +0000 Ryan C. Gordon Seperate glX from HAVE_OPENGL, for platforms that have both an X server and
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.
Tue, 02 Mar 2004 19:38:55 +0000 Ryan C. Gordon Force recreation of X11 window if going to or from a SDL_NOFRAME vidmode.
Thu, 26 Feb 2004 15:12:51 +0000 Ryan C. Gordon Create a 2D window and then manually focus a different window on your desktop,
Sun, 04 Jan 2004 16:49:27 +0000 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
Sat, 07 Dec 2002 06:51:03 +0000 Sam Lantinga Fixed compile error if there is no X11 shared memory support.