summaryrefslogtreecommitdiff
path: root/pango/pangoft2-render.c
Commit message (Expand)AuthorAgeFilesLines
* 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