summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Rename and install test binariesHenrik Rydberg2010-08-051-4/+2
| | | | | | Install the test programs as grail-touch and grail-gesture. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
* Split the code into recognizer and inserterHenrik Rydberg2010-08-051-1/+0
| | | | | | | Refactor code to make more room for gesture recognition. Also simplify public headers. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
* Test implementation of grail apiHenrik Rydberg2010-08-051-0/+1
| | | | | | This patch introduces the grail API, and a program to test it (evlink). Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
* Gesture Recognition And Instantiation Library (grail)Henrik Rydberg2010-07-131-0/+83
The aim of this first commit is to get down to hard testing of concepts, and the library currently has two test programs, touch and grail, which can be run on commandline. Touch tests the touch interface, and grail tests the gesture interface. Expect thinking errors and some glitches. Other than that, the code runs fine. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>