Ian Douglas Scott

Results 545 comments of Ian Douglas Scott

Yeah, I'm just trying to guess how much `smithay` (and other projects from the organization) being on Codeberg is going to impact contributions; but ultimately that's hard it predict. I...

I guess `PresentationState::new` takes a clock id, and we'll need to use the same clock. (Or remove that argument, and say that `CLOCK_MONOTONIC` is always used here in Smithay, if...

I've been kind of suspicious of the way `ClickGrab` works and how its mutually exclusive from having any other kind of pointer grab. But I don't know what would be...

I don't think we should ever generate a pointer event from a touch event. We should just be passing touch events through to the applet, then the applet is responsible...

How is having multiple input method engines supposed to work? Only one input method can be handling input for a single seat/keyboard at a given moment, surely?

Data device support is specifically one of the blockers for the next release of sctk. There's a PR for it: https://github.com/Smithay/client-toolkit/pull/301 > I'm not sure what the correct behaviour is...

> This seems to bind the data device global only once for both clipboard and drag-and-drop, so should be usable here, right? I believe the issue is that winit doesn't...

Okay, so that should be on Ubuntu 20.04 (the previous LTS) and the like. That sounds like it should generally cover current Gnome users that are using Wayland.

Updated now that calloop is released. LeakSanitizer in Anvil shows fewer leaks now.

Good point. Actually, that reference cycle may have been fixed a different way by https://github.com/Smithay/smithay/pull/1516 (I may do a bit more testing). MemorySanitizer does show the calloop change addresses some...