Christian Duerr
Christian Duerr
Vim's built-in formatter using `=` can be set to an arbitrary program with `equalprg`, can this be used to hook it up to rls/rust-analyzer/rustfmt?
Wayland already has frame scheduling support, which allows us to greatly reduce the latency by delaying rendering until right before the vblank interval. X11, macOS and Windows all block as...
This patch adds a new mechanism for changing configuration options without editing the configuration file, by sending options to running instances through `alacritty msg`. Each window will load Alacritty's configuration...
When the output is rotated by 90°/270° using a transform in the `Gles2Renderer::render` function, the resulting matrix would cause the buffer to be stretched along one and compressed along the...
To make it possible for wayland clients to use Smithay's EGL abstractions, it's necessary to have an available implementation for `EGLNativeSurface`. Currently the implementation for `WlEglSurface` is only available with...
This should add a very rough implementation of the server decoration protocol. I've tested it and it seems to work as far as I can tell. My priority was mostly...
The current state of input events is somewhat of a tragedy for consumers. You write your implementation in the match branch for the individual event, then notice there are a...
The primary motivation behind this patch was the implementation of the `Add` and `Sub` traits for `Size` and `Point`. This is very useful when having to reduce a size based...
This has been reported to Alacritty in https://github.com/jwilm/alacritty/issues/2886. It seems like currently winit does not allow to modify the DPI at runtime, which I can definitely see as desirable for...
This has been reported to Alacritty in https://github.com/jwilm/alacritty/issues/669. As far as I understand, it's common on macOS that applications remember their last position and size when restarted. It would be...