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