From d8df0da73752284dff28952224258b1884ed200c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 7 Aug 2021 14:42:45 -0400 Subject: Cosmetics: Split off pango-markup.h --- pango/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'pango/meson.build') diff --git a/pango/meson.build b/pango/meson.build index e5121bd8..04d19b2b 100644 --- a/pango/meson.build +++ b/pango/meson.build @@ -48,6 +48,7 @@ pango_headers = [ 'pango-language.h', 'pango-layout.h', 'pango-matrix.h', + 'pango-markup.h', 'pango-modules.h', 'pango-renderer.h', 'pango-script.h', -- cgit v1.2.1 From dba200b2d9dc56431fc2fb598f60d11eb2b037b8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 7 Aug 2021 14:50:12 -0400 Subject: Cosmetics: Split off pango-color.h --- pango/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'pango/meson.build') diff --git a/pango/meson.build b/pango/meson.build index 04d19b2b..9e1d8d93 100644 --- a/pango/meson.build +++ b/pango/meson.build @@ -34,6 +34,7 @@ pango_headers = [ 'pango-attributes.h', 'pango-bidi-type.h', 'pango-break.h', + 'pango-color.h', 'pango-context.h', 'pango-coverage.h', 'pango-direction.h', -- cgit v1.2.1 From 2573ad950a7a6cfb5c5e6da466adbdaeb356857a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 20 Aug 2021 11:17:26 -0400 Subject: Some code reorg Split the itemization code into its own file, and move things around a bit. --- pango/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'pango/meson.build') diff --git a/pango/meson.build b/pango/meson.build index 9e1d8d93..b97809a1 100644 --- a/pango/meson.build +++ b/pango/meson.build @@ -3,6 +3,7 @@ pango_sources = [ 'ellipsize.c', 'fonts.c', 'glyphstring.c', + 'itemize.c', 'modules.c', 'pango-attributes.c', 'pango-bidi-type.c', -- cgit v1.2.1 From 24061b2f48257e72f47637829a7ea99079e2a376 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 20 Aug 2021 11:34:28 -0400 Subject: Some more code reorg We use harfbuzz shaping on all platforms now, so just merge the code into shape.c --- pango/meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'pango/meson.build') diff --git a/pango/meson.build b/pango/meson.build index b97809a1..084de229 100644 --- a/pango/meson.build +++ b/pango/meson.build @@ -27,7 +27,6 @@ pango_sources = [ 'pango-utils.c', 'reorder-items.c', 'shape.c', - 'pangofc-shape.c', ] pango_headers = [ -- cgit v1.2.1