mutter:bilelmoussaoui/fonts-options

Last commit made on 2024-01-17
Get this branch:
git clone -b bilelmoussaoui/fonts-options https://git.launchpad.net/mutter

Branch merges

Branch information

Name:
bilelmoussaoui/fonts-options
Repository:
lp:mutter

Recent commits

fad7fd8... by Bilal Elmoussaoui <email address hidden>

stuff

a4ee3c3... by Bilal Elmoussaoui <email address hidden>

window: Clarify rectangle type

It is no longer a cairo rectangle

d5ac74b... by Bilal Elmoussaoui <email address hidden>

clutter: Explicitly depend on cairo

87f89ac... by Bilal Elmoussaoui <email address hidden>

cogl: Move cairo dependency to cogl-pango

As cairo is not used in cogl API

20cfd6b... by Bilal Elmoussaoui <email address hidden>

gir: Remove unnused cairo include

As cairo is not used in the public API

68b30c6... by Bilal Elmoussaoui <email address hidden>

tests: Remove unnused cairo import

0b4844b... by Bilal Elmoussaoui <email address hidden>

clutter: Drop cairo-gobject dependency

It is no longer used since the switch to MtkRegion
and the removal of ClutterCanvas

49ea304... by Bilal Elmoussaoui <email address hidden>

clutter: Prefer using ClutterTextDirection

In various public APIs, Clutter used to return a PangoDirection
while we have a text direction enum defined in Clutter.

237e505... by Shmuel Melamud <email address hidden>

clutter: Move ClutterCanvas to gnome-shell

Since StDrawingArea in gnome-shell is the only user of ClutterCanvas,
it is possible to move ClutterCanvas completely out of Mutter to
gnome-shell. This allows to remove another Cairo dependency from
Mutter.

This patch removes ClutterCanvas code from Mutter.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3470>

41a7e8e... by Sebastian Wick <email address hidden>

build: Make g-ir-scanner warnings fatal when -werror is set

This should help catching problems with introspection in CI.

This also pulls out some common arguments to the gnome.generate_gir
call.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3528>