log include/SDL_events.h @ 5227:c66b2a778b7e

age author description
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.
Tue, 01 Feb 2011 19:15:42 -0800 Sam Lantinga Added functions to watch events as they go through the event queue.
Mon, 24 Jan 2011 13:47:35 -0600 krogoway Renamed SDL_keysym to SDL_KeySym
Mon, 17 Jan 2011 14:05:14 -0800 Sam Lantinga Fixed compiler error
Mon, 17 Jan 2011 09:09:15 -0800 Sam Lantinga Minor documentation consistency cleanup
Wed, 12 Jan 2011 11:55:02 -0800 Sam Lantinga Fixed spacing in comments
Wed, 12 Jan 2011 09:47:33 -0800 Sam Lantinga Updated headers to match wiki documentation
Sun, 22 Aug 2010 12:07:55 -0700 Sam Lantinga Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture
Sun, 15 Aug 2010 00:36:28 -0400 Jim Grandpre Added README.touch and README.gesture. Moved touchtest/gestureSDLTest to test/testgesture
Wed, 04 Aug 2010 23:17:30 -0400 Jim Grandpre Fixed gestureMulti. Disabled dollar gesture temporarily.
Sat, 31 Jul 2010 20:02:54 +0400 jimtla Added SDL_TouchID, SDL_FingerID, SDL_GestureID types. Converted to integer cioordinates (<- not working).
Fri, 30 Jul 2010 23:18:35 +0400 jimtla Upgraded touchId/fingerId to long. Changed position variables to floats.
Tue, 13 Jul 2010 18:31:09 -0400 Jim Grandpre Added alternative finger tracking method. Still prefer IPHONE_TOUCH_EFFICIENT_DANGEROUS.
Mon, 12 Jul 2010 21:09:23 -0700 Sam Lantinga Merged changes from the main SDL codebase
Sun, 11 Jul 2010 01:15:39 -0400 Jim Grandpre Added some files I had previosuly missed
Fri, 09 Jul 2010 00:50:40 -0700 Jim Grandpre Moved $1 Gestures into the SDL Library
Wed, 07 Jul 2010 04:13:08 -0700 Jim Grandpre Moved Multi finger gesture recognition into the library.
Sat, 29 May 2010 02:09:16 -0400 Jim Grandpre Added pressure support for touch events.
Fri, 28 May 2010 01:26:52 -0400 Jim Grandpre Added reading of event* for touch events.
Thu, 27 May 2010 01:21:37 -0400 Jim Grandpre Added touch event definitions. Heavily modified events/SDL_touch*.
Sat, 14 Aug 2010 12:28:43 -0700 Sam Lantinga Fixed documentation error
Tue, 20 Jul 2010 23:25:24 -0700 Sam Lantinga Added support for keyboard repeat (only tested on Windows so far)
Thu, 08 Jul 2010 22:54:03 -0700 Sam Lantinga Added an event when the clipboard is updated, triggered after the window gains the keyboard focus.
Sun, 09 May 2010 20:47:22 -0700 Sam Lantinga Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
Thu, 15 Apr 2010 22:27:01 -0700 Sam Lantinga Minor cleanup on Jiang's patch
Thu, 15 Apr 2010 22:14:26 -0700 Sam Lantinga changeset: 4433:25667ea797fa
Thu, 25 Mar 2010 01:08:26 -0700 Sam Lantinga General improvements for user custom event registration
Mon, 21 Sep 2009 09:38:10 +0000 Sam Lantinga Fixed bug #706 SDL-1.2
Mon, 08 Dec 2008 00:25:42 +0000 Sam Lantinga Updated copyright date SDL-1.2
Wed, 06 Aug 2008 11:49:28 +0000 Szymon Wilczek proximity events bug fix gsoc2008_manymouse
Wed, 06 Aug 2008 09:29:32 +0000 Szymon Wilczek Sharpened code looks and a minor events upgrade gsoc2008_manymouse
Tue, 05 Aug 2008 14:10:11 +0000 Szymon Wilczek Cursor support added gsoc2008_manymouse
Sun, 06 Jul 2008 09:24:56 +0000 Szymon Wilczek Pressure levels. Documentation http://wilku.ravenlord.ws/doku.php?id=documentation gsoc2008_manymouse
Sat, 05 Jul 2008 20:02:07 +0000 Szymon Wilczek Estethic changes noted on the SDL meeting 05.07.08 gsoc2008_manymouse
Wed, 02 Jul 2008 20:29:29 +0000 Szymon Wilczek Proximity events and evil-temporary makefile repair 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.
Wed, 16 Dec 2009 00:44:53 +0000 Sam Lantinga Fixed bug #642
Mon, 19 Oct 2009 13:31:58 +0000 Sam Lantinga Partial fix for bug #859
Sat, 19 Sep 2009 13:29:40 +0000 Sam Lantinga Merged a cleaned up version of Jiang's code changes from Google Summer of Code 2009
Wed, 10 Jun 2009 14:00:21 +0000 Sam Lantinga Fixed bug #750
Fri, 05 Jun 2009 23:36:00 +0000 Bob Pendleton Added a #ifndef SDL_NO_COMPAT around SDL_ActiveEvent and SDL_ResizeEvent so that code
Wed, 01 Jul 2009 07:33:58 +0000 Jiang Jiang Add SDL_TEXTEDTING event to inform application about marked text. gsoc2009_IME
Tue, 17 Feb 2009 05:59:40 +0000 Sam Lantinga Fixed bug #684
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Mon, 25 Aug 2008 06:33:00 +0000 Sam Lantinga Final merge of Google Summer of Code 2008 work...
Thu, 10 Jul 2008 23:35:01 +0000 Darren Alton Removed old touchscreen system, starting to implement mouse-based touchscreen. Also, more work on a non-software-rendering video driver gsoc2008_nds
Mon, 23 Jun 2008 11:55:26 +0000 Darren Alton Started adding framework for Touchscreen API, based on and (consistent with) the existing Joystick API. gsoc2008_nds
Tue, 15 Jan 2008 22:37:17 +0000 Bob Pendleton Minimal implementation of textinput events for x11. It only works for latin-1.
Fri, 06 Jul 2007 09:22:18 +0000 Sam Lantinga Fixed bug #382
Wed, 20 Jun 2007 00:01:04 +0000 Bob Pendleton Added a WindowID to the user event and cleaned up a little bit of formating
Sat, 29 Jul 2006 22:42:48 +0000 Sam Lantinga Implemented Cocoa mouse wheel events
Tue, 18 Jul 2006 07:49:51 +0000 Sam Lantinga Added a test program framework for easy initialization.
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.
Sat, 08 Jul 2006 20:07:08 +0000 Sam Lantinga SDL_PushEvent() calls the event filter code, and has a return value to tell SDL-1.3
Thu, 06 Jul 2006 07:17:11 +0000 Sam Lantinga Proof of concept done - Win32 GDI implementation mostly complete. SDL-1.3
Fri, 30 Jun 2006 08:18:44 +0000 Sam Lantinga Added a userdata parameter for event filters. SDL-1.3
Sun, 18 Jun 2006 13:47:19 +0000 Sam Lantinga Added the unicode keysym memory again for backwards compatibility. SDL-1.3
Mon, 29 May 2006 05:08:33 +0000 Sam Lantinga The test programs compile again. SDL-1.3