summaryrefslogtreecommitdiff
path: root/test/testgesture.c
Commit message (Collapse)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
| | | | | This is for test apps that don't need custom command line arguments; it lets us reduce the boilerplate code a tiny bit.
* testgesture: Make the background gray.Ryan C. Gordon2019-03-171-1/+1
| | | | | This is so you can see it on systems that have a minimal window manager and a black background.
* 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
| | | | | | | | | | With this commit, you can compile SDL2 with Emscripten ( http://emscripten.org/ ), and make your SDL-based C/C++ program into a web app. This port was due to the efforts of several people, including: Charlie Birks, Sathyanarayanan Gunasekaran, Jukka Jyl?nki, Alon Zakai, Edward Rudd, Bruce Mitchener, and Martin Gerhardy. (Thanks, everyone!)
* 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
| | | | | On Android starting the application after a previous quit did not always work. Android keeps VM processes for a faster restart and therefore the loaded *.so.
* add "i" shortcut to testgesture tool to log # of fingers down on the touch ↵Edward Rudd2014-11-231-0/+9
| | | | devices.
* Don't redefine standard macros, use SDL specific macros instead to avoid ↵Sam Lantinga2014-06-231-5/+5
| | | | compiler warnings
* commit 9e211e646f9d51dc1372c9f3c8f47a78caf4f2a5Sam Lantinga2014-06-211-22/+0
| | | | | | | | | | | | | | Author: Sam Clegg <sbc@chromium.org> Date: Fri Jun 20 12:52:11 2014 Fix win32 build which was failing due to missing PRIs64. This change adds definitions for the C99 PRIs16 and PRIu64 which are missing from <stdint.h> on at last win32 and possibly other platforms. These already existed in testgesture.c so I removed them from there also.
* Fixed bug 2475 - Incorrect SDL_Log() format specifiers in test/testgesture.cSam Lantinga2014-04-171-3/+3
| | | | | | rettichschnidi The floats should not be interpreted as integers. Patch against the current head attached.
* Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
| | | | Is it that time already??
* 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 ↵Andreas Schiffler2013-08-141-0/+3
| | | | solution: copy missing dependency
* 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
| | | | | | * Normalized touch coordinates as floats in the 0...1 range * Removed unused touchpad concepts from the API * Added API functions to get active touch devices and current finger state
* Fixed bug 1672 - Found: seg-fault with testgestureSam Lantinga2012-12-311-4/+4
| | | | | | | | | | automata 2012-12-23 22:05:21 PST An incorrect guard resulted in segmentation faults with the SDL/test/testgesture executable. The attached patch fixes this issue, and also allows the program's window to properly handle resize events. Apply the attached patch to .../SDL/test/testgesture.c
* 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
| | | | Slightly speeded up event history processing each frame
* 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
| | | | Changed "win32" to "windows"
* Fixed crash if the gesture coordinates go negative - FIXME: Should this ↵Sam Lantinga2010-11-301-2/+2
| | | | protection be at a lower level?
* Added a Visual Studio project for testgestureSam Lantinga2010-11-301-39/+41
|
* Added README.touch and README.gesture. Moved touchtest/gestureSDLTest to ↵Jim Grandpre2010-08-151-0/+297
test/testgesture