summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Emergency fix for #151068... if uniscribe shaping comes up with no glyphs,Owen Taylor2004-12-161-1/+1
* Force zero-width marks to glyph index 0 so they won't be drawn. (#145233,Owen Taylor2004-12-162-4/+28
* Add simple tibetan module. (#148566, G Karunakar)Owen Taylor2004-12-164-2/+362
* Split U+DDE as U+DD9, U+DDF. :Owen Taylor2004-12-151-1/+1
* Sinhala support (#153517, Anuradha Ratnaweera)Owen Taylor2004-12-154-4/+44
* Add the correct char classes for Unicode-4.0 characters U+A01, U+A03.Owen Taylor2004-12-141-1/+1
* Add Lao support to Thai module. (#156781)Theppitak Karoonboonyanan2004-11-287-256/+472
* Remove stray 'x' character.Manish Singh2004-11-221-1/+1
* Set G_LOG_DOMAIN.Owen Taylor2004-11-227-18/+25
* Add Syriac module by Emil Soleyman-Zomalan. (#147779)Owen Taylor2004-11-227-2/+862
* Use guchar instead of gchar as argument type.Theppitak Karoonboonyanan2004-10-122-18/+8
* Explicitly handle dangling upper/lower marks by optionally usingTheppitak Karoonboonyanan2004-10-093-78/+122
* Return NULL if ruleset is empty, to indicate the lack of OT features.Theppitak Karoonboonyanan2004-10-082-22/+38
* Remove unused data for XTIS.Theppitak Karoonboonyanan2004-10-073-46/+2
* Use g_return_val_if_fail() instead of g_return_if_fail() since thisManish Singh2004-10-021-1/+1
* Make Thai module prefer OpenType tables, if available, to PUATheppitak Karoonboonyanan2004-10-023-77/+61
* Add the new pango_renderer_* symbols.Tor Lillqvist2004-09-251-11/+0
* Fix various bugs, make more robust. (#151689)Owen Taylor2004-09-201-27/+17
* Added open-type support for Hebrew.Dov Grobgeld2004-08-251-11/+184
* Fix bug where cluster was getting set to 0 for non-spacing marks ratherOwen Taylor2004-08-101-1/+1
* updatedHans Breuer2004-08-061-0/+11
* Add support for 'init' feature for Bengali. (#130966, Sayamindu Dasgupta)Owen Taylor2004-08-023-12/+24
* Improve handling of decomposed two-part vowels (#121882, Jungshik Shin)Owen Taylor2004-07-302-6/+15
* Suppress blwf on the first consonant in a syllable. (#118301, TaneemOwen Taylor2004-07-301-1/+4
* Fix Malayalam double-consonant conjuncts: #121671, Rajkumar SOwen Taylor2004-07-293-4/+4
* Check glyphs[mpreLimit] not glyphs[mpreIndex]. (Found by Chris Blizzard)Owen Taylor2004-07-281-1/+1
* Don't substitute FARSI YEH with ARABIC YEH if the font does not have anyBehdad Esfahbod2004-07-271-2/+3
* Render U+00A0 (non-break-space) as a space.Changwoo Ryu2004-07-111-0/+4
* #143693, Sayamindu DasguptaOwen Taylor2004-06-231-0/+1
* #143556, Noah MischOwen Taylor2004-06-211-1/+1
* Add OpenType support in Thai module. (#141541)Theppitak Karoonboonyanan2004-06-074-1/+184
* Use dottedcircle as the base for individual combining characters.Theppitak Karoonboonyanan2004-04-202-3/+3
* handle non-Hangul unicode chars, fixes #129741, #137347.Changwoo Ryu2004-04-172-5/+27
* Change U+0CC3/U+0CC4/U+0CD5 to _lm (length mark) so that they get orderedOwen Taylor2004-03-051-3/+10
* Fixed lack of mirroring of characters that should be mirrored in theDov Grobgeld2004-03-021-1/+10
* === Released 1.3.5 ===PANGO_1_3_5Owen Taylor2004-03-021-7/+5
* Add joining classes for new Unicode-4.0 characters U+06EE, U+06EF, U+06FF.Owen Taylor2004-02-291-2/+2
* Rework opentype interfaces and other changes to make GPOS work for Arabic.Owen Taylor2004-02-296-150/+181
* use uniscribe_scripts instead of uniscribe_ranges (does show only withHans Breuer2004-02-281-2/+2
* Mark BENGALI LETTER A (U+0985) and BENGALI LETTER E (U+098F) as consonantsOwen Taylor2004-02-271-1/+6
* Reapply the patch from #124175 that somehow got reverted.Owen Taylor2004-02-131-16/+5
* Suport CFF fonts as well. (#131202, Manjunath Sripadarao)Owen Taylor2004-01-261-5/+16
* Fix up glyph addition code so that it works properly with the typicalOwen Taylor2004-01-261-16/+5
* Corrected a mistake between ZWJ and ZWNJ. (#130517)Roozbeh Pournader2004-01-061-2/+2
* moved pango_fc_* to the latter where they live on *nix too.Hans Breuer2003-12-133-3/+59
* Simplify.Tor Lillqvist2003-12-081-38/+32
* Switch over to recommended Freetype system of include ft2build.h thenOwen Taylor2003-11-011-1/+0
* Remove an unused variable. (#122680, Kjartan Maraas)Owen Taylor2003-10-141-1/+0
* Handle non-hebrew characters.Owen Taylor2003-09-241-13/+21
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-2312-261/+147