| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-12-21 | river: update to wlroots 0.15.0 | Isaac Freund | 1 | -0/+0 | |
| 2021-11-23 | Cursor: add workaround in pointer drag termination | Isaac Freund | 1 | -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-10-11 | pointer-constraints: fix coordinates | Isaac Freund | 1 | -0/+0 | |
| Currently the implementation treats the x/y coordinates of View.State.box as layout coordinates instead of output-relative. This causes issues when using an output not at 0,0. | |||||
| 2021-08-19 | river: implement xdg-activation-v1 | novakane | 1 | -0/+0 | |
| - add a new "urgent" border color - add a new event to river-status-unstable-v1 Co-authored-by: Isaac Freund <ifreund@ifreund.xyz> | |||||
| 2021-06-24 | Revert "build: assert wlroots version at comptime" | Isaac Freund | 1 | -0/+0 | |
| zig-wlroots now has this assert built in This reverts commit 3392b21aa8982c1a9d5bf25307830a4294e5ae4c. | |||||
| 2021-06-24 | build: assert wlroots version at comptime | Isaac Freund | 1 | -0/+0 | |
| This will prevent people compiling river against the wrong wlroots version and wondering why it crashes. | |||||
| 2021-06-23 | code: update to wlroots 0.14.0 | Isaac Freund | 1 | -0/+0 | |
| 2021-06-13 | Add basic input configuration | Leon Henrik Plickat | 1 | -0/+0 | |
| 2021-06-05 | code: update to zig 0.8.0 | Isaac Freund | 3 | -0/+0 | |
| 2021-05-24 | render: do basic yes/no damage tracking | Isaac Freund | 1 | -0/+0 | |
| 2021-04-27 | deps: update to latest zig-wayland | Isaac Freund | 1 | -0/+0 | |
| 2021-04-22 | pixman: update and fix PointerConstraint | novakne | 1 | -0/+0 | |
| 2021-04-20 | river: fix to work with latest zig-pixman | novakne | 1 | -0/+0 | |
| 2021-04-08 | river: update for wlroots 0.13.0 | Isaac Freund | 1 | -0/+0 | |
| 2021-03-22 | build: handle null install_prefix correctly | Isaac Freund | 1 | -0/+0 | |
| 2021-03-01 | build: fix if wlroots x11 backend is disabled | Isaac Freund | 1 | -0/+0 | |
| 2021-02-22 | river: pointer-constraints and relative-pointer | Bonicgamer | 1 | -0/+0 | |
| 2021-02-15 | Implement pointer-gestures-unstable-v1 | Marten Ringwelski | 2 | -0/+0 | |
| 2021-02-02 | output: add output_title default option | Leon Henrik Plickat | 1 | -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-25 | deps: update to lastest zig-wlroots | Isaac Freund | 1 | -0/+0 | |
| 2021-01-18 | riverctl: implement river-options interface | Isaac Freund | 1 | -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-16 | river-options: implement | Isaac Freund | 1 | -0/+0 | |
| 2020-12-31 | code: clean up listener initialization | Isaac Freund | 1 | -0/+0 | |
| 2020-12-24 | foreign-toplevel-management: basic implementation | Isaac Freund | 2 | -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-13 | code: switch to custom wlroots/libwayland bindings | Isaac Freund | 4 | -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-29 | keyboard: handle destruction | Isaac Freund | 1 | -0/+0 | |
| 2020-11-21 | style: fix zig fmt regression | Isaac Freund | 1 | -0/+0 | |
| CI works now so this shouldn't happen again | |||||
| 2020-11-03 | code: use std.ascii.spaces | Isaac Freund | 1 | -0/+0 | |
| 2020-11-02 | code: port riverctl to zig-wayland | Isaac Freund | 1 | -0/+0 | |
| 2020-11-01 | Add submodule | Isaac Freund | 1 | -0/+0 | |
