summaryrefslogtreecommitdiff
path: root/pango/opentype/ftxgsub.c
Commit message (Expand)AuthorAgeFilesLines
* Convert pango/opentype to the new project called HarfBuzz.Behdad Esfahbod2006-03-311-4533/+0
* Handle GSUB Lookup type 8, and ReverseChainContextualSubst table. (bugBehdad Esfahbod2006-01-301-102/+443
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+2
* Patches from #170414. Reviewed by Matthias Clasen.Behdad Esfahbod2005-11-031-51/+64
* Skip lookups with lookup index out of range. (Patch from Behdad Esfahbod,Owen Taylor2005-07-261-6/+24
* Patch from David Turner. Review and testing by Behdad EsfahbodOwen Taylor2005-07-221-8/+2
* Cleanups from 'sparse', #149922, Kjartan MaraasOwen Taylor2004-09-221-1/+1
* Finish extending properties flags from FT_UShort => FT_UInt. (OTLBufferOwen Taylor2004-07-301-4/+4
* Save the order in which features were added and use that when applyingOwen Taylor2004-07-271-13/+21
* Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros.Behdad Esfahbod2004-07-271-1/+1
* Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros.Owen Taylor2004-07-261-28/+28
* Add missing macro to make the last change actually compile.Owen Taylor2004-07-261-0/+2
* Match backtrack context against the output glyphs not the input glyphsOwen Taylor2004-07-261-12/+12
* Make Check_Property() take a OTL_GlyphItem, add a gproperties field toOwen Taylor2004-07-261-26/+28
* Fix pervasive buffer overruns when skipping glyphs when matching contexts.Owen Taylor2004-07-191-205/+171
* Rework opentype interfaces and other changes to make GPOS work for Arabic.Owen Taylor2004-02-291-557/+162
* Switch over to recommended Freetype system of include ft2build.h thenOwen Taylor2003-11-011-7/+6
* pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3) Fix problems whereOwen Taylor2003-08-251-4/+3
* Revert back out the FreeType patch preventing ligatures of not-originallyOwen Taylor2003-07-281-28/+3
* Check for lookahead glyphs in the right place. (Patch from #116860)Owen Taylor2003-07-271-3/+3
* Fix return value to only contain TTO_Err_Not_Covered if *no* lookupsOwen Taylor2003-07-271-45/+75
* Fix confusion between boolean and FT_Error return. (GSUB equivalent of fixOwen Taylor2003-07-271-2/+3
* Move allocation afer initial checks, fixing memory leak.Owen Taylor2003-07-261-6/+6
* Fix various memory leaks from error returns that should have been jumps toOwen Taylor2003-07-261-2/+2
* If applying a ligature lookup makes adjacent two glyphs that were notOwen Taylor2003-07-261-3/+28
* OpenType-1.4 update: backtrack information is stored with the item closestOwen Taylor2003-07-261-7/+17
* Fix a couple of places where TTO_Err_Not_Covered wasn't considered aOwen Taylor2003-07-261-2/+2
* When loading in Load_Chain{Sub,Pos}ClassRule, the limit we have onlyOwen Taylor2003-04-161-3/+4
* Start of merges from freetype1 of OpenType fixes.Owen Taylor2002-09-291-2/+2
* Offset to MarkAttachClassDef is offset to table, not offset to offset toOwen Taylor2002-08-071-13/+0
* In Load_ChainContextSubst2, handle the case where an empty classOwen Taylor2002-03-151-68/+91
* header to abstract the difference between FreeType 2.0.3 and 2.0.4 errorHavoc Pennington2001-09-191-1/+2
* Since Xft may only be available statically without shlib deps, check forOwen Taylor2000-12-201-0/+4531