Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0000_shadows.patch | diff --git a/src/compositor/compositor-xrender.c b/src/compositor/compositor-xrender.c index dae88fc..0b8c296 100644 |
no | ||||
1001_marco-Add-cmdline-option-no-keybindings-for-disablin.patch | [PATCH] marco: Add cmdline option --no-keybindings for disabling all key bindings directly on WM startup. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | 2022-03-28 | ||
0001_check-availability-of-compositing-1.patch | [PATCH] ui/frames: check that compositing is not only requested, but also available. Enabling code that is supposed to be used in compositing conditions is harmful if compositing is not actually available. Just checking the preference is not enough to make sure that compositing is available - the X server might be missing crucial extensions for compositing to work, which in turn correctly disables the internal compositor. The end result is graphical issues like black borders around windows in such situations. Make sure that compositing is both requested AND available to fix this bug. |
Mihai Moldovan <ionic@ionic.de> | no | 2023-07-28 | ||
0002_check-availability-of-compositing-2.patch | [PATCH] ui/tabpopup: likewise only enable compositing code if available. | Mihai Moldovan <ionic@ionic.de> | no | 2023-07-28 |