aboutsummaryrefslogtreecommitdiffstats
path: root/src/gestures.h
Commit message (Collapse)AuthorAgeFilesLines
* janitor: stick to kernel-style formattingHenrik Rydberg2010-02-011-10/+1
| | | | | | With this commit, the whole code base complies with the kernel format style, and patches can be checked against the kernel-provided ./scripts/checkpatch.pl
* button: simplify property mappingHenrik Rydberg2010-02-011-1/+0
| | | | Janitory changes only.
* button: simplify button handlingHenrik Rydberg2010-02-011-1/+1
| | | | | Make better use of the bit representation, reducing one layer of conversion.
* License and credits resolvedHenrik Rydberg2010-01-301-0/+21
| | | | | | All files are tagged as GPL, and a CREDIT file created with references to the synaptics X driver and the matching code, under their respective MIT and BSD licenses.
* ABI_XINPUT_VERSION >= 7 supportAndreas Nüßlein2010-01-281-0/+1
|
* Add multi-finger button and scroll from experimentalHenrik Rydberg2009-05-161-2/+4
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Gesture interface in placeHenrik Rydberg2008-11-091-0/+25
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>