aboutsummaryrefslogtreecommitdiff
path: root/src/view_stack.zig
AgeCommit message (Expand)AuthorFilesLines
2020-05-02Relicense to GPL-3.0-or-laterIsaac Freund1-0/+17
2020-05-02Make View a toplevel structIsaac Freund1-1/+1
2020-04-26Fix view stack testsIsaac Freund1-8/+16
2020-04-26Separate View from its implementationIsaac Freund1-1/+1
2020-04-21Fix uninitialized values in testsIsaac Freund1-0/+3
2020-04-13Allow storing *View in ViewStackIsaac Freund1-157/+161
2020-04-04Remove len field from ViewStackIsaac Freund1-16/+1
2020-04-04Test ignoring unmapped viewIsaac Freund1-13/+18
2020-04-04Add empty iteration testsIsaac Freund1-0/+18
2020-04-04Add a data structure to manage the view stackIsaac Freund1-0/+384