summaryrefslogtreecommitdiff
path: root/pango/pango-glyph-item.c
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation for functions allocating memory, on how the objectBehdad Esfahbod2006-01-311-3/+5
* 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-0/+1
* Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,Behdad Esfahbod2005-11-231-0/+2
* Various documentation improvements.Behdad Esfahbod2005-11-171-1/+1
* Fixes for signed/unsigned in PangoAttrIterator ((#166700, Morten Welinder)Owen Taylor2005-07-261-11/+11
* Add PangoEllipsizeMode, pango_layout_set_ellipsize(), implement. (#59071)Owen Taylor2004-07-141-41/+174
* Fix double cluster increment.PANGO_1_5_0Owen Taylor2004-06-281-3/+0
* Add new letter_spacing attribute.Owen Taylor2004-06-231-80/+166
* Don't put statements with side-effects inside g_assert()! (#114137, JeffOwen Taylor2003-06-021-3/+3
* Fix a stupid bug in the shortcircuit case.Owen Taylor2003-05-301-2/+2
* When applying attribute to a glyph item, handle attributes that splitOwen Taylor2003-05-291-29/+226
* Free the iter. (Fix from Kjartan Maraas, #100672)Owen Taylor2002-12-081-0/+2
* Rename PangoLayoutRun to PangoGlyphItem (with a typedef for compat), addOwen Taylor2002-12-031-0/+208