| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the char class for U+0A5C from _cn (consonant with nukta) to _ct. | Owen Taylor | 2005-07-21 | 1 | -1/+1 |
* | Enable touching for Sinhala with the ZWJ + al-lakuna combination. | Owen Taylor | 2005-07-21 | 1 | -2/+3 |
* | Merges of fixes from Arabic module (#308813, Emil Soleyman-Zomalan) | Owen Taylor | 2005-07-21 | 1 | -1/+2 |
* | Fix up places where there is missing or incomplete Copyright and License | Owen Taylor | 2005-07-21 | 13 | -7/+194 |
* | Drop superfluous trailing slash in -I path. | Tor Lillqvist | 2005-06-26 | 1 | -1/+1 |
* | Add back accidentally dropped line (Pointed out by Behdad Esfahbod) | Owen Taylor | 2005-06-22 | 1 | -0/+2 |
* | Fix C89 var after code issues. | Behdad Esfahbod | 2005-06-21 | 2 | -3/+12 |
* | Add a Khmer module by Jens Herden and Javier Sola. (#125605) | Owen Taylor | 2005-06-21 | 4 | -1/+787 |
* | Mark U+A33, U+A36 as _cn, not _ct, since they are combinations of other | Owen Taylor | 2005-06-14 | 1 | -1/+1 |
* | pango/pangocairo-render.c (pango_cairo_renderer_draw_glyphs): Handle glyph | Owen Taylor | 2005-05-16 | 2 | -2/+4 |
* | Correct parameters passed to MultiByteToWideChar(). Pass -1 as source | Tor Lillqvist | 2005-04-28 | 1 | -12/+33 |
* | Cleanups. | Changwoo Ryu | 2005-04-27 | 1 | -23/+32 |
* | handles zero width chars, patch by Young-Ho Cha. (#157565) | Changwoo Ryu | 2005-04-24 | 1 | -3/+12 |
* | Update to new Cairo font API. | Owen Taylor | 2005-04-07 | 1 | -1/+1 |
* | Added more MacThai PUA glyphs that are not defined in vendor data at | Theppitak Karoonboonyanan | 2005-03-24 | 2 | -5/+5 |
* | Leave out some languages that don't have any own digits. | Tor Lillqvist | 2005-03-20 | 1 | -25/+18 |
* | Reduce non-shared data (#168899, inspired by patches from Tommi Komulainen | Owen Taylor | 2005-03-05 | 7 | -47/+47 |
* | Split out handling of sinhala al-lakuna character from handling of Virama | Owen Taylor | 2005-03-03 | 4 | -27/+45 |
* | PangoCairoFontMap for win32 fonts. | Owen Taylor | 2005-02-24 | 1 | -34/+12 |
* | Remove inadvertent references to "khmer" module | Manish Singh | 2005-02-07 | 2 | -7/+2 |
* | Rename pango_cairo_show_glyphs() to pango_cairo_show_glyph_string(). Add | Owen Taylor | 2005-02-07 | 2 | -1/+6 |
* | Show unknown glyphs; this may lead to overlapping boxes when accents are | Matthias Clasen | 2005-01-31 | 1 | -0/+3 |
* | Don't use -p option to cp, can cause "failed to preserve ownership" | Tor Lillqvist | 2005-01-25 | 8 | -8/+8 |
* | Remove an extraneous / that was confusing gcc on Win32. | Owen Taylor | 2005-01-11 | 1 | -1/+1 |
* | Emergency fix for #151068... if uniscribe shaping comes up with no glyphs, | Owen Taylor | 2004-12-16 | 1 | -1/+1 |
* | Force zero-width marks to glyph index 0 so they won't be drawn. (#145233, | Owen Taylor | 2004-12-16 | 2 | -4/+28 |
* | Add simple tibetan module. (#148566, G Karunakar) | Owen Taylor | 2004-12-16 | 4 | -2/+362 |
* | Split U+DDE as U+DD9, U+DDF. : | Owen Taylor | 2004-12-15 | 1 | -1/+1 |
* | Sinhala support (#153517, Anuradha Ratnaweera) | Owen Taylor | 2004-12-15 | 4 | -4/+44 |
* | Add the correct char classes for Unicode-4.0 characters U+A01, U+A03. | Owen Taylor | 2004-12-14 | 1 | -1/+1 |
* | Add Lao support to Thai module. (#156781) | Theppitak Karoonboonyanan | 2004-11-28 | 7 | -256/+472 |
* | Remove stray 'x' character. | Manish Singh | 2004-11-22 | 1 | -1/+1 |
* | Set G_LOG_DOMAIN. | Owen Taylor | 2004-11-22 | 7 | -18/+25 |
* | Add Syriac module by Emil Soleyman-Zomalan. (#147779) | Owen Taylor | 2004-11-22 | 7 | -2/+862 |
* | Use guchar instead of gchar as argument type. | Theppitak Karoonboonyanan | 2004-10-12 | 2 | -18/+8 |
* | Explicitly handle dangling upper/lower marks by optionally using | Theppitak Karoonboonyanan | 2004-10-09 | 3 | -78/+122 |
* | Return NULL if ruleset is empty, to indicate the lack of OT features. | Theppitak Karoonboonyanan | 2004-10-08 | 2 | -22/+38 |
* | Remove unused data for XTIS. | Theppitak Karoonboonyanan | 2004-10-07 | 3 | -46/+2 |
* | Use g_return_val_if_fail() instead of g_return_if_fail() since this | Manish Singh | 2004-10-02 | 1 | -1/+1 |
* | Make Thai module prefer OpenType tables, if available, to PUA | Theppitak Karoonboonyanan | 2004-10-02 | 3 | -77/+61 |
* | Add the new pango_renderer_* symbols. | Tor Lillqvist | 2004-09-25 | 1 | -11/+0 |
* | Fix various bugs, make more robust. (#151689) | Owen Taylor | 2004-09-20 | 1 | -27/+17 |
* | Added open-type support for Hebrew. | Dov Grobgeld | 2004-08-25 | 1 | -11/+184 |
* | Fix bug where cluster was getting set to 0 for non-spacing marks rather | Owen Taylor | 2004-08-10 | 1 | -1/+1 |
* | updated | Hans Breuer | 2004-08-06 | 1 | -0/+11 |
* | Add support for 'init' feature for Bengali. (#130966, Sayamindu Dasgupta) | Owen Taylor | 2004-08-02 | 3 | -12/+24 |
* | Improve handling of decomposed two-part vowels (#121882, Jungshik Shin) | Owen Taylor | 2004-07-30 | 2 | -6/+15 |
* | Suppress blwf on the first consonant in a syllable. (#118301, Taneem | Owen Taylor | 2004-07-30 | 1 | -1/+4 |
* | Fix Malayalam double-consonant conjuncts: #121671, Rajkumar S | Owen Taylor | 2004-07-29 | 3 | -4/+4 |
* | Check glyphs[mpreLimit] not glyphs[mpreIndex]. (Found by Chris Blizzard) | Owen Taylor | 2004-07-28 | 1 | -1/+1 |