aboutsummaryrefslogtreecommitdiff
path: root/src/c.zig
AgeCommit message (Expand)AuthorFilesLines
2020-05-24Split control into separate protocolIsaac Freund1-1/+1
2020-05-19Create WindowManagement structIsaac Freund1-0/+2
2020-05-08Implement initial Xwayland supportIsaac Freund1-0/+1
2020-05-02Relicense to GPL-3.0-or-laterIsaac Freund1-0/+17
2020-04-28Workaround global anonymous field name counterIsaac Freund1-0/+6
2020-04-26Support wlr-screencopyIsaac Freund1-0/+1
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
2020-04-09Go back to using std.ChildProcessIsaac Freund1-1/+0
2020-04-08Fix environment of spawned processesIsaac Freund1-0/+1
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