summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-07-02evdev-mt-touchpad: Enable timestamp smoothing support for bluetooth touchpadsHEADmasterHans de Goede3-3/+11
2017-07-02filter: Add timestamp smoothing supportHans de Goede1-7/+18
2017-06-26touchpad: ignore the tap motion threshold if fingers > slotsPeter Hutterer1-0/+12
2017-06-23Skip restorecon if it cannot be foundPeter Hutterer1-2/+4
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 Hutterer2-1/+11
2017-06-19touchpad: use the "is internal keyboard" tag to enable dwtPeter Hutterer1-31/+10
2017-06-19evdev: default to log error priorityPeter Hutterer1-1/+1
2017-06-02Add tv2us helper functionPeter Hutterer2-1/+7
2017-06-02evdev: hook up the libevdev log handlerPeter Hutterer1-1/+36
2017-05-23Revert "lid: force the lid to open when the keyboard device is removed"Peter Hutterer1-23/+11
2017-05-23lid: force the lid to open when the keyboard device is removedPeter Hutterer1-11/+23
2017-05-23lid: setup the keyboard notifier when pairing itBenjamin Tissoires1-2/+5
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 Hutterer3-4/+33
2017-05-23lid: add a comment for why we post the switch state therePeter Hutterer1-0/+4
2017-05-22Remove write-only CYAPA model tagPeter Hutterer2-2/+0
2017-05-17util: harmonize container_of() definition with linux kernel oneGabriel Laskar6-26/+17
2017-05-15util: use offsetof in container_ofGabriel Laskar1-2/+3
2017-05-11touchpad: pull the tap exclusion zone down to the full edge zonePeter Hutterer1-9/+2
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-05lid: remove the keyboard listener on remove and re-init the listenerPeter Hutterer1-2/+19
2017-05-05touchpad: remove the lid switch listener on device_removedPeter Hutterer1-0/+6
2017-05-04util: add asserts with useful error messages to catch uninitialized listsPeter Hutterer1-0/+9
2017-05-04Merge branch 'wip/touchpad-tap-timestamps'Peter Hutterer6-52/+180
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 Hutterer1-0/+42
2017-05-02udev: Remove unused Elantech touchpad model bindingPaul Kocialkowski2-2/+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 Hutterer1-1/+9
2017-04-28touchpad: send multitap button events with the correct timestampsPeter Hutterer2-14/+47
2017-04-28touchpad: fix the button timestamps for double/tripletapPeter Hutterer1-2/+8
2017-04-26Merge branch 'wip/touchpad-custom-pressure-values'Peter Hutterer4-21/+69
2017-04-26touchpad: drop the unused touchpad_model enumPeter Hutterer1-9/+0
2017-04-26touchpad: move the pressure range to a hwdb entryPeter Hutterer3-12/+69
2017-04-26Merge branch 'wip/touchpad-mt-tool-palm'Peter Hutterer2-32/+120
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 Hutterer1-0/+9
2017-04-21touchpad: add MT_TOOL-based palm detectionPeter Hutterer2-0/+45
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