summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-18tools: add a 'libinput' toolPeter Hutterer6-18/+330
2017-05-18tools: rename a source file to match the future common file name paradigmPeter Hutterer3-2/+2
2017-05-18tools: drop libshared.laPeter Hutterer1-14/+13
2017-05-17util: harmonize container_of() definition with linux kernel oneGabriel Laskar6-26/+17
2017-05-15udev/hwdb_parser.py: use python3 from env instead of /usr/binGabriel Laskar1-1/+1
2017-05-15util: use offsetof in container_ofGabriel Laskar1-2/+3
2017-05-15test: make the initial copy file error messages more sensiblePeter Hutterer1-2/+8
2017-05-15test: don't use ck_abort_msg outside of test runsPeter Hutterer1-4/+4
2017-05-12Include config.h from event-debug.cPeter Hutterer1-1/+2
2017-05-11test: install the litest device groups filePeter Hutterer3-2/+12
2017-05-11meson: add missing trailing slash to udev test pathPeter Hutterer1-1/+1
2017-05-11touchpad: pull the tap exclusion zone down to the full edge zonePeter Hutterer2-13/+6
2017-05-11evdev: replace null sentinel with ARRAY_SIZEEric Engestrom1-10/+5
2017-05-10Ensure enums are size intPeter Hutterer1-0/+31
2017-05-10Fix va_start compiler warningPeter Hutterer1-1/+1
2017-05-10util: fix container_of() macroPeter Hutterer1-1/+1
2017-05-10util: drop GCC specifics for container_ofPeter Hutterer1-6/+0
2017-05-08test: suppress Python3 valgrind errorsPeter Hutterer1-0/+6
2017-05-08test: disable coredumps during test suite runsPeter Hutterer1-0/+5
2017-05-05lid: remove the keyboard listener on remove and re-init the listenerPeter Hutterer2-2/+49
2017-05-05touchpad: remove the lid switch listener on device_removedPeter Hutterer2-0/+32
2017-05-04util: add asserts with useful error messages to catch uninitialized listsPeter Hutterer1-0/+9
2017-05-04doc: add build instructions for mesonPeter Hutterer1-4/+51
2017-05-04Add meson.build filePeter Hutterer3-0/+609
2017-05-04test: switch from #ifdef to #if HAVE_LIBUNWINDPeter Hutterer1-1/+1
2017-05-04configure.ac: drop checks for a few flagsPeter Hutterer1-9/+0
2017-05-04test: allow running the symbols-leak-test.in script directlyPeter Hutterer1-2/+13
2017-05-04doc: drop the explicit input from the doxygen.inPeter Hutterer1-2/+1
2017-05-04Rename man pages to .1 suffix for meson's benefitPeter Hutterer3-2/+2
2017-05-04doc: update build instructions for lack of autodetectionPeter Hutterer1-9/+5
2017-05-04test: fix compiler warningPeter Hutterer1-1/+2
2017-05-04test: undef ck_assert_double before redefining itPeter Hutterer1-0/+7
2017-05-04Merge branch 'wip/touchpad-tap-timestamps'Peter Hutterer10-72/+390
2017-05-03lid: fix some indentationPeter Hutterer1-5/+5
2017-05-03touchpad: make use of use tp_for_each_touchMarcos Paulo de Souza2-12/+5
2017-05-02doc: fix doxygen group for libinput_event_tablet_pad_get_timePeter Hutterer1-1/+1
2017-05-02doc: document the event timestampsPeter Hutterer4-1/+81
2017-05-02udev: Add specific pressure range for the ASUS ZenBook UX21EPaul Kocialkowski1-0/+3
2017-05-02udev: Select more generic pressure range values for Elantech touchpadsPaul Kocialkowski1-1/+1
2017-05-02udev: Remove unused Elantech touchpad model bindingPaul Kocialkowski3-3/+0
2017-04-28Put a check in to make sure our events have correct timestampsPeter Hutterer2-37/+51
2017-04-28touchpad: add touch state debugging helperPeter Hutterer1-0/+25
2017-04-28touchpad: for 2/3-finger tap, use the last finger down as press timePeter Hutterer2-1/+65
2017-04-28touchpad: send multitap button events with the correct timestampsPeter Hutterer3-17/+105
2017-04-28test: enable drag lock for multitap testsPeter Hutterer1-0/+5
2017-04-28touchpad: fix the button timestamps for double/tripletapPeter Hutterer2-18/+60
2017-04-28doc: add a faq for synclient/syndaemonPeter Hutterer1-0/+23
2017-04-26Merge branch 'wip/touchpad-custom-pressure-values'Peter Hutterer11-22/+266
2017-04-26touchpad: drop the unused touchpad_model enumPeter Hutterer1-9/+0
2017-04-26doc: add documentation for touchpad pressure detectionPeter Hutterer4-0/+145