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

Update smithay-client-toolkit to v0.18 #5276

Closed
wants to merge 20 commits into from
Closed

Commits on Apr 7, 2024

  1. Update smithay-client-toolkit to v0.18

    Also updates:
    - wayland-{client,protocols} to v0.31
    - wayland-egl to v0.32
    deviant committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    a12c08f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Fix compilation

    deviant committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e43d960 View commit details
    Browse the repository at this point in the history
  2. Fix cursor setting

    deviant committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    61e0ce9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ddcdf7 View commit details
    Browse the repository at this point in the history
  4. Fix pointer todos

    deviant committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5eb0d7d View commit details
    Browse the repository at this point in the history
  5. Fix window todos

    deviant committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    42e91e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2da0432 View commit details
    Browse the repository at this point in the history
  7. Fix drag & drop

    deviant committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6d59341 View commit details
    Browse the repository at this point in the history
  8. Fix copy & paste

    deviant committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f8441d6 View commit details
    Browse the repository at this point in the history
  9. Remove/rename unused stuff

    deviant committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8b8aaa3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0fed483 View commit details
    Browse the repository at this point in the history
  11. Clean up delegates

    deviant committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a0c5198 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9f98b5b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Use PrimarySelectionHandler provided by SCTK

    Also converts other DataDevice-handling code to use Read/WritePipe
    instead of the FileDescriptor API.
    deviant committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ba69909 View commit details
    Browse the repository at this point in the history
  2. Add rust-src to Nix development shell

    rust-analyzer can't find the standard library source code otherwise.
    deviant committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b10c25f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    914f01e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c972e14 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Fix crash when switching TTYs

    deviant committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    98cac27 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    c851fdc View commit details
    Browse the repository at this point in the history
  2. Fix clippy lints

    deviant committed May 3, 2024
    Configuration menu
    Copy the full SHA
    75b96d5 View commit details
    Browse the repository at this point in the history