Bartłomiej Maryńczak
Bartłomiej Maryńczak
A bare bones transition animation for the toggler widget. https://github.com/iced-rs/iced/assets/20758186/6426b9ea-bcbe-437d-853e-03119914a8cb
This will be needed for events such as this one: https://wayland.app/protocols/ext-transient-seat-v1#ext_transient_seat_v1:event:ready
It seems that people hate the dep tree required to run zbus (with tokio or async-io), perhaps we could try to implement minimal backend with my experimental https://github.com/PolyMeilex/slimbus crate, which...
Draft, as it awaits next wayland-protocols release
I don't have the time to investigate this closely atm, so I'll post this as a future reminder. Those two look fishy: ```mermaid flowchart TD ZwpLockedPointerV1 --> PointerConstraintUserData --> WlSurface...
As far as I can tell, the xdg initial configure dance has to be done every time a xdg surface remaps itself. So this MR: - introduced a simple `reset_initial_configure_sent`...
Version 2 adds [release](https://wayland.app/protocols/wayland#wl_shm:request:release) request, we don't have to do anything with it in Smithay as it is marked as destructor. Draft until next wayland-rs release
Currently there is no way to resize the popup without causing repositioning. So changing only the size of a popup that's positioned relative to cursor position, will cause it to...