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

fix: parenting logic, fixing some windows & tooltips misbehaving #5541

Merged
merged 7 commits into from
Aug 17, 2024

Commits on Aug 11, 2024

  1. fix: tooltip window handle parent restoration

    When the split's parent changes, that change propagates down to the
    created tooltip widget. This breaks tooltips on X11 & Sway (maybe more).
    This change ensures that the tooltip window handle's parent is always
    nullptr.
    pajlada committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    737fdcd View commit details
    Browse the repository at this point in the history
  2. add changelog entry

    pajlada committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    288537c View commit details
    Browse the repository at this point in the history
  3. Update changelog entry

    pajlada committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    b01bd3e View commit details
    Browse the repository at this point in the history
  4. Run on all DontFocus-widgets

    pajlada committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    4b3aef9 View commit details
    Browse the repository at this point in the history
  5. update changelog entry

    pajlada committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    1265630 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69c8be9 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

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