summaryrefslogtreecommitdiff
path: root/pango/pango-layout-private.h
Commit message (Expand)AuthorAgeFilesLines
* Add pango_justify_last_lineMatthias Clasen2021-08-101-0/+1
* Use shape flags for ellipsisMatthias Clasen2019-11-031-0/+1
* layout: Add line-spacingMatthias Clasen2019-07-051-0/+1
* PangoLayoutIter: Allocate an array of Extents instead of a linked listTimm Bäder2017-10-271-2/+13
* layout: Move PangoLayouIter struct to private headerTimm Bäder2017-10-271-0/+53
* Track changes in layout and dependencies via serialsAlexander Larsson2012-12-061-0/+3
* Bug 594934 - pango_layout_copyBehdad Esfahbod2009-09-111-12/+15
* Bug 549003 – pango_layout_set_height(): layout should not be clearedBehdad Esfahbod2008-08-221-0/+1
* Bug 469313 – Add pango_layout_set_height() Bug 508179 – PangoGlyphUnitBehdad Esfahbod2008-01-151-2/+4
* MinorBehdad Esfahbod2007-05-021-3/+3
* Remove stale prototype of _pango_layout_iter_get_line_readonly().Behdad Esfahbod2007-05-021-1/+0
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-4/+4
* Bug 328585 – Need to know if a layout has unknown glyphs Patch fromBehdad Esfahbod2007-01-161-0/+2
* Part of Bug 326693 – PangoLayouts should be query-able about theirBehdad Esfahbod2007-01-161-0/+1
* Bug 363510 – Ability to query whether a PangoLayout is effectivelyBehdad Esfahbod2007-01-161-1/+2
* Cache layout ink and logical extents.Behdad Esfahbod2006-12-071-1/+8
* Bug 135683 – Cache glyphstring extentsBehdad Esfahbod2006-12-041-0/+1
* Add PangoEllipsizeMode, pango_layout_set_ellipsize(), implement. (#59071)Owen Taylor2004-07-141-0/+71