summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-10configure.ac: libinput 1.1.71.1.7Peter Hutterer1-2/+2
2016-02-10touchpad: init a default hysteresis for ALPS rushmore touchpadsPeter Hutterer5-2/+9
2016-02-10udev: fix ALPS firmware detectionPeter Hutterer2-4/+4
2016-02-10touchpad: fix dwt disabling while a key is still downPeter Hutterer2-4/+73
2016-02-05configure.ac: libinput 1.1.61.1.6Peter Hutterer1-2/+2
2016-02-05touchpad: if we have a serio keyboard, override any previous dwt pairingPeter Hutterer7-14/+415
2016-02-05touchpad: while a key is held down, don't disable dwtPeter Hutterer4-2/+173
2016-02-05touchpad: drop motion hysteresis by defaultPeter Hutterer4-5/+23
2016-02-05test: fix leaking libevdev fdPeter Hutterer1-0/+1
2016-02-05evdev: disable the mode button on the Cyborg RAT 5Peter Hutterer9-0/+156
2016-02-05gestures: average motion by active touches, not moved touchesPeter Hutterer1-6/+10
2016-02-05test: exclude semi-mt devices from the normal 2fg scroll testPeter Hutterer1-1/+1
2016-02-05test: run pinch gesture tests for 2-slot touchpadsPeter Hutterer1-14/+18
2016-02-04test: fix compiler warningPeter Hutterer1-2/+2
2016-01-25configure.ac: libinput 1.1.51.1.5Peter Hutterer1-2/+2
2016-01-25touchpad: disable gestures for single-finger touchpadsPeter Hutterer1-1/+1
2016-01-25touchpad: disable MT for all semi-mt devicesPeter Hutterer5-52/+26
2016-01-25test: when moving 2 fingers, move them in the same framePeter Hutterer1-0/+4
2016-01-25touchpad: disable MT for elantech semi-mt touchpadsPeter Hutterer1-1/+2
2016-01-25doc: add section names to motion normalization subheadersPeter Hutterer1-2/+2
2016-01-25evdev: only reject devices with missing MT x/y if they're MT devicesPeter Hutterer6-1/+262
2016-01-25touchpad: fix DWT pairing for Macbook Pro 2015Caibin Chen10-17/+328
2015-12-22configure.ac: libinput 1.1.41.1.4Peter Hutterer1-2/+2
2015-12-22doc: add missing @config tag to libinput_config_send_event_modesPeter Hutterer1-0/+2
2015-12-18evdev: drain any pending evdev events on a devicePeter Hutterer2-0/+98
2015-12-16configure.ac: libinput 1.1.31.1.3Peter Hutterer1-2/+2
2015-12-14touchpad: add a special quirk for the Lenovo x220 with updated firmwarePeter Hutterer5-1/+34
2015-12-14util: drop trailing semicolon from CASE_RETURN_STRING macroPeter Hutterer1-1/+1
2015-12-14test: extend sendfile from 4kB to 40kBPeter Hutterer1-1/+1
2015-12-10test: change extra axes to take a percentage as wellPeter Hutterer2-18/+38
2015-12-10test: use the double comparison macrosPeter Hutterer1-2/+2
2015-12-10test: Add litest_assert_double_*() macrosStephen Chandler Paul1-0/+17
2015-12-09configure.ac: libinput 1.1.21.1.2Peter Hutterer1-2/+2
2015-12-07touchpad: don't set the axis for a 0.0 value in a scroll eventPeter Hutterer2-1/+57
2015-12-07test: always call libinput_dispatch after moving touchesPeter Hutterer1-1/+1
2015-12-07tools: print which scroll axis we have in event-debugPeter Hutterer1-3/+9
2015-12-03touchpad: don't try to position fake touches when no fingers are downPeter Hutterer2-1/+28
2015-12-03test: if we're hovering, don't send BTN_TOUCHPeter Hutterer1-5/+5
2015-12-03test: abort if we have a test that doesn't run for any devicesPeter Hutterer1-0/+9
2015-12-03Ignore BTN_TOOL_* events when posting button eventsPeter Hutterer1-1/+15
2015-12-02Add a missing closing ) in a commentPeter Hutterer1-1/+1
2015-11-16touchpad: reduced the 2fg scroll threshold to 1mmPeter Hutterer2-5/+5
2015-11-16configure.ac: libinput 1.1.11.1.1Peter Hutterer1-2/+2
2015-11-16doc: add a link to the dwt config call to the docPeter Hutterer1-1/+4
2015-11-09tools: take the start time before initializing the contextPeter Hutterer1-3/+3
2015-11-09test: add a device to check MOUSE_WHEEL_CLICK_ANGLE handlingPeter Hutterer5-5/+107
2015-11-09Documentation fixes to arrows in svg filesTomi Leppänen2-2/+2
2015-11-02Fix libinput_device_group_find_group() to return NULL on failurePeter Hutterer1-1/+1
2015-10-30evdev: init pointer acceleration for any device with pointer cap and rel x/yPeter Hutterer5-5/+348
2015-10-28evdev: don't handle motion events if the device isn't a pointer devicePeter Hutterer1-0/+3