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

support pinch, double tap and rotation gestures on iOS #3130

Merged
merged 32 commits into from
Jan 16, 2024

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    fc62908 View commit details
    Browse the repository at this point in the history
  2. lint

    mockersf committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    0b680ea View commit details
    Browse the repository at this point in the history
  3. lint

    mockersf committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    0b3d059 View commit details
    Browse the repository at this point in the history
  4. update

    mockersf committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    2c475cb View commit details
    Browse the repository at this point in the history
  5. add rotation gesture

    mockersf committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    2472064 View commit details
    Browse the repository at this point in the history
  6. remove printlns

    mockersf committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    4bb664e View commit details
    Browse the repository at this point in the history
  7. comments

    mockersf committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    e1bc6d9 View commit details
    Browse the repository at this point in the history
  8. changelog

    mockersf committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    750ca3a View commit details
    Browse the repository at this point in the history
  9. unused import

    mockersf committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    5db8ab4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1067b58 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    085515b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    ceece83 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Mads Marquart <mads@marquart.dk>
    mockersf and madsmtm authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    78bf8eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d2fe9d View commit details
    Browse the repository at this point in the history
  4. doc

    mockersf committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    56ee7b8 View commit details
    Browse the repository at this point in the history
  5. regroup objc2 imports

    mockersf committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e63d6b8 View commit details
    Browse the repository at this point in the history
  6. use UIView

    mockersf committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    25dde69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    594935e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a534d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2238590 View commit details
    Browse the repository at this point in the history
  10. update for rust-windowing#3402

    mockersf committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    8fe8e80 View commit details
    Browse the repository at this point in the history
  11. don't link to ios extension

    mockersf committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    53a5726 View commit details
    Browse the repository at this point in the history
  12. fix logic

    mockersf committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    6245e2b View commit details
    Browse the repository at this point in the history
  13. logic 2

    mockersf committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    39ead52 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. logic 3 🤦

    mockersf committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e9d7ed3 View commit details
    Browse the repository at this point in the history
  2. wrong and unused impl

    mockersf committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c0ba94e View commit details
    Browse the repository at this point in the history
  3. simplify

    mockersf committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c5cdf50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    726b7e0 View commit details
    Browse the repository at this point in the history
  5. Fix pinch delta direction

    madsmtm committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    12280ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ce6f46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    abdf5b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    97d700a View commit details
    Browse the repository at this point in the history