summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-07filter: add Simon's copyrightPeter Hutterer2-0/+2
2015-05-06test: rename hover tests into semi_mt_hoverBenjamin Tissoires1-13/+13
2015-05-06test: bcm5974: down should be marked as staticBenjamin Tissoires1-1/+1
2015-05-06doc: add a page about the test suitePeter Hutterer2-1/+68
2015-05-06test: return the right value from open_restrictedPeter Hutterer1-1/+2
2015-05-06test: move a comment to where it belongsPeter Hutterer1-5/+4
2015-05-05configure.ac: libinput 0.15.0 - this time for realPeter Hutterer1-1/+1
2015-05-05configure.ac: libinput 0.15.0Peter Hutterer1-2/+2
2015-05-05test: split test for invalid ranges into hi/loPeter Hutterer1-3/+29
2015-05-05test: add helper function for creating a device not expected to be addedPeter Hutterer1-63/+26
2015-05-05touchpad: when clearing the touchpad state, release fake touches tooPeter Hutterer1-0/+7
2015-05-05touchpad: drop the tap finger countPeter Hutterer2-5/+2
2015-05-05touchpad: enable clickfinger by default on some System76 laptopsPeter Hutterer4-4/+42
2015-05-04touchpad: enable clickfinger by default on chromebooksPeter Hutterer4-1/+28
2015-05-04tools: add to, don't replace, the man page listPeter Hutterer1-1/+1
2015-05-04touchpad: increase drag timeoutVelimir Lisec1-1/+8
2015-05-04touchpad: fix double/multitap timeoutsPeter Hutterer1-2/+1
2015-05-04test: add timeout_tapndrag()Peter Hutterer3-0/+8
2015-05-04test: reduce the multitap tests to 5 taps onlyPeter Hutterer1-2/+2
2015-05-01Fix a couple of coding style issuesPeter Hutterer8-14/+18
2015-05-01timer: set O_NONBLOCK on the timerfdPeter Hutterer1-1/+2
2015-05-01Set O_CLOEXEC when opening devicesDerek Foreman1-2/+4
2015-04-30tools: ship the event-debug tool as an installed libinput-debug-events toolPeter Hutterer3-1/+38
2015-04-30test: add a note to the touch double-down eventPeter Hutterer1-0/+3
2015-04-30timer: drain data on the timerfd when it triggersPeter Hutterer1-0/+3
2015-04-30tools: fix broken build if builddir != srcdirPeter Hutterer1-2/+2
2015-04-30evdev: indentation fixPeter Hutterer1-1/+4
2015-04-30tools: fix typo in man pagePeter Hutterer1-1/+1
2015-04-30tools: print version number in libinput-list-devicesPeter Hutterer1-10/+28
2015-04-28evdev: enable button scrolling by default on mice without wheelsPeter Hutterer6-4/+107
2015-04-28test: expand the middle button emulation testsPeter Hutterer1-7/+30
2015-04-28test: change the suite name for two of the pointer button testsPeter Hutterer1-2/+2
2015-04-28test: fix touch up for multitap-n-drag testPeter Hutterer1-1/+1
2015-04-28doc: expand scrolling documentationPeter Hutterer1-9/+25
2015-04-28test: upgrade to the Microsoft Surface Type CoverPeter Hutterer2-4/+9
2015-04-28evdev: init pointer accel filters when we have rel x/y axesPeter Hutterer2-3/+15
2015-04-28evdev: reject devices with only REL_X but no REL_Y (or vice versa)Peter Hutterer1-0/+4
2015-04-27test: add the MS Surface Type Cover to the list of devicesPeter Hutterer1-0/+2
2015-04-27test: fix features for the MS Surface CoverPeter Hutterer1-1/+1
2015-04-27test: drop REP_DELAY from the ms surface cover event codesPeter Hutterer1-1/+0
2015-04-27test: check for event as not null before dereferencing itPeter Hutterer1-0/+1
2015-04-27test: fix a memory leak in the touch testPeter Hutterer1-0/+2
2015-04-27test: add semi-mt 2fg scroll testPeter Hutterer1-0/+21
2015-04-27touchpad: Only use slot 0 deltas for 2fg scrolling on semi-mt touchpadsHans de Goede2-2/+12
2015-04-27evdev: use a different filter for low resolution touchpad on the Lenovo X230Benjamin Tissoires6-3/+63
2015-04-27test: add LITEST_KEYS to roccat mouse featuresDerek Foreman1-1/+1
2015-04-27test: Add negative test for libinput_device_keyboard_has_key()Derek Foreman1-0/+19
2015-04-27touchpad: allow BTN_LEFT in clickfinger mode without touchesPeter Hutterer2-2/+34
2015-04-24touchpad: minor code cleanupPeter Hutterer1-6/+10
2015-04-24touchpad: don't re-use button variablePeter Hutterer1-8/+9