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
2008-01-15
Relicense HarfBuzz
Behdad Esfahbod
20
-131
/
+413
2008-01-04
Fix a compiler warning with MSVC (C4138: '*/' found outside of comment)
Simon Hausmann
1
-1
/
+1
2007-12-06
Fix harfbuzz compilation on xlC
Thiago Macieira
1
-12
/
+12
2007-11-18
Remove unused macro.
Behdad Esfahbod
1
-18
/
+0
2007-11-07
Minor changes.
Behdad Esfahbod
6
-108
/
+19
2007-11-07
Port changes from Pango
Behdad Esfahbod
29
-909
/
+995
2007-11-07
improve error handling
Behdad Esfahbod
11
-203
/
+182
2007-10-30
Fix compilation for compilers with broken for scoping.
Simon Hausmann
2
-5
/
+8
2007-10-27
Fix compilation on Solaris
Marius Bugge Monsen
1
-1
/
+1
2007-10-23
added API for finding word and sentence boundaries.
Lars Knoll
3
-4
/
+180
2007-10-23
correctly set grapheme boundaries for hangul.
Lars Knoll
1
-1
/
+1
2007-10-23
modification to harfbuzz to get proper support for grapheme boundaries in there.
Lars Knoll
2
-7
/
+42
2007-09-17
Merge branch 'master' of git+ssh://git.freedesktop.org/git/harfbuzz
Simon Hausmann
1
-1
/
+1
2007-09-17
Enable the use of the calt property for Tibetan, as advised by Christopher Fy...
Simon Hausmann
1
-0
/
+1
2007-09-02
Merge branch 'stable'
Simon Hausmann
1
-1
/
+1
2007-09-02
Fix placement of a diacritic marks for an arabic ligature is not correct
Behdad Esfahbod
1
-1
/
+1
2007-08-26
Merge branch 'stable'
Simon Hausmann
2
-6
/
+11
2007-08-26
[HarfBuzz] Another fix
Behdad Esfahbod
2
-6
/
+11
2007-08-21
Merge branch 'master' of git+ssh://git.freedesktop.org/git/harfbuzz
Simon Hausmann
1
-4
/
+4
2007-08-21
Merge branch 'stable'
Simon Hausmann
1
-1
/
+1
2007-08-21
While trying to see if the patch in this bug:
Behdad Esfahbod
1
-1
/
+1
2007-08-01
Use unsigned int instead of uint to compile on OS X.
Simon Hausmann
1
-4
/
+4
2007-08-01
Get rid of the unused faceData field in HB_Font.
Simon Hausmann
1
-1
/
+0
2007-07-31
Don't crash if HB_FreeFace is called with a null pointer.
Simon Hausmann
1
-0
/
+2
2007-07-31
Moved all HB_Err macros into the HB_Error enum.
Simon Hausmann
5
-21
/
+13
2007-04-07
Fix justified arabic text (automatic kashida insertion). We forgot to copy the
Simon Hausmann
1
-0
/
+2
2007-04-04
Apply the same fix as in the Qt 4.3 branch: The return values from the OpenType
Simon Hausmann
2
-3
/
+9
2007-04-03
[harfbuzz-open] Fix GDEF type-2 class lookup array overflow
Behdad Esfahbod
1
-1
/
+1
2007-04-03
[harfbuzz-open] Fix GDEF type-2 class lookup array overflow
Behdad Esfahbod
1
-1
/
+1
2007-04-03
Header cleanup, don't include harfbuzz.h from harfbuzz-shaper.h, as
Simon Hausmann
1
-1
/
+5
2007-04-03
Merge branch 'stable'
Simon Hausmann
1
-0
/
+6
2007-04-03
Fixed gpos pair adjustments sometimes not being applied if the first glyph
Simon Hausmann
1
-0
/
+6
2007-04-02
Fix uninitialized variable
Simon Hausmann
1
-0
/
+2
2007-04-02
removed old cvsignore files
Simon Hausmann
1
-7
/
+0
2007-04-02
removed generated object file :)
Simon Hausmann
1
-0
/
+0
2007-04-02
close a mem leak.
lars
1
-0
/
+2
2007-03-29
Fix stupid logic error in HB_GetCharAttributes
Simon Hausmann
1
-2
/
+2
2007-03-28
API cleanup, rename getAscent to getFontMetric
Simon Hausmann
2
-2
/
+6
2007-03-28
Some naming cleanups
Simon Hausmann
10
-47
/
+50
2007-03-28
Use short instead of int for the bitfields in HB_GlyphAttributes. That makes ...
Simon Hausmann
1
-6
/
+6
2007-03-28
Apply Lars' patch from perforce change 253707 in Qt/4.3:
Simon Hausmann
1
-17
/
+17
2007-03-28
Use standard forward declarations for HB_Face
Simon Hausmann
2
-2
/
+3
2007-03-28
Added a comment about HB_GlyphAttributes and SCRIPT_VISATTR
Simon Hausmann
1
-0
/
+3
2007-03-28
Fixed missing uint32
Simon Hausmann
1
-1
/
+1
2007-03-28
Don't use stdint.h, Msvc doesn't provide it
Simon Hausmann
12
-88
/
+94
2007-03-28
Don't try to re-use the initially provided glyphs a second time
Simon Hausmann
1
-1
/
+5
2007-03-28
Make it possible for the calling application to provide the glyph indices in
Simon Hausmann
3
-5
/
+16
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
[next]