summaryrefslogtreecommitdiff
path: root/pango/pangoft2-render.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Convert gtk-doc syntax leftoversdocs-cleanupMatthias Clasen2021-05-191-46/+51
* Use g_memdup2()memdup2Matthias Clasen2021-03-181-2/+3
* docs: Move PangoRenderer docs to the right fileMatthias Clasen2021-03-111-11/+0
* docs: Replace lots of vestigial xml markupMatthias Clasen2021-03-111-4/+4
* Avoid an implicit fallthroughMatthias Clasen2019-08-011-0/+1
* Header cleanupMatthias Clasen2019-07-041-0/+1
* Overflow, etc, fixes for pangoft2Behdad Esfahbod2015-05-111-11/+11
* Add many missing nullability annotations.Evan Nemerson2014-10-161-1/+2
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-0/+11
* Revert "Don't use the deprecated pango_ft2_font_get_face"Behdad Esfahbod2013-01-171-5/+1
* Don't use the deprecated pango_ft2_font_get_faceMatthias Clasen2013-01-071-1/+5
* Bug 639882 - Heap corruption in font parsing with FreeType2 backendBehdad Esfahbod2011-02-171-2/+14
* Fix more warnings.Behdad Esfahbod2008-12-261-2/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 478914 – Use something invalid instead of '?' when validating inputBehdad Esfahbod2007-12-101-15/+43
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-1/+1
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-18/+18
* Spell-check the docs.Behdad Esfahbod2007-01-071-4/+4
* Remove a couple of unnecessary static variables.Behdad Esfahbod2006-09-181-15/+5
* Move the FT_IS_SFNT(font) logic into pango_ft2_get_unknown glyph.Behdad Esfahbod2006-02-041-5/+5
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-8/+106
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-0/+5
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-3/+3
* Documentation improvements.Behdad Esfahbod2006-01-281-1/+1
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* Various documentation improvements.Behdad Esfahbod2005-11-171-4/+4
* Build fixes from Andrew P. Lentvorski, Jr, #164655Owen Taylor2005-03-011-0/+5
* Up version to 1.7.0.Owen Taylor2004-09-241-244/+373
* Make static. (#147512, Morten Welinder)Owen Taylor2004-07-131-1/+1
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-21/+21
* Allow %NULL for @matrix. (#144775, Diego González)Owen Taylor2004-06-221-3/+26
* Add PangoMatrix type for affine transforms.Owen Taylor2004-05-281-0/+459