summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-04-21touchpad: always enable trackpoint palm detectionPeter Hutterer1-0/+2
2017-04-21touchpad: make palm detection logging a bit easierPeter Hutterer1-3/+21
2017-04-21touchpad: move edge palm detection into a helper tooPeter Hutterer1-14/+27
2017-04-01tablet: remove useless self-assignmentPeter Hutterer1-1/+0
2017-03-29touchpad: don't try to unhover touches in NONE statePeter Hutterer1-0/+3
2017-03-28test: highlight the various state machines with colorsPeter Hutterer1-3/+14
2017-03-28test: add color to litest verbose outputPeter Hutterer1-0/+4
2017-03-28evdev: fix typo in log messagePeter Hutterer1-1/+1
2017-03-23Merge branch 'wip/tablet-wobbly-lines-v2'Peter Hutterer3-203/+369
2017-03-23tablet: add axis smoothingPeter Hutterer2-12/+39
2017-03-23tablet: reset delta and changed axes as soon as we send themPeter Hutterer1-5/+32
2017-03-23tablet: add assert that deltas are always 0Peter Hutterer1-0/+3
2017-03-23tablet: split point vs delta handling upPeter Hutterer1-33/+28
2017-03-23table: move custom rotation handling into a helper functionPeter Hutterer1-27/+42
2017-03-23tablet: reshuffle device axis updatesPeter Hutterer1-43/+34
2017-03-23tablet: move the axis transforms to the endPeter Hutterer1-3/+3
2017-03-23tablet: move delta processing downPeter Hutterer1-1/+2
2017-03-23tablet: add a motion historyPeter Hutterer2-5/+65
2017-03-23tablet: move definition of tablet_axes downPeter Hutterer1-12/+12
2017-03-23tablet: reshuffle the event sending codePeter Hutterer1-87/+142
2017-03-23tablet: remove unnecessary out-of-proximity checkPeter Hutterer1-8/+1
2017-03-23tablet: drop unnecessary call to reset the changed axesPeter Hutterer1-1/+0
2017-03-23touchpad: add touchpad pressure state debugging to debug outputPeter Hutterer1-1/+6
2017-03-23evdev: mark the new log functions as printf-style functionsPeter Hutterer2-2/+4
2017-03-23touchpad: add pressure ranges for cyapa touchpadsPeter Hutterer1-0/+3
2017-03-08touchpad: add elantech-specific pressure valuesPeter Hutterer1-3/+8
2017-03-02touchpad: ignore hovering touches for the software button statePeter Hutterer1-1/+1
2017-02-28touchpad: reduce minimum height for horiz edge scrolling to 40mmPeter Hutterer1-2/+2
2017-02-27Merge branch 'wip/log-function-rework'Peter Hutterer15-391/+394
2017-02-27Fix a crash when requesting invalid mode group indicesPeter Hutterer1-0/+4
2017-02-24timer: prefix all messages with "timer:"Peter Hutterer1-4/+4
2017-02-24evdev: standardize log messsagesPeter Hutterer14-387/+389
2017-02-24evdev: move the 'device removed' message to the evdev backendPeter Hutterer2-4/+5
2017-02-23configure.ac: libinput 1.7rc1Peter Hutterer1-1/+1
2017-02-22Merge branch 'wip/logitech-marble-mouse-middleemulation'Peter Hutterer4-27/+105
2017-02-21Add the matching @see tags to the accel configPeter Hutterer1-0/+16
2017-02-20evdev: don't provide button scrolling on absolute pointer devicesPeter Hutterer1-1/+3
2017-02-20evdev: add "READY" state to button scrollingPeter Hutterer2-3/+10
2017-02-20evdev: convert button scrolling into a state machinePeter Hutterer2-20/+38
2017-02-20evdev: add state debugging to button scrollingPeter Hutterer1-2/+11
2017-02-20evdev: rename define for button scroll timeoutPeter Hutterer1-2/+2
2017-02-20evdev: add quirk for Logitech Marble MousePeter Hutterer2-0/+6
2017-02-20evdev: allow button scrolling on the L/R button with middle emulation activePeter Hutterer3-8/+44
2017-02-20Added missing button range for pad on CTH-680Sakse Dalum1-0/+5
2017-02-13touchpad: drop 'is blacklisted' check for dwt pairingPeter Hutterer1-22/+2
2017-02-13touchpad: add a hwdb quirk for (external) touchpad/keyboard combosPeter Hutterer3-2/+48
2017-02-09Merge branch 'gcov-tests'Peter Hutterer5-25/+52
2017-02-09evdev: split calibration property parsing into a helperPeter Hutterer3-21/+44
2017-02-09path: parse the WL_OUTPUT property for patch devices tooPeter Hutterer1-1/+4
2017-02-09evdev: free the output name on evdev_destroy()Peter Hutterer1-0/+1