log src/video/x11/SDL_x11sym.h @ 2763:6fc50bdd88c0

age author description
Wed, 17 Sep 2008 08:20:57 +0000 Ryan C. Gordon Some cleanups on the new XInput code.
Mon, 25 Aug 2008 06:33:00 +0000 Sam Lantinga Final merge of Google Summer of Code 2008 work...
Fri, 07 Mar 2008 20:54:11 +0000 Bob Pendleton Next version of internationalized input for X11. On my machine (famous last words :-) with a US English keyboard and locale I can compose ` and e and get a text
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.
Thu, 12 Jul 2007 20:00:50 +0000 Bob Pendleton This code adds support for DirectColor visuals to SDL 1.3. The support uses part of the Xmu library. To ensure that the library is
Fri, 28 Jul 2006 08:43:17 +0000 Sam Lantinga Implemented X11 OpenGL support.
Wed, 26 Jul 2006 06:34:54 +0000 Sam Lantinga Started work on the new X11 driver.
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.
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
Thu, 23 Mar 2006 08:43:37 +0000 Ryan C. Gordon More dynamic X11 mangling...should fix NetBSD builds. And hopefully doesn't
Wed, 22 Mar 2006 11:13:58 +0000 Ryan C. Gordon Xrandr support in the X11 target.
Wed, 22 Mar 2006 08:57:37 +0000 Ryan C. Gordon Patched to compile on 32-bit X11, I think.
Wed, 22 Mar 2006 05:00:59 +0000 Ryan C. Gordon Updated dynamic X11 code. See details in Bugzilla #170.
Mon, 20 Mar 2006 07:31:36 +0000 Sam Lantinga Fixed bug #113:
Sun, 26 Feb 2006 04:54:01 +0000 Sam Lantinga Date: Sun, 26 Feb 2006 11:25:09 +0900
Sat, 04 Feb 2006 08:35:11 +0000 Sam Lantinga Resolved bug #130
Wed, 01 Feb 2006 08:03:04 +0000 Ryan C. Gordon Fixed dynamic X11 for now, I think.
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
Fri, 13 Jan 2006 01:08:39 +0000 Ryan C. Gordon More dynamic X11 work.