aboutsummaryrefslogtreecommitdiff
path: root/deps/zig-wlroots
AgeCommit message (Collapse)AuthorFilesLines
2021-06-24Revert "build: assert wlroots version at comptime"Isaac Freund1-0/+0
zig-wlroots now has this assert built in This reverts commit 3392b21aa8982c1a9d5bf25307830a4294e5ae4c.
2021-06-24build: assert wlroots version at comptimeIsaac Freund1-0/+0
This will prevent people compiling river against the wrong wlroots version and wondering why it crashes.
2021-06-23code: update to wlroots 0.14.0Isaac Freund1-0/+0
2021-06-13Add basic input configurationLeon Henrik Plickat1-0/+0
2021-06-05code: update to zig 0.8.0Isaac Freund1-0/+0
2021-04-08river: update for wlroots 0.13.0Isaac Freund1-0/+0
2021-03-01build: fix if wlroots x11 backend is disabledIsaac Freund1-0/+0
2021-02-22river: pointer-constraints and relative-pointerBonicgamer1-0/+0
2021-02-15Implement pointer-gestures-unstable-v1Marten Ringwelski1-0/+0
2021-02-02output: add output_title default optionLeon Henrik Plickat1-0/+0
Outputs now have a default option, "output_title". If this changes, the outputs title is set to the option value. This title is currently only relevant when run nested in a wayland/X11 session. Co-authored-by: Isaac Freund <ifreund@ifreund.xyz>
2021-01-25deps: update to lastest zig-wlrootsIsaac 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!