summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: libinput 0.17.00.17.0Peter Hutterer2015-06-041-2/+2
* touchpad: on non-resolution touchpads, use 30% as maximum clickfinger spreadPeter Hutterer2015-06-032-13/+24
* touchpad: impose maximum distance limits on clickfingersPeter Hutterer2015-06-034-5/+233
* touchpad: move clickfinger finger decision into a helper functionPeter Hutterer2015-06-031-8/+19
* touchpad: replace hardcoded resolution > 1Peter Hutterer2015-06-031-1/+1
* evdev: remove direct checks for INPUT_PROP_POINTING_STICKBenjamin Tissoires2015-06-031-3/+4
* evdev: remove tag_device from evdev_dispatch_interfaceBenjamin Tissoires2015-06-033-31/+16
* evdev: always default to the middle button for button-scrollingPeter Hutterer2015-06-021-8/+1
* doc: add a graphic to explain tap-n-dragPeter Hutterer2015-06-023-9/+827
* touchpad: reduce tap-n-drag timeout to 300msPeter Hutterer2015-06-021-1/+1
* test: check getcwd() and system() return values in litestJon A. Cruz2015-06-021-3/+15
* Add a CODING_STYLE documentPeter Hutterer2015-06-021-0/+79
* filter: enforce minimum velocityPeter Hutterer2015-06-022-9/+35
* filter: up the motion timeout to 1 secondPeter Hutterer2015-06-021-1/+1
* filter: pass last_velocity as argumentPeter Hutterer2015-06-021-4/+11
* evdev: use the button down time for no-scroll middle button press eventPeter Hutterer2015-06-023-3/+26
* configure.ac: libinput 0.16.00.16.0Peter Hutterer2015-06-011-2/+2
* doc: add a FAQ pagePeter Hutterer2015-06-013-0/+83
* README: add two diagrams to outline the stackPeter Hutterer2015-06-014-0/+59
* COPYING: note that having linux/input.h in the tree does not make libinput GPLPeter Hutterer2015-06-011-0/+8
* test: address gcc warnings on potentially uninitialized variables.Jon A. Cruz2015-06-011-1/+2
* Add xasprintf to avoid use of undefined pointer valuesJon A. Cruz2015-06-013-8/+42
* Add missing config.h includesJon A. Cruz2015-06-014-0/+8
* evdev: use the udev ID_INPUT_POINTINGSTICK propertyPeter Hutterer2015-05-291-3/+10
* test: add another wait loop for udevPeter Hutterer2015-05-291-0/+5
* touchpad: check touchpad for basic features we expectPeter Hutterer2015-05-291-0/+27
* tools: print symbolic key names too from event-debugPeter Hutterer2015-05-292-4/+11
* test: don't abort if the device filter filtered all devicesPeter Hutterer2015-05-281-2/+7
* README: spice up the readme a bitPeter Hutterer2015-05-281-4/+39
* doc: improve the T440 documentation a bitPeter Hutterer2015-05-281-17/+58
* doc: add illustrations for clickfinger and software button behaviorPeter Hutterer2015-05-286-24/+606
* doc: add a blurb about scroll sources to the scrolling docsPeter Hutterer2015-05-281-0/+19
* Update Red Hat's copyrightPeter Hutterer2015-05-2819-9/+19
* touchpad: add missing break statementPeter Hutterer2015-05-281-0/+1
* touchpad: touches after the last key press can be releasedPeter Hutterer2015-05-275-9/+169
* touchpad: don't enable edge palm detection on Wacom touchpadsPeter Hutterer2015-05-272-3/+13
* touchpad: reset the touch state when edge scrolling is stoppedPeter Hutterer2015-05-271-0/+4
* touchpad: add palm state debuggingPeter Hutterer2015-05-271-2/+20
* touchpad: split disable-while-typing handling into a helper functionPeter Hutterer2015-05-271-7/+18
* test: add disable-while-typing testsPeter Hutterer2015-05-273-0/+316
* touchpad: be finer-grained about when to pair touchpads/keyboard for DWTPeter Hutterer2015-05-275-19/+44
* touchpad: only check keyboards for disable-while-typingPeter Hutterer2015-05-273-10/+33
* touchpad: add helper function to get from tp to the libinput contextPeter Hutterer2015-05-275-19/+25
* touchpad: extend the key blacklist for disable-while-typingPeter Hutterer2015-05-271-12/+33
* touchpad: move disable-while-typing into its own structPeter Hutterer2015-05-272-18/+20
* test: add an extra loop for slow udev initializationPeter Hutterer2015-05-271-0/+28
* evdev: rename evdev_compare_syspath for clarityPeter Hutterer2015-05-261-7/+7
* Add streq() helper to use instead of strcmp() == 0Peter Hutterer2015-05-269-26/+31
* test: fix coverity complaint about unbounded loopPeter Hutterer2015-05-251-2/+2
* test: fail if fgets() from addr2line returns NULLPeter Hutterer2015-05-251-1/+4