summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* New function. Uses the Uniscribe ScriptIsSimple() function to check ifTor Lillqvist2003-08-071-7/+50
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-0310-266/+206
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-0313-251/+71
* Remove some leftovers.Owen Taylor2003-08-021-2/+0
* Remove.Owen Taylor2003-08-021-1/+3
* Remove old X font shapers.Owen Taylor2003-08-0230-7502/+0
* Add API to kern a complete glyph string. Remove API to kern individualSoeren Sandmann2003-08-021-7/+3
* Fix problem where NULL mpreFixups wasn't getting returned properly.Owen Taylor2003-07-271-1/+1
* Port pre-base-mantra fixup code from ICU, as needed for Tamil andOwen Taylor2003-07-256-13/+227
* Remove leftover FRIBIDI_LIBS reference. (Pointed out by Sven Neumann)Owen Taylor2003-07-256-6/+6
* Port of some fixes from ICU.Owen Taylor2003-07-252-176/+171
* Remove leftover FRIBIDI_LIBS reference. (Pointed out by Sven Neumann)Owen Taylor2003-07-241-1/+1
* Commit change from a while ago.Owen Taylor2003-07-241-6/+16
* updated to generate libtool compatible dll names, define the rightHans Breuer2003-07-201-0/+70
* Need config.h here, too, for HAVE_X. Thanks to Patrick Welche.Tor Lillqvist2003-06-041-0/+1
* Add HAVE_X.Tor Lillqvist2003-05-295-4/+19
* Cast some enumeration members that are bigger than signed integers toOwen Taylor2003-04-151-2/+2