| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-05-22 | Fix layout bugs | Leon Henrik Plickat | 1 | -4/+5 | |
| This fixes two bugs: First, the height of the slave stack was to high when using the TopMaster or BottomMaster layouts with no views in the master stack. Second, the view padding was not respected when using the Full layout. | |||||
| 2020-05-20 | Remove unused variable and fix zig fmt | Isaac Freund | 1 | -4/+4 | |
| 2020-05-20 | Add layout command | Leon Henrik Plickat | 1 | -2/+28 | |
| 2020-05-20 | Add layout variable to Output class | Leon Henrik Plickat | 1 | -7/+22 | |
| This variable in controls which layout is chosen when arrangeViews() is called. The default is LeftMaster | |||||
| 2020-05-20 | Switch to layoutFull() for one or no visible views | Leon Henrik Plickat | 1 | -0/+10 | |
| 2020-05-20 | Add "full" layout | Leon Henrik Plickat | 1 | -1/+36 | |
| Similar to dwm's "monocle" layout | |||||
| 2020-05-20 | Modify default layout to allow master area on all four sides | Leon Henrik Plickat | 1 | -58/+160 | |
| Also move it into a separate function | |||||
| 2020-05-19 | Fix crash destroying output with layer surfaces | Isaac Freund | 1 | -2/+2 | |
| 2020-05-12 | Only store mapped layer surfaces in Output.layers | Isaac Freund | 1 | -14/+2 | |
| 2020-05-11 | Only store mapped views in the view stack | Isaac Freund | 1 | -9/+0 | |
| 2020-05-08 | Refactor server setup and renderer access | Isaac Freund | 1 | -0/+4 | |
| 2020-05-08 | Implement initial Xwayland support | Isaac Freund | 1 | -4/+5 | |
| 2020-05-02 | Rename files contatining top level structs | Isaac Freund | 1 | -0/+570 | |
| This respects the naming convention of snake_case namespaces and TitleCase types. | |||||
