Draft
Conversation
Includes [gnome-shell!3967][1], [gnome-shell!3997][2] and [gnome-shell!4062][3]. [1]: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3967 "swipeTracker: Immediately flip delta in RTL locales" [2]: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3997 "swipeTracker: Handle touchpad gestures on actor" [3]: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/4062 "swipeTracker: Handle invalid position when finding previous point"
Includes part of [gnome-shell!3931][1], which should still be safe for `swipeTracker.js` in GNOME 49. [1]: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3931 "Use const declarations where possible"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Not sure if you're interested in doing this right now, but these would be changes in
swipeTracker.jsintroduced between GNOME 49.rc and GNOME 50.rc. They should work with GNOME 49 too, however the orientation changes could be a bit risky for both versions. For comparison, check commits forswipeTracker.json:I'm opening as draft right now, but, if there is interest, I could do a proper test and open it to review if it works.