| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-05-02 | Relicense to GPL-3.0-or-later | Isaac Freund | 1 | -0/+17 | |
| 2020-05-02 | Make Seat a toplevel struct | Isaac Freund | 1 | -1/+1 | |
| 2020-04-22 | Implement floating views | Isaac Freund | 1 | -0/+1 | |
| 2020-04-18 | Add binds to move views between outputs | Isaac Freund | 1 | -0/+1 | |
| 2020-04-18 | Split up commands into separate files | Isaac Freund | 1 | -165/+12 | |
| 2020-04-18 | Refactor focus next/prev view/output commands | Isaac Freund | 1 | -40/+26 | |
| 2020-04-15 | Add keybinds to cycle between outputs | Isaac Freund | 1 | -0/+31 | |
| 2020-04-15 | Track the focused output of seats | Isaac Freund | 1 | -17/+11 | |
| 2020-04-13 | Implement the focus stack | Isaac Freund | 1 | -80/+60 | |
| 2020-04-13 | Parially refactor commands to take a *Seat | Isaac Freund | 1 | -54/+110 | |
| 2020-04-13 | Allow storing *View in ViewStack | Isaac Freund | 1 | -1/+2 | |
| This is done in preparation for implementing focus stacks. | |||||
| 2020-04-11 | Move output specific code out of root | Isaac Freund | 1 | -13/+18 | |
| This is in preperation of proper output event handling and eventual multi output support. | |||||
| 2020-04-09 | Go back to using std.ChildProcess | Isaac Freund | 1 | -8/+12 | |
| The bug with this was fixed by https://github.com/ziglang/zig/pull/4970. | |||||
| 2020-04-08 | Fix environment of spawned processes | Isaac Freund | 1 | -3/+9 | |
| std.ChildProcess isn't handling environment variables set at runtime properly, so just use libc directly. | |||||
| 2020-04-08 | Add keybind to close views | Isaac Freund | 1 | -0/+7 | |
| 2020-04-08 | Add binding to toggle tag of focused view | Isaac Freund | 1 | -0/+12 | |
| 2020-04-08 | Add binding to toggle focused tags | Isaac Freund | 1 | -0/+10 | |
| 2020-04-07 | Refactor keybindings to be runtime defined. | Isaac Freund | 1 | -9/+22 | |
| 2020-04-07 | Move commands to a separate file | Isaac Freund | 1 | -0/+78 | |
