| Commit message (Expand) | Author | Age | Files | Lines |
* | Return if none of logical_rect or ink_rect is non-NULL. | Behdad Esfahbod | 2006-08-16 | 1 | -0/+3 |
* | Fix silly error in implementation of pango_glyph_string_get_width(), and | Behdad Esfahbod | 2006-07-08 | 1 | -4/+2 |
* | Part of Bug 135683 – Cache glyphstring extents | Behdad Esfahbod | 2006-07-08 | 1 | -0/+27 |
* | Bug 337594 – pango_glyph_string_extents_range possible bug | Behdad Esfahbod | 2006-04-29 | 1 | -2/+2 |
* | Make #include syntax in sources and headers more consistent. We are using | Behdad Esfahbod | 2006-03-31 | 1 | -3/+3 |
* | Hook up pango-utils.h into the documentation, as we are installing it | Behdad Esfahbod | 2006-03-31 | 1 | -1/+1 |
* | Change g_critical to g_warning. We already handle them gracefully. | Behdad Esfahbod | 2006-02-21 | 1 | -1/+1 |
* | Improve documentation for functions allocating memory, on how the object | Behdad Esfahbod | 2006-01-31 | 1 | -3/+5 |
* | If locking font face failed, do not assert, just return zero glyphs with | Behdad Esfahbod | 2006-01-29 | 1 | -4/+7 |
* | 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 | -1/+2 |
* | Fix up right-to-left case. (Based on patch from Damon Chaplin, #117325) | Owen Taylor | 2003-07-24 | 1 | -4/+7 |
* | Improve handling of empty ink rectangles; rework for simplicity. (#103662) | Owen Taylor | 2003-06-04 | 1 | -49/+55 |
* | Clarify the meaning of the @end parameter. (#96843, Jungshik Shin) | Owen Taylor | 2002-11-26 | 1 | -1/+2 |
* | Don't offset the logical rect by y_offset - this generally is not desired, | Owen Taylor | 2002-01-10 | 1 | -2/+2 |
* | Update to the new g_boxed_type_register_static API. | Alex Larsson | 2001-09-10 | 1 | -3/+1 |
* | copy function. (pango_glyph_string_get_type): implement get_type function. | James Henstridge | 2001-07-02 | 1 | -0/+38 |
* | add assertion that shaper != NULL to catch engine problems faster | Havoc Pennington | 2000-12-14 | 1 | -4/+4 |
* | Test against start not zero. | Owen Taylor | 2000-11-17 | 1 | -1/+1 |
* | Add new PangoLayoutIter entry points | Havoc Pennington | 2000-11-13 | 1 | -16/+48 |
* | Remove tests for libunicode | Owen Taylor | 2000-06-21 | 1 | -4/+3 |
* | When handling overstrikes, try to guess a bit better how overstrike glyphs | Owen Taylor | 2000-05-07 | 1 | -5/+8 |
* | Fix off-by-one error for RTL runs. | Owen Taylor | 2000-04-03 | 1 | -1/+1 |
* | Memory management functions for PangoItem. | Owen Taylor | 2000-03-13 | 1 | -4/+4 |
* | First draft of highlevel driver. It currently only handles a paragraph as | Owen Taylor | 2000-03-08 | 1 | -4/+69 |
* | Convert log_clusters[] use from char offsets to byte offset - should make | Owen Taylor | 2000-03-07 | 1 | -1/+96 |
* | Switch GlyphStrings to have a single array of PangoGlyphInfo instead of | Owen Taylor | 2000-01-17 | 1 | -7/+1 |
* | Eliminate PangoCFont; For X, encode charset into upper 16 bits of 32 bit | Owen Taylor | 2000-01-15 | 1 | -15/+0 |
* | Initial revision | Owen Taylor | 2000-01-13 | 1 | -0/+106 |