summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-03Gitlab CI: add a 'docbuild' stage that zips the documentationwip/docbuildPeter Hutterer1-0/+16
2018-07-03doc: build doxygen output into "Documentation"Peter Hutterer2-1/+2
2018-07-03GitLab CI: don't use spaces in artifact namesPeter Hutterer1-1/+1
2018-06-29fallback: cancel the debounce timers during device remove, not destroyPeter Hutterer3-3/+60
2018-06-28system-quirks: Add AttrTrackpointRange for Lenovo X270Hans de Goede1-0/+5
2018-06-27gitlab CI: build a release with -WerrorPeter Hutterer1-0/+8
2018-06-27doc: fix typo in pointer acceleration docsPeter Hutterer1-1/+1
2018-06-27tools: add record/replay to --help outputPeter Hutterer1-0/+6
2018-06-26tools: libinput-record: print the list of quirksPeter Hutterer2-0/+68
2018-06-26tools: move printing device quirks to the shared tools libPeter Hutterer4-129/+151
2018-06-26test: parse arguments before any other stuffPeter Hutterer1-8/+8
2018-06-26touchpad: don't disable tapping on MT_TOOL_PALMPeter Hutterer2-3/+43
2018-06-26tools: fake-build the measure touch-pressure/size sourcesPeter Hutterer3-8/+38
2018-06-26test: add a libinput-test runner for 'deviceless' testsPeter Hutterer6-89/+190
2018-06-25test: switch the global device list to a struct listPeter Hutterer2-53/+45
2018-06-25test: fix indentation in litest-int.hPeter Hutterer1-25/+25
2018-06-25test: quirks: init value to avoid valgrind errorsPeter Hutterer1-4/+4
2018-06-25test: if we never installed any udev files, we don't need to reloadPeter Hutterer1-1/+5
2018-06-25test: init test quirks in /tmp, not /runPeter Hutterer1-1/+1
2018-06-25quirks: free the dt stringPeter Hutterer1-0/+1
2018-06-22gitlab CI: add Arch to the list of built imageswip/archPeter Hutterer1-0/+65
2018-06-22gitlab CI: add pkgconfig to the listPeter Hutterer1-2/+2
2018-06-22util: use assert() instead of abort() for testing for size limitsPeter Hutterer1-1/+1
2018-06-22test: don't require a device for quirks parsing testsPeter Hutterer1-34/+34
2018-06-21libinput-private: constify inline helpersKonstantin Kharlamov1-10/+10
2018-06-21gitlab CI: run ninja test tooPeter Hutterer1-0/+8
2018-06-21test: skip the test-suite runner based on SKIP_LIBINPUT_TEST_SUITE_RUNNERPeter Hutterer1-0/+3
2018-06-21tools: libinput-replay: set INPUT_PROP_* properties on the devicePeter Hutterer1-0/+4
2018-06-21doc: update docs to use a .yml suffix for libinput recorded filesPeter Hutterer1-5/+5
2018-06-21tools: libinput-record: use .yml suffix in the man pagePeter Hutterer1-2/+2
2018-06-21test: fix zalloc max size testsPeter Hutterer1-2/+2
2018-06-21tools: touch-size: update to use the device quirksPeter Hutterer2-12/+21
2018-06-21tools: touchpad-pressure: update man page for device quirksPeter Hutterer1-1/+1
2018-06-21Merge branch 'wip/measure-thumb-pressure'Peter Hutterer2-15/+99
2018-06-21doc: use @verbatim, not @code for shell commandsPeter Hutterer5-58/+58
2018-06-21doc: update docs to drop hwdb referencesPeter Hutterer5-130/+82
2018-06-20zalloc limit fix for libinput-recordSergiusz Michalik1-2/+2
2018-06-20tools: touchpad-pressure: add thumb pressure handlingPeter Hutterer1-2/+15
2018-06-20tools: touchpad-pressure: switch to using quirks for pre-loading thresholdsPeter Hutterer1-11/+20
2018-06-20tools: list-quirks: make the output easier to parsePeter Hutterer1-1/+1
2018-06-20tools: list-quirks: print the value of the quirk tooPeter Hutterer1-1/+63
2018-06-20data: lenovo: fix device name for the X1 Carbon 6thPeter Hutterer1-1/+1
2018-06-20tools: list-quirks: add the thumb pressure threshold propertyPeter Hutterer1-0/+1
2018-06-20tools: list-quirks: fix usage to read "libinput list-quirks"Peter Hutterer1-6/+4
2018-06-20tools: list-quirks: compress a conditionPeter Hutterer1-49/+49
2018-06-20quirks: drop the JUMPING_SEMI_MT modelPeter Hutterer2-3/+0
2018-06-20meson.build: add more overrides for coverityPeter Hutterer1-0/+4
2018-06-20util: abort if we try to allocate more than a MBPeter Hutterer2-1/+18
2018-06-20meson.build: add a libinput list-devices run to the test suitePeter Hutterer1-7/+9
2018-06-20tools: list-devices: unref the udev devicePeter Hutterer1-2/+5