| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | initialize font_desc to NULL. | Manish Singh | 2004-02-11 | 1 | -0/+1 |
* | Fix a leak of a font descriptor. (#131909, Kjartan Maraas, Christian | Owen Taylor | 2004-02-10 | 1 | -0/+2 |
* | Fix problem with empty markup tags (#128102, Christian Persch) | Owen Taylor | 2004-02-05 | 1 | -0/+3 |
* | Honor U+2028 LINE SEPARATOR. (#85745) | Noah Levitt | 2003-12-04 | 1 | -4/+8 |
* | Initialize state->lang. (#124047, Morten Welinder) | Owen Taylor | 2003-10-15 | 1 | -0/+2 |
* | Don't break runs when we hit neutral characters. | Owen Taylor | 2003-09-23 | 1 | -10/+10 |
* | Modules now declare a list of scripts that they cover instead of a list of | Owen Taylor | 2003-09-23 | 1 | -250/+642 |
* | Document these funcions as backends-only, and explain how to obtain | Matthias Clasen | 2003-09-11 | 1 | -0/+14 |
* | Add some macro definitions for gcc-3.3 that suppress the bogus | Owen Taylor | 2003-08-22 | 1 | -1/+2 |
* | Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-based | Owen Taylor | 2003-08-03 | 1 | -61/+2 |
* | Use g_object_new() rather than g_type_create_instance() (Patch from | Owen Taylor | 2003-05-27 | 1 | -1/+1 |
* | Fix bug where language tag changes were not causing the font to be looked | Owen Taylor | 2003-02-12 | 1 | -4/+5 |
* | Get rid of unnecessary casts for g_object_{ref,unref} | Manish Singh | 2002-10-14 | 1 | -3/+3 |
* | Export. | Owen Taylor | 2002-08-06 | 1 | -3/+5 |
* | Add some return-if-fails to catch loading size 0 fonts. | Owen Taylor | 2002-01-29 | 1 | -0/+2 |
* | g_return_if_fail() if the desc's family is NULL. (#67947, report from | Owen Taylor | 2002-01-09 | 1 | -1/+2 |
* | pango/pango-fontmap.c (pango_font_map_load_fontset) return_val_if_fail() | Owen Taylor | 2001-12-26 | 1 | -0/+1 |