summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-03-28Missing HB_BEGIN_HEADER/HB_END_HEADER in harfbuzz-external.h. How did this wo...Simon Hausmann1-0/+4
2007-03-28Moved the getSFntTable callback out of HB_Font and pass the function pointer ...Simon Hausmann2-9/+9
2007-03-28Fix compilationSimon Hausmann1-6/+8
2007-03-28Compile the arabic shaper in CSimon Hausmann3-421/+447
2007-03-28Compile the Hebrew shaper in CSimon Hausmann3-167/+174
2007-03-28Compile the Hangul shaper as C source codeSimon Hausmann2-43/+45
2007-03-28Compile the Myanmar shaper as C source codeSimon Hausmann2-112/+122
2007-03-28Compile the Khmer shaper as C source codeSimon Hausmann2-130/+145
2007-03-28Compile the Tibetan shaper as C source codeSimon Hausmann4-85/+91
2007-03-28Strict compilation flags for the C files, no C++ comments in C headers,Simon Hausmann4-71/+76
2007-03-28Ported the heuristic combining mark positioningSimon Hausmann3-71/+104
2007-03-28Changed the getSfntTable API to behave like Freetype, to make it possibleSimon Hausmann2-4/+25
2007-03-28Replaced the FT_Face in HB_Font with a void *faceData. Now Harfbuzz is indepe...Simon Hausmann7-13/+5
2007-03-28The flags in getPointInOutline are no of type HB_ShaperFlagSimon Hausmann3-9/+4
2007-03-28Removed unused GlyphFunction typedefSimon Hausmann1-19/+0
2007-03-28Eliminate the FT_Face from GPOS_InstanceSimon Hausmann4-16/+17
2007-03-28Don't use a FT_Face in mmfuncSimon Hausmann2-9/+9
2007-03-28Removed unused glyph functionSimon Hausmann2-23/+0
2007-03-28Use a callback in HB_Font for retrieving a contour point in Get_Anchor, asSimon Hausmann6-28/+19
2007-03-28Fix crashSimon Hausmann1-2/+2
2007-03-28HB_Fixed/HB_16Dot16 need to be signed :)Simon Hausmann1-2/+2
2007-03-28Added flags to the getAdvances callbackSimon Hausmann2-2/+3
2007-03-28Next try :). Separate font and face because for initializing the face weSimon Hausmann3-8/+8
2007-03-28Oops, trying to fix the class hierarchy part 2 :)Simon Hausmann10-21/+20
2007-03-28Use HB_FontClass's getSFntTable callback instead of using FT_Load_SFnt_Table ...Simon Hausmann10-53/+28
2007-03-28Added a getSFntTable callback to HB_Font. Before we can use it we have to cleanSimon Hausmann1-0/+2
2007-03-28Fix compiler warnings about unused variablesSimon Hausmann2-4/+0
2007-03-28Load_GSUB_Table and Load_GPOS_Table sometimes need to load things from/into theSimon Hausmann7-48/+66
2007-03-28less FT_Face all round.Lars Knoll9-63/+53
2007-03-28get rid of most freetype includesLars Knoll5-17/+7
2007-03-28Fixed signed vs. unsigned mistakesSimon Hausmann1-11/+11
2007-03-28even less FT_*Lars Knoll13-117/+125
2007-03-28removed more freetype types. Now it's mostlyLars Knoll21-85/+102
2007-03-28replace most FT type with HB types.Lars Knoll24-1037/+1041
2007-03-28make it work againLars Knoll3-10/+9
2007-03-28Fix compilationSimon Hausmann1-1/+2
2007-03-28move the remaining ftglue methods to harfbuzz-global,Lars Knoll23-910/+854
2007-03-28remove dependency on FT_Stream and FT_Memory.Lars Knoll21-977/+676
2007-03-28restructure header files a little.Lars Knoll5-88/+128
2007-03-28Fixed all the warnings and removed an unused member variableSimon Hausmann9-34/+31
2007-03-28Fix the syllable shapingSimon Hausmann5-0/+10
2007-03-28When we don't do any shaping with opentype make sure we get the regular advancesSimon Hausmann1-2/+4
2007-03-28Fixed out-of-bounds write in the myanmar char attributes functionSimon Hausmann1-1/+2
2007-03-28another small API changeSimon Hausmann1-7/+8
2007-03-28Some API fixesSimon Hausmann3-14/+14
2007-03-28Make it possible to build the Harfbuzz shapers statically into QtSimon Hausmann8-16/+25
2007-03-28Ported the indic shaperSimon Hausmann3-85/+108
2007-03-28Ported TibetanSimon Hausmann2-48/+46
2007-03-28Thaana ported ;-)Simon Hausmann2-33/+1
2007-03-28Ported the Khmer shaperSimon Hausmann3-69/+60