| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-05-31 | Store modes by id | Isaac Freund | 1 | -1/+9 | |
| 2020-05-31 | Rework commands to be string based | Isaac Freund | 18 | -62/+223 | |
| This allows for significantly more flexibility and should make implementing the bind command possible. | |||||
| 2020-05-20 | Remove unused variable and fix zig fmt | Isaac Freund | 1 | -1/+0 | |
| 2020-05-20 | Add layout command | Leon Henrik Plickat | 1 | -0/+29 | |
| 2020-05-19 | Implement command execution through riverctl | Isaac Freund | 17 | -33/+87 | |
| 2020-05-17 | Implement keybinding modes | Isaac Freund | 1 | -0/+26 | |
| 2020-05-08 | Fix broken crashy behavior of zoom | Isaac Freund | 1 | -2/+3 | |
| 2020-05-02 | Rename files contatining top level structs | Isaac Freund | 14 | -18/+18 | |
| This respects the naming convention of snake_case namespaces and TitleCase types. | |||||
| 2020-05-02 | Relicense to GPL-3.0-or-later | Isaac Freund | 14 | -5/+248 | |
| 2020-05-02 | Make View a toplevel struct | Isaac Freund | 2 | -2/+2 | |
| 2020-05-02 | Make Output a toplevel struct | Isaac Freund | 2 | -2/+2 | |
| 2020-05-02 | Make Seat a toplevel struct | Isaac Freund | 14 | -14/+14 | |
| 2020-04-26 | Separate View from its implementation | Isaac Freund | 1 | -1/+1 | |
| This is done in preperation for Xwayland support | |||||
| 2020-04-22 | Implement floating views | Isaac Freund | 1 | -0/+13 | |
| 2020-04-20 | Zoom to second view in stack if top is focused | Isaac Freund | 1 | -6/+13 | |
| 2020-04-18 | Remove uneeded abstraction | Isaac Freund | 1 | -1/+3 | |
| 2020-04-18 | Send surface enter/leave events | Isaac Freund | 1 | -11/+6 | |
| 2020-04-18 | Arrange on sending view to output | Isaac Freund | 1 | -1/+2 | |
| 2020-04-18 | Add binds to move views between outputs | Isaac Freund | 1 | -0/+41 | |
| 2020-04-18 | Split up commands into separate files | Isaac Freund | 12 | -0/+217 | |
