summaryrefslogtreecommitdiff
path: root/pango/opentype
Commit message (Expand)AuthorAgeFilesLines
* Link freetype to harfbuzz-dump, for those systems that don't trackBehdad Esfahbod2007-05-011-2/+3
* Copy fixes from harfbuzz stable branch. Includes a leak fix, a kerningBehdad Esfahbod2007-04-033-1/+11
* updatedHans Breuer2007-01-131-10/+6
* Remove .cvsignore files (moved to svn:ignore prop)Behdad Esfahbod2007-01-091-7/+0
* Bug 347073 – Allow empty GPOS tableBehdad Esfahbod2006-07-251-0/+5
* Bug 345600 – cvs build error in pango/opentype/MakefileBehdad Esfahbod2006-06-221-2/+2
* Bug 341138 – Using TTC font, Gtk2 programs begin to eating big memoryBehdad Esfahbod2006-05-311-1/+1
* Bug 336153 – Mark to mark positioning (Lookup Type 6) isn't correct whenBehdad Esfahbod2006-05-311-15/+22
* Fix loop variables. (coverity found bug.)Behdad Esfahbod2006-04-121-3/+3
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-2/+0
* Fix minor bugs reported by the Coverity scan report.Behdad Esfahbod2006-04-102-4/+8
* Update from HarfBuzz. Lars Knoll fixed all the warnings.Behdad Esfahbod2006-04-064-113/+179
* Make sure TTAG_GDEF and frineds are defined, needed for FreeType <= 2.1.7Behdad Esfahbod2006-04-034-9/+11
* .Behdad Esfahbod2006-03-311-2/+0
* .Behdad Esfahbod2006-03-311-0/+1
* Define NULL.Behdad Esfahbod2006-03-311-1/+5
* Convert pango/opentype to the new project called HarfBuzz.Behdad Esfahbod2006-03-3139-16335/+16582
* Don't err on Table_Missing.Behdad Esfahbod2006-03-251-2/+2
* === Released 1.12.0 ===PANGO_1_12_0Behdad Esfahbod2006-03-131-2/+2
* Handle GSUB Lookup type 8, and ReverseChainContextualSubst table. (bugBehdad Esfahbod2006-01-304-117/+487
* Removed.Behdad Esfahbod2006-01-285-1367/+13
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-251-1/+0
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-1411-0/+20
* pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,Behdad Esfahbod2006-01-052-2/+4
* Use g_slice for PangoOTBuffer allocation. (bug #325026, Matthias Clasen)Behdad Esfahbod2005-12-271-2/+2
* Tiny doc improvement.Behdad Esfahbod2005-11-251-1/+1
* Fix typo in docs.Behdad Esfahbod2005-11-231-1/+3
* Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,Behdad Esfahbod2005-11-232-0/+63
* Protect against possible division by zeros (#316468, Steve Grubb)Behdad Esfahbod2005-11-231-10/+18
* Reworked basic shaper with OpenType support. (#101079, based on patch fromBehdad Esfahbod2005-11-231-3/+3
* 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