aboutsummaryrefslogtreecommitdiff
path: root/deps/zig-wayland
AgeCommit message (Collapse)AuthorFilesLines
2023-10-16build: update to Zig 0.11.0Isaac Freund1-0/+0
2023-02-28river: fix various fullscreen related bugsIsaac Freund1-0/+0
2023-02-27deps: update to latest zig-wayland/zig-wlrootsIsaac Freund1-0/+0
2023-02-27deps: update to latest zig-wayland/zig-wlrootsIsaac Freund1-0/+0
2023-01-09deps: update zig-wayland to fix build on aarch64Isaac Freund1-0/+0
2023-01-08deps: update to Zig 0.10Isaac Freund1-0/+0
2022-12-31river-control: update zig-wayland to fix leakIsaac Freund1-0/+0
It was forgotten to destroy the callback server side object when sending the destructor event. With the new zig-wayland version, this cannot be forgotten.
2022-12-02river-status: correctly advertise version 4MaxVerevkin1-0/+0
This should have been a compile error but slipped through due to a bug in zig-wayland. This bug has now been fixed and the submodule updated.
2022-11-13river: update to wlroots 0.16Isaac Freund1-0/+0
2022-05-11deps: update to latest zig-waylandIsaac Freund1-0/+0
2021-12-24build: update to zig version 0.9.0Isaac Freund1-0/+0
2021-11-23Cursor: add workaround in pointer drag terminationIsaac Freund1-0/+0
Currently wlroots sends use the drag destroy event before sending the wl_data_device.leave event to the client, which makes things a bit awkward. My patch fixing this has been merged to wlroots master so we can remove this when upgrading to wlroots 0.15, but until then this workaround will fix the issue.
2021-06-05code: update to zig 0.8.0Isaac Freund1-0/+0
2021-04-27deps: update to latest zig-waylandIsaac Freund1-0/+0
2021-03-22build: handle null install_prefix correctlyIsaac Freund1-0/+0
2021-02-15Implement pointer-gestures-unstable-v1Marten Ringwelski1-0/+0
2021-01-18riverctl: implement river-options interfaceIsaac Freund1-0/+0
To make this cleaner, introduce some arg-parsing infrastructure that will useful when porting riverctl to river-control-v2 in the future as well.
2021-01-16river-options: implementIsaac Freund1-0/+0
2020-12-31code: clean up listener initializationIsaac Freund1-0/+0
2020-12-24foreign-toplevel-management: basic implementationIsaac Freund1-0/+0
We do no yet set the parent of toplevels. We also only honor activate requests if the target view is already visible on the focused output.
2020-12-13code: switch to custom wlroots/libwayland bindingsIsaac Freund1-0/+0
This is a big step up over @cImport() for ergonomics and type safety. Nearly all void pointer casts have been eliminated!
2020-11-29keyboard: handle destructionIsaac Freund1-0/+0
2020-11-21style: fix zig fmt regressionIsaac Freund1-0/+0
CI works now so this shouldn't happen again
2020-11-03code: use std.ascii.spacesIsaac Freund1-0/+0
2020-11-02code: port riverctl to zig-waylandIsaac Freund1-0/+0
2020-11-01Add submoduleIsaac Freund1-0/+0