Jonas Ådahl
Jonas Ådahl
Hi, Something that'd be really neat would be to use marge-bot not only for rebasing and merging merge requests, but also backport to selected stable branches. I imagine this would...
(copied from previous pull request) It could be useful to know whether for example https or http (or any other protocol) were used in the request to nitrogen. To know...
When editing code, it often crashes and logs ``` [2024-09-06T11:17:51Z ERROR nvim_gtk::shell] Error reading message ``` and nothing else. **Technical information:** - OS: Fedora 40 - Neovim version: 0.10.1 -...
The EGL implementation attaching the front buffer, posting damage, and committing during the call to eglSwapBuffers(WithDamage)() is a well established requirement that EGL Wayland clients currently rely upon, thus should...
Switching the "keyboard" to Hanyu Pinyin hard codes to using the QWERTY keyboard layout for entering pinyin. This is awkward when the keyboard layout otherwise used being something else. e.g....
These aim to provide cursor theming settings that isn't to a desktop environment or toolkit.
It would be good if any changes to the document is changed to a draft copy that may later be restored. This would prevent potential data loss when the app...
This brings with it new defines, so libepoxy users don't need to define them themselves.
EGL_KHR_platform_wayland: Enforce no color management Wayland EGL applications rely on the EGL implementation creating wp_color_management_surface_v1 objects for the associated surface, as doing so may cause protocol errors when the application...
This adds clipboard API usable with the existing remote desktop portal, and implements the new split session construction input capture API, as well as input capture clipboard support. See https://github.com/flatpak/xdg-desktop-portal/pull/1803.