aboutsummaryrefslogtreecommitdiff
path: root/src/view.zig
AgeCommit message (Collapse)AuthorFilesLines
2020-04-07Rename gaps -> paddingIsaac Freund1-2/+2
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
There are a few bugs with this, but the core logic is sound
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
This stops firefox from adding shadows around its window
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
Server handles listening for wayland signals. It delegates input handling to Seat and output handling to Root.
2020-03-24Make function names camelCaseIsaac Freund1-9/+9
This conforms with the zig style guidelines: https://ziglang.org/documentation/master/#Style-Guide
2020-03-24Use Self = @This() in all structsIsaac Freund1-3/+5
This seems to be the idiomatic way to do things.
2020-03-24Make all things constIsaac Freund1-10/+10
The quest for idiomatic zig continues
2020-03-24Remove superfluous .*.Isaac Freund1-8/+8
I may be be slowly getting the hang of this language.
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