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

Port to wlroots 0.18.x #2452

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

Port to wlroots 0.18.x #2452

wants to merge 22 commits into from

Commits on Oct 5, 2024

  1. Port to wlroots 0.18.x

    soreau committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    b3b54cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f86c07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cedfcc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    216bc6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db7204e View commit details
    Browse the repository at this point in the history
  6. xwayland: Don't attempt to restack OR surfaces

    This leads to a crash on wlroots 0.18, as wlroots handles this already.
    soreau committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    ec85a05 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8710952 View commit details
    Browse the repository at this point in the history
  8. xdg-toplevel: Track wlroots changes

    xdg wayland surfaces were not committing because compositors are expected
    to send a configure when wlr_xdg_surface.initial_commit is set.
    soreau committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    3f81063 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    93e9572 View commit details
    Browse the repository at this point in the history
  10. output-layout: Remove commented wlr_output_rollback call

    There is nothing needed to do here when using wlr_output_state.
    soreau committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    f1d9263 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c19648e View commit details
    Browse the repository at this point in the history
  12. CI: Build wayland 1.23 manually

    Without edge, latest only has 1.22 until possibly Nov '24, when alpine image
    3.21 is released.
    soreau committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    a094730 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    11c1d28 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9e98acd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    de1d83b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a704e04 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b987564 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    885c5ad View commit details
    Browse the repository at this point in the history
  19. subsurface: Fix damage issue

    If a subsurface is created and then becomes smaller without repositioning,
    the old larger size was never damaged, leaving artifacts on the output.
    soreau committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    e62cc0b View commit details
    Browse the repository at this point in the history
  20. core: Track wlroots 0.18 changes

    This fixes the build.
    soreau committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    15a285e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3d3f426 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

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