aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-03-28Add keybindings for changing master countIsaac Freund1-0/+14
2020-03-28Add keybind to move current focus to top of stackIsaac Freund2-18/+28
2020-03-28Focus previous view on close instead of nextIsaac Freund1-2/+2
2020-03-28Implement dwm-style tiling layoutIsaac Freund1-17/+60
2020-03-28Remove references to old nameIsaac Freund3-9/+13
2020-03-27Implement basic xdg decoration managementIsaac Freund4-5/+92
2020-03-27Rename to riverIsaac Freund1-1/+1
2020-03-27Remove extraneous debug warnsIsaac Freund1-2/+0
2020-03-27Add keybind to spawn alacritty instanceIsaac Freund2-6/+7
2020-03-27Flesh out focus handling and add keybindsIsaac Freund3-29/+74
2020-03-26Handle arrange after view unmap/destroy properlyIsaac Freund1-10/+11
2020-03-26Initial atomic layout update implementationIsaac Freund6-53/+265
2020-03-25Correct a few function names to camelCaseIsaac Freund2-6/+6
2020-03-25Simplify initialization functionsIsaac Freund3-80/+56
2020-03-25Add Root structIsaac Freund6-87/+114
Server handles listening for wayland signals. It delegates input handling to Seat and output handling to Root.
2020-03-24Handle destruction of Server properlyIsaac Freund2-2/+2
2020-03-24Make function names camelCaseIsaac Freund6-43/+43
This conforms with the zig style guidelines: https://ziglang.org/documentation/master/#Style-Guide
2020-03-24Use Self = @This() in all structsIsaac Freund6-30/+42
This seems to be the idiomatic way to do things.
2020-03-24Clean up cursor handling codeIsaac Freund1-8/+11
2020-03-24Make all things constIsaac Freund7-49/+51
The quest for idiomatic zig continues
2020-03-24Remove superfluous .*.Isaac Freund6-56/+60
I may be be slowly getting the hang of this language.
2020-03-24Get rid of [*c] pointersIsaac Freund6-33/+35
2020-03-24Rework things to stop invalidating pointersIsaac Freund7-135/+136
2020-03-23Get things compiling againIsaac Freund10-159/+187
2020-03-23Refactor xdg_shell handlingIsaac Freund4-151/+173
2020-03-23Move rendering functions to output.zigIsaac Freund2-65/+65
2020-03-23Refactor output handlingIsaac Freund2-89/+94
2020-03-23Rework ServerIsaac Freund4-91/+87
2020-03-22WIP massive refactorIsaac Freund9-786/+930
2020-03-22Use std.ArrayList over wl_list and fix bugsIsaac Freund1-43/+46
This is now a working hello world!
2020-03-21Hack around @cImport() not handling flexible arraysIsaac Freund5-25/+342
2020-03-21Spawn a childIsaac Freund2-3/+9
2020-03-20Fix build.zigIsaac Freund1-0/+5
2020-03-20Down to 1 translate c errorIsaac Freund2-149/+484
2020-03-19cleanupIsaac Freund2-1/+1
2020-03-19Make more progress towards tinywl in zigIsaac Freund1-40/+218
2020-03-19Add protocol scanning scriptIsaac Freund1-0/+3
2020-03-19Initial commitIsaac Freund6-0/+1371