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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-03-28
checkScript has to return false if we don't have opentype tables
Simon Hausmann
1
-0
/
+3
2007-03-28
Don't crash in HB_NewFace if no font is specified (we still need to go throug...
Simon Hausmann
1
-0
/
+4
2007-03-28
Don't crash if the getPointInOutline callback isn't set
Simon Hausmann
1
-0
/
+2
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
3
-14
/
+14
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
5
-72
/
+77
2007-03-28
Ported the heuristic combining mark positioning
Simon Hausmann
4
-72
/
+116
2007-03-28
Changed the getSfntTable API to behave like Freetype, to make it possible
Simon Hausmann
3
-25
/
+34
2007-03-28
Replaced the FT_Face in HB_Font with a void *faceData. Now Harfbuzz is indepe...
Simon Hausmann
8
-24
/
+21
2007-03-28
The flags in getPointInOutline are no of type HB_ShaperFlag
Simon Hausmann
4
-10
/
+7
2007-03-28
Removed unused GlyphFunction typedef
Simon Hausmann
1
-19
/
+0
2007-03-28
Eliminate the FT_Face from GPOS_Instance
Simon Hausmann
5
-16
/
+21
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
7
-29
/
+46
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
3
-3
/
+4
2007-03-28
Next try :). Separate font and face because for initializing the face we
Simon Hausmann
4
-11
/
+12
2007-03-28
Oops, trying to fix the class hierarchy part 2 :)
Simon Hausmann
11
-24
/
+24
2007-03-28
Use HB_FontClass's getSFntTable callback instead of using FT_Load_SFnt_Table ...
Simon Hausmann
11
-61
/
+36
2007-03-28
Added a getSFntTable callback to HB_Font. Before we can use it we have to clean
Simon Hausmann
2
-1
/
+29
2007-03-28
Test fonts update
Simon Hausmann
2
-2
/
+2
2007-03-28
ignore file
Simon Hausmann
1
-0
/
+2
2007-03-28
When we cannot load the font mention the actual filename used, not the family
Simon Hausmann
1
-15
/
+14
2007-03-28
Explain where to get the fonts / what's needed
Simon Hausmann
1
-0
/
+9
2007-03-28
Find the fonts in the fonts subdir in $(srcdir)
Simon Hausmann
2
-2
/
+8
2007-03-28
Fontconfig is not used anymore
Simon Hausmann
1
-4
/
+0
2007-03-28
Removed the Fontconfig dependency, load the .ttf files directly instead
Simon Hausmann
1
-61
/
+17
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
Don't use Qt internals anymore for the shaping test, use Freetype and Fontcon...
Simon Hausmann
1
-131
/
+194
2007-03-28
get rid of most freetype includes
Lars Knoll
5
-17
/
+7
2007-03-28
Fixed signed vs. unsigned mistakes
Simon Hausmann
2
-11
/
+13
2007-03-28
even less FT_*
Lars Knoll
13
-117
/
+125
2007-03-28
First step towards porting the shaper to Harfbuzz. Work in progress.
Simon Hausmann
2
-9
/
+63
2007-03-28
removed more freetype types. Now it's mostly
Lars Knoll
21
-85
/
+102
2007-03-28
split out the unicode harfbuzz<>qt bindings into a separate file, to be used by
Simon Hausmann
3
-32
/
+34
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
the test directory is gone
Simon Hausmann
1
-1
/
+0
2007-03-28
Removed obsolete stuff
Simon Hausmann
6
-532
/
+0
[prev]
[next]