summaryrefslogtreecommitdiff
path: root/pango/opentype/ftglue.c
Commit message (Expand)AuthorAgeFilesLines
* Rename ftglue.c to harfbuzz-impl.c and more type renames and moving codeBehdad Esfahbod2007-10-251-287/+0
* New header file harfbuzz-global.h. Rename FT_* int types to HB_* types.Behdad Esfahbod2007-10-241-15/+15
* Mark internal symbols as HB_INTERNAL and define that to static inBehdad Esfahbod2007-10-111-9/+9
* Remove FTGLUE_API/APIDEF cruft.Behdad Esfahbod2007-10-111-8/+8
* Bug 485621 – Get rid of freetype memory allocator in harfbuzzBehdad Esfahbod2007-10-111-37/+15
* Bug 485559 – Boston Summit HarfBuzz optimizationsBehdad Esfahbod2007-10-111-21/+30
* Bug 341138 – Using TTC font, Gtk2 programs begin to eating big memoryBehdad Esfahbod2006-05-311-1/+1
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-2/+0
* Convert pango/opentype to the new project called HarfBuzz.Behdad Esfahbod2006-03-311-68/+20
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-1/+1
* Remove an unecessary set of block2.Owen Taylor2005-07-221-1/+0
* Patch from David Turner. Review and testing by Behdad EsfahbodOwen Taylor2005-07-221-0/+350