summaryrefslogtreecommitdiff
path: root/pango/ellipsize.c
Commit message (Expand)AuthorAgeFilesLines
* Make ellipsize code saferMatthias Clasen2021-08-311-2/+1
* docs: Convert gtk-doc syntax leftoversdocs-cleanupMatthias Clasen2021-05-191-3/+3
* Ensure ellipsized lines have the right widthfix-ellipsized-line-widthMatthias Clasen2021-05-081-2/+5
* Allocate internal PangoAttrLists on the stackTimm Bäder2020-06-081-6/+9
* Fix a doc commentMatthias Clasen2019-11-041-1/+1
* Remove debug spewMatthias Clasen2019-11-041-2/+0
* Use shape flags for ellipsisMatthias Clasen2019-11-031-5/+18
* Prevent a crash in ellipsizationMatthias Clasen2019-08-081-1/+5
* Rename pango_font_coversMatthias Clasen2019-07-121-2/+2
* Use pango_font_coversMatthias Clasen2019-07-111-3/+3
* Add an analysis flag to mark the ellipsis runMatthias Clasen2014-09-021-0/+2
* Handle NUL in text in places that g_utf8_strlen () was usedBehdad Esfahbod2009-07-151-2/+3
* Bug 377948 – Make pango_glyph_item_iter publicBehdad Esfahbod2008-08-061-11/+11
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 469313 – Add pango_layout_set_height() Bug 508179 – PangoGlyphUnitBehdad Esfahbod2008-01-151-10/+4
* Bug 464270 – ellipsize doesn't work consistentBehdad Esfahbod2007-08-081-6/+2
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-24/+24
* Fix width calculation. Was causing ellipsization to stop at a zero-widthBehdad Esfahbod2007-01-161-6/+11
* Bug 363510 – Ability to query whether a PangoLayout is effectivelyBehdad Esfahbod2007-01-161-2/+8
* Spell-check the docs.Behdad Esfahbod2007-01-071-3/+3
* Bug 326099 – Setting width, indentation and ellipsizing doesn't work asBehdad Esfahbod2006-12-191-2/+7
* Bug 329148 – pango_glyph_item_split: assertion `split_index > 0' failedBehdad Esfahbod2006-02-171-1/+0
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-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
* Fixes for signed/unsigned in PangoAttrIterator ((#166700, Morten Welinder)Owen Taylor2005-07-261-3/+2
* Chain up from finalize. (#307547, Paolo Borelli)Owen Taylor2005-06-141-2/+3
* Initialize ellipsis_is_cjk (#151901, Christian Persch)Owen Taylor2004-09-201-0/+1
* Add PangoEllipsizeMode, pango_layout_set_ellipsize(), implement. (#59071)Owen Taylor2004-07-141-0/+750