aboutsummaryrefslogtreecommitdiff
path: root/src/output.zig
AgeCommit message (Expand)AuthorFilesLines
2020-04-02Implement tag assignmentIsaac Freund1-7/+7
2020-04-01Implement infrastructure for tagsIsaac Freund1-0/+6
2020-03-29Make c import a little cleanerIsaac Freund1-1/+1
2020-03-29Pass self as immutable where possibleIsaac Freund1-1/+1
2020-03-26Initial atomic layout update implementationIsaac Freund1-27/+79
2020-03-25Add Root structIsaac Freund1-7/+9
2020-03-24Make function names camelCaseIsaac Freund1-4/+4
2020-03-24Use Self = @This() in all structsIsaac Freund1-1/+3
2020-03-24Make all things constIsaac Freund1-10/+10
2020-03-24Remove superfluous .*.Isaac Freund1-19/+19
2020-03-24Get rid of [*c] pointersIsaac Freund1-3/+5
2020-03-24Rework things to stop invalidating pointersIsaac Freund1-14/+10
2020-03-23Get things compiling againIsaac Freund1-7/+10
2020-03-23Move rendering functions to output.zigIsaac Freund1-2/+65
2020-03-23Refactor output handlingIsaac Freund1-88/+85
2020-03-22WIP massive refactorIsaac Freund1-0/+110