summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-08-17Merge branch 'filter-us-ms-cleanup'Peter Hutterer6-120/+454
2015-08-12filter: split trackpoint acceleration outPeter Hutterer3-1/+98
2015-08-12filter: duplicate the code for the Lenovo x230 accel methodPeter Hutterer1-3/+56
2015-08-12touchpad: enable natural scrolling for edge scrollingPeter Hutterer3-11/+18
2015-08-11filter: split out handling of the low-dpi accel methodPeter Hutterer1-2/+32
2015-08-11filter: split calculating the accel factor into a helper functionPeter Hutterer1-10/+25
2015-08-11filter: revamp to create device-specific filters, rather than accel functionsPeter Hutterer5-21/+85
2015-08-11filter: move create_pointer_accelerator_filter down in the filePeter Hutterer1-35/+35
2015-08-11filter: drop accel->last, write-only valuePeter Hutterer1-5/+0
2015-08-11filter: explain the acceleration function in detailPeter Hutterer1-10/+73
2015-08-11filter: add two helper functions to convert between speedsPeter Hutterer1-10/+28
2015-08-11filter: rename speed_out to "factor" for the touchpad profilesPeter Hutterer1-23/+23
2015-08-11filter: rename speed to speed_adjustment where it's in the [-1,1] rangePeter Hutterer2-11/+11
2015-08-11filter: drop superfluous struct declarationPeter Hutterer1-1/+0
2015-08-11Revert "filter: move the pointer acceleration profiles back to units/ms"Peter Hutterer1-27/+27
2015-08-11evdev: split scroll threshold and direction lock threshold into twoPeter Hutterer3-4/+7
2015-08-04filter: fix acceleration threshold assignmentPeter Hutterer1-3/+4
2015-08-04middle-button: don't call libinput_now() in the timeout handlerPeter Hutterer1-3/+1
2015-08-04touchpad: always enable the bottom-most area for thumb detectionPeter Hutterer1-16/+20
2015-08-04gestures: reduce 2fg scroll timeout to 500msPeter Hutterer1-1/+1
2015-08-03Merge branch 'disable-gestures-semi-mt'Peter Hutterer5-8/+32
2015-08-03touchpad: pretend the jumpy semi-mt touchpad is a single-touch touchpadPeter Hutterer1-5/+16
2015-08-03touchpad: elantech touchpads can use a 2mm gesture motion thresholdPeter Hutterer3-1/+5
2015-08-03touchpad: disable gestures on Synaptics semi-mt touchpadsPeter Hutterer1-1/+5
2015-08-03touchpad: make gestures optionalPeter Hutterer3-2/+7
2015-08-03filter: move the pointer acceleration profiles back to units/msPeter Hutterer1-25/+25
2015-07-31filter: fix x230 acceleration function for the ms→us changePeter Hutterer1-2/+2
2015-07-31touchpad: move CAP_GESTURE assignment to the touchpad codePeter Hutterer2-1/+1
2015-07-30touchpad: drop distance threshold to detect pinchesPeter Hutterer1-16/+1
2015-07-30gestures: check ntouches, not just num_slots for the number of fingersPeter Hutterer1-1/+1
2015-07-29touchpad: update the thumb move timeout to µsPeter Hutterer1-1/+2
2015-07-29touchpad: log when thumb detection is enabled on a devicePeter Hutterer1-0/+4
2015-07-28Ignore test devices for libinput contexts not run from the test suiteJonas Ådahl4-0/+21
2015-07-28Change to micro seconds for measuring time internallyJonas Ådahl16-56/+177
2015-07-28timer: Warn about negative timer offsetsJonas Ådahl1-1/+4
2015-07-28Always use uint64_t for internal timestamp valuesJonas Ådahl3-7/+7
2015-07-27touchpad: disable 2fg scrolling on Synaptics semi-mt touchpadsPeter Hutterer3-7/+31
2015-07-27touchpad: don't check clickfinger distance for three fingersPeter Hutterer1-18/+7
2015-07-27touchpad: don't log a bug for Apple's one-button touchpadsPeter Hutterer1-1/+2
2015-07-24Merge branch 'thumb-detect-improvements'Peter Hutterer4-27/+157
2015-07-24touchpad: put a movement threshold on thumb detectionPeter Hutterer2-0/+17
2015-07-24touchpad: a pressure change alone needs touch processing, mark as dirtyPeter Hutterer1-0/+2
2015-07-24touchpad: only try thumb detection in the lowest 15/8mmPeter Hutterer4-16/+71
2015-07-24touchpad: hook up disable-while-typing configurationPeter Hutterer2-10/+100
2015-07-24Add a configuration interface for enabling/disabling disable-while-typingPeter Hutterer4-0/+151
2015-07-24touchpad: drop TOUCHPAD_HAS_TRACKPOINT_BUTTONS parsingPeter Hutterer2-8/+2
2015-07-24test: only initialize the generic rules/hwdb oncePeter Hutterer1-1/+1
2015-07-23Merge branch 'edge-scroll-on-edge-only'Peter Hutterer1-22/+8
2015-07-23Merge branch 'serial-synaptics-cursor-jump'Peter Hutterer6-36/+106
2015-07-23Merge branch 'reduce-motion-thresholds'Peter Hutterer2-3/+4