Consolatis
Consolatis
 Missing: - [ ] use some theme defined color for the outlines - [ ] use some theme defined width of the outlines - [ ] use some config...
Height calculation doesn't seem correct for text using bold as can be seen by wrong centering of the workspace title on the y axis in #406.
When having a small screen or lots of applications open the A-Tab OSD may be cut off at the top and bottom. We should add some feature for "pagination" like...
Only a single output available, thus forced movement of layer shell surfaces. Reported-by @Flrian via IRC (thanks!) ``` ==27600==Hint: address points to the zero page. #0 0x5623e8d732df in new_popup_notify ../src/layers.c:248...
Currently drag and drop on X11 seems broken for both, master and v0.5. Drag and drop on wayland seems usually working (as long as the application sets a drag_icon) for...
- [x] (max) menu width possibly combined with calculation of dynamic width based on the widest element within a given menu node - [x] menu font padding within a single...
Tabbing out of a running fullscreen application is overlaying panels: that is not very intuitive but is working as intended because its technically still in fullscreen, just with another window...
A panel configured to use the `top` layer is rendered on top of a fullscreen application.
> As per xdg-shell protocol v3, wlr_xdg_popup now can change its geometry during its lifetime. See changes in `tinywl.c` at https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3514 As we are using the scene-graph API in master...
I am still not 100% satisfied with the implementation. First commit basically just replaces `server->cycle_view` with `server->osd_state.cycle_view` so can be skipped for review. What I don't really like: - `view_destroy()`...