summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-23Skip restorecon if it cannot be foundPeter Hutterer1-2/+4
2017-06-22tools: shorten the --help output for the commandsPeter Hutterer7-88/+89
2017-06-22test: remove duplicate testPeter Hutterer1-1/+0
2017-06-21touchpad: update the timestamp even when we only get other axesPeter Hutterer1-0/+3
2017-06-21touchpad: rename tp_touch->millis to tp_touch->timePeter Hutterer4-11/+11
2017-06-21meson: restore the SELinux context for our .so file on installPeter Hutterer3-1/+17
2017-06-21doc: update build instructions for ArchEric Engestrom1-3/+4
2017-06-21doc: add instructions for handling SELinux denialsPeter Hutterer1-0/+24
2017-06-20tools: add the compat scripts installer script to the tarballPeter Hutterer1-1/+1
2017-06-20meson: build docs by default, but allow disabling itPeter Hutterer2-3/+6
2017-06-20meson: rename 'enable-tests' option to just 'tests'Peter Hutterer2-2/+2
2017-06-20doc: Fix mistake in Matrix example to relect only X along Y axisPhilippe Coval1-1/+1
2017-06-19touchpad: use the "is internal keyboard" tag to enable dwtPeter Hutterer2-101/+13
2017-06-19doc: drop the Fedora "ninja-build" notePeter Hutterer1-3/+0
2017-06-19tools: assert on malloc failurePeter Hutterer1-1/+3
2017-06-19evdev: default to log error priorityPeter Hutterer1-1/+1
2017-06-19configure.ac: libinput 1.7.901Peter Hutterer2-6/+6
2017-06-15tools: grab the pointer in the debug guiPeter Hutterer2-1/+15
2017-06-15gitignore: drop test/test-* patternPeter Hutterer1-2/+0
2017-06-15Remove vestiges of the event-guiPeter Hutterer2-2/+1
2017-06-13tools: note that the touchpad-tap measuring tool picks a touchpadPeter Hutterer1-0/+3
2017-06-13doc: use the same formatting for the gcc command as for everything elsePeter Hutterer1-0/+2
2017-06-13doc: update building notes with the bug to ninja vs ninja-build on FedoraPeter Hutterer1-2/+2
2017-06-13tools: update the publish-doc tool to use ninjaPeter Hutterer1-3/+7
2017-06-13doc: add a short blurb regarding lid switch handlingPeter Hutterer1-0/+18
2017-06-13test: decouple our tests/test suites from the ones used by checkPeter Hutterer1-73/+62
2017-06-13tools: free the tap data on errorPeter Hutterer1-1/+2
2017-06-13tools: add missing toffset copy from src to dest while duplicatingPeter Hutterer1-0/+1
2017-06-09tools: point out that measuring taps may be different to what libinput seesPeter Hutterer1-0/+4
2017-06-09test: localise the open/close function counter in the path testsPeter Hutterer1-68/+69
2017-06-09test: use unique names for all the test suite namesPeter Hutterer1-9/+16
2017-06-07test: remove unused devices field from struct testPeter Hutterer1-1/+0
2017-06-07udev: Add specific pressure range for the Chromebook R13 CB5-312TPaul Kocialkowski1-0/+5
2017-06-07udev: Add generic pressure range values for I2C Elan touchpadsPaul Kocialkowski1-0/+3
2017-06-07udev: Add support for device-tree-based model selectionPaul Kocialkowski2-0/+5
2017-06-06tools: fix linker error with the debug-guiPeter Hutterer1-4/+4
2017-06-06tools: link libinput.la for libshared.laPeter Hutterer1-1/+1
2017-06-06configure.ac: require libevdev 1.3 or laterPeter Hutterer1-1/+1
2017-06-02tools: escape all dashes in man pages (for commands and options)Peter Hutterer6-42/+42
2017-06-02tools: man page cleanup - lowercase all command namesPeter Hutterer6-6/+6
2017-06-02tools: add "libinput measure touchpad-tap"Peter Hutterer10-50/+890
2017-06-02Add tv2us helper functionPeter Hutterer2-1/+7
2017-06-02tools: link to the online documentation from the libinput(1) man pagePeter Hutterer1-1/+3
2017-06-02tools: split the install_man() up for better grouping of toolsPeter Hutterer1-3/+2
2017-06-02tools: make the libinput tool usage staticPeter Hutterer7-49/+7
2017-06-02tools: Reinstate libshared.la and add it to meson.build tooPeter Hutterer2-19/+28
2017-06-02doc: update for the new libinput toolPeter Hutterer3-60/+35
2017-06-02tools: tidy up the usage() for the tools a bitPeter Hutterer4-21/+28
2017-06-02Fold the event-gui into the libinput toolPeter Hutterer8-47/+86
2017-06-02tools: switch the libinput tool to be an exec-ing toolPeter Hutterer15-247/+145