Ashley Wulber
Ashley Wulber
This PR adds support for generics in delegate macros. Working examples that use the macros are in https://github.com/wash2/client-toolkit
This is my attempt at supporting BoxedInline without a get_type function https://github.com/gtk-rs/gir/issues/1236 https://github.com/gtk-rs/gir/issues/1295. Generating the bindings for gmodule does not panic and now outputs: ``` [WARN libgir::analysis::functions] Function g_module_symbol has...
I'm working on generating bindings to GModule but it panics in not_bound work_mode. I added some debug statements to the point where it was unwrapping, and I've attached the output...
This PR adds support for steam as a flatpak https://github.com/ebkr/r2modmanPlus/issues/729, and also for r2modmanplus to be packaged as a flatpak but detecting if it is a flatpak and launching steam...
https://wayland.freedesktop.org/docs/html/apa.html From version 7 onwards, the fd must be mapped with MAP_PRIVATE by the recipient, as MAP_SHARED may fail. Binding to version 7 seems to be the reason that simple_window...
This PR adds generic delegate macros to sctk. See https://github.com/wash2/client-toolkit/blob/master/examples/generic_list_seats.rs for an example. Blocked on https://github.com/Smithay/wayland-rs/pull/532.
This PR adds an option for a custom palette in the built in theme as described in the theme RFC with a small change to include the generated Extended struct...
This is a refactor of https://github.com/Smithay/client-toolkit/pull/234 . It uses the latest Calloop Timer, and I adapted the simple window to include its usage. The only point that I am unsure...
This PR adds data device handling and an example demonstrating its use. I've also copied over the `ReadPipe` implementation from the previous version of sctk, because it seems useful. I...
This is an update & refactor of the work started in https://github.com/Smithay/client-toolkit/pull/228 I've added a working example for setting the pointer theme, though it relies on having the Pop cursor...