summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-02tools: drop event-debugPeter Hutterer3-22/+5
2017-06-02meson: add a test setup for valgrindPeter Hutterer1-1/+12
2017-06-02meson: drop LITEST_VERBOSE environment variablePeter Hutterer1-2/+1
2017-06-02test: remove unused litest_handle_eventsPeter Hutterer2-17/+0
2017-06-02test: limit the wait_for_event timeout to 2sPeter Hutterer1-2/+2
2017-06-02test: don't leak test warnings to stdoutPeter Hutterer4-14/+19
2017-06-02evdev: hook up the libevdev log handlerPeter Hutterer1-1/+36
2017-06-01test: drop two superfluous empty queue checksPeter Hutterer1-2/+0
2017-06-01test: tighten some test casesPeter Hutterer2-21/+44
2017-06-01test: add an extra assert into litest_wait_for_event_of_typePeter Hutterer1-1/+2
2017-06-01test: make sure we search for event node, not the parent input devicePeter Hutterer1-1/+3
2017-05-29Merge branch 'wip/keyboard-integration-property'Peter Hutterer8-50/+147
2017-05-26tools: fix minor coding style issuePeter Hutterer1-1/+2
2017-05-26tools: fix return codes on failurePeter Hutterer1-9/+10
2017-05-23Revert "lid: force the lid to open when the keyboard device is removed"Peter Hutterer2-59/+11
2017-05-23lid: force the lid to open when the keyboard device is removedPeter Hutterer2-11/+59
2017-05-23lid: setup the keyboard notifier when pairing itBenjamin Tissoires2-2/+56
2017-05-23lid: track the notifier initial state internally, but not externallyBenjamin Tissoires1-26/+23
2017-05-23lid: tighten the lid-keyboard pairingPeter Hutterer1-17/+11
2017-05-23evdev: read LIBINPUT_ATTR_KEYBOARD_INTEGRATION propertyPeter Hutterer6-7/+55
2017-05-23lid: add a comment for why we post the switch state therePeter Hutterer1-0/+4
2017-05-23Merge branch 'wip/libinput-tool-v2'Peter Hutterer9-48/+461
2017-05-23test: tighten the wakeup-on-key lid testPeter Hutterer1-1/+0
2017-05-23test: fix a lid testPeter Hutterer1-1/+1