| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Added "Since:" tags to all interfaces added after Pango 1.0. (#319116, | Behdad Esfahbod | 2005-11-23 | 1 | -0/+5 |
* | Use the new support for negative offsets in g_utf8_pointer_to_offset. So | Behdad Esfahbod | 2005-11-18 | 1 | -2/+5 |
* | More documentation improvements. | Behdad Esfahbod | 2005-11-17 | 1 | -89/+101 |
* | Various documentation improvements. | Behdad Esfahbod | 2005-11-17 | 1 | -2/+2 |
* | Fix get/set typo in docs. (#321247, Masao Mutoh) | Behdad Esfahbod | 2005-11-11 | 1 | -1/+1 |
* | Set layout wrapping to PANGO_WRAP_WORD_CHAR if width is set for the | Behdad Esfahbod | 2005-11-09 | 1 | -11/+6 |
* | Turn various gcc warnings off. Adding const, adding static, fully | Behdad Esfahbod | 2005-11-04 | 1 | -1/+1 |
* | Fixed typo in docs. | Behdad Esfahbod | 2005-09-05 | 1 | -1/+1 |
* | Fix unconditional access to logical_rect. (#312691, Hans Breuer) | Owen Taylor | 2005-08-15 | 1 | -1/+1 |
* | Fixes for signed/unsigned in PangoAttrIterator ((#166700, Morten Welinder) | Owen Taylor | 2005-07-26 | 1 | -4/+7 |
* | Always set line->resolved_dir to one of LTR or RTL. (#171439, Reported by | Owen Taylor | 2005-07-25 | 1 | -3/+26 |
* | Add some missing statics on functions added in the recent layout iter | Owen Taylor | 2005-07-22 | 1 | -3/+3 |
* | Based on patch from Gustavo J. A. M. Carneiro (#305975) | Owen Taylor | 2005-07-22 | 1 | -2/+18 |
* | Avoid calling memcpy with a NULL argument. (#310021, Morten Welinder) | Owen Taylor | 2005-07-21 | 1 | -1/+2 |
* | Don't key off zero-height to know whether to use the "empty extents" ... | Owen Taylor | 2005-06-24 | 1 | -1/+1 |
* | Fix up the operation of PangoLayoutIter, especially for Bidi (#89541, | Owen Taylor | 2005-06-21 | 1 | -173/+243 |
* | Reduce non-shared data (#168899, inspired by patches from Tommi Komulainen | Owen Taylor | 2005-03-05 | 1 | -1/+1 |
* | Don't break lines on LINE_SEPARATOR in single-paragraph mode. (#168589, | Owen Taylor | 2005-03-01 | 1 | -1/+2 |
* | Add checks for Cairo | Owen Taylor | 2005-01-09 | 1 | -8/+15 |
* | Fix bug in computing logical_rect.x when layout->width == -1. (#161510, | Owen Taylor | 2004-12-17 | 1 | -13/+32 |
* | Copy layout->auto_dir. (#153547, Morten Welinder) | Owen Taylor | 2004-12-14 | 1 | -0/+1 |
* | Add. (#153548, Morten Welinder) | Owen Taylor | 2004-12-13 | 1 | -9/+31 |
* | Return n+1 logical attributes not n logical attributes (#155912) | Owen Taylor | 2004-11-21 | 1 | -5/+7 |