summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
Commit message (Expand)AuthorAgeFilesLines
* [gi] add out annotations to pango layout APIJohn (J5) Palmieri2011-02-171-38/+42
* Annotate pango_layout_get_context().Paolo Borelli2010-12-111-3/+3
* Use G_DEFINE_BOXED_TYPE.Christian Persch2010-11-041-23/+6
* introspection: Fix some annotation syntax usageColin Walters2010-09-291-3/+3
* Bug 628497 - Crash in pango_layout_line_get_extents at pango-layout.cBehdad Esfahbod2010-09-271-8/+1
* Simplify cluster analysisBehdad Esfahbod2009-12-251-3/+2
* Always recalculate run width after breaking the runBehdad Esfahbod2009-12-251-8/+2
* Zero the space at the end of line when breaking linesBehdad Esfahbod2009-12-251-0/+10
* CosmeticBehdad Esfahbod2009-12-251-2/+1
* Bug 594936 - pango_layout_set_wrapBehdad Esfahbod2009-09-111-1/+1
* Bug 594934 - pango_layout_copyBehdad Esfahbod2009-09-111-20/+7
* New public API: pango_glyph_item_get_logical_widths()Behdad Esfahbod2009-08-121-3/+2
* [layout] clear state->log_widths after freeingBehdad Esfahbod2009-08-121-0/+2
* Fix typoBehdad Esfahbod2009-07-171-1/+1
* Handle NUL in text in places that g_utf8_strlen () was usedBehdad Esfahbod2009-07-151-8/+8
* [layout] Truncate final whitespace in the line before ellipsizingBehdad Esfahbod2009-04-061-9/+7
* [layout] When computing empty line extents, use both layout and context fontdescBehdad Esfahbod2009-04-061-9/+14
* [layout] Don't break line on LINE_SEPARATOR if the line is to be ellipsizedBehdad Esfahbod2009-04-061-2/+7
* Use g_debug() instead of g_message()Behdad Esfahbod2009-04-061-5/+5
* Bug 567934 – Add introspection support inside pangoJohan Dahlin2009-01-201-7/+8
* Fix warnings.Behdad Esfahbod2008-12-261-6/+7
* Bug 555219 – Memory leak when using pango_layout_iter_copy Patch fromBehdad Esfahbod2008-10-061-2/+1
* Bug 551865 – Can't change justification of a PangoLayout after firstBehdad Esfahbod2008-09-111-11/+29
* Bug 549003 – pango_layout_set_height(): layout should not be clearedBehdad Esfahbod2008-08-221-2/+10
* Use atomic reference counting.Behdad Esfahbod2008-08-221-3/+2
* Bug 547303 – pango_layout_get_cursor_pos crashes on certain text buffersBehdad Esfahbod2008-08-111-0/+8
* Bug 377948 – Make pango_glyph_item_iter publicBehdad Esfahbod2008-08-061-3/+3
* Justify lines broken by U+2028 LINE SEPARATOR. Also affects return valueBehdad Esfahbod2008-08-061-9/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 404416 – pango_layout_get_baseline or somethingBehdad Esfahbod2008-04-211-0/+23
* When doing ALIGN_CENTER, round line offset to whole pixel if hinting.Behdad Esfahbod2008-03-211-2/+7
* Bug 511172 – pango_layout_set_height() with positive height always showsBehdad Esfahbod2008-02-261-9/+25
* Improve docs.Behdad Esfahbod2008-02-171-0/+5
* Improve docs.Behdad Esfahbod2008-02-151-1/+7
* Fix typo.Behdad Esfahbod2008-01-221-1/+1
* Mark behavior as undefined if height is not -1 and ellipsize mode isBehdad Esfahbod2008-01-221-4/+5
* Bug 508002 – change pango_layout_pixel_extents() to round logical rectBehdad Esfahbod2008-01-221-9/+10
* Minor cleanup.Behdad Esfahbod2008-01-151-16/+14
* Bug 469313 – Add pango_layout_set_height()Behdad Esfahbod2008-01-151-43/+117
* Bug 469313 – Add pango_layout_set_height() Bug 508179 – PangoGlyphUnitBehdad Esfahbod2008-01-151-41/+129
* Ignore indent if aligned center, and document so. This assumption wasBehdad Esfahbod2008-01-081-3/+14
* Minor cleanup. Attributes are initialized with start/end_index to apply toBehdad Esfahbod2008-01-081-16/+8
* Bug 478914 – Use something invalid instead of '?' when validating inputBehdad Esfahbod2007-12-101-1/+6
* Bug 471577 – GBoxed GType for PangoGlyphItemBehdad Esfahbod2007-10-241-6/+25
* Bug 471571 – Add pango_layout_iter_get_layout()Behdad Esfahbod2007-10-221-0/+21
* Bug 481537 – compiler warning fixes Patch from Kjartan MaraasBehdad Esfahbod2007-10-151-4/+0
* Bug 467077 – Remove special-case for shape attribute inBehdad Esfahbod2007-08-151-29/+21
* Bug 462420 – Clicking on pixbuf should move the cursor to the positionBehdad Esfahbod2007-08-151-15/+6
* Bug 467056 – Shape attribute handling is not consistentBehdad Esfahbod2007-08-151-110/+11
* Fix another typoBehdad Esfahbod2007-08-151-1/+1