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