Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gnome-shell gnome-shell
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2,048
    • Issues 2,048
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 151
    • Merge requests 151
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gnome-shellgnome-shell
  • Merge requests
  • !1763

swipeTracker: Use unaccelerated deltas

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alexander Mikhaylenko requested to merge wip/exalm/swipe-unaccel into master Mar 13, 2021
  • Overview 5
  • Commits 1
  • Pipelines 8
  • Changes 1

Unaccelerated deltas make sure the gesture works the same regardless of how fast the fingers move; this is what we were already doing for scrolling.

Remove the swipe multiplier as the deltas already match scrolling other than the 1/10 multiplier Clutter applies to scrolling specifically.


Split from !1731 (merged), includes it as well.

This requires new API in libinput and porting Mutter to use it, see:

  • !1731 (comment 1053284)
  • https://gitlab.freedesktop.org/libinput/libinput/-/issues/582
  • https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/586
Edited Jul 16, 2021 by Alexander Mikhaylenko
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wip/exalm/swipe-unaccel