summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: add rotation support to debug-events and debug-guiPeter Hutterer2023-04-274-1/+19
* test: carry the step as argument for arg testingPeter Hutterer2023-04-271-5/+3
* tools/debug-gui: fix a deprecated warningPeter Hutterer2023-04-201-1/+1
* tools: fix a few scan-build dead store warningsPeter Hutterer2023-04-202-4/+4
* tools: add a tool to update our Razer quirks for internal keyboardsPeter Hutterer2023-04-111-0/+83
* tools: honor FDO_CI_CONCURRENT in the tools option parserPeter Hutterer2023-03-201-1/+2
* filter: add scroll movement type to the custom acceleration profileYinon Burgansky2023-02-242-2/+4
* tools: add --replay-after and --once to libinput replayPeter Hutterer2023-02-062-1/+26
* Introduce custom acceleration profileYinon Burgansky2023-01-175-5/+135
* tools: fflush the output in debug-events after each set of eventsPeter Hutterer2023-01-131-0/+3
* tools/record: fix quirk error messageJosé Expósito2022-12-121-3/+7
* tools: add a --hid toggle to libinput-list-kernel-devicesPeter Hutterer2022-12-082-2/+56
* tools: add a libinput list-kernel-devices toolPeter Hutterer2022-12-083-0/+97
* quirks: allow overriding of AttrEventCode and AttrInputPropPeter Hutterer2022-11-281-14/+17
* tools: fix a tab after space whitespace issuePeter Hutterer2022-11-251-1/+1
* Remove duplicate empty lines in our sourcePeter Hutterer2022-11-254-5/+0
* Remove a few empty lines with nothing but a lonely tabPeter Hutterer2022-11-251-1/+1
* Remove trailing whitespaces in the treePeter Hutterer2022-11-251-1/+1
* sparse: make some variables staticJosé Expósito2022-11-231-1/+1
* debug-gui: avoid locking pointer twiceJosé Expósito2022-10-101-1/+2
* tools: hide debug-gui help when building with -Ddebug-gui=falseJosé Expósito2022-10-101-0/+2
* tools: add missing dwtp option settingPeter Hutterer2022-08-081-0/+3
* meson.build: check gtk targets before buildingPeter Hutterer2022-06-111-11/+11
* test: install libinput-test-utils as part of install-testsPeter Hutterer2022-05-091-0/+3
* tools: add a libinput test tool as entry point for our test suitesPeter Hutterer2022-05-093-0/+112
* tools/analyze-recording: improve the repeated-events line printingPeter Hutterer2022-05-061-3/+6
* tools/analyze-recording: add --print-state to always print valuesPeter Hutterer2022-05-061-2/+13
* tools/record: fix indentation for libinput eventsPeter Hutterer2022-05-061-1/+4
* tools: don't print a carriage return if we're not on a ttyPeter Hutterer2022-05-041-1/+4
* tools: allow limiting the axes in libinput analyse recordingPeter Hutterer2022-05-041-5/+32
* tools/record: fix the indentation of the system: sectionPeter Hutterer2022-04-071-1/+1
* util: auto-declare the element variable in ARRAY_FOR_EACHPeter Hutterer2022-03-093-8/+0
* touchpad: new option dwtp (disable-while-trackpointing)pudiva chip líquida2022-03-086-0/+37
* tools: remove hardcoded value for boolean quirksJosé Expósito2022-01-151-1/+3
* Use bit(foo) instead of (1 << foo)Peter Hutterer2021-11-181-2/+3
* High-resolution scroll wheel supportPeter Hutterer2021-08-312-57/+63
* debug-gui: pointer locking on X11José Expósito2021-08-031-0/+65
* debug-gui: pointer locking on WaylandJosé Expósito2021-08-031-11/+143
* debug-gui: migrate to GTK4José Expósito2021-08-031-4/+79
* tools/debug-gui: refactor UI element placementJosé Expósito2021-08-031-6/+12
* tools/debug-gui: use GMainLoop instead of gtk_mainJosé Expósito2021-08-031-3/+14
* tools/debug-gui: move gtk_main_quit to a functionJosé Expósito2021-08-031-5/+14
* quirks: Add tablet smoothing attribute.Quytelda Kahja2021-07-281-0/+1
* Mark some functions as printf-like to silence some compiler warningsPeter Hutterer2021-07-222-0/+2
* Silence compiler warnings for -Wformat-nonliteralPeter Hutterer2021-07-222-0/+6
* Replace fallthrough comments with __attribute__((fallthrough))Peter Hutterer2021-07-221-1/+1
* using secure functions safe_strdupluokai2021-06-151-2/+2
* libinput: add hold gesture public API and tool supportJosé Expósito2021-06-092-4/+70
* use more safety list_for_each_safe when remove element in traversing listweizhixiang2021-05-241-1/+1
* use ARRAY_FOR_EACH when traverse arrayweizhixiang2021-05-242-13/+14