aboutsummaryrefslogtreecommitdiff
path: root/protocol
AgeCommit message (Collapse)AuthorFilesLines
2020-11-11meta: make copyright headers more maintainableIsaac Freund2-2/+2
- list all files as copyright "The River Developers" - add an AUTHORS file to acknowledge contributors
2020-10-31Implement wlr-output-power-management-unstable-v1 protocolMarten Ringwelski1-0/+128
2020-07-28meta: update layer shell xmlIsaac Freund1-2/+12
2020-07-24river-status: note that wl_outputs must be boundIsaac Freund1-1/+2
2020-06-16river-control: send output on success, fix issuesIsaac Freund1-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-15org: unify gitignoreIsaac Freund1-2/+0
2020-06-04river-status: add seat status objectIsaac Freund1-8/+50
2020-06-03river-status: fix typoIsaac Freund1-1/+1
2020-06-03river-status: create an object for each outputIsaac Freund1-16/+36
2020-06-03Define the river status protocolIsaac Freund2-47/+54
This is a refinement of the now obsolete river-window-management protocol which has been deleted.
2020-05-24Split control into separate protocolIsaac Freund2-37/+64
2020-05-24Add callback to command request for error handlingIsaac Freund1-4/+25
2020-05-19Implement sending command from riverctlIsaac Freund1-1/+2
These commands are successfully received by the server, but not yet executed.
2020-05-19Sketch out river-window-management protocolIsaac Freund1-0/+58
2020-04-12Move protocol scanning to build.zigIsaac Freund1-1240/+0
2020-04-09Import layer shell protocolIsaac Freund1-0/+301
2020-03-19Initial commitIsaac Freund2-0/+1242