aboutsummaryrefslogtreecommitdiff
path: root/src/render.zig
AgeCommit message (Expand)AuthorFilesLines
2020-04-17Clean up listener handling for layer surfacesIsaac Freund1-0/+3
2020-04-15Properly handle coordinates with multiple outputsIsaac Freund1-47/+21
2020-04-13Implement the focus stackIsaac Freund1-1/+1
2020-04-13Allow storing *View in ViewStackIsaac Freund1-2/+3
2020-04-11Move output specific code out of rootIsaac Freund1-8/+5
2020-04-10Move rendering out of output to a new namespaceIsaac Freund1-0/+348
2020-03-23Move rendering functions to output.zigIsaac Freund1-63/+0
2020-03-22WIP massive refactorIsaac Freund1-0/+63