summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add in time boundaries for recognitionChase Douglas2011-03-142-18/+144
* Remove pointer emulationChase Douglas2011-03-142-157/+15
* Small compilation warning fixesChase Douglas2011-03-142-3/+2
* Bump to v1.0.18Henrik Rydberg2011-01-031-1/+1
* Only export the intended grail symbolsHenrik Rydberg2011-01-023-0/+15
* Replace touch logic with utouch frame engineHenrik Rydberg2011-01-0221-688/+259
* Prepare for queued event handlingHenrik Rydberg2011-01-025-12/+79
* Move test program to tools directoryHenrik Rydberg2011-01-028-116/+10
* grail v1.0.17v1.0.17Henrik Rydberg2010-11-171-1/+1
* Use a unified pointer emulation modelHenrik Rydberg2010-11-172-4/+57
* grail v1.0.16v1.0.16Henrik Rydberg2010-11-081-1/+1
* Report touch down on one-finger entryHenrik Rydberg2010-10-181-3/+3
* grail v1.0.15v1.0.15Henrik Rydberg2010-09-281-1/+1
* Only support pure absolute devices at this timeHenrik Rydberg2010-09-281-3/+11
* grail v1.0.14v1.0.14Henrik Rydberg2010-09-211-1/+1
* Show all information for pass-through eventsHenrik Rydberg2010-09-211-1/+3
* Add tap state to the tapping modelHenrik Rydberg2010-09-212-1/+3
* Add tap emulationHenrik Rydberg2010-09-211-3/+17
* Split pointer status and report statusHenrik Rydberg2010-09-212-3/+30
* Do not tap when leaving fingers on the padHenrik Rydberg2010-09-212-11/+14
* bug: Only report position change eventsHenrik Rydberg2010-09-212-2/+9
* Reorganize input event emulation codeHenrik Rydberg2010-09-211-34/+23
* Move input event filter from tail side to head sideHenrik Rydberg2010-09-211-12/+3
* Simplify book-keeping of active gesturesHenrik Rydberg2010-09-213-17/+10
* grail v1.0.13v1.0.13Henrik Rydberg2010-09-101-1/+1
* Allow slow tappingHenrik Rydberg2010-09-101-1/+1
* Inhibit taps immediately after a finger is liftedHenrik Rydberg2010-09-102-2/+7
* Only emit abs events when motion is activeHenrik Rydberg2010-09-101-2/+9
* Cancel tapping also on zoom eventsHenrik Rydberg2010-09-091-1/+1
* Discard tapping even when there are zero events between down and upHenrik Rydberg2010-09-091-1/+1
* Support legacy devicesHenrik Rydberg2010-09-093-2/+123
* Make sure contact area is always definedHenrik Rydberg2010-09-091-0/+6
* grail v1.0.12v1.0.12Henrik Rydberg2010-09-011-1/+1
* Do not compute velocity until enough data is availableHenrik Rydberg2010-09-011-1/+1
* Make orientation computation more robustHenrik Rydberg2010-08-301-5/+4
* grail v1.0.11v1.0.11Henrik Rydberg2010-08-261-1/+1
* Introduce tapping from any finger configurationHenrik Rydberg2010-08-262-50/+34
* Trim tapping timeoutsHenrik Rydberg2010-08-261-2/+2
* Correct abs event handlingHenrik Rydberg2010-08-263-24/+50
* Plug hole in tentative gestures state during finger transitionHenrik Rydberg2010-08-262-7/+5
* grail v1.0.10v1.0.10Henrik Rydberg2010-08-201-1/+1
* Declare missing header file for distro packageHenrik Rydberg2010-08-201-0/+1
* grail v1.0.9v1.0.9Henrik Rydberg2010-08-191-1/+1
* Add contact information to the property listHenrik Rydberg2010-08-1910-191/+220
* Crank up the maximum number of propertiesHenrik Rydberg2010-08-191-1/+1
* Use the touch_caps directly rather than grail_get_units()Henrik Rydberg2010-08-192-12/+16
* Add grail_contact and a method to retrieve the current contactsHenrik Rydberg2010-08-194-1/+101
* Make gesture inserter visible to all local filesHenrik Rydberg2010-08-192-21/+30
* Reserve one mask position for system useHenrik Rydberg2010-08-191-3/+7
* Make grail implementation visible to all local filesHenrik Rydberg2010-08-192-9/+37