index
:
harfbuzz
BASE
accelerate-lookups
bitops
check-symbols
coverity_scan
cross-kern
decltype
hb-version
inttype-constructors
master
name-table
ot-color
overload-overload
rand
run-tests-stream
rvalue-reference
test-str-literal-constness
typename-outside-template
use-sinhala
HarfBuzz text shaping library (new rewritten version)
behdad
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-29
[subset] Re-add glyphs array to subset plan, with new name 'glyphs_deprecated...
Garret Rieger
3
-24
/
+27
2019-01-29
Re-implement HMTX/VMTX subsetting. Update it to support glyph renumbering and...
Garret Rieger
3
-50
/
+53
2019-01-29
Update hb-ot-vorg-table and hb-ot-layout-common to use the updated subset pla...
Garret Rieger
2
-13
/
+21
2019-01-29
Remove glyph array from subset plan, make num_glyphs and glyphset private.
Garret Rieger
1
-10
/
+41
2019-01-29
[subset] Fix hdmx subsetting when retain gids is enabled.
Garret Rieger
3
-9
/
+36
2019-01-29
[subset] Compute num_glyphs during subset plan construction.
Garret Rieger
4
-9
/
+16
2019-01-29
[subset] fix failure to init instruction ranges values for an invalid glyph.
Garret Rieger
1
-4
/
+4
2019-01-29
[subset] Do some refactoring in hb-subset-glyf.cc.
Garret Rieger
1
-116
/
+148
2019-01-29
Add retain_gids option to subset input. Update glyf and loca handling to resp...
Garret Rieger
5
-13
/
+74
2019-01-29
Merge branch 'master' into cff-more-arrayof-fixes
Michiharu Ariza
6
-14
/
+22
2019-01-28
[uniscribe] Whitelist function type cast
Behdad Esfahbod
1
-0
/
+3
2019-01-28
Fix sign comparison error
Behdad Esfahbod
1
-1
/
+2
2019-01-28
Fix warning
Behdad Esfahbod
1
-1
/
+1
2019-01-28
[pragma] Silence MSVC unknown-pragma warning
Behdad Esfahbod
1
-0
/
+3
2019-01-26
Fix -Wcast-function-type warnings in util/ with gcc 4.8
Behdad Esfahbod
1
-0
/
+1
2019-01-25
More static constexpr
Behdad Esfahbod
2
-12
/
+12
2019-01-24
Merge branch 'master' into cff-more-arrayof-fixes
Michiharu Ariza
3
-116
/
+94
2019-01-24
[AAT] Minor sign
Behdad Esfahbod
1
-2
/
+2
2019-01-24
[AAT] Use a ring buffer for ligature stack
Behdad Esfahbod
1
-9
/
+6
2019-01-24
Whitespace
Behdad Esfahbod
1
-1
/
+1
2019-01-24
[AAT] Handle transition errors during machine operation
Behdad Esfahbod
3
-37
/
+21
2019-01-24
Merge branch 'master' into cff-more-arrayof-fixes
Michiharu Ariza
4
-12
/
+55
2019-01-24
[AAT] Ignore machine errors and continue
Behdad Esfahbod
1
-1
/
+1
2019-01-24
[AAT] Minor
Behdad Esfahbod
3
-59
/
+59
2019-01-24
[AAT] Handle out-of-bounds classes
Behdad Esfahbod
1
-7
/
+6
2019-01-24
[AAT] Minor
Behdad Esfahbod
1
-7
/
+4
2019-01-24
[AAT] Minor
Behdad Esfahbod
1
-1
/
+2
2019-01-24
More pragma control
Behdad Esfahbod
1
-1
/
+15
2019-01-24
Comment
Behdad Esfahbod
1
-1
/
+2
2019-01-24
Form cluster for Emoji sub-region tag sequences
Behdad Esfahbod
1
-0
/
+13
2019-01-24
Adjust mark offsets when zeroing from fallback mark positioning code
Behdad Esfahbod
3
-11
/
+26
2019-01-23
Merge branch 'master' into cff-more-arrayof-fixes
Michiharu Ariza
1
-9
/
+6
2019-01-23
more rewriting with ArrayOf<>
Michiharu Ariza
1
-27
/
+24
2019-01-23
[AAT] In InsertionChain, set mark to previous-position if inserting
Behdad Esfahbod
1
-3
/
+5
2019-01-23
[AAT] Remove mark_set from InsertionChain
Behdad Esfahbod
1
-6
/
+1
2019-01-22
More of previous
Behdad Esfahbod
1
-10
/
+10
2019-01-22
Fix sign-compare error resulted from promoting unsigned integers to signed la...
Behdad Esfahbod
1
-7
/
+7
2019-01-22
Cast HB_UNTAG results to uint8_t
Behdad Esfahbod
1
-1
/
+1
2019-01-22
More -Wcast-error fix
Behdad Esfahbod
1
-0
/
+3
2019-01-22
Better fix for -Wcast-align errors
Behdad Esfahbod
5
-49
/
+35
2019-01-22
More -Wcast-error fixes
Behdad Esfahbod
3
-7
/
+7
2019-01-22
pragma GCC diagnostic error "-Wsign-compare"
Behdad Esfahbod
1
-1
/
+1
2019-01-22
Fix cast-align error
Behdad Esfahbod
4
-11
/
+11
2019-01-22
Convert all other enum class consts to static constexpr
Behdad Esfahbod
7
-20
/
+20
2019-01-22
Convert unsigned enum class consts to static constexpr
Behdad Esfahbod
7
-11
/
+11
2019-01-22
Convert tag enum class consts to static constexpr
Behdad Esfahbod
41
-56
/
+56
2019-01-22
Convert boolean enum class consts to static constexpr
Behdad Esfahbod
6
-20
/
+20
2019-01-22
Make some enum constants unsigned
Behdad Esfahbod
3
-8
/
+8
2019-01-22
Whitespace
Behdad Esfahbod
1
-1
/
+1
2019-01-22
pragma GCC diagnostic error "-Wvla"
Behdad Esfahbod
1
-1
/
+1
[prev]
[next]