Dawid Kraiński

Results 6 comments of Dawid Kraiński

(I spent way too much time on this) but I also made it so that any `ToolWindow` will update its content layout when it's resized due to toolbar changing its...

I've split the `VisualisedDrawable` (which I renamed to `VisualisedElement`) class into multiple subclasses that handle different kinds of objects. ![visualiser](https://user-images.githubusercontent.com/19158291/148982746-cd7727a3-b3f2-4320-8c78-18d65e94aed3.png) I will move the functionality of DrawVisualiser for inspecting object...

TODO: Typecheck individual types for `xvprintf`

> The floating api doesn’t get handed a window at all I thought. Passing a window for a floating GUI is indeed not required, however hosts can call the `set_transient`...

> Wayland is a protocol, and we should solve this issue using the protocol, not pointers. I agree. In my first post I mentioned there is an unstable protocol that...

This "problem" also affects APIs like Vulkan and EGL. Applications which use those will then be forced to use `libwayland-client` (or `-server`). Assuming most GUIs (though not all) will want...