aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)AuthorFilesLines
2020-04-27Clean up some code using c imported enumsIsaac Freund1-1/+1
2020-04-18Properly clean up resources on exitIsaac Freund1-1/+3
2020-03-29Add a log utilityIsaac Freund1-2/+6
2020-03-29Make c import a little cleanerIsaac Freund1-1/+1
2020-03-27Add keybind to spawn alacritty instanceIsaac Freund1-6/+0
2020-03-25Add Root structIsaac Freund1-3/+2
2020-03-24Handle destruction of Server properlyIsaac Freund1-1/+1
2020-03-24Make all things constIsaac Freund1-1/+1
2020-03-24Rework things to stop invalidating pointersIsaac Freund1-1/+3
2020-03-23Get things compiling againIsaac Freund1-0/+2
2020-03-23Refactor xdg_shell handlingIsaac Freund1-8/+0
2020-03-23Rework ServerIsaac Freund1-51/+7
2020-03-22WIP massive refactorIsaac Freund1-786/+0
2020-03-22Use std.ArrayList over wl_list and fix bugsIsaac Freund1-43/+46
2020-03-21Hack around @cImport() not handling flexible arraysIsaac Freund1-23/+289
2020-03-21Spawn a childIsaac Freund1-1/+6
2020-03-20Down to 1 translate c errorIsaac Freund1-149/+454
2020-03-19Make more progress towards tinywl in zigIsaac Freund1-40/+218
2020-03-19Initial commitIsaac Freund1-0/+102