Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
default_options.patch | Various default settings. Changes in various defaults. . * Change default colors for faces in cube plugin. * Use "Smart" placement mode (2) by default for placement plugin. * Enable snapping of windows by default in wobbly plugin. |
Jof Thibaut <generalmidi@tuxfamily.org> | no | |||
fade | https://gitlab.com/compiz/compiz-core/issues/141#note_139710153 diff --git a/plugins/fade.c b/plugins/fade.c index 34427c9..f5bdf95 100644 |
no | ||||
rsvg-header | no | |||||
64-bit-time-t-compat.patch | fix build with _TIME_BITS=64 The startup-notification API takes a long * where it ought to have always taken a time_t *. As a consequence, changing the size of time_t makes callers fail to build. Work around this by safely casting to a long. This will continue to work on 32-bit systems until 2038, by which time all the 32-bit systems will be dead or no longer running GUIs or at least not using libstartup-notification0. =================================================================== |
Steve Langasek <steve.langasek@canonical.com> | no | 2024-03-15 | ||
libxml2-2.12 | commit ea7b3731b1a8a0f2fb7aa765a84374658b67b1b7 Fix compatibility with libxml 2.12 diff --git a/src/main.c b/src/main.c index 26b4c512..7182b75b 100644 |
Sixu Hu <husixu1@hotmail.com> | no | 2023-11-22 | ||
gcc-14 | commit d4213fa4fe6bdd44ba652f5407cefc83def2b14e Fixed compilation with gcc-14 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com> diff --git a/plugins/commands.c b/plugins/commands.c index 97ad06e1..cb165b48 100644 |
Jaroslav Škarvada <jskarvad@redhat.com> | no | 2024-02-06 |