| Commit message (Expand) | Author | Age | Files | Lines |
* | adding output parameters introspection metadata to pango_glypth_string_extents | Alberto Ruiz | 2011-04-25 | 1 | -2/+2 |
* | adding allow-none introspection metadata to pango_glyph_string_extents parame... | Alberto Ruiz | 2011-04-25 | 1 | -4/+4 |
* | Use G_DEFINE_BOXED_TYPE. | Christian Persch | 2010-11-04 | 1 | -12/+3 |
* | Bug 602823 - void function cannot return value | Behdad Esfahbod | 2009-11-25 | 1 | -1/+1 |
* | Bug 596614 - Pango application receives SIGSEGV on pasting text with U+202E | Behdad Esfahbod | 2009-11-17 | 1 | -2/+0 |
* | New public API: pango_glyph_item_get_logical_widths() | Behdad Esfahbod | 2009-08-12 | 1 | -35/+4 |
* | Handle NUL in text in places that g_utf8_strlen () was used | Behdad Esfahbod | 2009-07-15 | 1 | -2/+4 |
* | Bug 580987 – SIGFPE in pango_glyph_string_index_to_x | Behdad Esfahbod | 2009-05-01 | 1 | -0/+6 |
* | [glyphstring] Handle overflow with very long glyphstrings | Behdad Esfahbod | 2009-03-02 | 1 | -6/+20 |
* | Bug 431394 – Use pango_glyph_item_iter in more places | Behdad Esfahbod | 2008-08-06 | 1 | -36/+34 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Bug 469313 – Add pango_layout_set_height() Bug 508179 – PangoGlyphUnit | Behdad Esfahbod | 2008-01-15 | 1 | -1/+1 |
* | Fix another Oops of mine from recent commits. | Behdad Esfahbod | 2007-10-24 | 1 | -1/+2 |
* | Bug 471577 – GBoxed GType for PangoGlyphItem | Behdad Esfahbod | 2007-10-24 | 1 | -5/+13 |
* | Fix more typos | Behdad Esfahbod | 2007-08-15 | 1 | -2/+2 |
* | Fix more typos, and use TRUE/FALSE instead of 1/0 | Behdad Esfahbod | 2007-08-15 | 1 | -4/+4 |
* | Fix typo | Behdad Esfahbod | 2007-08-14 | 1 | -1/+1 |
* | Move contents of mapping.c to glyphstring.c where they belong. | Behdad Esfahbod | 2007-08-01 | 1 | -0/+305 |
* | Add G_UNLIKELY() to type registration block in _get_type() functions. | Behdad Esfahbod | 2007-06-20 | 1 | -1/+1 |
* | *.c, *.h: Replace preceding sequences of 8 spaces with tabs. | Behdad Esfahbod | 2007-01-16 | 1 | -10/+10 |
* | *.c, *.h: Drop trailing whitespace. | Behdad Esfahbod | 2007-01-16 | 1 | -17/+17 |
* | Spell-check the docs. | Behdad Esfahbod | 2007-01-07 | 1 | -4/+4 |
* | 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 |