summaryrefslogtreecommitdiff
path: root/src/grail-inserter.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup tapping and gesture codeHenrik Rydberg2010-08-051-2/+3
| | | | | | Improved tapping quality with this patch. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
* Introduce tappingHenrik Rydberg2010-08-051-32/+75
| | | | | | | Simplify some common parts of the recognizer code and add tapping to the gesture suite. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
* Introduce zoom, rotate and combo gesturesHenrik Rydberg2010-08-051-97/+151
| | | | | | | Introduce grail_mask bit functions, and add new gestures as separate functions, referring to the same move model. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
* Split the code into recognizer and inserterHenrik Rydberg2010-08-051-0/+184
Refactor code to make more room for gesture recognition. Also simplify public headers. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>