summaryrefslogtreecommitdiff
path: root/pango/fonts.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bug 472924 – Mark some classes abstractBehdad Esfahbod2007-10-241-3/+3
* Bug 471577 – GBoxed GType for PangoGlyphItemBehdad Esfahbod2007-10-241-24/+29
* Add G_UNLIKELY() to type registration block in _get_type() functions.Behdad Esfahbod2007-06-201-2/+2
* Bug 447568 – improve docs on what absolute size meansBehdad Esfahbod2007-06-191-2/+6
* Bug 447189 – fonts.c: pango_font_face_is_synthesized returns NULLBehdad Esfahbod2007-06-131-1/+1
* Bug 440588 – Add pango_font_face_is_synthesized()Behdad Esfahbod2007-06-111-0/+23
* Add missing g_return_if_fail()s. Pointed out by fcrozat.Behdad Esfahbod2007-06-051-7/+31
* Remove PANGO_IS_FONT() check. Just do NULL-checking.PANGO_1_14_10Behdad Esfahbod2007-01-251-3/+3
* Populate metrics for NULL/broken fonts. Now our glyph boxes haveBehdad Esfahbod2007-01-221-1/+13
* *.c, *.h: Removed spaces followed b tabs.Behdad Esfahbod2007-01-161-1/+1
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-13/+13
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-132/+132
* Spell-check the docs.Behdad Esfahbod2007-01-071-10/+10
* Parse style. It was dropped when I was adding support for gravity.Behdad Esfahbod2006-09-081-0/+1
* Rename "Upright" to "Not-Rotated". Also, reorder the user-friendly namesBehdad Esfahbod2006-08-221-5/+5
* Add gravity in PangoFontDescription.Behdad Esfahbod2006-08-201-25/+101