log src/video/x11/SDL_x11events.c @ 2324:3202e4826c57

age author description
Fri, 07 Mar 2008 17:20:37 +0000 Bob Pendleton more valgrind errors fixed. Plus I ran make indent which changed a few files.
Thu, 06 Mar 2008 23:07:02 +0000 Bob Pendleton Fixed many valgrind errors. But, I broke testdyngl.
Thu, 07 Feb 2008 16:00:29 +0000 Sam Lantinga Fixed compile errors
Thu, 07 Feb 2008 15:31:09 +0000 Sam Lantinga First pass of new SDL scancode concept for X11.
Tue, 15 Jan 2008 22:37:17 +0000 Bob Pendleton Minimal implementation of textinput events for x11. It only works for latin-1.
Sat, 12 Jan 2008 18:07:06 +0000 Bob Pendleton Enabled key board auto repeat in X11_InitKeyboard.c. Had to add a couple of new Xlib symbols.
Tue, 08 Jan 2008 00:10:46 +0000 Bob Pendleton Checking in Christian Walther's patch for x11 keyboard input. Minor code tweaks by Bob.
Sun, 01 Oct 2006 02:28:41 +0000 Sam Lantinga Replaced strncmp for SDL_VIDEODRIVER test with strcasecmp
Thu, 27 Jul 2006 06:53:23 +0000 Sam Lantinga Initial work on X11 window code in.
Mon, 10 Jul 2006 21:04:37 +0000 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
Tue, 09 May 2006 07:50:28 +0000 Sam Lantinga More compile fixes for systems without the DPMS extension
Tue, 09 May 2006 07:20:32 +0000 Sam Lantinga Fixed bug #104
Mon, 08 May 2006 06:54:20 +0000 Sam Lantinga Disable the screensaver in DGA mode, which is even more important than X11...
Mon, 08 May 2006 06:38:13 +0000 Sam Lantinga Fixed bug #203
Mon, 29 May 2006 04:04:35 +0000 Sam Lantinga more tweaking indent options SDL-1.3
Sun, 28 May 2006 13:04:16 +0000 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
Wed, 17 May 2006 08:18:28 +0000 Sam Lantinga Merge trunk-1.3-3 SDL-1.3
Mon, 01 May 2006 06:58:33 +0000 Sam Lantinga glSDL support SDL-1.3
Fri, 28 Apr 2006 16:55:41 +0000 Sam Lantinga Merge trunk-1.3-2 SDL-1.3
Wed, 22 Mar 2006 05:00:59 +0000 Ryan C. Gordon Updated dynamic X11 code. See details in Bugzilla #170.
Tue, 21 Feb 2006 08:46:50 +0000 Sam Lantinga Use consistent identifiers for the various platforms we support.
Sun, 19 Feb 2006 23:46:34 +0000 Sam Lantinga Use only safe string functions
Thu, 16 Feb 2006 10:11:48 +0000 Sam Lantinga New configure-based build system. Still work in progress, but much improved
Fri, 10 Feb 2006 07:03:22 +0000 Sam Lantinga *** empty log message ***
Fri, 10 Feb 2006 06:48:43 +0000 Sam Lantinga More header massaging... works great on Windows. ;-)
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 16:29:22 +0000 Sam Lantinga Date: Sat, 04 Feb 2006 19:47:23 +0900
Sat, 04 Feb 2006 08:35:11 +0000 Sam Lantinga Resolved bug #130
Wed, 01 Feb 2006 06:32:25 +0000 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
Thu, 08 Dec 2005 14:21:17 +0000 Sam Lantinga Fixed compile warnings with gcc 4
Mon, 21 Nov 2005 00:31:29 +0000 Ryan C. Gordon Don't use X11 unicode keys on anything but keypress events.
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, 11 Oct 2005 23:57:04 +0000 Ryan C. Gordon Valgrind fix.
Tue, 10 Feb 2004 15:39:15 +0000 Sam Lantinga Date: Wed, 04 Feb 2004 13:51:56 +0100
Sun, 04 Jan 2004 16:49:27 +0000 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
Mon, 16 Sep 2002 07:09:04 +0000 Sam Lantinga Don't be fooled by unclutter - the mouse isn't really leaving our window
Thu, 13 Jun 2002 16:54:38 +0000 Sam Lantinga Fix uninitialized variable warning
Wed, 06 Mar 2002 11:23:08 +0000 Sam Lantinga Updated copyright information for 2002
Fri, 14 Dec 2001 12:38:15 +0000 Sam Lantinga Updated the source with the correct e-mail address
Fri, 31 Aug 2001 21:08:30 +0000 Sam Lantinga An expose event is now sent when using XVideo output.
Sat, 14 Jul 2001 20:37:24 +0000 Sam Lantinga Now gets correct keyboard state when starting up on X11
Sat, 07 Jul 2001 07:59:37 +0000 Sam Lantinga Hopefully fixed the fullscreen mode code for KDE
Tue, 26 Jun 2001 17:41:16 +0000 Sam Lantinga Oops, don't include debug code
Tue, 26 Jun 2001 17:40:59 +0000 Sam Lantinga When the mouse is grabbed, send the application the motion associated with
Tue, 19 Jun 2001 13:33:54 +0000 Sam Lantinga Added patches from FreeBSD ports
Tue, 01 May 2001 21:12:57 +0000 Sam Lantinga Fixed stuck keys when changing the video mode
Sun, 29 Apr 2001 22:59:47 +0000 Sam Lantinga Fix key repeat detection on newer X servers
Fri, 27 Apr 2001 16:56:47 +0000 Sam Lantinga Fixed relative motion checking after restore under X11
Thu, 26 Apr 2001 16:45:43 +0000 Sam Lantinga Initial revision