summaryrefslogtreecommitdiff
path: root/pango/pango-glyph-item.c
Commit message (Expand)AuthorAgeFilesLines
* Fix letter-spacing with justification. We now distribute letter-spacingBehdad Esfahbod2007-05-021-6/+37
* Fix the "menu accels are two chars wide" bug that was introduced by theBehdad Esfahbod2007-01-231-2/+2
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-48/+48
* Fix width calculation. Was causing ellipsization to stop at a zero-widthBehdad Esfahbod2007-01-161-4/+10
* Bug 323173 – Add layout of mixed direction text for vertical layoutBehdad Esfahbod2007-01-161-1/+0
* Spell-check the docs.Behdad Esfahbod2007-01-071-7/+7
* Bug 377975 – bug in _pango_glyph_item_iter_next_clusterBehdad Esfahbod2006-11-221-4/+4
* Fix typo in private docs.Behdad Esfahbod2006-11-211-1/+1
* 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