summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-05libinput 1.14.9011.14.901Peter Hutterer1-1/+1
2019-12-05gitlab CI: add an explanatory comment why we're hardcoding masterPeter Hutterer1-0/+5
2019-12-05gitlab CI: add a local emulation mode to the gitlab CI scriptPeter Hutterer1-6/+33
2019-12-05gitlab CI: make the commit check errors more verbose and usefulPeter Hutterer1-4/+19
2019-12-05gitlab CI: don't try adding the upstream remote if it exists alreadyPeter Hutterer1-2/+3
2019-12-05Expand the CODING_STYLE with an explanation of commit requirementsPeter Hutterer1-0/+92
2019-12-04pad: add LIBINPUT_EVENT_TABLET_PAD_KEY for pad keysPeter Hutterer11-5/+343
2019-12-04pad: switch the button mapping to one that can handle keys or buttonsPeter Hutterer2-12/+35
2019-12-04tools: debug-events: don't overrun the device array with too many argumentsPeter Hutterer2-1/+10
2019-11-28gitlab CI: run the meson script for the VMs as wellPeter Hutterer2-8/+14
2019-11-28gitlab CI: move the build instructions into a bash filePeter Hutterer2-19/+54
2019-11-28gitlab CI: add meson to junit scriptPeter Hutterer2-4/+118
2019-11-28test: write our test case results out as junit xml filesPeter Hutterer3-2/+83
2019-11-28gitlab CI: apply some basic validity checks on the commit messagesPeter Hutterer2-0/+89
2019-11-28gitlab CI: rename the container_prep state to just "prep"Peter Hutterer1-10/+10
2019-11-28gitlab CI: use multiple extends for the default artifact/build snippetsPeter Hutterer1-4/+4
2019-11-28gitlab CI: use multiple extends over anchors for the upstream pullPeter Hutterer1-9/+9
2019-11-28gitlab CI: add a global policy snippet for retries and interruptiblePeter Hutterer1-1/+24
2019-11-28gitlab CI: split all extends into multiple linesPeter Hutterer1-52/+104
2019-11-27tools: print the libinput version in debug-eventsPeter Hutterer2-1/+8
2019-11-27tools: libinput-record: drop the explicit --multiple argumentPeter Hutterer3-58/+71
2019-11-27tools: libinput-record: return the correct exit value on invalid usagePeter Hutterer1-2/+4
2019-11-27tools: libinput-record: bail out on invalid commandline argumentsPeter Hutterer1-0/+3
2019-11-27tools: print stderr/stdout when a option test failsPeter Hutterer1-1/+1
2019-11-26Adjust for 64bit time_t for 32bit architecturesPeter Hutterer5-16/+90
2019-11-26touchpad: simplify tapping state machine by eliminating the multitap statessatrmb3-136/+6
2019-11-26test: fix a multitap test expecting one tap too fewsatrmb1-1/+4
2019-11-26tools: make debug-events accept multiple device nodesPeter Hutterer8-28/+63
2019-11-25tools: replay: fix wrong timestamps for multiple device replayPeter Hutterer1-9/+25
2019-11-25Add Palm&ThumbPressureThreshold for the Spectre x360 15-ch0xxRasmus Thomsen1-0/+8
2019-11-19completion: add the new libinput debug-tablet to the zsh completion filesPeter Hutterer1-0/+10
2019-11-19tools: print the tip state in the tablet debugging toolPeter Hutterer1-2/+2
2019-11-19tools: add stylus button supportPeter Hutterer1-13/+86
2019-11-19tools: add a tablet debugging toolPeter Hutterer5-0/+580
2019-11-18tools: debug-events: expand timestamp prints to full millisPeter Hutterer1-1/+1
2019-11-18tools: debug-events: offset timestamps by the first normal eventPeter Hutterer1-7/+11
2019-11-18tools: libinput-record: expand the evdev event value to 7 digitsPeter Hutterer1-1/+1
2019-11-15doc: remove the direct link to the various state diagramsPeter Hutterer3-11/+6
2019-11-15test: allow for substring matching in the various --filter- argumentsPeter Hutterer1-0/+9
2019-11-15doc: updates to the tap state machinePeter Hutterer1-1507/+2
2019-11-15touchpad: don't allow for multifinger tapping after a movePeter Hutterer4-3/+159
2019-11-15test: fix a pressure test to movement during tapPeter Hutterer1-1/+1
2019-11-14Fix typo in zsh completionPhilipp Fischbeck1-1/+1
2019-11-06meson.build: drop the explicit -g flagPeter Hutterer1-1/+1
2019-11-05gitlab CI: work around collapsed multiline commands in the rebuild checkPeter Hutterer1-11/+8
2019-11-05gitlab CI: allow the qemu-prep job to fail, runners are unreliablePeter Hutterer1-0/+1
2019-11-05test: remove the hardcoded four-job valgrind test runPeter Hutterer2-2/+3
2019-11-05test: drop a now-obsolete testPeter Hutterer1-43/+0
2019-11-04gitlab CI: add diffutils to the Fedora RPMsPeter Hutterer1-2/+2
2019-10-31tablet: handle a direct tool switch correctlyPeter Hutterer2-18/+72