summaryrefslogtreecommitdiff
path: root/src/grail-gestures.c
Commit message (Collapse)AuthorAgeFilesLines
* Introduce tappingHenrik Rydberg2010-08-051-45/+83
| | | | | | | 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-0/+150
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>