summaryrefslogtreecommitdiff
path: root/pango/opentype
Commit message (Expand)AuthorAgeFilesLines
* Part of #101079:Behdad Esfahbod2005-11-172-2/+10
* Remove debug line that got in accidentally.Behdad Esfahbod2005-11-092-2/+0
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-046-7/+14
* Patches from #170414. Reviewed by Matthias Clasen.Behdad Esfahbod2005-11-034-177/+159
* Generate valid XML output. Dump LookupFlag too.Behdad Esfahbod2005-08-292-37/+44
* 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-221-1/+0
* Patch from David Turner. Review and testing by Behdad EsfahbodOwen Taylor2005-07-2211-132/+520
* Fix up places where there is missing or incomplete Copyright and LicenseOwen Taylor2005-07-213-159/+204
* Chain up from finalize. (#307547, Paolo Borelli)Owen Taylor2005-06-142-1/+5
* Rename LDADDS to libpango_ot_la_LIBADD to actually make libpango-ot.laTor Lillqvist2005-04-121-6/+6
* 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