| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-11-11 | meta: make copyright headers more maintainable | Isaac Freund | 1 | -1/+1 | |
| - list all files as copyright "The River Developers" - add an AUTHORS file to acknowledge contributors | |||||
| 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-05-24 | Split control into separate protocol | Isaac Freund | 1 | -0/+60 | |
