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

Remove ZIndex::Global #9877

Closed
wants to merge 7 commits into from

Commits on Sep 20, 2023

  1. * ZIndex::Global is removed.

    * `ZIndex` is now a tuple struct wrapping an `i32`. This value represents the local z index, replacing what was `ZIndex::Local`.
    * `ui_stack_system` does its update during a walk of the layout tree .
    ickshonpe committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    2c7cf32 View commit details
    Browse the repository at this point in the history
  2. Fixed examples

    ickshonpe committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9df08e8 View commit details
    Browse the repository at this point in the history
  3. Derive default for ZIndex.

    Fixed formatting.
    ickshonpe committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    07274d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc1c762 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52bc28b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f527542 View commit details
    Browse the repository at this point in the history
  7. fixed doc comment

    ickshonpe committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    81f7bee View commit details
    Browse the repository at this point in the history