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

Merge absolute-x and absolute-y "virtual" properties into absolute-position #2942

Merged
merged 8 commits into from Jun 21, 2023

Commits on Jun 20, 2023

  1. Merge absolute-x and absolute-y "virtual" properties into `absolu…

    …te-coordinates`
    
    The type of thep property is `Point`, which existed before. It was
    mapped to `slint::private_unstable_api::re_exports::Point` (euclid) and
    is now mapped to slint::LogicalPosition (also in C++).
    tronical committed Jun 20, 2023
    Copy the full SHA
    73d94e9 View commit details
    Browse the repository at this point in the history
  2. fixup! Merge absolute-x and absolute-y "virtual" properties into …

    …`absolute-coordinates`
    tronical committed Jun 20, 2023
    Copy the full SHA
    e82f03b View commit details
    Browse the repository at this point in the history
  3. fixup! Merge absolute-x and absolute-y "virtual" properties into …

    …`absolute-coordinates`
    tronical committed Jun 20, 2023
    Copy the full SHA
    e9c2eb7 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    94ddd4b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8d041a9 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    83e5946 View commit details
    Browse the repository at this point in the history
  7. Use a free-standing function from private_unstable_api instead of exp…

    …osing the euclid conversion from from LogicalPosition
    tronical committed Jun 20, 2023
    Copy the full SHA
    acd1639 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    3ef81fa View commit details
    Browse the repository at this point in the history