summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-17doc: fix typosPeter Hutterer1-3/+3
2015-08-17Merge branch 'filter-us-ms-cleanup'Peter Hutterer16-130/+15335
2015-08-12test: add a commentPeter Hutterer1-2/+2
2015-08-12tools: add shell script for making the pointer acceleration graphs in the docsPeter Hutterer2-0/+81
2015-08-12doc: add pointer acceleration documentationPeter Hutterer7-0/+14762
2015-08-12tools: allow filter-switching in ptraccel-debugPeter Hutterer1-7/+36
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 Hutterer4-11/+48
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 Hutterer6-23/+86
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 Hutterer2-29/+29
2015-08-11evdev: split scroll threshold and direction lock threshold into twoPeter Hutterer3-4/+7
2015-08-11udev: use prop_value() to fetch the ID_INPUT_PROP propertyPeter Hutterer1-1/+1
2015-08-07configure.ac: add arg --with-libunwindJackie Huang1-5/+14
2015-08-05test: don't try to print axis values that aren't setPeter Hutterer1-6/+11
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-04configure.ac: libinput 0.21.0Peter Hutterer1-2/+2
2015-08-04udev: include new udev rule in EXTRA_DISTPeter Hutterer1-0/+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-03doc: add a page about touchpadsPeter Hutterer2-1/+164
2015-08-03Merge branch 'disable-gestures-semi-mt'Peter Hutterer11-213/+218
2015-08-03touchpad: pretend the jumpy semi-mt touchpad is a single-touch touchpadPeter Hutterer3-11/+22
2015-08-03touchpad: elantech touchpads can use a 2mm gesture motion thresholdPeter Hutterer4-1/+6
2015-08-03touchpad: disable gestures on Synaptics semi-mt touchpadsPeter Hutterer2-3/+11
2015-08-03touchpad: make gestures optionalPeter Hutterer3-2/+7
2015-08-03test: fix test case failure caused by belated timerPeter Hutterer1-0/+2
2015-08-03filter: move the pointer acceleration profiles back to units/msPeter Hutterer2-27/+27
2015-07-31filter: fix x230 acceleration function for the ms→us changePeter Hutterer1-2/+2
2015-07-31tools: fix the velocity range for printing the ptraccel profilePeter Hutterer1-2/+2
2015-07-31touchpad: move CAP_GESTURE assignment to the touchpad codePeter Hutterer2-1/+1
2015-07-31test: move the helper functions to the litest.h filePeter Hutterer4-200/+176
2015-07-30doc: add a page on how to report bugsPeter Hutterer4-0/+92
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-29test: abort if we trigger a libinput bug messagePeter Hutterer2-0/+6
2015-07-29test: add missing libinput_dispatch() before timeoutsPeter Hutterer1-0/+1
2015-07-29touchpad: update the thumb move timeout to µsPeter Hutterer1-1/+2
2015-07-29test: add a bunch of libinput_dispatch() before timeout callsPeter Hutterer1-0/+12
2015-07-29touchpad: log when thumb detection is enabled on a devicePeter Hutterer1-0/+4