| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 326099 – Setting width, indentation and ellipsizing doesn't work as | Behdad Esfahbod | 2006-12-19 | 1 | -1/+1 |
* | Cache layout ink and logical extents. | Behdad Esfahbod | 2006-12-07 | 1 | -34/+42 |
* | Add new functions: pango_layout_iter_get_line_readonly() | Behdad Esfahbod | 2006-12-05 | 1 | -7/+132 |
* | Bug 135683 – Cache glyphstring extents | Behdad Esfahbod | 2006-12-04 | 1 | -6/+109 |
* | Don't cache run_logical_rect in PangoLayoutIter. Just cache run_width that | Behdad Esfahbod | 2006-12-01 | 1 | -36/+59 |
* | Rework the way we compute the real_width to avoid calling | Behdad Esfahbod | 2006-11-30 | 1 | -7/+13 |
* | Bug 369670 – Crash when selecting text using the keyboard | Behdad Esfahbod | 2006-11-08 | 1 | -3/+4 |
* | Bug 369670 – Checked g_free calls | Behdad Esfahbod | 2006-11-02 | 1 | -4/+3 |
* | Bug 356194 – more pango_get_log_attrs problems | Behdad Esfahbod | 2006-09-18 | 1 | -1/+1 |
* | Part of Bug 355782 – Misaligned extents in pango | Behdad Esfahbod | 2006-09-13 | 1 | -9/+21 |
* | "Thou shalt not touch code that does not fit in thy brain." | Behdad Esfahbod | 2006-09-13 | 1 | -10/+11 |
* | Part of Bug 355782 – Misaligned extents in pango | Behdad Esfahbod | 2006-09-13 | 1 | -25/+25 |
* | Bug 347146 – underline/overstrike spaces | Behdad Esfahbod | 2006-09-11 | 1 | -14/+46 |
* | Minor doc syntax update. | Behdad Esfahbod | 2006-08-31 | 1 | -10/+10 |
* | Bug 148732 – cursor movenmet is not correct in gedit when I type Arabic | Behdad Esfahbod | 2006-08-30 | 1 | -5/+11 |
* | Bug 349813 – typo in docs for pango_layout_move_cursor_visually | Behdad Esfahbod | 2006-08-26 | 1 | -1/+1 |
* | Correct switched return value of EAST/WEST. | Behdad Esfahbod | 2006-08-20 | 1 | -1/+1 |
* | Adjust line resolved_dir according to context base_gravity, like we do in | Behdad Esfahbod | 2006-08-16 | 1 | -0/+33 |
* | Return if none of logical_rect or ink_rect is non-NULL. | Behdad Esfahbod | 2006-08-16 | 1 | -0/+10 |
* | Remove excess LRM. | Behdad Esfahbod | 2006-08-15 | 1 | -5/+1 |
* | Improve docs. | Behdad Esfahbod | 2006-07-19 | 1 | -3/+8 |
* | Fix silly error in implementation of pango_glyph_string_get_width(), and | Behdad Esfahbod | 2006-07-08 | 1 | -3/+3 |
* | Part of Bug 135683 – Cache glyphstring extents | Behdad Esfahbod | 2006-07-08 | 1 | -22/+8 |
* | Bug 125378 – Better underline thickness handling | Behdad Esfahbod | 2006-05-30 | 1 | -40/+35 |
* | Bug 329547 – pango_layout_get_pixel_extents and | Behdad Esfahbod | 2006-04-29 | 1 | -13/+20 |
* | Bug 338343 – Bad cast | Behdad Esfahbod | 2006-04-14 | 1 | -1/+1 |
* | Bug 337924 – cleanups for issues reported by various compilers Patch | Behdad Esfahbod | 2006-04-11 | 1 | -6/+2 |
* | Fix broken changes I made :). | Behdad Esfahbod | 2006-04-10 | 1 | -40/+42 |
* | Fix minor bugs reported by the Coverity scan report. | Behdad Esfahbod | 2006-04-10 | 1 | -48/+52 |
* | Bug 334802 – Using plain integer as NULL pointer | Behdad Esfahbod | 2006-03-31 | 1 | -1/+1 |
* | Make #include syntax in sources and headers more consistent. We are using | Behdad Esfahbod | 2006-03-31 | 1 | -5/+5 |
* | Hook up pango-utils.h into the documentation, as we are installing it | Behdad Esfahbod | 2006-03-31 | 1 | -1/+1 |
* | Replace each byte in invalid UTF-8 sequences with '?'. (bug #331995) | Behdad Esfahbod | 2006-02-26 | 1 | -23/+34 |
* | Emphasize that input text should be valid UTF-8. | Behdad Esfahbod | 2006-02-21 | 1 | -1/+1 |
* | Change g_critical to g_warning. We already handle them gracefully. | Behdad Esfahbod | 2006-02-21 | 1 | -7/+10 |
* | Document pango_layout_set_width as getting width in Pango units. | Behdad Esfahbod | 2006-02-12 | 1 | -2/+2 |
* | Bug 314548 – pango_shape() is missing const correctness Patch from | Behdad Esfahbod | 2006-02-09 | 1 | -1/+0 |
* | AC_DEFINE various version components. | Behdad Esfahbod | 2006-02-05 | 1 | -1/+1 |
* | Bug 324408 – tab can result in 0 characters | Behdad Esfahbod | 2006-02-05 | 1 | -4/+5 |
* | Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that I | Behdad Esfahbod | 2006-02-03 | 1 | -5/+13 |
* | Improve documentation for functions allocating memory, on how the object | Behdad Esfahbod | 2006-01-31 | 1 | -2/+6 |
* | If locking font face failed, do not assert, just return zero glyphs with | Behdad Esfahbod | 2006-01-29 | 1 | -18/+20 |
* | Reverted the tab alignments patch. | Behdad Esfahbod | 2006-01-29 | 1 | -43/+8 |
* | Implement other tab alignments. Bug #325547, Itai Bar-Haim. | Behdad Esfahbod | 2006-01-28 | 1 | -8/+43 |
* | Improve docs to say it may return -1. | Behdad Esfahbod | 2006-01-24 | 1 | -1/+1 |
* | Make matrix parameter const. | Behdad Esfahbod | 2006-01-21 | 1 | -1/+1 |
* | Make sure #include <config.h> is the first include in the file. (bug | Behdad Esfahbod | 2006-01-14 | 1 | -0/+1 |
* | pango/Makefile.am, pango/fonts.c, pango/glyphstring.c, | Behdad Esfahbod | 2006-01-05 | 1 | -2/+3 |
* | Fix a typo | Matthias Clasen | 2005-11-24 | 1 | -1/+1 |
* | Remove cast to double in things like a = b / c where a, b, and c are all | Behdad Esfahbod | 2005-11-23 | 1 | -5/+5 |