summaryrefslogtreecommitdiff
path: root/tests/test-ot-tags.c
Commit message (Collapse)AuthorAge
* Header cleanupMatthias Clasen2019-07-04
| | | | | | | Abolish the PANGO_ENABLE_BACKEND and PANGO_ENABLE_ENGINE defines. All backend-only apis are moved into private headers, all apis that were engine-only are marked as deprecated, since engines are.
* Make tests installableMatthias Clasen2013-05-31
| | | | This ensures that tests are run continuously on ostree.gnome.org.
* Ignore deprecations in test-ot-tagsMatthias Clasen2013-01-07
| | | | | This entire test is about the deprecated OpenType API. Not much we can do except ignoring deprecations.
* Fix test-ot-tags expectations after harfbuzz transitionBehdad Esfahbod2012-12-02
|
* Bug 512566 – dont' use deprecated macro Patch from Christian PerschBehdad Esfahbod2008-01-28
| | | | | | | | | | | | | | 2008-01-28 Behdad Esfahbod <behdad@gnome.org> Bug 512566 – dont' use deprecated macro Patch from Christian Persch * tests/test-ot-tags.c: * tests/testscript.c: Replace G_GNUC_PRETTY_FUNCTION by G_STRFUNC svn path=/trunk/; revision=2557
* Update to api changesBehdad Esfahbod2007-05-14
| | | | svn path=/trunk/; revision=2296
* New public API:Behdad Esfahbod2007-05-10
2007-05-10 Behdad Esfahbod <behdad@gnome.org> * pango/Makefile.am: * pango/pango-ot.h: * pango/pango-ot-tag.c (pango_ot_tag_from_script), (pango_ot_tag_to_script), (lang_compare_first_component), (pango_ot_tag_from_language), (pango_ot_tag_to_language): New public API: PANGO_OT_DEFAULT_SCRIPT pango_ot_tag_from_script() pango_ot_tag_to_script() pango_ot_tag_from_language() pango_ot_tag_to_language() * tests/Makefile.am: * tests/test-ot-tags.c: Test case for new functions. * pango/pangoft2.def: * docs/pango-docs.sgml: * docs/pango-sections.txt: * docs/tmpl/main.sgml: * docs/tmpl/opentype.sgml: Updated. svn path=/trunk/; revision=2274