| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add new function pango_context_load_fontset() to wrap | Alex Larsson | 2001-11-18 | 1 | -2/+24 |
* | Check for LEX and YACC. This will be made optional later, with the build | Alexander Larsson | 2001-11-18 | 1 | -305/+30 |
* | Remove pango_font_map_free_families, which was no longer in the headers, | Owen Taylor | 2001-09-19 | 1 | -2/+2 |
* | Up to 0.19. | Owen Taylor | 2001-09-18 | 1 | -157/+77 |
* | Don't corrupt the font description passed in. | Owen Taylor | 2001-07-19 | 1 | -18/+16 |
* | Couple of bug fixes for the last change. | Owen Taylor | 2001-06-26 | 1 | -61/+157 |
* | pango/pango-markup.c: modules/arabic/arabic-xft.c (arabic_engine_shape): | Owen Taylor | 2001-06-25 | 1 | -1/+1 |
* | Add a new PangoLanguage type to represent language tags; these can | Owen Taylor | 2001-06-14 | 1 | -94/+73 |
* | fixed up g_boxed_type_register_static() since GLib signature changed. | Tim Janik | 2001-03-07 | 1 | -2/+0 |
* | pass 0 as first argument to g_type_init(). | Tim Janik | 2001-02-04 | 1 | -1/+1 |
* | Adopt to new prototype for g_utf8_to_ucs4 (etc.). | Owen Taylor | 2001-01-05 | 1 | -4/+1 |
* | touch sysconfdir/pango/pango.modules even if there are no dynamic modules, | Havoc Pennington | 2000-12-15 | 1 | -6/+9 |
* | Use a fallback shaper if no engine is found for a range, the fallback | Havoc Pennington | 2000-12-15 | 1 | -0/+60 |
* | delete lang engine | Havoc Pennington | 2000-12-02 | 1 | -3/+10 |
* | Renamed pango_attribute_compare to pango_attribute_equal. Renamed compare | Sebastian Wilhelmi | 2000-11-13 | 1 | -1/+1 |
* | Remove checks for iconv - we now depend on g_iconv wrapper defined in | Owen Taylor | 2000-11-12 | 1 | -1/+0 |
* | Include a stripped-down version of fribidi to avoid the extra dependency. | Owen Taylor | 2000-11-12 | 1 | -9/+6 |
* | Add a new attribute for scaling a font; also required adding | Havoc Pennington | 2000-11-01 | 1 | -33/+88 |
* | adapted g_Type_register_*() calls. GLib wants an additional flag field to | Tim Janik | 2000-10-25 | 1 | -1/+1 |
* | Don't produce a warning unless loading all fonts fails, if loading all | Owen Taylor | 2000-08-22 | 1 | -41/+107 |