summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix more typosBehdad Esfahbod2007-08-151-2/+2
* Fix more typos, and use TRUE/FALSE instead of 1/0Behdad Esfahbod2007-08-151-1/+1
* Bug 465174 – TextView is ignoring multiple consecutive \t'sBehdad Esfahbod2007-08-091-7/+5
* Bug 464183 – Minimum tab width enforcement in pango-layout breaksBehdad Esfahbod2007-08-071-3/+16
* Move contents of mapping.c to glyphstring.c where they belong.Behdad Esfahbod2007-08-011-1/+1
* Add G_UNLIKELY() to type registration block in _get_type() functions.Behdad Esfahbod2007-06-201-2/+2
* minor whitespace fix.Behdad Esfahbod2007-06-201-3/+3
* Bug 448342 – pango_layout_index_to_line_x() counts lines from 1Behdad Esfahbod2007-06-191-1/+1
* Fix various typos reported by Peter Moulder.Behdad Esfahbod2007-06-031-1/+1
* Improve docs.Behdad Esfahbod2007-05-311-0/+5
* Bug 438814 – synaptic crash with pango 1.17.0Behdad Esfahbod2007-05-161-1/+1
* New APIBehdad Esfahbod2007-05-041-0/+1
* When breaking item to fit it into current line, go from the beginning,Behdad Esfahbod2007-05-031-6/+7