| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-04-20 | river-layout: create and implement protocol | Leon Henrik Plickat | 1 | -0/+201 | |
| Replace the current layout mechanism based on passing args to a child process and parsing it's stdout with a new wayland protocol. This much more robust and allows for more featureful layout generators. Co-authored-by: Isaac Freund <ifreund@ifreund.xyz> | |||||
| 2021-04-08 | river: update for wlroots 0.13.0 | Isaac Freund | 1 | -9/+88 | |
| 2021-01-18 | river-option: compositor may ignore set requests | Isaac Freund | 1 | -11/+26 | |
| This allows the compositor to restrict options to a certain set of values, which can be desirable if the options affect compositor behavior. This was always the intended behavior of the protocol, but now it is explicitly stated. | |||||
| 2021-01-16 | river-options: create protocol | Isaac Freund | 1 | -0/+147 | |
| 2020-11-11 | meta: make copyright headers more maintainable | Isaac Freund | 2 | -2/+2 | |
| - list all files as copyright "The River Developers" - add an AUTHORS file to acknowledge contributors | |||||
| 2020-10-31 | Implement wlr-output-power-management-unstable-v1 protocol | Marten Ringwelski | 1 | -0/+128 | |
| 2020-07-28 | meta: update layer shell xml | Isaac Freund | 1 | -2/+12 | |
| 2020-07-24 | river-status: note that wl_outputs must be bound | Isaac Freund | 1 | -1/+2 | |
| 2020-06-16 | river-control: send output on success, fix issues | Isaac Freund | 1 | -10/+35 | |
| Add an output arg to the success event on the callback. This allows for implementing commands that return values, which are planned. Replace the array of null terminated strings with a series of requests each adding a single string to the args array. This is more idiomatic wayland. Add a seat argument to the run_command request to allow for proper multi-seat support in the future. Add missing destructor request. | |||||
| 2020-06-15 | org: unify gitignore | Isaac Freund | 1 | -2/+0 | |
| 2020-06-04 | river-status: add seat status object | Isaac Freund | 1 | -8/+50 | |
| 2020-06-03 | river-status: fix typo | Isaac Freund | 1 | -1/+1 | |
| 2020-06-03 | river-status: create an object for each output | Isaac Freund | 1 | -16/+36 | |
| 2020-06-03 | Define the river status protocol | Isaac Freund | 2 | -47/+54 | |
| This is a refinement of the now obsolete river-window-management protocol which has been deleted. | |||||
| 2020-05-24 | Split control into separate protocol | Isaac Freund | 2 | -37/+64 | |
| 2020-05-24 | Add callback to command request for error handling | Isaac Freund | 1 | -4/+25 | |
| 2020-05-19 | Implement sending command from riverctl | Isaac Freund | 1 | -1/+2 | |
| These commands are successfully received by the server, but not yet executed. | |||||
| 2020-05-19 | Sketch out river-window-management protocol | Isaac Freund | 1 | -0/+58 | |
| 2020-04-12 | Move protocol scanning to build.zig | Isaac Freund | 1 | -1240/+0 | |
| 2020-04-09 | Import layer shell protocol | Isaac Freund | 1 | -0/+301 | |
| 2020-03-19 | Initial commit | Isaac Freund | 2 | -0/+1242 | |
