2021-12-06 Kjell Ahlstedt 2.50.0 2021-12-06 Kjell Ahlstedt CI: Comment out 'meson test' If the package manager does not find a new enough version of pango, pango is built as a subproject, and 'meson test' tests both pango and pangomm. If a pango test fails, the whole CI fails. There are no tests in pangomm, anyway. 2021-12-06 Kjell Ahlstedt Attribute: Add some create_attr_*() methods and add TextTransform, BaselineShift and FontScale enums. 2021-12-06 Kjell Ahlstedt AttrList: Add to_string() and from_string() and require pango >= 1.49.4. 2021-12-06 Kjell Ahlstedt Regenerate docs.xml and .defs files, using files from pango 1.50.0 and update pango_docs_override.xml. 2021-11-10 Chun-wei Fan build: Support Visual Studio 2022 builds Make these builds distinct from the Visual Studio 2019 builds. 2021-10-11 Kjell Ahlstedt Add FontMap::get_family() 2021-10-11 Kjell Ahlstedt Add the CairoFontMapImpl class * pango/pangomm/.gitignore: * pango/pangomm/filelist.am: * pango/pangomm/meson.build: Add cairofontmapimpl. * pango/src/cairofontmap.hg: Improve the documentation of get_default(). * pango/src/fontmap.[ccg|hg]: Add a custom wrap_new(). Wrap in a CairoFontMapImpl if the PangoFontMap object implements PangoCairoFontMap. * pango/pangomm/cairofontmapimpl.[cc|h]: New files. A CairoFontMapImpl derives from FontMap and implements CairoFontMap. Fixes #15 2021-09-12 Pavlo Solntsev CI: Switching to debian:testing 2021-09-06 Kjell Ahlstedt AttrList: Add get_attributes(), update(), equal() Fixes #12 2021-09-06 Kjell Ahlstedt docs/reference/Doxyfile.in: Remove obsolete entry 2021-08-25 Kjell Ahlstedt CI: Add .gitlab-ci.yml 2021-08-25 Kjell Ahlstedt Don't include individual pango headers, part 2 2021-08-24 Matthias Clasen Don't include individual pango headers As in every gnome library, you are only supposed to include the main pango.h header from the outside. This was causing build failures after some recent pango header rearrangements. 2021-07-16 Matthias Clasen Use pango from the main branch Change the Pango subproject to use the main branch. This depends on https://gitlab.gnome.org/GNOME/pango/-/merge_requests/379