aboutsummaryrefslogtreecommitdiff
path: root/deps
AgeCommit message (Collapse)AuthorFilesLines
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 Freund3-0/+0
2021-05-24render: do basic yes/no damage trackingIsaac Freund1-0/+0
2021-04-27deps: update to latest zig-waylandIsaac Freund1-0/+0
2021-04-22pixman: update and fix PointerConstraintnovakne1-0/+0
2021-04-20river: fix to work with latest zig-pixmannovakne1-0/+0
2021-04-08river: update for wlroots 0.13.0Isaac Freund1-0/+0
2021-03-22build: handle null install_prefix correctlyIsaac 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 Ringwelski2-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
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 Freund2-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 Freund4-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