log src/events/SDL_touch.c @ 5284:96a22141cf86 tip

age author description
Fri, 11 Feb 2011 22:37:15 -0800 Sam Lantinga Happy 2011! :)
Fri, 28 Jan 2011 10:21:58 -0800 Sam Lantinga Fixed bug #1056 (Frequent crashes in Touch events by simply touching the screen)
Sat, 22 Jan 2011 15:58:21 -0800 Sam Lantinga Fixed size_t warnings on 64-bit build
Tue, 30 Nov 2010 17:58:51 -0800 Sam Lantinga First pass at Windows multi-touch gesture support
Sun, 29 Aug 2010 14:22:22 -0700 Sam Lantinga Fixed compiling with Visual Studio 2008
Mon, 23 Aug 2010 23:44:28 -0700 Andreas Schiffler Update VS2010 project to add new files; update new files so code builds on Win32/Win64
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.
Mon, 02 Aug 2010 00:14:53 -0400 Jim Grandpre Fixed some Gesture bugs
Sat, 31 Jul 2010 20:38:37 -0700 Sam Lantinga Fixed various type and print format issues
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.
Thu, 29 Jul 2010 12:24:34 -0400 Jim Grandpre Prevented SDL_SendDown from sending on nonexistent touch devices.
Sat, 17 Jul 2010 23:16:23 -0400 Jim Grandpre Fixed Warning related to SDL_GestureAddTouch
Wed, 07 Jul 2010 04:13:08 -0700 Jim Grandpre Moved Multi finger gesture recognition into the library.
Fri, 18 Jun 2010 01:43:02 -0400 Jim Grandpre Fixed bugs in input, cleaned up $1
Thu, 17 Jun 2010 03:41:27 -0400 Jim Grandpre Added $1 gesture recognition.
Thu, 03 Jun 2010 13:21:35 -0400 jimtla Fixed windo build errors. Should now be compilable.
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.
Thu, 27 May 2010 01:21:37 -0400 Jim Grandpre Added touch event definitions. Heavily modified events/SDL_touch*.
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.