summaryrefslogtreecommitdiff
path: root/pango/fonts.c
Commit message (Expand)AuthorAgeFilesLines
* Add api to get language coverage for faceswip/matthiasc/face-langMatthias Clasen2017-12-231-0/+16
* Add initial support for OpenType font variationsMatthias Clasen2017-12-231-10/+162
* Don't check array for NULLTing-Wei Lan2017-07-181-1/+1
* Cast enum to int before doing calculationTing-Wei Lan2017-07-181-2/+2
* docs: Add a few missing (transfer) annotationsPhilip Withnall2017-04-081-1/+1
* Minor documentation updateMatthias Clasen2015-06-221-1/+1
* Fix warnings if font is not foundBehdad Esfahbod2015-04-101-1/+2
* Add many missing nullability annotations.Evan Nemerson2014-10-161-23/+26
* Add PANGO_WEIGHT_SEMILIGHTBehdad Esfahbod2014-07-251-0/+2
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-0/+13
* Bug 708432 - gravity_map in fonts.c: "Upside-Down" should beBehdad Esfahbod2013-09-201-1/+1
* introspection: assorted fixes to avoid regressions in Vala bindingsEvan Nemerson2012-08-121-7/+13
* Fix transfer annotation for pango_font_family_list_facesPavel Holejsovsky2012-06-041-3/+4
* Stop using G_CONST_RETURN in PangoRyan Lortie2011-06-091-3/+3
* Fixed (transfer none) introspection annotation for the return value in pango_...Alberto Ruiz2011-04-251-1/+2
* adding allow-none introspection metadata to pango_font_description_merge para...Alberto Ruiz2011-04-251-1/+1
* adding allow-none introspection metadata to pango_font_description_better_mat...Alberto Ruiz2011-04-251-1/+1
* adding allow-none introspection metadata to pango_font_get_metrics parametersAlberto Ruiz2011-04-251-3/+2
* fixing metadata typo in pango_font_get_glypth_extentsAlberto Ruiz2011-04-251-1/+1
* adding output parameters introspection metadata to pango_font_get_glypth_extentsAlberto Ruiz2011-04-251-2/+2
* adding allow-none introspection metadata to pango_font_get_glypth_extents par...Alberto Ruiz2011-04-251-4/+4
* adding transfer ownership introspection metadata to pango_font_descriptions_freeAlberto Ruiz2011-04-251-1/+2
* adding array length introspection metadata to pango_font_descriptions_freeAlberto Ruiz2011-04-251-1/+1
* adding allow-none to pango_font_descriptions_free parametersAlberto Ruiz2011-04-251-1/+1
* Adding allow-none and moving (out) to the beginning of the annotation as requ...Alberto Ruiz2011-04-151-1/+1
* Fix introspection for pango_font_map_list_families and pango_font_family_list...Alberto Ruiz2011-04-151-2/+2
* Use G_DEFINE_BOXED_TYPE.Christian Persch2010-11-041-26/+6
* Bug 580273 – Font metrics functions incorrectly listed as reporting point s...Behdad Esfahbod2009-04-261-4/+4
* Allow desc_to_merge=NULL in pango_font_description_merge()Behdad Esfahbod2009-04-061-2/+6
* Bug 166709 – Handle font variants more consistentlyBehdad Esfahbod2009-01-061-1/+1
* Bug 166709 – Handle font variants more consistentlyBehdad Esfahbod2009-01-061-1/+7
* Make it Unicode safe.Behdad Esfahbod2009-01-061-4/+3
* Move the parse_*() functions in fonts.c and have them share tables withBehdad Esfahbod2009-01-061-7/+162
* Bug 384362 – pango can't select some font stylesBehdad Esfahbod2009-01-041-2/+8
* Bug 168085 – numeric styles in pango_font_description_to_string()Behdad Esfahbod2009-01-041-11/+48
* Bug 565644 – Maybe pango_font_descriptions_free is deprecatedBehdad Esfahbod2008-12-261-1/+1
* Bug 469049 – Fix all compiler warningsBehdad Esfahbod2008-12-261-10/+10
* Fix warnings.Behdad Esfahbod2008-12-261-9/+9
* Reword.Behdad Esfahbod2008-12-221-1/+1
* Bug 565379 – pango_font_description_better_match some style attributesBehdad Esfahbod2008-12-221-0/+2
* Bug 564644 – Not complete description of theBehdad Esfahbod2008-12-151-3/+6
* Bug 564644 – Not complete description of theBehdad Esfahbod2008-12-151-1/+3
* Bug 499626 – Space should be optional after comma inBehdad Esfahbod2008-12-081-1/+1
* Bug 499624 – Spaces around commas in PangoFontDescription family nameBehdad Esfahbod2008-12-081-0/+16
* Bug 557620 – pango_font_description_from_string not correctBehdad Esfahbod2008-10-231-5/+3
* Use atomic reference counting.Behdad Esfahbod2008-08-221-4/+2
* Bug 143542 – PangoFT2Fontmap leakBehdad Esfahbod2008-08-221-1/+9
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 510299 – OpenType font variants are broken with ATSUI/CairoBehdad Esfahbod2008-05-281-2/+29
* Bug 478914 – Use something invalid instead of '?' when validating inputBehdad Esfahbod2007-12-101-26/+9