aboutsummaryrefslogtreecommitdiff
path: root/src/view_stack.zig
AgeCommit message (Collapse)AuthorFilesLines
2020-05-11Only store mapped views in the view stackIsaac Freund1-23/+5
2020-05-02Rename files contatining top level structsIsaac Freund1-1/+1
This respects the naming convention of snake_case namespaces and TitleCase types.
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
This is done in preperation for Xwayland support
2020-04-21Fix uninitialized values in testsIsaac Freund1-0/+3
2020-04-13Allow storing *View in ViewStackIsaac Freund1-157/+161
This is done in preparation for implementing focus stacks.
2020-04-04Remove len field from ViewStackIsaac Freund1-16/+1
This is misleading as unmapped views should be ignored
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