log src/video/x11/SDL_x11window.c @ 3773:3b5691f85c0d gsoc2008_manymouse

age author description
Mon, 04 Aug 2008 11:18:10 +0000 Szymon Wilczek Further x11 code improvments + comments gsoc2008_manymouse
Fri, 06 Jun 2008 15:23:29 +0000 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
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Thu, 21 Jan 2010 06:21:52 +0000 Sam Lantinga Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
Sat, 05 Sep 2009 07:33:54 +0000 Sam Lantinga Fixed a few issues compiling with Mac OS X 10.6
Sun, 02 Aug 2009 14:27:48 +0000 Sam Lantinga Removed arbitrary window size limitation
Sun, 31 May 2009 11:53:12 +0000 Sam Lantinga OpenPandora support added by David Carré
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