summaryrefslogtreecommitdiff
path: root/pango/pango-glyph-item.c
Commit message (Expand)AuthorAgeFilesLines
* Fix GIR annotations in multiple filesGuillaume Gomez2022-10-121-9/+9
* Add horizontal displacementMatthias Clasen2021-08-311-0/+4
* Implement baseline shiftsMatthias Clasen2021-08-311-1/+4
* docs: Reduce redundancydocs-cleanupsMatthias Clasen2021-05-201-6/+2
* docs: Convert gtk-doc syntax leftoversdocs-cleanupMatthias Clasen2021-05-191-41/+39
* Improve letterspacing with marksfix-letterspacingMatthias Clasen2021-03-211-1/+10
* docs: Tweak glyph item docsMatthias Clasen2021-03-111-41/+49
* glyph-item: Allocate attr iterator on the stackTimm Bäder2020-06-081-9/+11
* glyph iter: Adjust assertionsMatthias Clasen2019-07-171-2/+2
* Protect against bugs in HarfBuzz's (non-)monotone cluster valuesBehdad Esfahbod2015-09-011-4/+4
* Add assertion to glyph-item-iterBehdad Esfahbod2015-09-011-0/+8
* Fix pango_glyph_item_iter_prev() around last clusterBehdad Esfahbod2015-08-081-4/+4
* Add many missing nullability annotations.Evan Nemerson2014-10-161-6/+6
* PangoGlyphItem: Better treatment of ellipsized runsMatthias Clasen2014-09-031-2/+6
* introspection: assorted fixes to avoid regressions in Vala bindingsEvan Nemerson2012-08-121-5/+6
* Add missing (element-type) annotations for list argumentsPavel Holejsovsky2012-06-041-3/+4
* Fixed (transfer full) introspection annotation for the return value in pango_...Alberto Ruiz2011-04-261-3/+3
* Use G_DEFINE_BOXED_TYPE.Christian Persch2010-11-041-22/+6
* New public API: pango_glyph_item_get_logical_widths()Behdad Esfahbod2009-08-121-0/+60
* Handle NUL in text in places that g_utf8_strlen () was usedBehdad Esfahbod2009-07-151-4/+4
* Bug 377948 – Make pango_glyph_item_iter publicBehdad Esfahbod2008-08-061-29/+103
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 471577 – GBoxed GType for PangoGlyphItemBehdad Esfahbod2007-10-241-1/+45
* Bug 464270 – ellipsize doesn't work consistentBehdad Esfahbod2007-08-081-0/+2
* 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