| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix reversed auto-hint option. | Owen Taylor | 2004-09-13 | 1 | -0/+5 |
* | Add pango_ot_buffer_set_zero_width_marks, again. | Tor Lillqvist | 2004-08-26 | 1 | -0/+10 |
* | Added open-type support for Hebrew. | Dov Grobgeld | 2004-08-26 | 1 | -0/+5 |
* | Ignore synthetic vertical writing versions of East Asian fonts. (#145322, | Tor Lillqvist | 2004-08-22 | 1 | -0/+6 |
* | Add changelog entry for some stuff I didn't expect to commit last time | Owen Taylor | 2004-08-16 | 1 | -0/+5 |
* | Sync with change to OTL_GlyphItemRec. | Owen Taylor | 2004-08-16 | 1 | -0/+7 |
* | Fix bug where cluster was getting set to 0 for non-spacing marks rather | Owen Taylor | 2004-08-10 | 1 | -0/+7 |
* | updated | Hans Breuer | 2004-08-06 | 1 | -0/+17 |
* | Typedef PangoWin32FontMapClass. | Tor Lillqvist | 2004-08-06 | 1 | -0/+7 |
* | Add pango_ot_buffer_set_zero_width_marks. | Tor Lillqvist | 2004-08-05 | 1 | -0/+4 |
* | === Released 1.5.2 ==PANGO_1_5_2 | Owen Taylor | 2004-08-02 | 1 | -0/+8 |
* | Add support for 'init' feature for Bengali. (#130966, Sayamindu Dasgupta) | Owen Taylor | 2004-08-02 | 1 | -0/+6 |
* | Finish extending properties flags from FT_UShort => FT_UInt. (OTLBuffer | Owen Taylor | 2004-07-30 | 1 | -0/+7 |
* | Improve handling of decomposed two-part vowels (#121882, Jungshik Shin) | Owen Taylor | 2004-07-30 | 1 | -0/+12 |
* | Suppress blwf on the first consonant in a syllable. (#118301, Taneem | Owen Taylor | 2004-07-30 | 1 | -0/+6 |
* | Fix Malayalam double-consonant conjuncts: #121671, Rajkumar S | Owen Taylor | 2004-07-29 | 1 | -0/+16 |
* | Check glyphs[mpreLimit] not glyphs[mpreIndex]. (Found by Chris Blizzard) | Owen Taylor | 2004-07-28 | 1 | -0/+6 |