| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-04-19 | Fix layer sufaces holding focus after unmap | Isaac Freund | 1 | -1/+2 | |
| 2020-04-19 | Implement wlr-input-inhibitor | Isaac Freund | 1 | -52/+65 | |
| 2020-04-19 | Grab seats focused on the output for layer shell | Isaac Freund | 1 | -1/+1 | |
| 2020-04-19 | Implement keyboard interactivity for layer shell | Isaac Freund | 1 | -17/+67 | |
| 2020-04-18 | Add binds to move views between outputs | Isaac Freund | 1 | -1/+0 | |
| 2020-04-18 | Properly clean up resources on exit | Isaac Freund | 1 | -2/+11 | |
| 2020-04-15 | Fix focus handling on output cycle | Isaac Freund | 1 | -3/+8 | |
| 2020-04-15 | Track the focused output of seats | Isaac Freund | 1 | -3/+13 | |
| 2020-04-13 | Implement the focus stack | Isaac Freund | 1 | -0/+96 | |
| 2020-04-13 | Parially refactor commands to take a *Seat | Isaac Freund | 1 | -2/+2 | |
| 2020-04-12 | Introduce InputManager for eventual multi-seat | Isaac Freund | 1 | -40/+31 | |
| 2020-04-07 | Refactor keybindings to be runtime defined. | Isaac Freund | 1 | -0/+13 | |
| 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 | -2/+2 | |
| 2020-03-25 | Simplify initialization functions | Isaac Freund | 1 | -17/+12 | |
| 2020-03-24 | Make function names camelCase | Isaac Freund | 1 | -6/+6 | |
| 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 | -5/+7 | |
| This seems to be the idiomatic way to do things. | |||||
| 2020-03-24 | Make all things const | Isaac Freund | 1 | -3/+3 | |
| The quest for idiomatic zig continues | |||||
| 2020-03-24 | Remove superfluous .*. | Isaac Freund | 1 | -2/+2 | |
| I may be be slowly getting the hang of this language. | |||||
| 2020-03-24 | Get rid of [*c] pointers | Isaac Freund | 1 | -2/+2 | |
| 2020-03-24 | Rework things to stop invalidating pointers | Isaac Freund | 1 | -14/+21 | |
| 2020-03-23 | Get things compiling again | Isaac Freund | 1 | -9/+15 | |
| 2020-03-22 | WIP massive refactor | Isaac Freund | 1 | -0/+71 | |
