log src/video/x11/SDL_x11events.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, 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.
Sun, 27 Sep 2009 23:24:58 +0000 Sam Lantinga Fixed bug #716
Sat, 05 Sep 2009 07:33:54 +0000 Sam Lantinga Fixed a few issues compiling with Mac OS X 10.6
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.
Wed, 10 Jun 2009 13:46:54 +0000 Sam Lantinga Whoops, didn't mean to commit unfinished patch
Wed, 10 Jun 2009 13:34:20 +0000 Sam Lantinga indent
Wed, 14 Jan 2009 04:25:32 +0000 Sam Lantinga indent
Mon, 12 Jan 2009 08:28:17 +0000 Sam Lantinga Don't complain when the GNOME screensaver isn't running (or available)
Mon, 12 Jan 2009 08:26:24 +0000 Sam Lantinga This is so wrong, it hurts.
Mon, 12 Jan 2009 06:19:05 +0000 Sam Lantinga Added an API to enable/disable the screen saver.
Sat, 10 Jan 2009 23:57:12 +0000 Sam Lantinga Removed extra debug output
Sat, 10 Jan 2009 21:50:26 +0000 Sam Lantinga Reverted Bob's indent checkin
Fri, 09 Jan 2009 20:43:30 +0000 Bob Pendleton I ran a global "make indent" it modified the following files.
Mon, 05 Jan 2009 07:04:54 +0000 Sam Lantinga Fixed mouse events with --disable-video-x11-xinput
Sun, 04 Jan 2009 23:41:09 +0000 Sam Lantinga indent
Sun, 04 Jan 2009 19:26:50 +0000 Sam Lantinga Technically more correct
Sun, 04 Jan 2009 18:29:20 +0000 Sam Lantinga The core pointer is comprised of merging the inputs of all mice.
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
Thu, 27 Nov 2008 21:53:18 +0000 Sam Lantinga Fixed mouse coordinate range on Mac OS X
Wed, 17 Sep 2008 08:20:57 +0000 Ryan C. Gordon Some cleanups on the new XInput code.
Mon, 01 Sep 2008 16:04:20 +0000 Sam Lantinga Fixed a bunch of compile warnings on Mac OS X
Mon, 25 Aug 2008 06:33:00 +0000 Sam Lantinga Final merge of Google Summer of Code 2008 work...
Fri, 14 Mar 2008 18:17:49 +0000 Bob Pendleton re: bug#563. checking in some commented out trace code and a fix so that the in testalpha.c the background only flashes when alpha == 255. The problem that is being
Fri, 07 Mar 2008 23:57:15 +0000 Bob Pendleton In testdyngl.c the event type was being anded (&) with SDL_KEYDOWN and if the result was none zero the program was quiting. This is very weird because it was
Fri, 07 Mar 2008 21:01:54 +0000 Bob Pendleton oops, need to comment out some debug code.