Christian Duerr
Christian Duerr
When leaving the search while history is available without the prompt at the bottom, the search currently doesn't move the content when it is started, but after closing it the...
This is a follow-up to https://github.com/jwilm/alacritty/issues/153. After Emojis are now implemented on macOS, Linux and BSD, the only platform lacking Emoji support is Windows.
This patch adds a new `InputMethodHandle::set_active` method, which allows setting the input method to either force-on, force-off, or automatic (based on text-input). --- Opening a draft because there's three things...
The documentation for the `xdg_activation_token_v1::destroy` method states the following: Notify the compositor that the xdg_activation_token_v1 object will no longer be used. **The received token stays valid.** However in Smithay's `destroyed`...
When running the `wleird-subsurfaces` test on Sway, I get the following result:  On Anvil, I get this instead:  Doing some rough poking around, it seems like the subsurface...
@kchibisov noticed that Catacomb crashes in debug mode and I managed to track it down to the `debug_assert` in `Size::from` which panics when a size is negative in debug mode....
So this is partially just a question to understand if I'm doing something wrong, but I think there might be an opportunity for enhancement in gir itself. I'm currently in...
Add the ability to change the spacing of the x-axis indicators from the default 10ms to an arbitrary interval. This is particularly useful to determine when a frame misses its...
I was wondering if there's a way to add arbitrary spans to puffin. It would be nice to just do the following: ```rust let scope = puffin::profile_scope!("slow_code"); // ... drop(scope);...
This patch adds multiple new EGL extensions which are useful for implementing Wayland applications. These have been mostly implemented manually, since gl_generator lacks support for these newer EGL extensions (except...