| Commit message (Expand) | Author | Age | Files | Lines |
* | Add $(libm), needed for no-undefined platforms like AIX. (#160773, Vincent | Owen Taylor | 2004-12-14 | 1 | -0/+6 |
* | Add PANGO_WEIGHT_SEMIBOLD. (#86957, Lars Clausen) | Owen Taylor | 2004-12-14 | 1 | -0/+12 |
* | add XFT_CFLAGS | Dan Winship | 2004-12-14 | 1 | -0/+4 |
* | Add the correct char classes for Unicode-4.0 characters U+A01, U+A03. | Owen Taylor | 2004-12-14 | 1 | -0/+6 |
* | Require gmodule-no-export | Matthias Clasen | 2004-12-14 | 1 | -0/+6 |
* | Set also underline and strikethrough position and thickness. (#161205) | Tor Lillqvist | 2004-12-14 | 1 | -0/+5 |
* | Add. (#153548, Morten Welinder) | Owen Taylor | 2004-12-13 | 1 | -0/+8 |
* | pango/modules.c (read_modules) Use gstdio wrappers. (#16111, Robert | Tor Lillqvist | 2004-12-12 | 1 | -0/+9 |
* | Fix problem where the font would get unset after flushing at MAX_GLYPHS. | Owen Taylor | 2004-12-10 | 1 | -0/+6 |
* | === Released 1.7.0 ===PANGO_1_7_0 | Owen Taylor | 2004-12-02 | 1 | -0/+6 |
* | Ignore formatting characters when determining word boundaries (Part of | Owen Taylor | 2004-12-02 | 1 | -0/+6 |
* | Set the background color instead of setting underline twice. | Matthias Clasen | 2004-11-30 | 1 | -0/+5 |
* | Add Lao support to Thai module. (#156781) | Theppitak Karoonboonyanan | 2004-11-28 | 1 | -0/+35 |
* | rm autom4te.cache, since it might interfere with differing autoconf | Manish Singh | 2004-11-25 | 1 | -0/+5 |
* | Add underline_color and strikethrough_color attribute types. (#147616, | Owen Taylor | 2004-11-23 | 1 | -0/+21 |
* | Remove stray 'x' character. | Manish Singh | 2004-11-22 | 1 | -0/+4 |
* | Add bug reference | Owen Taylor | 2004-11-22 | 1 | -1/+2 |
* | Set G_LOG_DOMAIN. | Owen Taylor | 2004-11-22 | 1 | -0/+5 |
* | Add Syriac module by Emil Soleyman-Zomalan. (#147779) | Owen Taylor | 2004-11-22 | 1 | -0/+9 |
* | updated | Hans Breuer | 2004-11-21 | 1 | -0/+8 |
* | Turn off backspace-deletes-character behavior for Kana and Hangul. It's | Owen Taylor | 2004-11-21 | 1 | -0/+7 |
* | Return n+1 logical attributes not n logical attributes (#155912) | Owen Taylor | 2004-11-21 | 1 | -0/+5 |
* | Don't just call pango_fontset_get_metrics() to implement | Owen Taylor | 2004-11-21 | 1 | -0/+7 |
* | Fix UTF8 => UTF-8 in warning and doc comment. (#153551, Morten Welinder) | Owen Taylor | 2004-11-21 | 1 | -0/+5 |
* | Fix double multiplication by PANGO_SCALE. (#157419, Matthias Clasen) | Owen Taylor | 2004-11-21 | 1 | -0/+12 |
* | Fix crash when renderer->matrix is NULL. | Owen Taylor | 2004-11-20 | 1 | -0/+5 |
* | Remove color_set() virtual function ... it's not absolutely necessary for | Owen Taylor | 2004-11-19 | 1 | -0/+29 |
* | Document PANGO_UNDERLINE_ERROR as a 1.4 addition. (#156533, Morten | Matthias Clasen | 2004-10-27 | 1 | -0/+5 |
* | Use guchar instead of gchar as argument type. | Theppitak Karoonboonyanan | 2004-10-12 | 1 | -0/+8 |
* | Explicitly handle dangling upper/lower marks by optionally using | Theppitak Karoonboonyanan | 2004-10-09 | 1 | -0/+16 |
* | Return NULL if ruleset is empty, to indicate the lack of OT features. | Theppitak Karoonboonyanan | 2004-10-08 | 1 | -0/+9 |
* | Remove unused data for XTIS. | Theppitak Karoonboonyanan | 2004-10-07 | 1 | -0/+10 |
* | Use g_return_val_if_fail() instead of g_return_if_fail() since this | Manish Singh | 2004-10-02 | 1 | -0/+6 |
* | Make Thai module prefer OpenType tables, if available, to PUA | Theppitak Karoonboonyanan | 2004-10-02 | 1 | -0/+13 |
* | Add the new pango_renderer_* symbols. | Tor Lillqvist | 2004-09-25 | 1 | -0/+9 |
* | Activate the renderer. | Owen Taylor | 2004-09-24 | 1 | -0/+10 |
* | Up version to 1.7.0. | Owen Taylor | 2004-09-24 | 1 | -0/+29 |
* | Move aside ChangeLog for new development versionpango-1-6-branchpoint | Owen Taylor | 2004-09-22 | 1 | -796/+0 |
* | Use get_glyph_extents_raw() when hinting is disabled as well as when we | Owen Taylor | 2004-09-22 | 1 | -0/+10 |
* | Fix typo in docs. (#153390, Paolo Borelli) | Owen Taylor | 2004-09-22 | 1 | -0/+5 |
* | Cleanups from 'sparse', #149922, Kjartan Maraas | Owen Taylor | 2004-09-22 | 1 | -0/+14 |
* | Add name | Owen Taylor | 2004-09-20 | 1 | -1/+1 |
* | Fix various bugs, make more robust. (#151689) | Owen Taylor | 2004-09-20 | 1 | -0/+5 |
* | Initialize ellipsis_is_cjk (#151901, Christian Persch) | Owen Taylor | 2004-09-20 | 1 | -0/+5 |
* | Except ideographic spaces from the !g_unichar_isgraph() test. (#145275, | Owen Taylor | 2004-09-20 | 1 | -0/+6 |
* | Don't use face->ascender/descender for non-scalable fonts, since they | Owen Taylor | 2004-09-20 | 1 | -0/+7 |
* | Add pango_context_set_matrix. (#152883, Ivan Wong) | Tor Lillqvist | 2004-09-18 | 1 | -0/+5 |
* | Ignore fonts in SYMBOL_CHARSET. They don't have any Unicode mapping table. | Tor Lillqvist | 2004-09-15 | 1 | -0/+4 |
* | Escape also backslashes. (#152607, Kazuki Iwamoto) | Tor Lillqvist | 2004-09-15 | 1 | -0/+5 |
* | === Released 1.6.0 ===PANGO_1_6_0 | Owen Taylor | 2004-09-14 | 1 | -0/+15 |