summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-12configure.ac: libinput 1.4rc11.3.901Peter Hutterer1-2/+2
2016-07-11Remove LIBINPUT_EVENT_TABLET_PAD_MODE eventPeter Hutterer5-41/+0
2016-07-11Fix and improve mode group documentationPeter Hutterer1-18/+29
2016-07-06test: write the valgrind test results to a different output filePeter Hutterer1-1/+1
2016-07-05test: up the timeout to 30sPeter Hutterer1-1/+1
2016-07-05test: create a lock file to avoid parallel udev reloads during device addPeter Hutterer2-0/+66
2016-07-05test: fix a memleak when creating udev devicesPeter Hutterer1-2/+6
2016-07-04Merge branch 'wip/tablet-pad-modes-v3'Peter Hutterer22-163/+2367
2016-07-04touchpad: remove software middle button when emulation is enabledPeter Hutterer10-13/+382
2016-07-04evdev: return the desired middle button emulation statePeter Hutterer1-1/+1
2016-07-04touchpad: unify internal/external touchpad taggingPeter Hutterer3-20/+55
2016-07-04gestures: make the gesture movement threshold depending on finger countPeter Hutterer2-8/+11
2016-06-30gitignore: add pattern for gcov detritusPeter Hutterer1-0/+2
2016-06-30doc: add a section to the FAQ on how to retrigger hwdb changesPeter Hutterer1-0/+31
2016-06-29touchpad: only check for vertical finger distribution on 2fg gesturesPeter Hutterer1-12/+13
2016-06-28tablet: make the cursor/lens tool behave like a 1000dpi mousePeter Hutterer3-21/+80
2016-06-27tools: reduce tilt scale to 1/30 of the input valuePeter Hutterer1-1/+1
2016-06-24test: add pad mode group testsPeter Hutterer5-0/+384
2016-06-24test: add an Wacom EKR test devicePeter Hutterer4-0/+136
2016-06-24pad: implement basic mode group support (1 group with 1 mode)Peter Hutterer8-22/+357
2016-06-22pad: Add a new API for modes and mode groupsPeter Hutterer8-12/+550
2016-06-22doc: add two svgs showing the modesPeter Hutterer3-0/+783
2016-06-22doc: move the struct declarations to the topPeter Hutterer1-126/+126
2016-06-22doc: split the tablet pad events into their own doxygen module pagePeter Hutterer1-15/+23
2016-06-22util: add safe_atoi helper functionPeter Hutterer1-0/+20
2016-06-20Merge branch 'wip/touchpad-drop-hysteresis'Peter Hutterer9-118/+10
2016-06-20touchpad: re-enable hysteresis by default for all devicesPeter Hutterer5-11/+0
2016-06-20Revert "touchpad: reset the motion history on significant negative pressure c...Peter Hutterer5-38/+10
2016-06-20Revert "touchpad: only use negative pressure change check on Lenovo *50 and *...Peter Hutterer1-3/+1
2016-06-20Revert "test: add a test for the T450 dropped motion events"Peter Hutterer1-67/+0
2016-06-20test: add an apple magicmouse devicePeter Hutterer8-0/+135
2016-06-20test: when creating an abs test device, force the abs->value to the mimimumPeter Hutterer1-2/+6
2016-06-16test: make the valgrind target depend on 'all'Peter Hutterer1-1/+1
2016-06-15touchpad: stop palm detection when a second finger is detectedPeter Hutterer2-5/+99
2016-06-15touchpad: split palm movement detection into a helper functionPeter Hutterer1-12/+23
2016-06-13touchpad: don't warn about kernel jumps on semi-mt devicesPeter Hutterer1-4/+5
2016-06-10pad: add helper function to access the libinput contextPeter Hutterer2-3/+9
2016-06-10tablet: add helper function to access the libinput contextPeter Hutterer2-15/+22
2016-06-10evdev: add helper to get the libinput context from the evdev devicePeter Hutterer5-34/+38
2016-06-10touchpad: use the tp_libinput_context() helperPeter Hutterer2-4/+4
2016-06-10evdev: check model flags for actual booleansPeter Hutterer1-2/+4
2016-06-08pad: change button map orderingPeter Hutterer1-2/+2
2016-06-08test: start the pad button tests at BTN_0Peter Hutterer1-1/+1
2016-06-08pad: group the button state into a private structPeter Hutterer1-6/+8
2016-06-06touchpad: restore the hysteresis by defaultPeter Hutterer5-33/+8
2016-06-02tools: print button/ring/strip info for padsPeter Hutterer1-0/+19
2016-06-02tools: show tablet-pad capabilities in libinput-list-devicesPeter Hutterer1-0/+3
2016-06-02tools: add missing space after listing touch/tablet capabilitiesPeter Hutterer1-2/+2
2016-06-02doc: add a check to compare local files with those in the makefilePeter Hutterer1-0/+10
2016-06-02doc: ship the doc sources even when not building with docsPeter Hutterer1-7/+8