| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-04-13 | Implement the focus stack | Isaac Freund | 1 | -1/+1 | |
| 2020-04-12 | Introduce InputManager for eventual multi-seat | Isaac Freund | 1 | -4/+3 | |
| 2020-04-02 | Implement tag assignment | Isaac Freund | 1 | -6/+6 | |
| 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-29 | Pass self as immutable where possible | Isaac Freund | 1 | -4/+4 | |
| 2020-03-26 | Initial atomic layout update implementation | Isaac Freund | 1 | -6/+6 | |
| 2020-03-25 | Simplify initialization functions | Isaac Freund | 1 | -61/+43 | |
| 2020-03-25 | Add Root struct | Isaac Freund | 1 | -3/+3 | |
| Server handles listening for wayland signals. It delegates input handling to Seat and output handling to Root. | |||||
| 2020-03-24 | Make function names camelCase | Isaac Freund | 1 | -19/+19 | |
| 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 | -12/+14 | |
| 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 | 1 | -18/+20 | |
| The quest for idiomatic zig continues | |||||
| 2020-03-24 | Remove superfluous .*. | Isaac Freund | 1 | -9/+9 | |
| I may be be slowly getting the hang of this language. | |||||
| 2020-03-24 | Get rid of [*c] pointers | Isaac Freund | 1 | -12/+12 | |
| 2020-03-24 | Rework things to stop invalidating pointers | Isaac Freund | 1 | -10/+16 | |
| 2020-03-23 | Get things compiling again | Isaac Freund | 1 | -74/+77 | |
| 2020-03-22 | WIP massive refactor | Isaac Freund | 1 | -0/+338 | |
