log src/video/x11/SDL_x11dyn.h @ 2710:44e49d3fa6cf

age author description
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
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
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 05:00:59 +0000 Ryan C. Gordon Updated dynamic X11 code. See details in Bugzilla #170.
Sun, 26 Feb 2006 04:54:01 +0000 Sam Lantinga Date: Sun, 26 Feb 2006 11:25:09 +0900
Tue, 21 Feb 2006 08:46:50 +0000 Sam Lantinga Use consistent identifiers for the various platforms we support.
Thu, 16 Feb 2006 10:11:48 +0000 Sam Lantinga New configure-based build system. Still work in progress, but much improved
Wed, 08 Feb 2006 20:29:12 +0000 Ryan C. Gordon Changed X11 header order so it works on Solaris.
Wed, 01 Feb 2006 08:03:04 +0000 Ryan C. Gordon Fixed dynamic X11 for now, I think.
Tue, 31 Jan 2006 18:39:32 +0000 Ryan C. Gordon Changed references to XFree86 to Xext to match change in directory structure.
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.
Fri, 06 Jan 2006 20:56:13 +0000 Ryan C. Gordon Make some dynamic X11 symbols option. _XData32 and _XRead32 are only available
Wed, 04 Jan 2006 22:57:50 +0000 Ryan C. Gordon More dynamic X11 fixes...catches some code in Xlib headers that caused
Sun, 06 Nov 2005 17:05:12 +0000 Ryan C. Gordon Date: Sun, 06 Nov 2005 18:23:03 +0900
Sat, 05 Nov 2005 19:53:37 +0000 Ryan C. Gordon Dynamically load X11 libraries like we currently do for alsa, esd, etc.