client-toolkit icon indicating copy to clipboard operation
client-toolkit copied to clipboard

Smithay's toolkit for writing wayland clients

Results 92 client-toolkit issues
Sort by recently updated
recently updated
newest added

To ensure the release semantics of the pools are correct, an integration test compositor may be useful for ensuring correctness and preventing regressions

The current pools in 0.30 do not perform validation on input parameters. Shared infrastructure for this validation would help make pools easier to build.

- Running on Gnome (41/42) - Minimize a window (sometimes it does not work the first time, so just repeat a few times) - Click on the decorations - Decorations...

I try to implement a drag and drop functionality for [winit](https://github.com/rust-windowing/winit) (compare https://github.com/tfachmann/winit/commit/761d1bb0e02ce2398aa173e6b654b9e954464a9b). In my initial tests I realized, that `DndEvent::Drop` is never emitted. `DndEvent::{Enter, Motion, Leave}` seem to be...

Applications that use `client-toolkit` (such as Neovide and Alacritty) get the correct mouse cursor based on my current icon theme. However, if I change the mouse cursor theme by editing...

~~We should provide a `Frame` implementation that tries to use the system's `libdecor` if available, and fallbacks to an user-provided `Frame` implementation if missing, as defined by a type parameter.~~...

This is needed because new versions of protocols can change in a backwards-incompatible manner, and clients unaware of the changes can crash or behave incorrectly. Note that Interface::VERSION on its...