graph
- Fixed comment style2010-05-23, by Paul Hunkin
- Initial commit, adding __ANDROID__ to the platform list2010-05-17, by Paul Hunkin
- Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture2010-08-22, by Sam Lantinga
- Fixed some typos in the documentation2010-08-22, by Sam Lantinga
- According to Jim, the touchTest directory is no longer necessary.2010-08-22, by Sam Lantinga
- Fixed hgIgnore to ignore test/gesturetest2010-08-19, by Jim Grandpre
- Updated README's2010-08-19, by Jim Grandpre
- Added README.touch and README.gesture. Moved touchtest/gestureSDLTest to test/testgesture2010-08-15, by Jim Grandpre
- Fixed bugs related to keyboard handling in gestureSDLTest. Fixed gesture code (dynamic memory allocation). Cleaned up gesture and test code.2010-08-13, by Jim Grandpre
- Fixed so the origin of the touch events is the upper left.2010-08-13, by Sam Lantinga
- Removed some debug prints.2010-08-07, by Jim Grandpre
- Fixed Dollar Recognition.2010-08-07, by Jim Grandpre
- Re-enabled dollar gesture2010-08-06, by Jim Grandpre
- Fixed gestureMulti. Disabled dollar gesture temporarily.2010-08-04, by Jim Grandpre
- Minimized functionality of gestureSDLTest.2010-08-03, by Jim Grandpre
- Fixed some Gesture bugs2010-08-02, by Jim Grandpre
- Fixed sending motion and finger up events2010-07-31, by Sam Lantinga
- Fixed various type and print format issues2010-07-31, by Sam Lantinga
- Added SDL_TouchID, SDL_FingerID, SDL_GestureID types. Converted to integer cioordinates (<- not working).2010-07-31, by jimtla
- Added Iphone project. Iphone multi-touch is now functional.2010-07-31, by jimtla
- Upgraded touchId/fingerId to long. Changed position variables to floats.2010-07-30, by jimtla
- Added better logging2010-07-29, by Jim Grandpre
- Prevented SDL_SendDown from sending on nonexistent touch devices.2010-07-29, by Jim Grandpre
- Fixed the code so we receive Cocoa touch events2010-07-28, by Sam Lantinga
- Added cocoatouch.h2010-07-27, by jimtla
- Finished (untested) OS X code.2010-07-27, by jimtla
- Added preliminary touch code to SDL_cocoakeyboard.m2010-07-24, by jimtla
- Fixed x11 compile bugs.2010-07-22, by jimtla
- Merged changes2010-07-17, by Jim Grandpre
- Fixed Warning related to SDL_GestureAddTouch2010-07-17, by Jim Grandpre
- Revision 3163 added the following formats for OpenGL ES:2010-07-16, by Sam Lantinga
- Merged changes2010-07-16, by Jim Grandpre
- Bug fixes, now using RWops instead of File pointers.2010-07-16, by Jim Grandpre
- Started trying to build gesture code for iPhone2010-07-15, by Sam Lantinga
- Added alternative finger tracking method. Still prefer IPHONE_TOUCH_EFFICIENT_DANGEROUS.2010-07-13, by Jim Grandpre
- Merged changes from the main SDL codebase2010-07-12, by Sam Lantinga
- Added Iphone support (untested)2010-07-12, by Jim Grandpre
- Added some files I had previosuly missed2010-07-11, by Jim Grandpre
- Moved $1 Gestures into the SDL Library2010-07-09, by Jim Grandpre
- Moved Multi finger gesture recognition into the library.2010-07-07, by Jim Grandpre
- Added multi-finger gestures2010-07-06, by Jim Grandpre
- Fixed bugs in input, cleaned up $12010-06-18, by Jim Grandpre
- Added $1 gesture recognition.2010-06-17, by Jim Grandpre
- Started adding vectorization of touch data.2010-06-15, by Jim Grandpre
- Just updated2010-06-14, by Jim Grandpre
- Added gesture test c file. Beginning of gesture recognition.2010-06-14, by Jim Grandpre
- More fixes for windows. Disabled tablet code.2010-06-10, by jimtla
- Addition of VC project for touchTest.c2010-06-05, by jimtla
- Fixed windo build errors. Should now be compilable.2010-06-03, by jimtla
- Fixed some windows compilation bugs - Still does not compile.2010-06-03, by jimtla
- Added include/touch.h Now reading in resolution of touch pad.2010-06-01, by Jim Grandpre
- Auto-detects Wacom touch devices.2010-05-31, by Jim Grandpre
- Added pressure support for touch events.2010-05-29, by Jim Grandpre
- Bug fixes. Basic touch events (finger up, finger down, finger move) supported.2010-05-29, by Jim Grandpre
- Added reading of event* for touch events.2010-05-28, by Jim Grandpre
- Added touch event definitions. Heavily modified events/SDL_touch*.2010-05-27, by Jim Grandpre
- Added SDL_touch.c/SDL_touch_c.h as slightly modifeind SDL_mouse*. Made reads in touchSimp non-blocking.2010-05-25, by Jim Grandpre
- Added Test Directory. Touch input works in touchSimp for wacom bamboo fun on Ubuntu linux. Not yet integrated into library. Should support other touch devices and other linux distros, but not tested on anything else.2010-05-24, by Jim Grandpre
- Don't need to use strlen() to determine if there's text.2010-08-22, by Sam Lantinga
- Fix for deleting the last uncommit character2010-08-12, by Jjgod Jiang