log src/video/x11/SDL_x11sym.h @ 2532:688cad3f6090 gsoc2008_force_feedback

age author description
2008-03-07 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
2008-02-07 Sam Lantinga First pass of new SDL scancode concept for X11.
2008-01-15 Bob Pendleton Minimal implementation of textinput events for x11. It only works for latin-1.
2008-01-12 Bob Pendleton Enabled key board auto repeat in X11_InitKeyboard.c. Had to add a couple of new Xlib symbols.
2007-07-12 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
2006-07-28 Sam Lantinga Implemented X11 OpenGL support.
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-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-03-23 Ryan C. Gordon More dynamic X11 mangling...should fix NetBSD builds. And hopefully doesn't
2006-03-22 Ryan C. Gordon Xrandr support in the X11 target.
2006-03-22 Ryan C. Gordon Patched to compile on 32-bit X11, I think.
2006-03-22 Ryan C. Gordon Updated dynamic X11 code. See details in Bugzilla #170.
2006-03-20 Sam Lantinga Fixed bug #113:
2006-02-26 Sam Lantinga Date: Sun, 26 Feb 2006 11:25:09 +0900
2006-02-04 Sam Lantinga Resolved bug #130
2006-02-01 Ryan C. Gordon Fixed dynamic X11 for now, I think.
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
2006-01-13 Ryan C. Gordon More dynamic X11 work.
2006-01-06 Ryan C. Gordon Make some dynamic X11 symbols option. _XData32 and _XRead32 are only available
2006-01-04 Ryan C. Gordon More dynamic X11 fixes...catches some code in Xlib headers that caused
2005-11-21 Ryan C. Gordon Real Unicode support for X11. Based on updated version of this patch:
2005-11-06 Ryan C. Gordon Date: Sun, 06 Nov 2005 18:23:03 +0900
2005-11-05 Ryan C. Gordon Dynamically load X11 libraries like we currently do for alsa, esd, etc.