aboutsummaryrefslogtreecommitdiff
path: root/src/seat.zig
AgeCommit message (Expand)AuthorFilesLines
2020-04-18Properly clean up resources on exitIsaac Freund1-2/+11
2020-04-15Fix focus handling on output cycleIsaac Freund1-3/+8
2020-04-15Track the focused output of seatsIsaac Freund1-3/+13
2020-04-13Implement the focus stackIsaac Freund1-0/+96
2020-04-13Parially refactor commands to take a *SeatIsaac Freund1-2/+2
2020-04-12Introduce InputManager for eventual multi-seatIsaac Freund1-40/+31
2020-04-07Refactor keybindings to be runtime defined.Isaac Freund1-0/+13
2020-03-29Make c import a little cleanerIsaac Freund1-1/+1
2020-03-29Pass self as immutable where possibleIsaac Freund1-2/+2
2020-03-25Simplify initialization functionsIsaac Freund1-17/+12
2020-03-24Make function names camelCaseIsaac Freund1-6/+6
2020-03-24Use Self = @This() in all structsIsaac Freund1-5/+7
2020-03-24Make all things constIsaac Freund1-3/+3
2020-03-24Remove superfluous .*.Isaac Freund1-2/+2
2020-03-24Get rid of [*c] pointersIsaac Freund1-2/+2
2020-03-24Rework things to stop invalidating pointersIsaac Freund1-14/+21
2020-03-23Get things compiling againIsaac Freund1-9/+15
2020-03-22WIP massive refactorIsaac Freund1-0/+71