summaryrefslogtreecommitdiff
path: root/test/testgesture.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* testgesture.c: comment out unused drawLine()Ozkan Sezer2020-12-241-0/+2
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* test: added SDLTest_CommonDefaultArgs()Ryan C. Gordon2019-05-191-13/+2
* testgesture: Make the background gray.Ryan C. Gordon2019-03-171-1/+1
* testgesture: cleaned up code formatting, etc.Ryan C. Gordon2019-03-151-195/+196
* testgesture: minor cleanups.Ryan C. Gordon2019-03-151-7/+1
* test: Moved testgesture.c over to the common SDLtest framework.Ryan C. Gordon2019-03-151-41/+45
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Removed unused constant in testgesture program.Philipp Wiesemann2017-03-191-1/+0
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Added missing loop cancel for Emscripten in test programs.Philipp Wiesemann2015-05-181-0/+6
* Fixed implicit function declaration in test program.Philipp Wiesemann2015-05-061-0/+1
* Fixed compile errors in example programs.Philipp Wiesemann2014-12-251-7/+5
* Maybe actually patched to compile this time?Ryan C. Gordon2014-12-241-3/+7
* Really patched to compile this time?Ryan C. Gordon2014-12-241-2/+1
* Patched to compile.Ryan C. Gordon2014-12-241-0/+1
* Initial merge of Emscripten port!Ryan C. Gordon2014-12-181-27/+41
* Removed unused includes and functions from test program.Philipp Wiesemann2014-12-121-17/+0
* Replaced sqrt() with SDL_sqrt() in test program.Philipp Wiesemann2014-12-121-1/+1
* Removed global variable from test program.Philipp Wiesemann2014-12-121-7/+10
* add "i" shortcut to testgesture tool to log # of fingers down on the touch de...Edward Rudd2014-11-231-0/+9
* Don't redefine standard macros, use SDL specific macros instead to avoid comp...Sam Lantinga2014-06-231-5/+5
* commit 9e211e646f9d51dc1372c9f3c8f47a78caf4f2a5Sam Lantinga2014-06-211-22/+0
* Fixed bug 2475 - Incorrect SDL_Log() format specifiers in test/testgesture.cSam Lantinga2014-04-171-3/+3
* Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
* Changed parameter name for gesture template save functions from "src" to "dst".Philipp Wiesemann2013-11-021-7/+7
* OCD fixes: Adds a space after /* (glory to regular expressions!)Gabriel Jacobo2013-08-211-8/+8
* OCD fixes: Adds a space before */Gabriel Jacobo2013-08-211-8/+8
* More non C89 compliant commentsGabriel Jacobo2013-08-201-8/+8
* Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution...Andreas Schiffler2013-08-141-0/+3
* Updated the copyright year for the test programsSam Lantinga2013-07-251-1/+1
* Fixed compiler warnings in test program by using wrapped functions.Philipp Wiesemann2013-07-141-2/+2
* File style cleanup for the SDL 2.0 releaseSam Lantinga2013-05-181-93/+93
* Updated touch APISam Lantinga2013-03-031-9/+2
* Fixed bug 1672 - Found: seg-fault with testgestureSam Lantinga2012-12-311-4/+4
* SDL 1.3 is now under the zlib license.Sam Lantinga2011-04-081-0/+11
* Removed newlines from log messagesSam Lantinga2011-03-091-25/+23
* Use SDL_Log() so the messages show up on iPhone and AndroidSam Lantinga2011-03-091-12/+11
* Make the globals static so they're initialized to zero.Sam Lantinga2011-03-091-5/+5
* Fixed testgesture to work on the iPhoneSam Lantinga2011-03-091-15/+26
* Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008Sam Lantinga2011-01-241-2/+2
* Fixed bug #925Sam Lantinga2011-01-201-2/+2
* Fixed crash if the gesture coordinates go negative - FIXME: Should this prote...Sam Lantinga2010-11-301-2/+2
* Added a Visual Studio project for testgestureSam Lantinga2010-11-301-39/+41
* Added README.touch and README.gesture. Moved touchtest/gestureSDLTest to test...Jim Grandpre2010-08-151-0/+297