anteater

Results 15 comments of anteater

For anyone who might wish to give this a go, the relevant code is [`fn update_window_title`](https://github.com/zed-industries/zed/blob/8603a908c1e97109498c16a7ed60a674be85e352/crates/workspace/src/workspace.rs#L3764) in `crates/workspace/src/workspace.rs`.

I observe this behavior (when swayimg loses focus, the zoom resets to 100%) with swayimg built from latest git, under the labwc compositor. WAYLAND_DEBUG=1 log: ``` $ WAYLAND_DEBUG=1 ./swayimg ~/foo.png...

It seems like the comparison in `handle_xdg_toplevel_configure` might be wrong: ```C const size_t new_width = width * ctx.wnd.scale; const size_t new_height = height * ctx.wnd.scale; if (width != (int32_t)ctx.wnd.width ||...

With swayimg 3.8.0 and labwc, I no longer see zoom reset when the window loses focus. It would be nice for zoom to persist even when resizing the window (e.g....