summaryrefslogtreecommitdiff
path: root/src/gestures-combo.c
Commit message (Collapse)AuthorAgeFilesLines
* Add four-finger and five-finger gesturesHenrik Rydberg2010-08-051-2/+10
| | | | | | | Add four-finger and five-finger gestures, and move all gesture types out to a separate file. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
* Cleanup tapping and gesture codeHenrik Rydberg2010-08-051-10/+5
| | | | | | Improved tapping quality with this patch. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
* Introduce tappingHenrik Rydberg2010-08-051-40/+26
| | | | | | | 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/+82
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>