log src/video/x11/SDL_x11events.c @ 5284:96a22141cf86 tip

age author description
Fri, 11 Feb 2011 22:37:15 -0800 Sam Lantinga Happy 2011! :)
Mon, 07 Feb 2011 09:37:11 -0800 Sam Lantinga Sheena pointed out that "scancode" and "keysym" are single words and shouldn't be camel-cased.
Mon, 24 Jan 2011 13:47:35 -0600 krogoway Renamed SDL_keysym to SDL_KeySym
Thu, 20 Jan 2011 16:05:59 -0800 Sam Lantinga Added the ability to get the UIKit window through the SDL API.
Thu, 30 Dec 2010 13:21:39 -0800 Sam Lantinga Fixed compiling X11 touch interface
Wed, 29 Sep 2010 21:13:52 -0700 Sam Lantinga Make the union nameless to reduce the complexity of the API.
Mon, 27 Sep 2010 01:24:05 -0700 Sam Lantinga Merged the Windows custom window system hooks into the union used by X11.
Sun, 22 Aug 2010 12:07:55 -0700 Sam Lantinga Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture
Wed, 04 Aug 2010 23:17:30 -0400 Jim Grandpre Fixed gestureMulti. Disabled dollar gesture temporarily.
Mon, 02 Aug 2010 00:14:53 -0400 Jim Grandpre Fixed some Gesture bugs
Thu, 22 Jul 2010 08:12:28 +0400 jimtla Fixed x11 compile bugs.
Mon, 12 Jul 2010 21:09:23 -0700 Sam Lantinga Merged changes from the main SDL codebase
Fri, 18 Jun 2010 01:43:02 -0400 Jim Grandpre Fixed bugs in input, cleaned up $1
Tue, 01 Jun 2010 02:54:33 -0400 Jim Grandpre Added include/touch.h Now reading in resolution of touch pad.
Mon, 31 May 2010 00:24:37 -0400 Jim Grandpre Auto-detects Wacom touch devices.
Sat, 29 May 2010 02:09:16 -0400 Jim Grandpre Added pressure support for touch events.
Sat, 29 May 2010 01:47:19 -0400 Jim Grandpre Bug fixes. Basic touch events (finger up, finger down, finger move) supported.
Fri, 28 May 2010 01:26:52 -0400 Jim Grandpre Added reading of event* for touch events.
Tue, 25 May 2010 23:23:23 -0400 Jim Grandpre Added SDL_touch.c/SDL_touch_c.h as slightly modifeind SDL_mouse*. Made reads in touchSimp non-blocking.
Wed, 21 Jul 2010 21:47:12 -0700 Sam Lantinga Fixed key repeat detection on X11, and simplified the code for everyone else.
Tue, 20 Jul 2010 23:25:24 -0700 Sam Lantinga Added support for keyboard repeat (only tested on Windows so far)
Tue, 20 Jul 2010 00:05:32 -0700 Sam Lantinga Applied the same logic as the fix for bug 894.
Tue, 20 Jul 2010 00:01:26 -0700 Sam Lantinga Finally fixed bug 894 without breaking bug 716. Yay! :) SDL-1.2
Mon, 19 Jul 2010 23:29:45 -0700 Sam Lantinga Fixed X error when showing debug info about a deleted property
Sun, 18 Jul 2010 01:00:01 -0700 Sam Lantinga Added back in a little more debugging for the X11 keyboard code
Wed, 14 Jul 2010 07:25:07 -0700 Sam Lantinga Zero any fields not explicitly filled in.
Wed, 14 Jul 2010 00:08:46 -0700 Sam Lantinga Much better debugging of property changes
Tue, 13 Jul 2010 23:14:00 -0700 Sam Lantinga Turned off debug spew
Tue, 13 Jul 2010 23:11:10 -0700 Sam Lantinga Lots of prep for the "real" way to support fullscreen mode on modern window managers.
Mon, 12 Jul 2010 00:36:55 -0700 Sam Lantinga Added X11 clipboard support.