aboutsummaryrefslogtreecommitdiff
path: root/src/view.zig
AgeCommit message (Expand)AuthorFilesLines
2020-04-05Implement inner gapsIsaac Freund1-2/+2
2020-04-04Take future borders into account for surface sizeIsaac Freund1-2/+2
2020-04-04Add a data structure to manage the view stackIsaac Freund1-22/+6
2020-04-02Implement tag assignmentIsaac Freund1-21/+20
2020-04-01Implement infrastructure for tagsIsaac Freund1-19/+38
2020-03-29Make c import a little cleanerIsaac Freund1-1/+1
2020-03-29Pass self as immutable where possibleIsaac Freund1-3/+3
2020-03-28Set xdg toplevels to tiledIsaac Freund1-0/+5
2020-03-28Add new views to the top of the stackIsaac Freund1-1/+1
2020-03-28Focus previous view on close instead of nextIsaac Freund1-2/+2
2020-03-27Remove extraneous debug warnsIsaac Freund1-2/+0
2020-03-27Flesh out focus handling and add keybindsIsaac Freund1-16/+24
2020-03-26Handle arrange after view unmap/destroy properlyIsaac Freund1-10/+11
2020-03-26Initial atomic layout update implementationIsaac Freund1-16/+93
2020-03-25Add Root structIsaac Freund1-13/+13
2020-03-24Make function names camelCaseIsaac Freund1-9/+9
2020-03-24Use Self = @This() in all structsIsaac Freund1-3/+5
2020-03-24Make all things constIsaac Freund1-10/+10
2020-03-24Remove superfluous .*.Isaac Freund1-8/+8
2020-03-24Get rid of [*c] pointersIsaac Freund1-8/+8
2020-03-24Rework things to stop invalidating pointersIsaac Freund1-53/+38
2020-03-23Get things compiling againIsaac Freund1-22/+33
2020-03-23Refactor xdg_shell handlingIsaac Freund1-72/+132
2020-03-22WIP massive refactorIsaac Freund1-0/+92