| Commit message (Expand) | Author | Age | Files | Lines |
* | Move aside ChangeLog for new development versionpango-1-6-branchpoint | Owen Taylor | 2004-09-22 | 1 | -66/+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 |
* | Add name | Owen Taylor | 2004-07-28 | 1 | -1/+1 |
* | Fix API docs. (#148627) | Owen Taylor | 2004-07-28 | 1 | -0/+5 |
* | Don't substitute FARSI YEH with ARABIC YEH if the font does not have any | Behdad Esfahbod | 2004-07-27 | 1 | -0/+5 |
* | Save the order in which features were added and use that when applying | Owen Taylor | 2004-07-27 | 1 | -0/+7 |
* | Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros. | Behdad Esfahbod | 2004-07-27 | 1 | -0/+5 |
* | Fix bug to copy glyph from in_string, not out_string. | Behdad Esfahbod | 2004-07-27 | 1 | -0/+5 |
* | Fix allocation and indexing in NewGlyphClasses array. (#130661, Masatake | Owen Taylor | 2004-07-26 | 1 | -0/+5 |
* | mini_width/height are still (before render patch) in pixels, not Pango | Owen Taylor | 2004-07-26 | 1 | -0/+6 |
* | Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros. | Owen Taylor | 2004-07-26 | 1 | -0/+6 |
* | Add missing macro to make the last change actually compile. | Owen Taylor | 2004-07-26 | 1 | -0/+5 |
* | Match backtrack context against the output glyphs not the input glyphs | Owen Taylor | 2004-07-26 | 1 | -0/+6 |
* | Make Check_Property() take a OTL_GlyphItem, add a gproperties field to | Owen Taylor | 2004-07-26 | 1 | -0/+12 |
* | Fix C99ism. I am clearly the last man stuck in the dark age of C. | Morten Welinder | 2004-07-24 | 1 | -0/+5 |
* | return TRUE for PANGO_SCRIPT_COMMON and PANGO_SCRIPT_INHERITED. | Owen Taylor | 2004-07-20 | 1 | -0/+5 |
* | === Released 1.5.1 ===PANGO_1_5_1 | Owen Taylor | 2004-07-19 | 1 | -0/+8 |
* | Add support for ChainContextSubstFormat3. | Owen Taylor | 2004-07-19 | 1 | -0/+5 |
* | Fix pervasive buffer overruns when skipping glyphs when matching contexts. | Owen Taylor | 2004-07-19 | 1 | -0/+6 |
* | Need to export this function as a symbol if not in the header file since | Owen Taylor | 2004-07-19 | 1 | -0/+7 |
* | #143601: Felipe Heidrich | Owen Taylor | 2004-07-16 | 1 | -0/+13 |
* | Replace non-breaking-space with a normal space before looking it up. | Owen Taylor | 2004-07-15 | 1 | -0/+6 |