summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-04-09touchpad: add clickfinger button mapTarcísio Eduardo Moreira Crocomo4-0/+23
2024-03-18sparse: make some variables staticJosé Expósito1-1/+1
2024-03-18tools: fix two black warningsPeter Hutterer2-2/+2
2024-02-20tablet: add API for relative dialsJoshua Goins3-6/+55
2023-10-16Number the fingers by slot in debug-guiCzcibor Bohusz-Dobosz1-1/+13
2023-09-01tools/record: print bus nameJosé Expósito1-2/+27
2023-08-31tools: rename an enum value to fix a FreeBSD 14 name clashPeter Hutterer1-2/+2
2023-08-29evdev: add a helper macro for the absinfo rangePeter Hutterer1-1/+2
2023-08-29tools/record: print the vid/pid with proper 4 hex digitsPeter Hutterer1-1/+1
2023-06-09man: hide debug-gui from the libinput.man page if disabledPeter Hutterer1-3/+3
2023-04-27tools: add rotation support to debug-events and debug-guiPeter Hutterer4-1/+19
2023-04-27test: carry the step as argument for arg testingPeter Hutterer1-5/+3
2023-04-20tools/debug-gui: fix a deprecated warningPeter Hutterer1-1/+1
2023-04-20tools: fix a few scan-build dead store warningsPeter Hutterer2-4/+4
2023-04-11tools: add a tool to update our Razer quirks for internal keyboardsPeter Hutterer1-0/+83
2023-03-20tools: honor FDO_CI_CONCURRENT in the tools option parserPeter Hutterer1-1/+2
2023-02-24filter: add scroll movement type to the custom acceleration profileYinon Burgansky2-2/+4
2023-02-06tools: add --replay-after and --once to libinput replayPeter Hutterer2-1/+26
2023-01-17Introduce custom acceleration profileYinon Burgansky5-5/+135
2023-01-13tools: fflush the output in debug-events after each set of eventsPeter Hutterer1-0/+3
2022-12-12tools/record: fix quirk error messageJosé Expósito1-3/+7
2022-12-08tools: add a --hid toggle to libinput-list-kernel-devicesPeter Hutterer2-2/+56
2022-12-08tools: add a libinput list-kernel-devices toolPeter Hutterer3-0/+97
2022-11-28quirks: allow overriding of AttrEventCode and AttrInputPropPeter Hutterer1-14/+17
2022-11-25tools: fix a tab after space whitespace issuePeter Hutterer1-1/+1
2022-11-25Remove duplicate empty lines in our sourcePeter Hutterer4-5/+0
2022-11-25Remove a few empty lines with nothing but a lonely tabPeter Hutterer1-1/+1
2022-11-25Remove trailing whitespaces in the treePeter Hutterer1-1/+1
2022-11-23sparse: make some variables staticJosé Expósito1-1/+1
2022-10-10debug-gui: avoid locking pointer twiceJosé Expósito1-1/+2
2022-10-10tools: hide debug-gui help when building with -Ddebug-gui=falseJosé Expósito1-0/+2
2022-08-08tools: add missing dwtp option settingPeter Hutterer1-0/+3
2022-06-11meson.build: check gtk targets before buildingPeter Hutterer1-11/+11
2022-05-09test: install libinput-test-utils as part of install-testsPeter Hutterer1-0/+3
2022-05-09tools: add a libinput test tool as entry point for our test suitesPeter Hutterer3-0/+112
2022-05-06tools/analyze-recording: improve the repeated-events line printingPeter Hutterer1-3/+6
2022-05-06tools/analyze-recording: add --print-state to always print valuesPeter Hutterer1-2/+13
2022-05-06tools/record: fix indentation for libinput eventsPeter Hutterer1-1/+4
2022-05-04tools: don't print a carriage return if we're not on a ttyPeter Hutterer1-1/+4
2022-05-04tools: allow limiting the axes in libinput analyse recordingPeter Hutterer1-5/+32
2022-04-07tools/record: fix the indentation of the system: sectionPeter Hutterer1-1/+1
2022-03-09util: auto-declare the element variable in ARRAY_FOR_EACHPeter Hutterer3-8/+0
2022-03-08touchpad: new option dwtp (disable-while-trackpointing)pudiva chip líquida6-0/+37
2022-01-15tools: remove hardcoded value for boolean quirksJosé Expósito1-1/+3
2021-11-18Use bit(foo) instead of (1 << foo)Peter Hutterer1-2/+3
2021-08-31High-resolution scroll wheel supportPeter Hutterer2-57/+63
2021-08-03debug-gui: pointer locking on X11José Expósito1-0/+65
2021-08-03debug-gui: pointer locking on WaylandJosé Expósito1-11/+143
2021-08-03debug-gui: migrate to GTK4José Expósito1-4/+79
2021-08-03tools/debug-gui: refactor UI element placementJosé Expósito1-6/+12