log src/video/x11/SDL_x11sym.h @ 5024:38638d228a22

age author description
2010-08-22 Sam Lantinga Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
2010-07-13 Ryan C. Gordon Check configure-defined macro before doing _anything_ with XShape.
2010-07-13 Ryan C. Gordon Add new X11 symbols that XShape support needs to the dynamic function list.
2010-07-28 Sam Lantinga Merged Sunny's XRender changes from SDL-gsoc2010_xrender
2010-07-20 Sunny Sachanandani Implement support for setting texture scale mode.
2010-07-19 Sunny Sachanandani Respect environment variables.
2010-07-19 Sunny Sachanandani Integrate XFixes and XDamage into the build system.
2010-07-18 Sunny Sachanandani Start experimental branch for client-side rasterization. experimental
2010-07-18 Sunny Sachanandani Got testsprite2 to work reasonably.
2010-07-17 Sunny Sachanandani Add necessary symbols to SDL_x11sym.h
2010-06-02 Sunny Sachanandani Fix the rendering color channels to be premultiplied with the alpha channel as thats what Xrender expects. Small fixes in X11_CreateTexture. Add some new functions in SDL_x11sym.h as well as support for Xrender.
2010-07-14 Sam Lantinga Lots of prep for the "real" way to support fullscreen mode on modern window managers.
2010-07-12 Sam Lantinga Added X11 clipboard support.
2008-12-08 Sam Lantinga Updated copyright date SDL-1.2
2008-02-29 Sam Lantinga * Added configure option --enable-screensaver, to allow enabling the screensaver by default. SDL-1.2
2007-06-26 Ryan C. Gordon Added some new XIM symbols to the dynamic X11 function list. SDL-1.2
2007-06-25 Ryan C. Gordon Significantly improved XIM support. SDL-1.2
2010-01-24 Sam Lantinga Fixed bug #926
2009-12-23 Sam Lantinga Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color.
2009-12-14 Sam Lantinga Implemented read/write pixels for the X11 renderer
2009-12-11 Sam Lantinga Fixed X11 line implementation - clip lines that are going to go outside the window.
2009-12-10 Sam Lantinga X11 driver compiles again, lines are not yet implemented
2009-02-19 Sam Lantinga Implemented X11 maximized state control
2009-01-12 Sam Lantinga Added an API to enable/disable the screen saver.
2009-01-01 Sam Lantinga Oh yeah, it's an XInput symbol
2009-01-01 Sam Lantinga Added missing symbol
2008-12-21 Sam Lantinga Added RenderPiont() API
2008-12-20 Sam Lantinga Date: Fri, 19 Dec 2008 20:17:35 +0100
2008-12-16 Sam Lantinga Progress on fullscreen mode switching on X11
2008-12-08 Sam Lantinga Updated copyright date
2008-11-30 Sam Lantinga Implemented the X11 (non-OpenGL) renderer, no alpha or scaling available.
2008-09-17 Ryan C. Gordon Some cleanups on the new XInput code.
2008-08-25 Sam Lantinga Final merge of Google Summer of Code 2008 work...
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.