Ian Douglas Scott

Results 180 issues of Ian Douglas Scott

Depends on https://github.com/Smithay/calloop-wayland-source/pull/4. I guess this will be a breaking change... hopefully `calloop` can be more stable now.

Requires https://github.com/pop-os/xdg-shell-wrapper/pull/22. Seems to be working now. And panel applets already support touch, since it was added to iced-sctk. I want to see if `update_pointer` and this `touch_under` can be...

Pending https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/388 and https://github.com/Smithay/wayland-rs/pull/726.

Wayland

Includes example client using `cosmic-client-toolkit`. https://github.com/pop-os/cosmic-applets/tree/master/cosmic-applet-input-sources sets the keyboard layout by modifying `xkb_config`. But it should instead leave the keymap unchanged, and change the group. The applet also doesn't recognize...

I wanted to see how the changes in Winit git would work here. So of course this depends on that being released. Depends on https://github.com/Smithay/smithay/pull/1514. It doesn't seem to pose...

`EventLoop::create_window()` is removed in winit git, so it seems we'll need to change this eventually. This isn't that hard to update in Smithay, but in the compositor it's a bit...

In theory I think this should work. But I seem to be seeing issues with this on the 560 beta driver. The 560 driver adds `IN_FENCE_FD` support, fixing https://github.com/NVIDIA/open-gpu-kernel-modules/issues/622, so...

Might as well have an issue for this. `PixmanTexture` not being `Send` makes it impossible to use with `MemoryRenderBuffer` (as I noticed in https://github.com/Smithay/smithay/pull/1497), and is otherwise awkward. Looking at...

With the changes here, the anvil udev backend will use pixman for rendering if `ANVIL_USE_PIXMAN` is set. To do: - Figure out how to deal with `Send` bound on `MemoryRenderBuffer`,...