Skip to content
Snippets Groups Projects
  1. Mar 28, 2019
  2. Mar 27, 2019
    • Peter Hutterer's avatar
      doc/api: improve readability of the API docs · 5d7c93a3
      Peter Hutterer authored
      
      Still not great and probably makes any professional designer's eyes bleed, but
      at least it's more readable now.
      
      Changes:
      - spacing after param name so they don't cuddle up with the description
      - color changes and background image removals to drop the doxygen default look
      - font size changes to not make things overrun
      - font family change to make the function prototypes readable
      
      Signed-off-by: default avatarPeter Hutterer <peter.hutterer@who-t.net>
      5d7c93a3
  3. Mar 25, 2019
  4. Mar 22, 2019
  5. Mar 21, 2019
  6. Mar 18, 2019
    • Paolo Giangrandi's avatar
      touchpad: multitap state transitions use the same timing used for taps · a88d73ce
      Paolo Giangrandi authored
      Multitap sequences (more than 2 taps) had a 180ms timer set only on press,
      not on release.
      New taps within those 180ms could either trigger multitap+drag or another
      multitap (for N+1 taps), resetting the timer on press once again.
      If no new tap appears within those 180ms, the sequence was considered
      complete.
      
      This behavior differed from regular taps: for the very first tap of a
      sequence the timer was set both on touch and on release.
      
      The multitap timing caused misdetection of triple-tap-and-drag sequences as
      the timer was hit frequently. Some of those were correctly detected, others
      as tripletap only.
      
      Changing the timer to be set on press **and** release gives us a more lenient
      timeout. 180ms for tap-and-drag and 180ms for the next tap down after
      release. This was also the behavior for the xorg synaptics driver.
      
      Note that quadruple-tap-and-drag didn't suffer from this because the timeout
      resulted in double-tap + double-tap-and-drag. Which has the same
      user-visible effect.
      a88d73ce
  7. Mar 17, 2019
  8. Mar 15, 2019
  9. Mar 14, 2019
  10. Mar 12, 2019
  11. Mar 06, 2019
  12. Mar 04, 2019
Loading