| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't introduce bitfields in public struct and rename PangoAnalysis. | Behdad Esfahbod | 2007-01-08 | 1 | -1/+1 |
* | Spell-check the docs. | Behdad Esfahbod | 2007-01-07 | 1 | -8/+8 |
* | Bug 333982 – Fallback to $LANG whenever NULL PangoLanguage is used Patch | Behdad Esfahbod | 2006-12-06 | 1 | -1/+3 |
* | Choose shaper/font for unassigned Unicode codepoints too. This is needed | Behdad Esfahbod | 2006-11-14 | 1 | -4/+7 |
* | Oops Ooops Oooops, I did it again! Revert accidentally committed stuff :-( | Behdad Esfahbod | 2006-09-15 | 1 | -1/+1 |
* | Unset gravity on the resulting font description. We want gravity to be set | Behdad Esfahbod | 2006-09-15 | 1 | -1/+1 |
* | Replace (!isgraph && !isspace) with (!isprint) which is equivalent. Also, | Behdad Esfahbod | 2006-08-22 | 1 | -3/+8 |
* | Find shaper/font for Private Use and space characters too. Finding shaper | Behdad Esfahbod | 2006-08-22 | 1 | -4/+6 |
* | Support per-item gravity. | Behdad Esfahbod | 2006-08-21 | 1 | -11/+40 |
* | Correct switched return value of EAST/WEST. | Behdad Esfahbod | 2006-08-20 | 1 | -4/+40 |
* | Adjust line resolved_dir according to context base_gravity, like we do in | Behdad Esfahbod | 2006-08-16 | 1 | -2/+6 |
* | Render block progression and line direction arrows, and a base gravity | Behdad Esfahbod | 2006-08-16 | 1 | -0/+4 |
* | Return if none of logical_rect or ink_rect is non-NULL. | Behdad Esfahbod | 2006-08-16 | 1 | -1/+7 |
* | Always use fallback shaping for vertical fonts. | Behdad Esfahbod | 2006-08-15 | 1 | -2/+22 |
* | Fix handling of WEST and EAST gravity effect on bidi level. | Behdad Esfahbod | 2006-08-15 | 1 | -6/+12 |
* | Oops. Exchange west<->east and north<->south gravities. The gravity is the | Behdad Esfahbod | 2006-08-15 | 1 | -6/+6 |
* | Add FIXME note about handling item gravity. | Behdad Esfahbod | 2006-08-15 | 1 | -1/+6 |
* | Add a gravity member to PangoItem, and | Behdad Esfahbod | 2006-08-15 | 1 | -0/+29 |
* | Add enum PangoGravity. | Behdad Esfahbod | 2006-08-15 | 1 | -0/+38 |
* | Update docs to note a size value of zero may have been set explicitly. | Behdad Esfahbod | 2006-05-11 | 1 | -1/+0 |
* | Make #include syntax in sources and headers more consistent. We are using | Behdad Esfahbod | 2006-03-31 | 1 | -2/+2 |
* | Hook up pango-utils.h into the documentation, as we are installing it | Behdad Esfahbod | 2006-03-31 | 1 | -1/+1 |
* | Check the font pointer being NULL to avoid crashes for at least one class | Tor Lillqvist | 2006-03-01 | 1 | -1/+1 |
* | Bug 314548 – pango_shape() is missing const correctness Patch from | Behdad Esfahbod | 2006-02-09 | 1 | -2/+0 |
* | Improve documentation for functions allocating memory, on how the object | Behdad Esfahbod | 2006-01-31 | 1 | -1/+2 |
* | If locking font face failed, do not assert, just return zero glyphs with | Behdad Esfahbod | 2006-01-29 | 1 | -2/+2 |
* | Make matrix parameter const. | Behdad Esfahbod | 2006-01-21 | 1 | -2/+2 |
* | Make sure #include <config.h> is the first include in the file. (bug | Behdad Esfahbod | 2006-01-14 | 1 | -0/+1 |
* | Use g_slice for ShaperFontElement allocation. (bug #325728, Matthias | Behdad Esfahbod | 2006-01-04 | 1 | -2/+2 |
* | Use pango_font_description_set_family_static. (bug #325013, Matthias | Behdad Esfahbod | 2005-12-27 | 1 | -1/+1 |
* | Added "Since:" tags to all interfaces added after Pango 1.0. (#319116, | Behdad Esfahbod | 2005-11-23 | 1 | -0/+2 |
* | Protect against possible division by zeros (#316468, Steve Grubb) | Behdad Esfahbod | 2005-11-23 | 1 | -2/+5 |
* | Various documentation improvements. | Behdad Esfahbod | 2005-11-17 | 1 | -3/+3 |
* | Updated to FriBidi version 0.10.7 patched to handle UTF-8 directly. Moved | Behdad Esfahbod | 2005-11-03 | 1 | -5/+1 |
* | Chain up from finalize. (#307547, Paolo Borelli) | Owen Taylor | 2005-06-14 | 1 | -1/+4 |
* | Fix potential leak of state->base_font. (#168930, Ben Maurer, Aivars | Owen Taylor | 2005-06-14 | 1 | -0/+2 |
* | Use the language from the context if %NULL is passed in for @language. | Owen Taylor | 2005-03-01 | 1 | -2/+8 |
* | Don't just call pango_fontset_get_metrics() to implement | Owen Taylor | 2004-11-21 | 1 | -9/+140 |
* | Except ideographic spaces from the !g_unichar_isgraph() test. (#145275, | Owen Taylor | 2004-09-20 | 1 | -1/+13 |
* | === Released 1.6.0 ===PANGO_1_6_0 | Owen Taylor | 2004-09-14 | 1 | -0/+6 |
* | Make PangoMatrix arguments const where appropriate. | Owen Taylor | 2004-07-10 | 1 | -37/+5 |
* | Add pango_context_get_font_map() | Owen Taylor | 2004-07-08 | 1 | -1/+20 |
* | Initialize state->lang from context->language if not otherwise set. | Owen Taylor | 2004-06-21 | 1 | -0/+3 |
* | Handle setting the same object back. (#143523, Morten Welinder) | Owen Taylor | 2004-06-21 | 1 | -3/+3 |
* | Add PangoMatrix type for affine transforms. | Owen Taylor | 2004-05-28 | 1 | -0/+49 |
* | === Released 1.3.5 ===PANGO_1_3_5 | Owen Taylor | 2004-03-02 | 1 | -1/+0 |
* | Patch from Dov Grobgeld to add auto-direction to PangoLayout (more of | Owen Taylor | 2004-03-01 | 1 | -18/+54 |
* | New attribute to turn font fallback on or off. (#105553) | Noah Levitt | 2004-02-29 | 1 | -5/+54 |
* | Add some new enum and values and utilities for supporting automatically | Owen Taylor | 2004-02-27 | 1 | -3/+11 |
* | Use 'xx' as the language for cases where we the language tag mismatches | Owen Taylor | 2004-02-19 | 1 | -1/+8 |