summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-25Four finger swipes in multitouchHEADmasterDaniel Landau3-0/+14
2011-03-03Makefile: make LIBDIR configurableHarald Hoyer1-1/+2
2011-02-13Add missing thumb reset at state extractionDennis Jarosch1-0/+1
2011-02-13Fix event flood in tap handlingDennis Jarosch1-0/+1
2011-02-13Support XINPUT 12Henrik Rydberg1-0/+33
2010-10-21xf86-input-multitouch v1.0-rc2Henrik Rydberg1-1/+1
2010-10-21Package as xf86-input-multitouchHenrik Rydberg10-36/+25
2010-10-16Increase vscroll speed by a factor of twoHenrik Rydberg1-1/+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-12Remove usage of deprecated xalloc/xfreeHenrik Rydberg1-2/+2
2010-10-12Remove credits now found in the mtdev libraryHenrik Rydberg1-30/+0
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 Rydberg24-1509/+58
2010-06-21Simplify event readingHenrik Rydberg6-40/+44
2010-06-17Move tapping parameter to memory.cHenrik Rydberg2-5/+4
2010-06-17Make MT_ABS_SIZE available for all kernel versionsHenrik Rydberg1-1/+2
2010-06-16Multitouch 1.0-beta1Henrik Rydberg1-1/+1
2010-06-16Add tapping logicHenrik Rydberg10-0/+176
2010-06-16Correct mtdev API namesHenrik Rydberg6-23/+23
2010-06-16Increase stability against thumb and edge touchesHenrik Rydberg2-2/+2
2010-06-16Increase event buffer sizeHenrik Rydberg1-1/+1
2010-06-16Control grabbing by parameterHenrik Rydberg1-6/+14
2010-06-16janitor: Simplify gesture handlingHenrik Rydberg1-5/+3
2010-06-16janitor: Simplify gesture tracingHenrik Rydberg1-35/+16
2010-06-16refactor: Replace hwdata by mtdevHenrik Rydberg15-386/+221
2010-06-16refactor: Introduce mtdevHenrik Rydberg5-1/+597
2010-06-16refactor: Use the bitmask_t typeHenrik Rydberg6-8/+8
2010-06-16refactor: Simplify capabilitiesHenrik Rydberg7-93/+85
2010-06-16refactor: Generate code for ABS_MT mappingHenrik Rydberg4-0/+123
2010-06-16refactor: Move filesHenrik Rydberg20-64/+127
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-05-14Add a READMEHenrik Rydberg1-0/+8
2010-04-19Increase touch/width signal-to-noise ratioHenrik Rydberg1-1/+1