log src/video/x11/SDL_x11mouse.c @ 3761:e0c95ad1ba87 gsoc2008_manymouse

age author description
Thu, 19 Jun 2008 17:24:30 +0000 Szymon Wilczek Major bug fixes 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, 11 Jun 2009 20:08:33 +0000 Bob Pendleton Mouse events now report the correct window id and window enter/leave events are now reported.
Mon, 05 Jan 2009 06:35:16 +0000 Sam Lantinga define this value if it's not in the system headers
Sun, 04 Jan 2009 18:29:20 +0000 Sam Lantinga The core pointer is comprised of merging the inputs of all mice.
Fri, 02 Jan 2009 10:30:53 +0000 Sam Lantinga Hopefully fixed crash when there are no input devices
Fri, 02 Jan 2009 01:34:52 +0000 Sam Lantinga Date: Fri, 02 Jan 2009 00:54:48 +0100
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.
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Sat, 04 Oct 2008 06:46:59 +0000 Sam Lantinga Final merge of Google Summer of Code 2008 work...
Wed, 17 Sep 2008 08:20:57 +0000 Ryan C. Gordon Some cleanups on the new XInput code.
Mon, 25 Aug 2008 06:33:00 +0000 Sam Lantinga Final merge of Google Summer of Code 2008 work...
Wed, 26 Jul 2006 06:34:54 +0000 Sam Lantinga Started work on the new X11 driver.
Mon, 10 Jul 2006 21:04:37 +0000 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
Mon, 29 May 2006 04:04:35 +0000 Sam Lantinga more tweaking indent options SDL-1.3
Sun, 28 May 2006 13:04:16 +0000 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
Fri, 28 Apr 2006 16:55:41 +0000 Sam Lantinga Merge trunk-1.3-2 SDL-1.3
Wed, 22 Mar 2006 05:00:59 +0000 Ryan C. Gordon Updated dynamic X11 code. See details in Bugzilla #170.
Tue, 21 Feb 2006 08:46:50 +0000 Sam Lantinga Use consistent identifiers for the various platforms we support.
Sun, 19 Feb 2006 23:46:34 +0000 Sam Lantinga Use only safe string functions
Thu, 16 Feb 2006 10:11:48 +0000 Sam Lantinga New configure-based build system. Still work in progress, but much improved
Fri, 10 Feb 2006 06:48:43 +0000 Sam Lantinga More header massaging... works great on Windows. ;-)
Tue, 07 Feb 2006 09:29:18 +0000 Sam Lantinga Removed uses of stdlib.h and string.h
Tue, 07 Feb 2006 06:59:48 +0000 Sam Lantinga Use SDL_ prefixed versions of C library functions.
Wed, 01 Feb 2006 06:32:25 +0000 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
Sat, 05 Nov 2005 19:53:37 +0000 Ryan C. Gordon Dynamically load X11 libraries like we currently do for alsa, esd, etc.
Sun, 16 May 2004 17:40:32 +0000 Sam Lantinga Date: Sun, 28 Mar 2004 16:38:32 +1200
Sun, 04 Jan 2004 16:49:27 +0000 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
Fri, 11 Oct 2002 08:09:26 +0000 Sam Lantinga Fixed mouse warp position bug with offset video modes
Wed, 06 Mar 2002 11:23:08 +0000 Sam Lantinga Updated copyright information for 2002
Fri, 14 Dec 2001 12:38:15 +0000 Sam Lantinga Updated the source with the correct e-mail address
Sat, 23 Jun 2001 22:02:27 +0000 Sam Lantinga Oops, reversed the logic of the variable
Sat, 23 Jun 2001 22:00:59 +0000 Sam Lantinga Allow the user to override the relative mouse mode.
Sat, 23 Jun 2001 18:51:29 +0000 Sam Lantinga Added the environment variable SDL_MOUSE_NORELATIVE to completely disable
Thu, 26 Apr 2001 16:45:43 +0000 Sam Lantinga Initial revision