Bilal Elmoussaoui
8fbaa5e55a
Adapt to split clutter/pango
...
In https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4106 , all of
the fonts rendering related bits are now behind a build option and under
a different header.
So we bail out if mutter was built without it & make sure we include the
new clutter-pango header where needed.
<https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3544 >
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3544 >
2024-12-28 13:39:31 +01:00
Bilal Elmoussaoui
5cbd847c84
Prefer using pragma once
...
Similar to what we did in mutter
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3507 >
2024-10-16 13:17:45 +02:00
Florian Müllner
294702d3f1
shell: Use G_DECLARE_*_TYPE macros
...
Cut down on boilerplate by using the (no longer that) new helper
macros. We don't care about breaking ABI in private libraries, so
use G_DECLARE_FINAL_TYPE even where the class struct used to be
exposed in the header, except for types we inherit from ourselves
(obviously) or where the class exposes any vfuncs (where changes
could affect inheritance in extensions).
2015-10-15 22:58:28 +02:00
Andika Triwidada
f3dad3765e
Changed obsolete FSF postal address.
...
https://bugzilla.gnome.org/show_bug.cgi?id=721507
2014-01-08 04:35:14 +07:00
Stef Walter
e3fb77c051
Use non-pageable memory for gnome-keyring passwords
...
* Use a ClutterTextBuffer that allocates non-pageable
memory to hold passwords for gnome-keyring, ssh, gpg
* Requires gcr 3.3.5
https://bugzilla.gnome.org/show_bug.cgi?id=652460
2012-02-29 20:24:02 +01:00