summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-26touchpad: move the pressure range to a hwdb entryPeter Hutterer6-13/+121
2017-04-26Merge branch 'wip/touchpad-mt-tool-palm'Peter Hutterer3-32/+203
2017-04-26configure.ac: quote the xyes for the libunwind checkPeter Hutterer1-1/+1
2017-04-26configure.ac: move some checks out of the libwacom sectionPeter Hutterer1-6/+7
2017-04-25Rename README to README.md, include properly from doxygenPeter Hutterer4-8/+5
2017-04-25Add doc to discourage use of libinput_device_get_output_name()Peter Hutterer1-0/+8
2017-04-24evdev: improve default scroll button detectionPeter Hutterer2-0/+13
2017-04-24doc: link the seats doc from the seat udev propertiesPeter Hutterer1-2/+2
2017-04-21touchpad: add MT_TOOL-based palm detectionPeter Hutterer3-0/+128
2017-04-21touchpad: add helper function for stopping current actionsPeter Hutterer1-6/+10
2017-04-21touchpad: move edge palm init to separate helperPeter Hutterer1-12/+18
2017-04-21touchpad: always enable trackpoint palm detectionPeter Hutterer1-0/+2
2017-04-21touchpad: make palm detection logging a bit easierPeter Hutterer1-3/+21
2017-04-21touchpad: move edge palm detection into a helper tooPeter Hutterer1-14/+27
2017-04-20tools: update man page for debug-events --show-keycodes flagPeter Hutterer1-5/+7