summaryrefslogtreecommitdiff
path: root/pango/opentype
Commit message (Expand)AuthorAgeFilesLines
* Allocate all array rows in a single ALLOC call. Saves over 100 alloc callsBehdad Esfahbod2009-02-021-42/+17
* Remove ClassDef->Defined field. This is the comment accompanying it:Behdad Esfahbod2009-01-295-106/+3
* Use calloc(), instead of malloc()ing and memset()ing.Behdad Esfahbod2009-01-291-3/+1
* Remove old cruft.Behdad Esfahbod2009-01-291-143/+1
* Allocate all array rows in a single ALLOC call. Saves over 2000 allocBehdad Esfahbod2009-01-291-40/+17
* Bug 469049 – Fix all compiler warningsBehdad Esfahbod2008-12-261-0/+3
* Fix more warnings.Behdad Esfahbod2008-12-261-1/+1
* Bug 528272 – "Error loading GPOS table 5503" when using katakanaBehdad Esfahbod2008-10-151-0/+7
* Fix left-to-right positioning. Reported by Peter Hunter.Behdad Esfahbod2008-09-291-1/+1
* Bug 540592 – Crash in HB_GSUB_Apply_String with Linux-Libertine fontPANGO_1_20_5PANGO_1_20_4Behdad Esfahbod2008-06-291-1/+1
* Remove unused macroBehdad Esfahbod2008-01-241-2/+0
* Remove COPYING.GPL and COPYING.FTL that are no longer there.Behdad Esfahbod2008-01-161-2/+0
* HarfBuzz was relicensed to a more generous and simpler license. Adapt. SeeBehdad Esfahbod2008-01-1528-741/+564
* Bug 501575 – Compile errors Patch from Jens GranseuerBehdad Esfahbod2007-12-051-2/+2
* Undo accidental change.Behdad Esfahbod2007-11-301-2/+0
* Bug 485536 – underline_position can be zeroBehdad Esfahbod2007-11-301-0/+2
* Remove unused macro.Behdad Esfahbod2007-11-241-18/+0
* MinorBehdad Esfahbod2007-11-182-47/+46
* Remove dead code.Behdad Esfahbod2007-11-072-91/+1
* And some more.Behdad Esfahbod2007-11-0711-96/+95
* Some more cleanup and merging.Behdad Esfahbod2007-11-0718-372/+419
* Fix typo.Behdad Esfahbod2007-10-291-2/+3
* Even more cleanup and more type renames.Behdad Esfahbod2007-10-255-24/+26
* More cleanup, remove redundant error types.Behdad Esfahbod2007-10-2513-173/+170
* Rename ftglue.c to harfbuzz-impl.c and more type renames and moving codeBehdad Esfahbod2007-10-2516-381/+289
* New header file harfbuzz-global.h. Rename FT_* int types to HB_* types.Behdad Esfahbod2007-10-2424-1016/+1056
* Add commented-out dummy struct for Extension lookups.Behdad Esfahbod2007-10-242-0/+26
* Bug 488840 – harfbuzz: protect against ligid overflowBehdad Esfahbod2007-10-212-1/+8
* Mark internal symbols as HB_INTERNAL and define that to static inBehdad Esfahbod2007-10-1116-235/+315
* Remove FTGLUE_API/APIDEF cruft.Behdad Esfahbod2007-10-112-24/+16
* Build harfbuzz.c instead of individual source files, to let compiler goBehdad Esfahbod2007-10-111-4/+5
* Same here.Behdad Esfahbod2007-10-111-1/+0
* Don't include harfbuzz-dump.[ch] in libharfbuzz.a. Those are just used byBehdad Esfahbod2007-10-111-2/+2
* Some more cleanup.Behdad Esfahbod2007-10-111-9/+2
* Move some code around.Behdad Esfahbod2007-10-111-43/+48
* Minor.Behdad Esfahbod2007-10-111-1/+1
* Rename buffer->inplace to buffer->separate_out with the inverted meaning,Behdad Esfahbod2007-10-112-18/+18
* Allocate buffer->positions lazily.Behdad Esfahbod2007-10-114-9/+37
* Bug 485621 – Get rid of freetype memory allocator in harfbuzzBehdad Esfahbod2007-10-1114-703/+441
* Bug 485559 – Boston Summit HarfBuzz optimizationsBehdad Esfahbod2007-10-1119-1307/+1253
* Bug 302952 – The placement of a diacritic marks for an arabic ligatureBehdad Esfahbod2007-08-291-1/+1
* Bug 463430 – Gets stuck while "formatting message"Behdad Esfahbod2007-08-212-6/+11
* Don't ignore error return value of hb_buffer_copy_output_glyph(). PatchBehdad Esfahbod2007-08-211-1/+1
* 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