Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve TextEditor slow scrolling behavior with touchpads #2140

Merged
merged 4 commits into from
Feb 3, 2024

Commits on Feb 3, 2024

  1. Improve TextEditor slow scrolling behavior with touchpads.

    If you scroll by only a fraction of a line, the TextEditor
    stores this fraction and adds it on the next scroll event.
    blazra authored and hecrj committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    79a3484 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    hecrj committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    066ee08 View commit details
    Browse the repository at this point in the history
  3. Run cargo fmt

    hecrj committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    db9ca1a View commit details
    Browse the repository at this point in the history
  4. Fix clippy lints

    hecrj committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    7197984 View commit details
    Browse the repository at this point in the history