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

Add UIGestureRecognizerDelegate and PanGestureRecogniser plus default… #3597

Merged
merged 18 commits into from
Apr 27, 2024

Commits on Mar 19, 2024

  1. Add UIGestureRecognizerDelegate and PanGestureRecogniser plus default…

    … behavior to allow all gestures simultaneously recognized (rust-windowing#3429)
    jpedrick committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e874d2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9093b97 View commit details
    Browse the repository at this point in the history
  3. Cargo fmt

    jpedrick committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a77a659 View commit details
    Browse the repository at this point in the history
  4. Fix windows build

    jpedrick committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b212bd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    944cbea View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. For iOS Rotation/Pan/Pinch now send delta relative to Update, so beha…

    …vior matches macos.\nRotation gesture units from iOS sent in degrees instead of radians.\nMany small changes from PR feedback.
    jpedrick committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e7592d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    534c251 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Add min/max number of touches for pan gesture recognizer and other PR…

    … feedback related changes.
    jpedrick committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4aefdd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b99c62e View commit details
    Browse the repository at this point in the history
  3. Fix links in doc comments

    jpedrick committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6c43010 View commit details
    Browse the repository at this point in the history
  4. Fixed links in doc comments

    jpedrick committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    1c4822b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Remove velocity from events

    jpedrick committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ef58bef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dde3273 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    200a6f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ec7b77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94c1dbe View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    6e9a07e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb2b8df View commit details
    Browse the repository at this point in the history