summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bug 323173 – Add layout of mixed direction text for vertical layoutBehdad Esfahbod2007-01-161-2/+4
* Don't introduce bitfields in public struct and rename PangoAnalysis.Behdad Esfahbod2007-01-081-2/+2
* Spell-check the docs.Behdad Esfahbod2007-01-071-9/+9
* Part of Bug 332266 – gdk_draw_layout fails for coordinates >= 2^21Behdad Esfahbod2007-01-041-51/+8
* Bug 326099 – Setting width, indentation and ellipsizing doesn't work asBehdad Esfahbod2006-12-191-1/+1
* Cache layout ink and logical extents.Behdad Esfahbod2006-12-071-34/+42
* Add new functions: pango_layout_iter_get_line_readonly()Behdad Esfahbod2006-12-051-7/+132
* Bug 135683 – Cache glyphstring extentsBehdad Esfahbod2006-12-041-6/+109
* Don't cache run_logical_rect in PangoLayoutIter. Just cache run_width thatBehdad Esfahbod2006-12-011-36/+59
* Rework the way we compute the real_width to avoid callingBehdad Esfahbod2006-11-301-7/+13
* Bug 369670 – Crash when selecting text using the keyboardBehdad Esfahbod2006-11-081-3/+4
* Bug 369670 – Checked g_free callsBehdad Esfahbod2006-11-021-4/+3
* Bug 356194 – more pango_get_log_attrs problemsBehdad Esfahbod2006-09-181-1/+1
* Part of Bug 355782 – Misaligned extents in pangoBehdad Esfahbod2006-09-131-9/+21
* "Thou shalt not touch code that does not fit in thy brain."Behdad Esfahbod2006-09-131-10/+11
* Part of Bug 355782 – Misaligned extents in pangoBehdad Esfahbod2006-09-131-25/+25
* Bug 347146 – underline/overstrike spacesBehdad Esfahbod2006-09-111-14/+46
* Minor doc syntax update.Behdad Esfahbod2006-08-311-10/+10
* Bug 148732 – cursor movenmet is not correct in gedit when I type ArabicBehdad Esfahbod2006-08-301-5/+11
* Bug 349813 – typo in docs for pango_layout_move_cursor_visuallyBehdad Esfahbod2006-08-261-1/+1