summaryrefslogtreecommitdiff
path: root/pango/pangoft2.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Convert gtk-doc syntax leftoversdocs-cleanupMatthias Clasen2021-05-191-26/+31
* docs: Remove no-longer used sectionsMatthias Clasen2021-03-111-8/+0
* Skip introspection on low level APIEmmanuele Bassi2020-06-081-7/+6
* Reinstate the return type of pango_fc_font_lock_face()Matthias Clasen2019-08-061-2/+2
* Add missing transfer annotationsEmmanuele Bassi2019-08-021-1/+1
* fc: Drop freetype from pangofc-font.hMatthias Clasen2019-07-181-2/+2
* fc: Drop some gratitious use of FT typesMatthias Clasen2019-07-181-1/+1
* Documentation tweaksMatthias Clasen2019-07-131-1/+1
* Header cleanupMatthias Clasen2019-07-041-1/+1
* Drop unused _pango_ft2_ft_strerrorKhaled Hosny2017-12-011-45/+0
* ft2: Silence a compiler warningEmmanuele Bassi2017-05-191-1/+1
* Rename pango_fc_font_map_[sg]et_fc_config to pango_fc_font_map_[sg]et_configBehdad Esfahbod2015-05-011-1/+1
* Bug 547671 - Add pango_fc_font_map_[gs]et_fc_config()Behdad Esfahbod2015-04-301-1/+1
* Add many missing nullability annotations.Evan Nemerson2014-10-161-2/+3
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-3/+12
* Revert "Don't use the deprecated pango_ft2_font_get_face"Behdad Esfahbod2013-01-171-12/+5
* Don't use the deprecated pango_ft2_font_get_faceMatthias Clasen2013-01-071-5/+12
* pangoft2: Fix typoColin Walters2012-08-281-1/+1
* More churnBehdad Esfahbod2012-08-281-3/+3
* Stop using G_CONST_RETURN in PangoRyan Lortie2011-06-091-1/+1
* Fix compiler warningsBehdad Esfahbod2009-08-121-1/+1
* [xft,ft2] Fix empty-glyph logical extentsBehdad Esfahbod2009-04-061-5/+12
* [pangofc] Add a "fontmap" property to PangoFcFontBehdad Esfahbod2009-03-131-0/+1
* Fix more warnings.Behdad Esfahbod2008-12-261-3/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* indentation.Sven Neumann2008-02-131-8/+10
* Bug 478914 – Use something invalid instead of '?' when validating inputBehdad Esfahbod2007-12-101-40/+27
* Bug 481537 – compiler warning fixes Patch from Kjartan MaraasBehdad Esfahbod2007-10-151-1/+1
* Patch from Chris WilsonBehdad Esfahbod2007-09-071-2/+1
* Bug 399738 – pango 1.15.5 won't compile on Mac OS X: 'FC_HINT_STYLE'Behdad Esfahbod2007-01-231-0/+5
* Respect FC_HINT_STYLE. Patch has been in Fedora for ages.Behdad Esfahbod2007-01-181-2/+16
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-9/+9
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-31/+31
* Fix typo in docs.Behdad Esfahbod2007-01-081-1/+1
* Spell-check the docs.Behdad Esfahbod2007-01-071-2/+2
* Bug 384543 – FcFontMatch misuseBehdad Esfahbod2006-12-241-0/+2
* Change char* to char[] in the ft error table, to avoid relocations.Behdad Esfahbod2006-03-311-3/+3
* Make const data static. Doesn't help as it's got strings to relocate.Behdad Esfahbod2006-03-311-1/+1
* Change g_critical to g_warning. We already handle them gracefully.Behdad Esfahbod2006-02-211-1/+1
* Warn only once per font-description that cannot be loaded.Behdad Esfahbod2006-02-061-2/+2
* AC_DEFINE various version components.Behdad Esfahbod2006-02-051-1/+1
* Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap withBehdad Esfahbod2006-02-051-3/+5
* Move the FT_IS_SFNT(font) logic into pango_ft2_get_unknown glyph.Behdad Esfahbod2006-02-041-8/+13
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-27/+59
* Do unknown glyph extents here too.Behdad Esfahbod2006-02-021-2/+12
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-0/+11
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-2/+2
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-1/+1
* Set layout wrapping to PANGO_WRAP_WORD_CHAR if width is set for theBehdad Esfahbod2005-11-091-1/+4
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-1/+3