| Commit message (Expand) | Author | Age | Files | Lines |
* | glyph-item: Allocate attr iterator on the stack | Timm Bäder | 2020-06-08 | 1 | -9/+11 |
* | glyph iter: Adjust assertions | Matthias Clasen | 2019-07-17 | 1 | -2/+2 |
* | Protect against bugs in HarfBuzz's (non-)monotone cluster values | Behdad Esfahbod | 2015-09-01 | 1 | -4/+4 |
* | Add assertion to glyph-item-iter | Behdad Esfahbod | 2015-09-01 | 1 | -0/+8 |
* | Fix pango_glyph_item_iter_prev() around last cluster | Behdad Esfahbod | 2015-08-08 | 1 | -4/+4 |
* | Add many missing nullability annotations. | Evan Nemerson | 2014-10-16 | 1 | -6/+6 |
* | PangoGlyphItem: Better treatment of ellipsized runs | Matthias Clasen | 2014-09-03 | 1 | -2/+6 |
* | introspection: assorted fixes to avoid regressions in Vala bindings | Evan Nemerson | 2012-08-12 | 1 | -5/+6 |
* | Add missing (element-type) annotations for list arguments | Pavel Holejsovsky | 2012-06-04 | 1 | -3/+4 |
* | Fixed (transfer full) introspection annotation for the return value in pango_... | Alberto Ruiz | 2011-04-26 | 1 | -3/+3 |
* | Use G_DEFINE_BOXED_TYPE. | Christian Persch | 2010-11-04 | 1 | -22/+6 |
* | New public API: pango_glyph_item_get_logical_widths() | Behdad Esfahbod | 2009-08-12 | 1 | -0/+60 |
* | Handle NUL in text in places that g_utf8_strlen () was used | Behdad Esfahbod | 2009-07-15 | 1 | -4/+4 |
* | Bug 377948 – Make pango_glyph_item_iter public | Behdad Esfahbod | 2008-08-06 | 1 | -29/+103 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Bug 471577 – GBoxed GType for PangoGlyphItem | Behdad Esfahbod | 2007-10-24 | 1 | -1/+45 |
* | Bug 464270 – ellipsize doesn't work consistent | Behdad Esfahbod | 2007-08-08 | 1 | -0/+2 |
* | Fix letter-spacing with justification. We now distribute letter-spacing | Behdad Esfahbod | 2007-05-02 | 1 | -6/+37 |
* | Fix the "menu accels are two chars wide" bug that was introduced by the | Behdad Esfahbod | 2007-01-23 | 1 | -2/+2 |
* | *.c, *.h: Drop trailing whitespace. | Behdad Esfahbod | 2007-01-16 | 1 | -48/+48 |
* | Fix width calculation. Was causing ellipsization to stop at a zero-width | Behdad Esfahbod | 2007-01-16 | 1 | -4/+10 |
* | Bug 323173 – Add layout of mixed direction text for vertical layout | Behdad Esfahbod | 2007-01-16 | 1 | -1/+0 |
* | Spell-check the docs. | Behdad Esfahbod | 2007-01-07 | 1 | -7/+7 |
* | Bug 377975 – bug in _pango_glyph_item_iter_next_cluster | Behdad Esfahbod | 2006-11-22 | 1 | -4/+4 |
* | Fix typo in private docs. | Behdad Esfahbod | 2006-11-21 | 1 | -1/+1 |
* | Improve documentation for functions allocating memory, on how the object | Behdad Esfahbod | 2006-01-31 | 1 | -3/+5 |
* | If locking font face failed, do not assert, just return zero glyphs with | Behdad Esfahbod | 2006-01-29 | 1 | -2/+2 |
* | Make sure #include <config.h> is the first include in the file. (bug | Behdad Esfahbod | 2006-01-14 | 1 | -0/+1 |
* | Added "Since:" tags to all interfaces added after Pango 1.0. (#319116, | Behdad Esfahbod | 2005-11-23 | 1 | -0/+2 |
* | Various documentation improvements. | Behdad Esfahbod | 2005-11-17 | 1 | -1/+1 |
* | Fixes for signed/unsigned in PangoAttrIterator ((#166700, Morten Welinder) | Owen Taylor | 2005-07-26 | 1 | -11/+11 |
* | Add PangoEllipsizeMode, pango_layout_set_ellipsize(), implement. (#59071) | Owen Taylor | 2004-07-14 | 1 | -41/+174 |
* | Fix double cluster increment.PANGO_1_5_0 | Owen Taylor | 2004-06-28 | 1 | -3/+0 |
* | Add new letter_spacing attribute. | Owen Taylor | 2004-06-23 | 1 | -80/+166 |
* | Don't put statements with side-effects inside g_assert()! (#114137, Jeff | Owen Taylor | 2003-06-02 | 1 | -3/+3 |
* | Fix a stupid bug in the shortcircuit case. | Owen Taylor | 2003-05-30 | 1 | -2/+2 |
* | When applying attribute to a glyph item, handle attributes that split | Owen Taylor | 2003-05-29 | 1 | -29/+226 |
* | Free the iter. (Fix from Kjartan Maraas, #100672) | Owen Taylor | 2002-12-08 | 1 | -0/+2 |
* | Rename PangoLayoutRun to PangoGlyphItem (with a typedef for compat), add | Owen Taylor | 2002-12-03 | 1 | -0/+208 |