Eidolon

Results 23 comments of Eidolon

I made the function hasher defer following branches that haven't been visited in my dev branch, and there are significantly less collisions now. It does take a fair bit longer...

I pushed some changes to make it always use mouse events, as apparently the tablet event fields can be set on mouse events as long as the subtype is one...

> There is idle report on some devices, i.e. Flush is called without SetPosition. Since I based the behavior on the implementation of EvdevVirtualTablet, would this cause issues on Linux?...

Same issue as google/google-java-format#787.

Confirming issue here as well. Seems like Steam just uses SDL2 input rather than ibus?

If this is just an issue of making sure gstreamer is available at build time, the minimum gstreamer features needed could be [provided via vcpkg](https://vcpkg.link/ports/gstreamer) instead of requiring developers and...

No, this is an issue with the Tauri configuration in cinny-desktop. Certain permissions need to be enabled in Tauri before they can be used by the web view. Likewise, drag'n'drop...

As currently written, this seems to partially fix #85547. The shadow flickering issue now only happens when: - Resizing the window - Holding Alt for the Alt-Tab widget Maximizing and...

@DarioSamo I built it on my M1 Macbook Air (only for x86_64, for some reason arm64 isn't able to find mvk symbols) and it works fine in a basic scene...

It is exactly as the issue Calinou linked describes, so it's definitely unrelated to these changes.