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

Handle both mouse wheel and trackpad #1972

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Aug 28, 2024

  1. Handle both mouse wheel and trackpad

    The current code ignores magnitude differences in deltaY, resulting in an experience that is either too fast on trackpad or too slow with a mousewheel.
    
    This change allows those to differ within a clamped range, so that one zoomSpeed value works well for both input devices.
    
    Fixes visjs#1882
    Ted Driggs authored and TedDriggs committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    780c522 View commit details
    Browse the repository at this point in the history
  2. Bump version to 9.1.9

    TedDriggs committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8a703ca View commit details
    Browse the repository at this point in the history
  3. Change repo and bug URLs

    TedDriggs committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ba544ee View commit details
    Browse the repository at this point in the history
  4. Translate edge labels when angle is 0

    Otherwise, right-to-left horizontal edges with middle-aligned labels would have their labels rendered at the origin.
    TedDriggs committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    09840d9 View commit details
    Browse the repository at this point in the history
  5. Bump version to 9.1.10

    TedDriggs committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9891991 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Fix a lot of linting issues

    This makes the actual problems in the code easier to find
    TedDriggs committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4569ffd View commit details
    Browse the repository at this point in the history