aboutsummaryrefslogtreecommitdiff
path: root/src/server.zig
AgeCommit message (Expand)AuthorFilesLines
2020-03-29Handle timeout of transactions that take too longIsaac Freund1-1/+6
2020-03-29Pass self as immutable where possibleIsaac Freund1-1/+1
2020-03-29Swap bindngs for send to top and start terminalIsaac Freund1-15/+15
2020-03-29Only move view to top if neededIsaac Freund1-3/+5
2020-03-29Add keybind for adjusting master factorIsaac Freund1-4/+17
2020-03-28Add keybindings for changing master countIsaac Freund1-0/+14
2020-03-28Add keybind to move current focus to top of stackIsaac Freund1-17/+27
2020-03-28Remove references to old nameIsaac Freund1-3/+3
2020-03-27Implement basic xdg decoration managementIsaac Freund1-5/+9
2020-03-27Add keybind to spawn alacritty instanceIsaac Freund1-0/+7
2020-03-27Flesh out focus handling and add keybindsIsaac Freund1-11/+2
2020-03-25Correct a few function names to camelCaseIsaac Freund1-5/+5
2020-03-25Simplify initialization functionsIsaac Freund1-2/+1
2020-03-25Add Root structIsaac Freund1-61/+25
2020-03-24Handle destruction of Server properlyIsaac Freund1-1/+1
2020-03-24Make function names camelCaseIsaac Freund1-1/+1
2020-03-24Use Self = @This() in all structsIsaac Freund1-8/+10
2020-03-24Make all things constIsaac Freund1-6/+6
2020-03-24Remove superfluous .*.Isaac Freund1-8/+8
2020-03-24Get rid of [*c] pointersIsaac Freund1-4/+4
2020-03-24Rework things to stop invalidating pointersIsaac Freund1-23/+35
2020-03-23Get things compiling againIsaac Freund1-15/+23
2020-03-23Refactor xdg_shell handlingIsaac Freund1-3/+41
2020-03-23Refactor output handlingIsaac Freund1-1/+9
2020-03-23Rework ServerIsaac Freund1-28/+74
2020-03-22WIP massive refactorIsaac Freund1-0/+71