summaryrefslogtreecommitdiff
path: root/pango/opentype
Commit message (Expand)AuthorAgeFilesLines
* Replace perror with perror_. Remove FT_BEGIN_STMNT and FT_END_STMNT.Behdad Esfahbod2005-08-151-4/+4
* Skip lookups with lookup index out of range. (Patch from Behdad Esfahbod,Owen Taylor2005-07-262-12/+48
* Remove an unecessary set of block2.Owen Taylor2005-07-222-0/+505
* Patch from David Turner. Review and testing by Behdad EsfahbodOwen Taylor2005-07-228-37/+14
* Fix up places where there is missing or incomplete Copyright and LicenseOwen Taylor2005-07-212-159/+30
* Chain up from finalize. (#307547, Paolo Borelli)Owen Taylor2005-06-142-1/+5
* For all binary searches, handle the case where the number of items is 0.Owen Taylor2005-03-032-24/+51
* Set G_LOG_DOMAIN.Owen Taylor2004-11-221-0/+1
* Cleanups from 'sparse', #149922, Kjartan MaraasOwen Taylor2004-09-223-5/+5
* === Released 1.6.0 ===PANGO_1_6_0Owen Taylor2004-09-141-0/+2
* Finish extending properties flags from FT_UShort => FT_UInt. (OTLBufferOwen Taylor2004-07-306-12/+12
* Save the order in which features were added and use that when applyingOwen Taylor2004-07-274-33/+58
* Remove the unused parameter from the IN_CURITEM() and IN_CURGLYPH macros.Behdad Esfahbod2004-07-272-35/+35
* Fix bug to copy glyph from in_string, not out_string.Behdad Esfahbod2004-07-271-2/+2
* Fix allocation and indexing in NewGlyphClasses array. (#130661, MasatakeOwen Taylor2004-07-261-7/+7
* 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-266-60/+91
* Add support for ChainContextSubstFormat3.Owen Taylor2004-07-191-1/+15
* Fix pervasive buffer overruns when skipping glyphs when matching contexts.Owen Taylor2004-07-192-351/+284
* #143693, Sayamindu DasguptaOwen Taylor2004-06-232-3/+24
* Use the gcc-3.3 strict-aliasing compatible macros from fterrcompat.hOwen Taylor2004-06-211-8/+14
* Negate y offset according to different conventions betweenTheppitak Karoonboonyanan2004-05-281-1/+1
* Revert error return changes from last commit.Owen Taylor2004-05-271-10/+6
* Free buffer->positions, clean up error returns that were returningOwen Taylor2004-05-271-8/+13
* === Released 1.4.0 ===PANGO_1_4_0Owen Taylor2004-03-161-35/+42
* if PANGO_MODULE_PREFIX is defined include the basic backend shaper (shouldHans Breuer2004-03-031-2/+4
* Rework opentype interfaces and other changes to make GPOS work for Arabic.Owen Taylor2004-02-2914-1084/+1039
* Sign convention for y offsets is opposite between PangoGlyphString and FTOwen Taylor2004-02-211-1/+1
* Memory leak fixes from Masatake YAMATO, #130652Owen Taylor2004-02-131-0/+4
* Suport CFF fonts as well. (#131202, Manjunath Sripadarao)Owen Taylor2004-01-261-1/+2
* moved pango_fc_* to the latter where they live on *nix too.Hans Breuer2003-12-131-0/+21
* Switch over to recommended Freetype system of include ft2build.h thenOwen Taylor2003-11-019-36/+32
* Fix gcc-3.3 versions of macros to have the right return value.Owen Taylor2003-09-151-18/+26
* pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3) Fix problems whereOwen Taylor2003-08-252-8/+6
* Add some macro definitions for gcc-3.3 that suppress the bogusOwen Taylor2003-08-221-2/+34
* Rewrite handling of IGNORE_SPECIAL_MARKS to be properly "ignore marks ofOwen Taylor2003-07-291-9/+28
* 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-272-6/+6
* 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-262-10/+10
* Fix various memory leaks from error returns that should have been jumps toOwen Taylor2003-07-262-6/+6
* Fix additional places where TTO_Err_Not_Covered wasn't considered aOwen Taylor2003-07-261-4/+4
* If applying a ligature lookup makes adjacent two glyphs that were notOwen Taylor2003-07-261-3/+28
* Fix some FreeType1 variable declarations that snuck in from the lastOwen Taylor2003-07-262-4/+4
* OpenType-1.4 update: backtrack information is stored with the item closestOwen Taylor2003-07-262-15/+35
* Update of GPOS and GSUB support to OpenType 1.3 (From FreeType, WernerOwen Taylor2003-07-262-3/+30
* Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which allow lookupOwen Taylor2003-07-263-8/+29