summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-10-21Merge branch 'master' into tablet-supportPeter Hutterer11-74/+503
2015-09-19touchpad: fix the number of button clicks in multitapPeter Hutterer1-10/+0
2015-09-11Add an API to change pointer acceleration profilesPeter Hutterer9-30/+367
2015-09-10Fix leaking device groupsPeter Hutterer3-17/+49
2015-09-07touchpad: don't tap for 2fg down, followed by a single finger upPeter Hutterer2-6/+36
2015-09-04Note that libinput_unref() really destroys everythingPeter Hutterer1-0/+20
2015-09-01evdev: ignore accelerometer devicesPeter Hutterer1-0/+7
2015-08-31filter: fix constant acceleration for the X230Peter Hutterer1-10/+23
2015-08-26Merge branch 'master' into tablet-supportPeter Hutterer14-173/+654
2015-08-21doc: inverse event type restriction of x and y accessorsAndreas Pokorny1-4/+8
2015-08-20touchpad: use unaccelerated motion data for scrollingPeter Hutterer5-3/+42
2015-08-20filter: add a "filter_constant" hook to the filter interfacePeter Hutterer3-0/+46
2015-08-20filter: move the TP_MAGIC_SLOWDOWN to a single definitionPeter Hutterer1-9/+9
2015-08-20filter: use named initalizers for the accelerator interfacePeter Hutterer1-16/+16
2015-08-20Add log_*_ratelimit wrappersPeter Hutterer3-29/+47
2015-08-20Drop obsolete unused declarations for log_info/set_logging_enabledPeter Hutterer1-6/+0
2015-08-20Change a fprintf to log_errorPeter Hutterer1-2/+3
2015-08-20evdev: drop relative x/y motion from a device not marked as pointerPeter Hutterer2-0/+36
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-04tablet: add get_time_usec() for tablets, switch to usecPeter Hutterer5-15/+31
2015-08-04Merge branch 'master' into tablet-supportPeter Hutterer20-118/+295
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