Skip to content
Snippets Groups Projects
  1. Mar 14, 2019
  2. Mar 12, 2019
  3. Mar 06, 2019
  4. Mar 04, 2019
  5. Feb 19, 2019
    • Henré Botha's avatar
      Reduce button scroll timeout to 38ms · 5dae7aac
      Henré Botha authored and Peter Hutterer's avatar Peter Hutterer committed
      
      When using button scrolling, a hardcoded delay of 200 milliseconds between
      button down and scroll events being emitted makes fast scrolling gestures feel
      clunky and sometimes fail entirely. This feature comes from
      xf86-input-mouse, was copied into xf86-input-evdev and reimplemented in
      libinput.
      
      This was, as far as can be determined, to allow right clicks without
      triggering scrolling. libinput now also has distance triggers (2bbf4a01)
      and sends button events if no movement has happened for long clicks,
      regardless of the delay.
      
      The 200ms delay is thus not really necessary anymore, let's drop it to 38ms
      which is just above the 3-event threshold for 8/10/12ms intervals which is
      most devices.
      
      Fixes #237
      
      Signed-off-by: default avatarPeter Hutterer <peter.hutterer@who-t.net>
      5dae7aac
  6. Feb 18, 2019
  7. Feb 14, 2019
  8. Feb 13, 2019
Loading