summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct switched return value of EAST/WEST.Behdad Esfahbod2006-08-201-1/+1
* Adjust line resolved_dir according to context base_gravity, like we do inBehdad Esfahbod2006-08-161-0/+33
* Return if none of logical_rect or ink_rect is non-NULL.Behdad Esfahbod2006-08-161-0/+10
* Remove excess LRM.Behdad Esfahbod2006-08-151-5/+1
* Improve docs.Behdad Esfahbod2006-07-191-3/+8
* Fix silly error in implementation of pango_glyph_string_get_width(), andBehdad Esfahbod2006-07-081-3/+3
* Part of Bug 135683 – Cache glyphstring extentsBehdad Esfahbod2006-07-081-22/+8
* Bug 125378 – Better underline thickness handlingBehdad Esfahbod2006-05-301-40/+35
* Bug 329547 – pango_layout_get_pixel_extents andBehdad Esfahbod2006-04-291-13/+20
* Bug 338343 – Bad castBehdad Esfahbod2006-04-141-1/+1
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-6/+2
* Fix broken changes I made :).Behdad Esfahbod2006-04-101-40/+42
* Fix minor bugs reported by the Coverity scan report.Behdad Esfahbod2006-04-101-48/+52
* Bug 334802 – Using plain integer as NULL pointerBehdad Esfahbod2006-03-311-1/+1
* Make #include syntax in sources and headers more consistent. We are usingBehdad Esfahbod2006-03-311-5/+5
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* Replace each byte in invalid UTF-8 sequences with '?'. (bug #331995)Behdad Esfahbod2006-02-261-23/+34
* Emphasize that input text should be valid UTF-8.Behdad Esfahbod2006-02-211-1/+1
* Change g_critical to g_warning. We already handle them gracefully.Behdad Esfahbod2006-02-211-7/+10
* Document pango_layout_set_width as getting width in Pango units.Behdad Esfahbod2006-02-121-2/+2
* Bug 314548 – pango_shape() is missing const correctness Patch fromBehdad Esfahbod2006-02-091-1/+0
* AC_DEFINE various version components.Behdad Esfahbod2006-02-051-1/+1
* Bug 324408 – tab can result in 0 charactersBehdad Esfahbod2006-02-051-4/+5
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-5/+13
* Improve documentation for functions allocating memory, on how the objectBehdad Esfahbod2006-01-311-2/+6
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-18/+20
* Reverted the tab alignments patch.Behdad Esfahbod2006-01-291-43/+8
* Implement other tab alignments. Bug #325547, Itai Bar-Haim.Behdad Esfahbod2006-01-281-8/+43
* Improve docs to say it may return -1.Behdad Esfahbod2006-01-241-1/+1
* Make matrix parameter const.Behdad Esfahbod2006-01-211-1/+1
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1