summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-25libinput 1.5.21.5.2Peter Hutterer1-2/+2
2016-11-23touchpad: only use the last two coordinates for delta calculationPeter Hutterer1-15/+5
2016-11-23doc: remove unnecessary linebreak in doxygen filePeter Hutterer1-2/+1
2016-11-22evdev: simplify hysteresis code and document itPeter Hutterer1-3/+35
2016-11-22test: allow the first event to be a short one during scroll testsPeter Hutterer1-5/+16
2016-11-22test: fix edge-scroll no-motion testPeter Hutterer1-2/+2
2016-11-22test: start with the first offset when moving touchesPeter Hutterer1-2/+2
2016-11-22udev: move TEST_EXTENSIONS out of the conditionalPeter Hutterer1-1/+2
2016-11-22test: fix maybe-uninitialized compiler warningsPeter Hutterer1-5/+5
2016-11-22test: mark the various abort functions as noreturnPeter Hutterer1-0/+3
2016-11-21evdev: add a quirk for the HP Zbook Studio G3Peter Hutterer3-0/+11
2016-11-16Use AM_DISTCHECK_CONFIGURE_FLAGS, not just DISTCHECK_CONFIGURE_FLAGSPeter Hutterer1-1/+1
2016-11-14Disable test runs on 'distcheck'Peter Hutterer3-0/+12
2016-11-14configure.ac: move the udev test path up into the test sectionPeter Hutterer1-6/+6
2016-11-14configure.ac: add some comment markers to see the configure.ac sections easierPeter Hutterer1-0/+15
2016-11-14configure.ac: move all AM_CONDITIONALs into one placePeter Hutterer1-3/+3
2016-11-11configure.ac: libinput 1.5.11.5.1Peter Hutterer1-2/+2
2016-11-10evdev: fix typo / bugzilla urlHermann Gausterer1-1/+1
2016-11-04evdev: implement support for the MOUSE_WHEEL_CLICK_COUNT propertyPeter Hutterer10-17/+229
2016-11-03doc: expand trackpoint pointer acceleration documentation a bitPeter Hutterer1-3/+22
2016-11-02evdev: add hwdb quirk for HP Compaq 6910Peter Hutterer3-3/+11
2016-11-02evdev: actually ignore joysticksPeter Hutterer2-1/+35
2016-11-02udev: add the hwdb_parser.py test from systemdPeter Hutterer3-0/+189
2016-10-28Move touch_notify_frame declaration to the other touch functionsPeter Hutterer1-4/+4
2016-10-28Add missing event type checks to libinput_event_gesture_get_base_eventPeter Hutterer1-0/+10
2016-10-28touchpad: check for trackpoint/keyboard at the top of the helpersPeter Hutterer1-3/+7
2016-10-28touchpad: split the touchpad->keyboard/trackpoint pairing helpers outPeter Hutterer1-8/+16
2016-10-25test: add missing comma to horizontal click angle udev rulePeter Hutterer1-1/+1
2016-10-25evdev: add missing space in error messagePeter Hutterer1-1/+1
2016-10-25doc: add a small page about contributing to libinputPeter Hutterer3-0/+23
2016-10-25test: fix clang warning about abs(float)Peter Hutterer1-2/+2
2016-10-25touchpad: switch from fabs() to abs()Peter Hutterer1-2/+2
2016-10-25Mark some internal log functions as printf-style functionPeter Hutterer5-0/+7
2016-10-19doc: reshuffle the "reporting bugs" pagePeter Hutterer1-12/+101
2016-09-16tools: change pointer to voidEric Engestrom1-1/+1
2016-09-14doc: specify the https path for mathjaxPeter Hutterer1-0/+1
2016-09-14configure.ac: libinput 1.5.01.5.0Peter Hutterer1-3/+3
2016-09-14udev: fix hwdb match for the HP Stream 11Peter Hutterer1-1/+1
2016-09-12touchpad: require at least 3 events before enabling trackpoint palm detectionPeter Hutterer3-1/+35
2016-09-09test: rename SYNAPTICS_CLICKPAD to SYNAPTICS_CLICKPAD_X220Peter Hutterer6-19/+19
2016-09-08tools: prefix debug output with '-' on device changesPeter Hutterer1-1/+11
2016-09-07configure.ac: libinput 1.5rc11.4.901Peter Hutterer1-2/+2
2016-09-07Force the HP Stream 11 touchpad as a clickpadPeter Hutterer3-0/+12
2016-09-07tablet: add touch arbitrationPeter Hutterer9-3/+492
2016-09-07evdev: split resetting to a neutral state outPeter Hutterer1-3/+11
2016-09-07test: add litest_assert_touch_sequence helperPeter Hutterer2-0/+36
2016-09-07test: move the Intuos 5 and Cintiq 13HD test tablets into the same device groupPeter Hutterer6-1/+43
2016-09-07evdev: release current touches when the device is suspendedPeter Hutterer2-6/+116
2016-09-07evdev: don't send frame events if we filtered the touch eventPeter Hutterer1-27/+57
2016-09-07evdev: let the fallback_flush... function decide whether a frame is neededPeter Hutterer1-32/+25