| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-05-02 | Make Seat a toplevel struct | Isaac Freund | 1 | -1/+1 | |
| 2020-04-28 | Improve naming consistency | Isaac Freund | 1 | -6/+6 | |
| 2020-04-28 | Workaround global anonymous field name counter | Isaac Freund | 1 | -2/+2 | |
| Fixes https://github.com/ifreund/river/issues/17 | |||||
| 2020-04-27 | Clean up some code using c imported enums | Isaac Freund | 1 | -3/+3 | |
| 2020-04-23 | Fix crash on non-toplevel views | Isaac Freund | 1 | -2/+2 | |
| 2020-04-21 | Bikeshed variable names | Isaac Freund | 1 | -12/+12 | |
| 2020-04-18 | Properly clean up resources on exit | Isaac Freund | 1 | -21/+21 | |
| 2020-04-12 | Introduce InputManager for eventual multi-seat | Isaac Freund | 1 | -1/+1 | |
| 2020-04-09 | Go back to using std.ChildProcess | Isaac Freund | 1 | -2/+2 | |
| 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 | -2/+2 | |
| std.ChildProcess isn't handling environment variables set at runtime properly, so just use libc directly. | |||||
| 2020-04-07 | Refactor keybindings to be runtime defined. | Isaac Freund | 1 | -2/+2 | |
| 2020-04-06 | Allow switching VTs | Isaac Freund | 1 | -7/+28 | |
| 2020-04-02 | Implement tag assignment | Isaac Freund | 1 | -7/+33 | |
| There are a few bugs with this, but the core logic is sound | |||||
| 2020-03-29 | Make c import a little cleaner | Isaac Freund | 1 | -1/+1 | |
| 2020-03-28 | Add keybind to move current focus to top of stack | Isaac Freund | 1 | -1/+1 | |
| 2020-03-26 | Initial atomic layout update implementation | Isaac Freund | 1 | -2/+2 | |
| 2020-03-25 | Correct a few function names to camelCase | Isaac Freund | 1 | -1/+1 | |
| 2020-03-24 | Make function names camelCase | Isaac Freund | 1 | -4/+4 | |
| 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 | 1 | -1/+3 | |
| This seems to be the idiomatic way to do things. | |||||
| 2020-03-24 | Make all things const | Isaac Freund | 1 | -1/+1 | |
| The quest for idiomatic zig continues | |||||
| 2020-03-24 | Remove superfluous .*. | Isaac Freund | 1 | -10/+14 | |
| I may be be slowly getting the hang of this language. | |||||
| 2020-03-24 | Get rid of [*c] pointers | Isaac Freund | 1 | -4/+4 | |
| 2020-03-24 | Rework things to stop invalidating pointers | Isaac Freund | 1 | -20/+13 | |
| 2020-03-23 | Get things compiling again | Isaac Freund | 1 | -18/+19 | |
| 2020-03-22 | WIP massive refactor | Isaac Freund | 1 | -0/+117 | |
