aboutsummaryrefslogtreecommitdiff
path: root/src/c.zig
AgeCommit message (Collapse)AuthorFilesLines
2020-04-28Workaround global anonymous field name counterIsaac Freund1-0/+6
Fixes https://github.com/ifreund/river/issues/17
2020-04-26Support wlr-screencopyIsaac Freund1-0/+1
Closes https://github.com/ifreund/river/issues/7
2020-04-19Implement wlr-input-inhibitorIsaac Freund1-0/+1
2020-04-15Rename render.[hc] to bindings.[hc]Isaac Freund1-1/+1
2020-04-10Implement xdg-outputIsaac Freund1-0/+1
2020-04-10Implement initial layer shell supportIsaac Freund1-0/+1
exclusive zones and popups are still TODO
2020-04-09Go back to using std.ChildProcessIsaac Freund1-1/+0
The bug with this was fixed by https://github.com/ziglang/zig/pull/4970.
2020-04-08Fix environment of spawned processesIsaac Freund1-0/+1
std.ChildProcess isn't handling environment variables set at runtime properly, so just use libc directly.
2020-03-29Make c import a little cleanerIsaac Freund1-1/+1
2020-03-27Implement basic xdg decoration managementIsaac Freund1-0/+1
2020-03-26Initial atomic layout update implementationIsaac Freund1-1/+2
2020-03-23Get things compiling againIsaac Freund1-8/+2
2020-03-21Hack around @cImport() not handling flexible arraysIsaac Freund1-2/+4
2020-03-20Down to 1 translate c errorIsaac Freund1-0/+30