aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Four finger swipes in multitouchDaniel Landau2011-03-251-0/+4
* Add missing thumb reset at state extractionDennis Jarosch2011-02-131-0/+1
* Fix event flood in tap handlingDennis Jarosch2011-02-131-0/+1
* Support palm detection for trackpads without width supportHenrik Rydberg2010-10-161-3/+7
* Turn tapping on by defaultHenrik Rydberg2010-10-161-1/+1
* Do not grab by defaultHenrik Rydberg2010-10-161-1/+1
* Adjust thumb detection based on kernel touch width alignmentHenrik Rydberg2010-10-161-2/+2
* Enable integrated button support for the Magic TrackpadHenrik Rydberg2010-10-161-0/+4
* Use a non-blocking example instead of blockingHenrik Rydberg2010-10-121-2/+2
* Improve error handling in mtouch open and closeHenrik Rydberg2010-10-121-6/+17
* Only check delayed gestures when queue is emptyHenrik Rydberg2010-10-121-1/+3
* Same version, but using the mtdev library.Henrik Rydberg2010-10-126-46/+203
* Simplify event readingHenrik Rydberg2010-06-213-27/+33
* Move tapping parameter to memory.cHenrik Rydberg2010-06-172-5/+4
* Add tapping logicHenrik Rydberg2010-06-164-0/+139
* Correct mtdev API namesHenrik Rydberg2010-06-162-2/+2
* Increase stability against thumb and edge touchesHenrik Rydberg2010-06-162-2/+2
* Control grabbing by parameterHenrik Rydberg2010-06-161-6/+14
* refactor: Replace hwdata by mtdevHenrik Rydberg2010-06-166-143/+182
* refactor: Use the bitmask_t typeHenrik Rydberg2010-06-162-2/+2
* refactor: Simplify capabilitiesHenrik Rydberg2010-06-163-17/+23
* refactor: Move filesHenrik Rydberg2010-06-1615-1309/+2
* Allow ABI_XINPUT versions greater than 7Henrik Rydberg2010-05-171-1/+1
* Add rotation gestureHenrik Rydberg2010-05-144-6/+28
* Add scale gestureHenrik Rydberg2010-05-144-5/+49
* Hold movement while clickingHenrik Rydberg2010-05-141-1/+5
* Disable motion with resting thumbsHenrik Rydberg2010-05-143-5/+20
* Add resting thumb detection to MTFingerHenrik Rydberg2010-05-142-1/+27
* Refactor parsor memory usageHenrik Rydberg2010-05-144-70/+112
* janitor: Split gesture code into memory refresh and parseHenrik Rydberg2010-05-144-135/+226
* Add convenience methods for distance to capability center pointHenrik Rydberg2010-05-143-0/+27
* Introduce MTFinger structureHenrik Rydberg2010-05-143-11/+27
* janitor: Move min/max and dist functions up to common.hHenrik Rydberg2010-05-144-19/+24
* Simplify bit bookkeepingHenrik Rydberg2010-05-145-21/+43
* Increase touch/width signal-to-noise ratioHenrik Rydberg2010-04-191-1/+1
* Only emit multi-finger button events for real button eventsHenrik Rydberg2010-04-181-3/+7
* Hold MT data during pure button eventsHenrik Rydberg2010-04-182-2/+8
* Filter non-zero finger width eventsHenrik Rydberg2010-04-183-4/+24
* Make all movement computations work on pointing subsetHenrik Rydberg2010-04-181-0/+2
* Do not reuse tracking ids after a no-touch eventHenrik Rydberg2010-04-181-2/+11
* Correctly report zero fingersHenrik Rydberg2010-04-181-1/+2
* Reset scroll state on finger configuration changeHenrik Rydberg2010-04-151-0/+6
* Unify detection of finger configuration changesHenrik Rydberg2010-04-152-14/+18
* Reset accumulated movement at finger configuration changeHenrik Rydberg2010-04-151-0/+2
* janitor: Use more common row/column namesHenrik Rydberg2010-04-151-10/+10
* Add memory debug convenience routinesHenrik Rydberg2010-04-153-0/+16
* Extract moving fingersHenrik Rydberg2010-04-152-19/+57
* Extract pointing fingersArturo Castro2010-04-152-3/+44
* Add constant clicking area to capabilitiesHenrik Rydberg2010-04-152-0/+5
* Add integrated button property to capabilitiesHenrik Rydberg2010-04-152-1/+11