log src/events/SDL_gesture.c @ 5086:ac2c68eb1bb9

age author description
2010-12-01 Sam Lantinga Fixed massive stack memory usage in the gesture functions
2010-12-01 Sam Lantinga First pass at Windows multi-touch gesture support
2010-08-24 Andreas Schiffler Update VS2010 project to add new files; update new files so code builds on Win32/Win64
2010-08-29 Sam Lantinga Fixed compiling with Visual Studio 2008
2010-08-24 Andreas Schiffler Update VS2010 project to add new files; update new files so code builds on Win32/Win64
2010-08-15 Jim Grandpre Added README.touch and README.gesture. Moved touchtest/gestureSDLTest to test/testgesture
2010-08-14 Jim Grandpre Fixed bugs related to keyboard handling in gestureSDLTest. Fixed gesture code (dynamic memory allocation). Cleaned up gesture and test code.
2010-08-07 Jim Grandpre Removed some debug prints.
2010-08-07 Jim Grandpre Fixed Dollar Recognition.
2010-08-06 Jim Grandpre Re-enabled dollar gesture
2010-08-05 Jim Grandpre Fixed gestureMulti. Disabled dollar gesture temporarily.
2010-08-03 Jim Grandpre Minimized functionality of gestureSDLTest.
2010-08-02 Jim Grandpre Fixed some Gesture bugs
2010-07-31 jimtla Added SDL_TouchID, SDL_FingerID, SDL_GestureID types. Converted to integer cioordinates (<- not working).
2010-07-17 Jim Grandpre Merged changes
2010-07-17 Jim Grandpre Bug fixes, now using RWops instead of File pointers.
2010-07-15 Sam Lantinga Started trying to build gesture code for iPhone
2010-07-11 Jim Grandpre Added some files I had previosuly missed
2010-07-09 Jim Grandpre Moved $1 Gestures into the SDL Library
2010-07-07 Jim Grandpre Moved Multi finger gesture recognition into the library.