summaryrefslogtreecommitdiff
path: root/pango/fonts.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 351585 – API documentation issues with 2.15 releaseBehdad Esfahbod2006-08-161-0/+2
* Fix doc typo.Behdad Esfahbod2006-07-081-1/+1
* Part of Bug 135683 – Cache glyphstring extentsBehdad Esfahbod2006-07-081-1/+1
* New function pango_font_describe_with_absolute_size().Behdad Esfahbod2006-05-221-1/+27
* Bug 339730 – Pango needlessly falls back away from a Type 1 font into aBehdad Esfahbod2006-05-221-1/+2
* Bug 342562 – Support absolute sizes inBehdad Esfahbod2006-05-221-5/+18
* Fix possible NULL dereference. (Coverity found)Behdad Esfahbod2006-05-131-1/+2
* Update docs to note a size value of zero may have been set explicitly.Behdad Esfahbod2006-05-111-1/+2
* Bug 340229 – pango_font_description_from_string does not do boundBehdad Esfahbod2006-05-011-1/+3
* Bug 329547 – pango_layout_get_pixel_extents andBehdad Esfahbod2006-04-291-5/+5
* Add more warning_history items and handle more font failures, to make sureBehdad Esfahbod2006-04-271-1/+25