index
:
harfbuzz.old
master
Old HarfBuzz text shaping engine (derived from Qt and Pango)
behdad
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2007-03-28
Missing HB_BEGIN_HEADER/HB_END_HEADER in harfbuzz-external.h. How did this wo...
Simon Hausmann
1
-0
/
+4
2007-03-28
Moved the getSFntTable callback out of HB_Font and pass the function pointer ...
Simon Hausmann
2
-9
/
+9
2007-03-28
Fix compilation
Simon Hausmann
1
-6
/
+8
2007-03-28
Compile the arabic shaper in C
Simon Hausmann
3
-421
/
+447
2007-03-28
Compile the Hebrew shaper in C
Simon Hausmann
3
-167
/
+174
2007-03-28
Compile the Hangul shaper as C source code
Simon Hausmann
2
-43
/
+45
2007-03-28
Compile the Myanmar shaper as C source code
Simon Hausmann
2
-112
/
+122
2007-03-28
Compile the Khmer shaper as C source code
Simon Hausmann
2
-130
/
+145
2007-03-28
Compile the Tibetan shaper as C source code
Simon Hausmann
4
-85
/
+91
2007-03-28
Strict compilation flags for the C files, no C++ comments in C headers,
Simon Hausmann
4
-71
/
+76
2007-03-28
Ported the heuristic combining mark positioning
Simon Hausmann
3
-71
/
+104
2007-03-28
Changed the getSfntTable API to behave like Freetype, to make it possible
Simon Hausmann
2
-4
/
+25
2007-03-28
Replaced the FT_Face in HB_Font with a void *faceData. Now Harfbuzz is indepe...
Simon Hausmann
7
-13
/
+5
2007-03-28
The flags in getPointInOutline are no of type HB_ShaperFlag
Simon Hausmann
3
-9
/
+4
2007-03-28
Removed unused GlyphFunction typedef
Simon Hausmann
1
-19
/
+0
2007-03-28
Eliminate the FT_Face from GPOS_Instance
Simon Hausmann
4
-16
/
+17
2007-03-28
Don't use a FT_Face in mmfunc
Simon Hausmann
2
-9
/
+9
2007-03-28
Removed unused glyph function
Simon Hausmann
2
-23
/
+0
2007-03-28
Use a callback in HB_Font for retrieving a contour point in Get_Anchor, as
Simon Hausmann
6
-28
/
+19
2007-03-28
Fix crash
Simon Hausmann
1
-2
/
+2
2007-03-28
HB_Fixed/HB_16Dot16 need to be signed :)
Simon Hausmann
1
-2
/
+2
2007-03-28
Added flags to the getAdvances callback
Simon Hausmann
2
-2
/
+3
2007-03-28
Next try :). Separate font and face because for initializing the face we
Simon Hausmann
3
-8
/
+8
2007-03-28
Oops, trying to fix the class hierarchy part 2 :)
Simon Hausmann
10
-21
/
+20
2007-03-28
Use HB_FontClass's getSFntTable callback instead of using FT_Load_SFnt_Table ...
Simon Hausmann
10
-53
/
+28
2007-03-28
Added a getSFntTable callback to HB_Font. Before we can use it we have to clean
Simon Hausmann
1
-0
/
+2
2007-03-28
Fix compiler warnings about unused variables
Simon Hausmann
2
-4
/
+0
2007-03-28
Load_GSUB_Table and Load_GPOS_Table sometimes need to load things from/into the
Simon Hausmann
7
-48
/
+66
2007-03-28
less FT_Face all round.
Lars Knoll
9
-63
/
+53
2007-03-28
get rid of most freetype includes
Lars Knoll
5
-17
/
+7
2007-03-28
Fixed signed vs. unsigned mistakes
Simon Hausmann
1
-11
/
+11
2007-03-28
even less FT_*
Lars Knoll
13
-117
/
+125
2007-03-28
removed more freetype types. Now it's mostly
Lars Knoll
21
-85
/
+102
2007-03-28
replace most FT type with HB types.
Lars Knoll
24
-1037
/
+1041
2007-03-28
make it work again
Lars Knoll
3
-10
/
+9
2007-03-28
Fix compilation
Simon Hausmann
1
-1
/
+2
2007-03-28
move the remaining ftglue methods to harfbuzz-global,
Lars Knoll
23
-910
/
+854
2007-03-28
remove dependency on FT_Stream and FT_Memory.
Lars Knoll
21
-977
/
+676
2007-03-28
restructure header files a little.
Lars Knoll
5
-88
/
+128
2007-03-28
Fixed all the warnings and removed an unused member variable
Simon Hausmann
9
-34
/
+31
2007-03-28
Fix the syllable shaping
Simon Hausmann
5
-0
/
+10
2007-03-28
When we don't do any shaping with opentype make sure we get the regular advances
Simon Hausmann
1
-2
/
+4
2007-03-28
Fixed out-of-bounds write in the myanmar char attributes function
Simon Hausmann
1
-1
/
+2
2007-03-28
another small API change
Simon Hausmann
1
-7
/
+8
2007-03-28
Some API fixes
Simon Hausmann
3
-14
/
+14
2007-03-28
Make it possible to build the Harfbuzz shapers statically into Qt
Simon Hausmann
8
-16
/
+25
2007-03-28
Ported the indic shaper
Simon Hausmann
3
-85
/
+108
2007-03-28
Ported Tibetan
Simon Hausmann
2
-48
/
+46
2007-03-28
Thaana ported ;-)
Simon Hausmann
2
-33
/
+1
2007-03-28
Ported the Khmer shaper
Simon Hausmann
3
-69
/
+60
[prev]
[next]