log src/video/x11/SDL_x11window.c @ 4919:716b2cbf4c9e

age author description
2010-09-30 Sam Lantinga Make the union nameless to reduce the complexity of the API.
2010-08-22 Sam Lantinga Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
2010-06-30 Eli Gottlieb Finished X11 shaped-window functionality and removed ellipse+polygon rendering.
2010-07-30 Sam Lantinga When querying the display size for a fullscreen window, the display size is the size of the fullscreen video mode.
2010-07-28 Sam Lantinga Merged Sunny's XRender changes from SDL-gsoc2010_xrender
2010-07-14 Sunny Sachanandani Implement blending modes for textures. Fix off-screen pixmaps to be ARGB rather than RGB to enable blending across frames. Clear the screen and off-screen pixmaps when the renderer is created.
2010-07-09 Sunny Sachanandani Fix so many things that there is little place in this column to list them all but the result is that blending modes just work now for drawing primitives.
2010-07-22 Sam Lantinga Fixed memory corruption on AMD64
2010-07-18 Sam Lantinga Fixed bug 1015
2010-07-18 Sam Lantinga Fixed bug 1022
2010-07-14 Sam Lantinga Zero any fields not explicitly filled in.
2010-07-14 Sam Lantinga Fixed setting fullscreen and maximized states for windows that haven't been mapped yet.
2010-07-14 Sam Lantinga Let the window manager know we're a "normal" window
2010-07-14 Sam Lantinga Much better debugging of property changes
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 Implemented X11 system window manager info for SDL 1.3. It's simple. Really.
2010-07-12 Sam Lantinga Fixed compiler warning
2010-05-10 Sam Lantinga Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
2008-08-04 Szymon Wilczek Further x11 code improvments + comments gsoc2008_manymouse
2008-06-06 Szymon Wilczek http://wilku.ravenlord.ws/doku.php?id=documentation for information how things work. Currently implemented: detecting many pointing devices and pressure detection. Still a bug. Each program has to be comipled with a flag -lXi gsoc2008_manymouse
2010-01-24 Sam Lantinga Fixed bug #926
2010-01-21 Sam Lantinga Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
2009-09-05 Sam Lantinga Fixed a few issues compiling with Mac OS X 10.6
2009-08-02 Sam Lantinga Removed arbitrary window size limitation
2009-05-31 Sam Lantinga OpenPandora support added by David Carré
2009-02-19 Sam Lantinga indent
2009-02-19 Sam Lantinga Implemented X11 maximized state control
2009-02-09 Sam Lantinga Added test program for SDL_CreateWindowFrom()
2009-01-30 Sam Lantinga indent
2009-01-15 Bob Pendleton Changes to hopefully handle the creation of a colormap for 8 bit PseudoColor visuals in X11
2009-01-09 Bob Pendleton Changed and hopefully fixed support for DirectColor with support for gammaramps.
2009-01-04 Sam Lantinga indent
2009-01-02 Sam Lantinga Implemented SDL_SetWindowIcon(), with translucent icon support under X11.
2009-01-01 Sam Lantinga Fixed DirectColor visual window creation problem
2009-01-01 Sam Lantinga indent
2009-01-01 Sam Lantinga Fixed X11 mouse motion/button events - it's not actually safe to cast mouse events to device events.
2008-12-30 Sam Lantinga Date: Mon, 29 Dec 2008 23:29:52 +0100
2008-12-17 Sam Lantinga indent
2008-12-17 Sam Lantinga * Implemented X11 fullscreen input grab
2008-12-08 Sam Lantinga Updated copyright date
2008-08-26 Sam Lantinga indent
2008-08-25 Szymon Wilczek Removed unneccesary code lines. Fixed mousename bug. Added lacking code in mousebutton
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-03-07 Bob Pendleton more valgrind errors fixed. Plus I ran make indent which changed a few files.
2008-03-06 Bob Pendleton Fixed many valgrind errors. But, I broke testdyngl.
2008-03-06 Bob Pendleton Fixing valgrind errors.
2008-03-04 Bob Pendleton SetupWindowData in SDL_X11window.c was realloc()ing the display window list and incrementing numwindows even though those are being updated in functions that call
2007-07-25 Bob Pendleton Added gamma table support to X11. Also now supports DirectColor visuals.
2007-07-24 Bob Pendleton make indent
2007-07-23 Bob Pendleton Oops, meant PsuedoColor not TrueColor
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
2007-07-04 Sam Lantinga Fix for bug #447 merged from SDL 1.2
2006-07-29 Sam Lantinga Simplified driver window creation code.
2006-07-28 Sam Lantinga Implemented X11 OpenGL support.
2006-07-27 Sam Lantinga Initial work on X11 window code in.