summaryrefslogtreecommitdiff
path: root/src/harfbuzz-gpos.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-28Removed unused glyph functionSimon Hausmann1-14/+0
2007-03-28Use a callback in HB_Font for retrieving a contour point in Get_Anchor, asSimon Hausmann1-21/+11
2007-03-28Fix compiler warnings about unused variablesSimon Hausmann1-2/+0
2007-03-28Load_GSUB_Table and Load_GPOS_Table sometimes need to load things from/into theSimon Hausmann1-20/+6
2007-03-28less FT_Face all round.Lars Knoll1-6/+1
2007-03-28removed more freetype types. Now it's mostlyLars Knoll1-19/+19
2007-03-28replace most FT type with HB types.Lars Knoll1-289/+289
2007-03-28move the remaining ftglue methods to harfbuzz-global,Lars Knoll1-262/+262
2007-03-28remove dependency on FT_Stream and FT_Memory.Lars Knoll1-282/+205
2007-03-28More work in progress. Started porting the opentype code that isSimon Hausmann1-4/+4
2006-10-20close a mem leak.lars1-0/+2
2006-05-31GNOME Bugzilla 336153. Patch from Pango.behdad1-15/+22
2006-04-12Coverity-found bug. Just look what we were incrementing!behdad1-3/+3
2006-04-10Do not access structs before we check them for nullity.behdad1-3/+6
2006-04-06fix compiler warnings.lars1-30/+50
2006-04-04Define tags if needed. Needed to compile with FreeType <= 2.1.7 or so.behdad1-3/+0
2006-03-31Imported HarfBuzz.behdad1-0/+6269