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

[iOS] Stylus support #3113

Merged
merged 43 commits into from
Sep 24, 2024
Merged

[iOS] Stylus support #3113

merged 43 commits into from
Sep 24, 2024

Commits on Sep 15, 2024

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

Commits on Sep 16, 2024

  1. Mergele main

    m-bert committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9138c70 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    d7c6b76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f5a48c View commit details
    Browse the repository at this point in the history
  3. Add stylus support to hover

    m-bert committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5992af5 View commit details
    Browse the repository at this point in the history
  4. Change comparison operators

    m-bert committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    dc601b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c8f104 View commit details
    Browse the repository at this point in the history
  6. Add missing tsdocs

    m-bert committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8012cda View commit details
    Browse the repository at this point in the history
  7. Add example

    m-bert committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    02f1a3b View commit details
    Browse the repository at this point in the history
  8. Send pressure on pointerMove

    m-bert committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    95599e0 View commit details
    Browse the repository at this point in the history
  9. Add docs

    m-bert committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ebc5321 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e562197 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Update example

    m-bert committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b3edab6 View commit details
    Browse the repository at this point in the history
  2. Remove docs

    m-bert committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    878a43d View commit details
    Browse the repository at this point in the history
  3. Works... but not really

    m-bert committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    93ab09f View commit details
    Browse the repository at this point in the history
  4. Works

    m-bert committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ab2edb3 View commit details
    Browse the repository at this point in the history
  5. Set reference at init

    m-bert committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    08b9f5b View commit details
    Browse the repository at this point in the history
  6. Add if

    m-bert committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ad5e32b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f3b97e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d60656f View commit details
    Browse the repository at this point in the history
  9. Remove hover from example

    m-bert committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    91cbc3d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d8ef835 View commit details
    Browse the repository at this point in the history
  11. Change assign to strong

    m-bert committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5f0aca9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Fix macos build

    m-bert committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    099d03e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3440b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64c6fa9 View commit details
    Browse the repository at this point in the history
  4. Mergele main

    m-bert committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a424031 View commit details
    Browse the repository at this point in the history
  5. Change signature

    m-bert committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b8f2afb View commit details
    Browse the repository at this point in the history
  6. Do not use the same reference

    m-bert committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e120bac View commit details
    Browse the repository at this point in the history
  7. Move pressure change to reset

    m-bert committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    252a7de View commit details
    Browse the repository at this point in the history
  8. Add prefix

    m-bert committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b359bc4 View commit details
    Browse the repository at this point in the history
  9. More prefixes

    m-bert committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3b1ac10 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f482862 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    b25ff50 View commit details
    Browse the repository at this point in the history
  2. Fix build macos

    m-bert committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    708baef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    832df10 View commit details
    Browse the repository at this point in the history
  4. Review suggestions

    m-bert committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b2a7437 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    716f1f9 View commit details
    Browse the repository at this point in the history
  2. Remove #ifs

    m-bert committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    16afa6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e27b3a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Fix macos build

    m-bert committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    848f69e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9044aeb View commit details
    Browse the repository at this point in the history
  3. Add commentary

    m-bert committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    35ce0de View commit details
    Browse the repository at this point in the history