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

Highlight the header of the topmost Window #3515

Merged
merged 18 commits into from
Jan 7, 2024

Commits on Oct 30, 2023

  1. Implemented window header color changed when focused (on top).

    * Added a theme color for selected window header.
    * Added a function to retrieve the LayerId of the focused window.
    * Implemented a simple demo of this function in the demo app where a message states if the Option window is focused (at the bottom of the Options window).
    GuillaumeSchmid committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    403bc64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03e6114 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Update crates/egui/src/memory.rs

    Co-authored-by: Emil Ernerfeldt <[email protected]>
    GuillaumeSchmid and emilk authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e24c999 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0e2888 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f50a1bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5359c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa2745e View commit details
    Browse the repository at this point in the history
  6. Fixed window option demo.

    * Corrected wording (use "on_top" instead of "focus").
    * put back the constraint demo (I don't understand why it disappeared, but the tree was not in sync).
    GuillaumeSchmid committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d094710 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6aa85d View commit details
    Browse the repository at this point in the history
  8. Fix code style.

    GuillaumeSchmid committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d04d8b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Removed unused code.

    GuillaumeSchmid committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    04261e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Merge remote-tracking branch 'origin/gs-win-select' into gs-win-select

    # Conflicts:
    #	crates/egui/src/memory.rs
    GuillaumeSchmid committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    ef055bc View commit details
    Browse the repository at this point in the history
  2. Sync with main.

    GuillaumeSchmid committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    9db9797 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Update crates/egui/src/context.rs

    Co-authored-by: Emil Ernerfeldt <[email protected]>
    GuillaumeSchmid and emilk authored Jan 7, 2024
    Configuration menu
    Copy the full SHA
    4f0cc5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e33fc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b848c2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1464413 View commit details
    Browse the repository at this point in the history
  5. Revert change to Cargo.lock

    emilk committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    8c05487 View commit details
    Browse the repository at this point in the history