| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-04-01 | Implement switching between single tags | Isaac Freund | 2 | -4/+28 | |
| 2020-04-01 | Implement infrastructure for tags | Isaac Freund | 3 | -73/+159 | |
| 2020-03-29 | Explictly define log level ordering | Isaac Freund | 1 | -4/+4 | |
| This was technically undefined before. | |||||
| 2020-03-29 | Add a log utility | Isaac Freund | 2 | -2/+30 | |
| 2020-03-29 | Make c import a little cleaner | Isaac Freund | 11 | -11/+11 | |
| 2020-03-29 | Fix bug if master count < view count | Isaac Freund | 1 | -9/+11 | |
| 2020-03-29 | Handle timeout of transactions that take too long | Isaac Freund | 2 | -5/+38 | |
| 2020-03-29 | Pass self as immutable where possible | Isaac Freund | 6 | -15/+15 | |
| 2020-03-29 | Add a couple utility functions | Isaac Freund | 1 | -0/+7 | |
| Forgot to commit this new file in a previous commit | |||||
| 2020-03-29 | Swap bindngs for send to top and start terminal | Isaac Freund | 1 | -15/+15 | |
| 2020-03-29 | Only move view to top if needed | Isaac Freund | 1 | -3/+5 | |
| 2020-03-29 | Add keybind for adjusting master factor | Isaac Freund | 1 | -4/+17 | |
| 2020-03-29 | Remove outdated entry from gitignore | Isaac Freund | 1 | -1/+0 | |
| 2020-03-28 | Gracefully handle transaction preemption | Isaac Freund | 1 | -2/+13 | |
| 2020-03-28 | Set xdg toplevels to tiled | Isaac Freund | 1 | -0/+5 | |
| This stops firefox from adding shadows around its window | |||||
| 2020-03-28 | Remove the last stray reference to the old name | Isaac Freund | 1 | -2/+2 | |
| (thanks cole-h) | |||||
| 2020-03-28 | Add MIT license | Isaac Freund | 1 | -0/+21 | |
| 2020-03-28 | Add README | Isaac Freund | 1 | -0/+22 | |
| 2020-03-28 | Add new views to the top of the stack | Isaac Freund | 2 | -2/+2 | |
| 2020-03-28 | Add keybindings for changing master count | Isaac Freund | 1 | -0/+14 | |
| 2020-03-28 | Add keybind to move current focus to top of stack | Isaac Freund | 2 | -18/+28 | |
| 2020-03-28 | Focus previous view on close instead of next | Isaac Freund | 1 | -2/+2 | |
| 2020-03-28 | Implement dwm-style tiling layout | Isaac Freund | 1 | -17/+60 | |
| 2020-03-28 | Remove references to old name | Isaac Freund | 3 | -9/+13 | |
| 2020-03-27 | Implement basic xdg decoration management | Isaac Freund | 4 | -5/+92 | |
| 2020-03-27 | Rename to river | Isaac Freund | 1 | -1/+1 | |
| 2020-03-27 | Remove extraneous debug warns | Isaac Freund | 1 | -2/+0 | |
| 2020-03-27 | Add keybind to spawn alacritty instance | Isaac Freund | 2 | -6/+7 | |
| 2020-03-27 | Flesh out focus handling and add keybinds | Isaac Freund | 3 | -29/+74 | |
| 2020-03-26 | Handle arrange after view unmap/destroy properly | Isaac Freund | 1 | -10/+11 | |
| 2020-03-26 | Initial atomic layout update implementation | Isaac Freund | 6 | -53/+265 | |
| 2020-03-25 | Correct a few function names to camelCase | Isaac Freund | 2 | -6/+6 | |
| 2020-03-25 | Simplify initialization functions | Isaac Freund | 3 | -80/+56 | |
| 2020-03-25 | Add Root struct | Isaac Freund | 6 | -87/+114 | |
| Server handles listening for wayland signals. It delegates input handling to Seat and output handling to Root. | |||||
| 2020-03-24 | Handle destruction of Server properly | Isaac Freund | 2 | -2/+2 | |
| 2020-03-24 | Make function names camelCase | Isaac Freund | 6 | -43/+43 | |
| This conforms with the zig style guidelines: https://ziglang.org/documentation/master/#Style-Guide | |||||
| 2020-03-24 | Use Self = @This() in all structs | Isaac Freund | 6 | -30/+42 | |
| This seems to be the idiomatic way to do things. | |||||
| 2020-03-24 | Clean up cursor handling code | Isaac Freund | 1 | -8/+11 | |
| 2020-03-24 | Make all things const | Isaac Freund | 7 | -49/+51 | |
| The quest for idiomatic zig continues | |||||
| 2020-03-24 | Remove superfluous .*. | Isaac Freund | 6 | -56/+60 | |
| I may be be slowly getting the hang of this language. | |||||
| 2020-03-24 | Get rid of [*c] pointers | Isaac Freund | 6 | -33/+35 | |
| 2020-03-24 | Rework things to stop invalidating pointers | Isaac Freund | 7 | -135/+136 | |
| 2020-03-23 | Get things compiling again | Isaac Freund | 10 | -159/+187 | |
| 2020-03-23 | Refactor xdg_shell handling | Isaac Freund | 4 | -151/+173 | |
| 2020-03-23 | Move rendering functions to output.zig | Isaac Freund | 2 | -65/+65 | |
| 2020-03-23 | Refactor output handling | Isaac Freund | 2 | -89/+94 | |
| 2020-03-23 | Rework Server | Isaac Freund | 4 | -91/+87 | |
| 2020-03-22 | WIP massive refactor | Isaac Freund | 9 | -786/+930 | |
| 2020-03-22 | Use std.ArrayList over wl_list and fix bugs | Isaac Freund | 1 | -43/+46 | |
| This is now a working hello world! | |||||
| 2020-03-21 | Hack around @cImport() not handling flexible arrays | Isaac Freund | 5 | -25/+342 | |
