Skip to content
Snippets Groups Projects
  1. Nov 29, 2021
  2. Nov 28, 2021
  3. Nov 24, 2021
  4. Nov 23, 2021
  5. Nov 18, 2021
  6. Nov 17, 2021
  7. Nov 16, 2021
  8. Nov 10, 2021
  9. Nov 09, 2021
  10. Nov 08, 2021
  11. Nov 04, 2021
  12. Oct 30, 2021
  13. Oct 21, 2021
  14. Oct 20, 2021
  15. Oct 19, 2021
  16. Oct 11, 2021
  17. Oct 10, 2021
  18. Oct 07, 2021
  19. Oct 04, 2021
  20. Sep 27, 2021
  21. Sep 26, 2021
  22. Sep 24, 2021
  23. Sep 21, 2021
  24. Sep 20, 2021
  25. Sep 19, 2021
    • José Expósito's avatar
      doc: guarantee end sequence for continuous scroll · 5f966dc6
      José Expósito authored
      
      GTK handles LIBINPUT_EVENT_POINTER_SCROLL_CONTINUOUS as
      GDK_SCROLL_SMOOTH, the same event type that is used to handle
      LIBINPUT_EVENT_POINTER_SCROLL_FINGER.
      
      Because Mutter and other compositors, like wlroots based compositors,
      translate libinput terminating event to axis_stop instead of doing their
      own emulation, if libinput stops sending terminating events, it will
      cause client bugs.
      
      Since libinput always sends the terminating event for trackpoints and
      button scrolling and there are even tests in place to check for them,
      update the documentation to guarantee the terminating scroll sequence.
      
      Signed-off-by: default avatarJosé Expósito <jose.exposito89@gmail.com>
      5f966dc6
Loading