summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-05libinput 1.4.11.4.1Peter Hutterer1-2/+2
2016-08-05doc: add some info about configuring devices in wayland/xorgPeter Hutterer1-0/+46
2016-08-05touchpad: use the udev ID_INPUT_TOUCHPAD_INTEGRATION property if availablePeter Hutterer1-0/+18
2016-08-05doc: add links to the two debugging tools as examplesPeter Hutterer1-0/+17
2016-08-05udev: don't overwrite a previously set device groupPeter Hutterer1-0/+1
2016-08-05evdev: prefix "tablet unknown to libwacom" error with the device namePeter Hutterer1-1/+3
2016-07-18configure.ac: libinput 1.4.01.4.0Peter Hutterer1-3/+3
2016-07-18test: make one ALPS and the Synaptics i2c test devices Dell touchpadsPeter Hutterer2-0/+22
2016-07-18touchpad: change offset ints to device_coordsPeter Hutterer1-15/+15
2016-07-18evdev: constify evdev_device_get_sizePeter Hutterer2-2/+2
2016-07-15touchpad: don't init a horizontal scroll area on touchpads <50mm highPeter Hutterer2-2/+94
2016-07-15test: split edge scroll tests into one for vert, one for horizPeter Hutterer1-2/+13
2016-07-14touchpad: reduce middle button size on Dell touchpads to 10mmPeter Hutterer4-3/+30
2016-07-13touchpad: drop unused argument diagonal from tp_init_accelPeter Hutterer1-4/+2
2016-07-13tablet: catch potential segfault if the filter fails to allocatePeter Hutterer1-0/+2
2016-07-13Fix some indentation issuesPeter Hutterer1-5/+5
2016-07-12test: add a Cintiq 13 HDT test devicePeter Hutterer6-0/+382
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