- Nov 19, 2024
-
-
Simon McVittie authored
-
Simon McVittie authored
-
Simon McVittie authored
-
Simon McVittie authored
* Build-Depends: Drop versioned constraint on libwayland-dev (>= 1.18). Changes-By: deb-scrub-obsolete
- Nov 08, 2024
-
-
Simon McVittie authored
-
Simon McVittie authored
-
- Sep 07, 2024
-
-
Closes: #1081059
-
- Jan 16, 2024
-
-
Simon McVittie authored
-
Simon McVittie authored
-
Simon McVittie authored
Update to upstream version '0.2.2' with Debian dir ae471cdbcc8f29ac2bc6fcc52f244dcd7a10a5a1
- Jan 15, 2024
-
-
Jonas Ådahl authored
-
Ferdinand Bachmann authored
-
Ferdinand Bachmann authored
-
Jonas Ådahl authored
It makes it possible to resize vertically when a window is adjacant to e.g. a top panel. Closes: https://gitlab.freedesktop.org/libdecor/libdecor/-/issues/62
-
Jonas Ådahl authored
It makes it possible to resize vertically when a window is adjacant to e.g. a top panel. Related: https://gitlab.freedesktop.org/libdecor/libdecor/-/issues/62
-
Jonas Ådahl authored
Closes: https://gitlab.freedesktop.org/libdecor/libdecor/-/issues/54
-
- Dec 07, 2023
-
-
Simon McVittie authored
-
Simon McVittie authored
Update to upstream version '0.2.1' with Debian dir fd4867aa721b5cbcf2d57a365a8d2536543b20eb
- Dec 02, 2023
-
-
Jonas Ådahl authored
We're writing GTK code, so lets use some of the conveniences from glib.
-
Jonas Ådahl authored
We should clean up all of what should be cleaned up, even if we didn't actually decorate anything. This fixes memory corruption caused by missing the wl_list_remove() call. Closes: https://gitlab.freedesktop.org/libdecor/libdecor/-/issues/59
-
- Dec 01, 2023
-
-
Jonas Ådahl authored
-
Jonas Ådahl authored
Errors are for reporting errors during runtime; during startup, a plugin that fails to load shouldn't have the application deal with the errors that involves; just continue with the next plugin.
-
Jonas Ådahl authored
Something (app or teared down plugin) might have created wl_output objects where the proxy was destroyed already. When this happens we get passed NULL instead of a pointer to a wl_output proxy. Treat this as the output not belonging to "us".
-
Jonas Ådahl authored
This avoids leaking wl_output objects.
-
Jonas Ådahl authored
This avoids leaking wl_output objects.
-
- Nov 02, 2023
-
-
Ferdinand Bachmann authored
-
- Oct 10, 2023
-
-
Gergo Koteles authored
Silence unused-result warnings.
-
- Oct 09, 2023
-
-
Gergo Koteles authored
gtk_init_check calls setlocale(LC_ALL, ""); The setlocale call modifies the locale of the program according to the environment variables. This leads to unexpected behavior in printf or locale-aware functions in decorated programs. gtk_disable_setlocale() prevents GTK from calling setlocale().
-
- Sep 27, 2023
-
-
Jonas Ådahl authored
We were accidentally leaking symbols from an internal static library shared between plugins. Lets fix that by using `gnu_symbol_visibility: 'hidden'` everywhere, and remove the manual C args shuffling. Closes: https://gitlab.freedesktop.org/libdecor/libdecor/-/issues/57
-
- Sep 26, 2023
-
-
Simon McVittie authored
-
Simon McVittie authored
Update to upstream version '0.2.0' with Debian dir 1073741149de35677e15c2f9f2059c6ca2da963a
-
Simon McVittie authored
This reverts commit 9c91dc4b.
- Sep 25, 2023
-
-
Jonas Ådahl authored
-