log src/video/x11/SDL_x11window.c @ 3749:1e277c40babe gsoc2009_unit_tests

age author description
Thu, 19 Feb 2009 06:49:59 +0000 Sam Lantinga indent
Thu, 19 Feb 2009 06:48:25 +0000 Sam Lantinga Implemented X11 maximized state control
Mon, 09 Feb 2009 05:32:12 +0000 Sam Lantinga Added test program for SDL_CreateWindowFrom()
Fri, 30 Jan 2009 06:38:44 +0000 Sam Lantinga indent
Thu, 15 Jan 2009 21:35:42 +0000 Bob Pendleton Changes to hopefully handle the creation of a colormap for 8 bit PseudoColor visuals in X11
Fri, 09 Jan 2009 20:39:33 +0000 Bob Pendleton Changed and hopefully fixed support for DirectColor with support for gammaramps.
Sun, 04 Jan 2009 17:14:27 +0000 Sam Lantinga indent
Fri, 02 Jan 2009 17:39:48 +0000 Sam Lantinga Implemented SDL_SetWindowIcon(), with translucent icon support under X11.
Thu, 01 Jan 2009 18:58:26 +0000 Sam Lantinga Fixed DirectColor visual window creation problem
Thu, 01 Jan 2009 08:21:19 +0000 Sam Lantinga indent
Thu, 01 Jan 2009 07:59:08 +0000 Sam Lantinga Fixed X11 mouse motion/button events - it's not actually safe to cast mouse events to device events.
Tue, 30 Dec 2008 17:09:42 +0000 Sam Lantinga Date: Mon, 29 Dec 2008 23:29:52 +0100
Wed, 17 Dec 2008 07:19:55 +0000 Sam Lantinga indent
Wed, 17 Dec 2008 07:17:54 +0000 Sam Lantinga * Implemented X11 fullscreen input grab
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Tue, 26 Aug 2008 05:57:41 +0000 Sam Lantinga indent
Mon, 25 Aug 2008 18:02:14 +0000 Szymon Wilczek Removed unneccesary code lines. Fixed mousename bug. Added lacking code in mousebutton
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
Fri, 07 Mar 2008 17:20:37 +0000 Bob Pendleton more valgrind errors fixed. Plus I ran make indent which changed a few files.
Thu, 06 Mar 2008 23:07:02 +0000 Bob Pendleton Fixed many valgrind errors. But, I broke testdyngl.
Thu, 06 Mar 2008 17:08:10 +0000 Bob Pendleton Fixing valgrind errors.
Tue, 04 Mar 2008 23:09:28 +0000 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
Wed, 25 Jul 2007 21:22:55 +0000 Bob Pendleton Added gamma table support to X11. Also now supports DirectColor visuals.
Tue, 24 Jul 2007 18:46:45 +0000 Bob Pendleton make indent
Mon, 23 Jul 2007 16:55:38 +0000 Bob Pendleton Oops, meant PsuedoColor not TrueColor
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
Wed, 04 Jul 2007 08:01:04 +0000 Sam Lantinga Fix for bug #447 merged from SDL 1.2
Sat, 29 Jul 2006 21:51:00 +0000 Sam Lantinga Simplified driver window creation code.
Fri, 28 Jul 2006 08:43:17 +0000 Sam Lantinga Implemented X11 OpenGL support.
Thu, 27 Jul 2006 06:53:23 +0000 Sam Lantinga Initial work on X11 window code in.