summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 64538 – pango_layout_set_justify() doesn't workBehdad Esfahbod2007-05-031-4/+96
* Fix letter-spacing with justification. We now distribute letter-spacingBehdad Esfahbod2007-05-021-35/+138
* Bug 64538 – pango_layout_set_justify() doesn't workBehdad Esfahbod2007-05-021-2/+101
* Bug 355789 – Pango misaligns word-wrapped text due to trailingBehdad Esfahbod2007-05-021-0/+34
* Keep track of line start_offset in break state.Behdad Esfahbod2007-05-021-1/+4
* Add a "wrapped" argument to pango_layout_line_postprocess(). Going to useBehdad Esfahbod2007-05-021-6/+10
* Set is_wrapped to true on BREAK_EMPTY_FIT too.Behdad Esfahbod2007-05-021-0/+1
* Add note about how we should not be using pango_break() here.Behdad Esfahbod2007-05-021-0/+4
* Move PANGO_UNITS_ROUND here... ...from here.Behdad Esfahbod2007-04-301-1/+9
* Bug 397337 – Use is_ellipsized and is_wrapped to optimize propertyBehdad Esfahbod2007-01-161-2/+5
* *.c, *.h: Removed spaces followed b tabs.Behdad Esfahbod2007-01-161-8/+8
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-200/+200
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-370/+370
* Bug 328585 – Need to know if a layout has unknown glyphs Patch fromBehdad Esfahbod2007-01-161-1/+59
* Part of Bug 326693 – PangoLayouts should be query-able about theirBehdad Esfahbod2007-01-161-5/+41
* Bug 397327 – pango-layout.c: 'pango_layout_is_ellipsized' must return aBehdad Esfahbod2007-01-161-1/+1
* Bug 363510 – Ability to query whether a PangoLayout is effectivelyBehdad Esfahbod2007-01-161-2/+32