1. 3c86b09 [instancer] Add instantiate () and compile_bytes() for gvar by Qunxin Liu · 1 year, 5 months ago
  2. 198612c [instancer] add decompile_glyph_variations () for gvar by Qunxin Liu · 1 year, 5 months ago
  3. eb116e1 [instancer] Add new_gid->contour_points vector map in subset plan by Qunxin Liu · 1 year, 5 months ago
  4. a0f810e [instancer] add struct glyph_variations_t for gvar by Qunxin Liu · 1 year, 5 months ago
  5. cb92210 Improve Markdown formatting. (#4366) by Bruce Mitchener · 1 year, 5 months ago
  6. 49dbe0c Another try by Behdad Esfahbod · 1 year, 5 months ago
  7. 483d4a8 Fix bot by Behdad Esfahbod · 1 year, 5 months ago
  8. 7989702 Audit and fix up serialize_subset uses by Behdad Esfahbod · 1 year, 5 months ago
  9. 1d665c2 8.1.1 by Khaled Hosny · 1 year, 5 months ago
  10. 91c449a [graph] Make space_for non-recursive by Behdad Esfahbod · 1 year, 5 months ago
  11. dcd3afc [skippy-iter] Remove unused num_items by Behdad Esfahbod · 1 year, 5 months ago
  12. 5b33713 Add test for previous commit by Behdad Esfahbod · 1 year, 5 months ago
  13. 3904809 [skippy-iter] Remove early stop by Behdad Esfahbod · 1 year, 5 months ago
  14. 70b3fbe [graph] Fix invalid read when map gets resized by Behdad Esfahbod · 1 year, 5 months ago
  15. 94d4283 [graph] Handle a malloc fail by Behdad Esfahbod · 1 year, 5 months ago
  16. 603920e [graph] Minor asserts by Behdad Esfahbod · 1 year, 5 months ago
  17. 8d00476 [graph] Minor restructure a condition by Behdad Esfahbod · 1 year, 5 months ago
  18. 7946984 [graph] More assert by Behdad Esfahbod · 1 year, 5 months ago
  19. 3b386c3 [graph] Minor assert by Behdad Esfahbod · 1 year, 5 months ago
  20. 07e7033 [graph] Error check by Behdad Esfahbod · 1 year, 5 months ago
  21. 7a9aac1 [graph] Fixes to parent handling by Behdad Esfahbod · 1 year, 5 months ago
  22. 2feac50 Revert "[gsubgpos] Keep another digest in the applicable_t" by Behdad Esfahbod · 1 year, 5 months ago
  23. fd79c7c [gsubgpos] Keep another digest in the applicable_t by Behdad Esfahbod · 1 year, 5 months ago
  24. e3fd69c [layout] Inline another function by Behdad Esfahbod · 1 year, 5 months ago
  25. 9cdc043 [Cursive] Only sanitize what we use by Behdad Esfahbod · 1 year, 5 months ago
  26. 25e9def [sanitize] Inline check_struct by Behdad Esfahbod · 1 year, 5 months ago
  27. 44026aa [Cursive] Minor, adjust unsafe-to-concat if prev didn't sanitize by Behdad Esfahbod · 1 year, 5 months ago
  28. b382e61 [GPOS] Sanitize Cursive positioning anchors lazily by Behdad Esfahbod · 1 year, 5 months ago
  29. fcb9e59 8.1.0 by Khaled Hosny · 1 year, 5 months ago
  30. 847e4a7 Bump github/codeql-action from 2.21.0 to 2.21.2 (#4352) by dependabot[bot] · 1 year, 5 months ago
  31. db60822 [README] Update by Behdad Esfahbod · 1 year, 5 months ago
  32. 59f5f26 [ci/msys] Don't install freetype (#4354) by Behdad Esfahbod · 1 year, 5 months ago
  33. bd84458 [ci] Try uploading msys artefacts (#4353) by Behdad Esfahbod · 1 year, 5 months ago
  34. d9c4d3e [uniscribe] Fix warnings by Behdad Esfahbod · 1 year, 5 months ago
  35. 29ad930 [layout] Minor add prealloc by Behdad Esfahbod · 1 year, 5 months ago
  36. a41368b [buffer] Minor micro-optimize by Behdad Esfahbod · 1 year, 5 months ago
  37. dc35a0f [ot-map] Speed up feature finding by Behdad Esfahbod · 1 year, 5 months ago
  38. ebdfa98 [perf] Measure freetype face loading as well by Behdad Esfahbod · 1 year, 5 months ago
  39. 202888e Fix mac bot by Behdad Esfahbod · 1 year, 5 months ago
  40. 35a026c [shape] Unsafe-to-concat around fraction slash by Behdad Esfahbod · 1 year, 5 months ago
  41. f19ca24 Revert "Revert "Require numerator and denominator in auto fraction"" by Behdad Esfahbod · 1 year, 5 months ago
  42. b2a7316 [buffer] Fix unsafe_to_concat() by Behdad Esfahbod · 1 year, 5 months ago
  43. 8fe506e Revert "Require numerator and denominator in auto fraction" by Behdad Esfahbod · 1 year, 5 months ago
  44. f3e8693 Require numerator and denominator in auto fraction by David Corbett · 1 year, 5 months ago
  45. 23838e5 [graph] Error handling by Behdad Esfahbod · 1 year, 5 months ago
  46. 04f4909 [graph] Use a move instead of swap by Behdad Esfahbod · 1 year, 5 months ago
  47. 3bedb0e [graph] Minor rename by Behdad Esfahbod · 1 year, 5 months ago
  48. bb1f53c [graph] Try fixing infinite loop found by CIFuzz under malloc fail by Behdad Esfahbod · 1 year, 5 months ago
  49. db3314c [graph] Minor space type change by Behdad Esfahbod · 1 year, 5 months ago
  50. 6a218ea Merge pull request #4343 from harfbuzz/graph-parents-map by Behdad Esfahbod · 1 year, 5 months ago
  51. 6bb6170 [graph] Try fixing bots by Behdad Esfahbod · 1 year, 5 months ago
  52. 1b5abb1 [graph] Speed-up vertices having only one parent by Behdad Esfahbod · 1 year, 5 months ago
  53. f3d0b11 [graph] Make parents private by Behdad Esfahbod · 1 year, 5 months ago
  54. d3b997e [graph] Use a hb_map_t to keep parents, instead of hb_vector_t by Behdad Esfahbod · 1 year, 6 months ago
  55. 45a0d65 [instancer] cosmetic change by Qunxin Liu · 1 year, 5 months ago
  56. cb320d2 Revert "[cff] Use float instead of double" by Behdad Esfahbod · 1 year, 5 months ago
  57. c8f67ac [cff] Use float instead of double by Behdad Esfahbod · 1 year, 5 months ago
  58. b36b100 [var] Remove byte_data_t; use hb_bytes_t by Behdad Esfahbod · 1 year, 6 months ago
  59. c25b8c0 Merge pull request #4335 from googlefonts/bug_fixes by Behdad Esfahbod · 1 year, 6 months ago
  60. 5cab070 [instancer] fix for missing to update tuple indices flag in operator += by Qunxin Liu · 1 year, 6 months ago
  61. 515f85d [instancer] fix incorrect encoded_len by Qunxin Liu · 1 year, 6 months ago
  62. bccdcf5 [instancer] fix a bug in compiling deltas_y for gvar by Qunxin Liu · 1 year, 6 months ago
  63. 5690840 [map] Another try at fixing archaic clang by Behdad Esfahbod · 1 year, 6 months ago
  64. a3b1806 [trak] Fix a couple return values by Behdad Esfahbod · 1 year, 6 months ago
  65. 62e6f78 [Cursive] round by Behdad Esfahbod · 1 year, 6 months ago
  66. 60db142 [layout] Remove unused "max-size" cruft by Behdad Esfahbod · 1 year, 6 months ago
  67. 8eb7889 Add max-size to static-size objects by Behdad Esfahbod · 1 year, 6 months ago
  68. e322949 [ArrayOf] Remove fast-path for offset to max-sized objects by Behdad Esfahbod · 1 year, 6 months ago
  69. 9ffea63 Bump github/codeql-action from 2.20.4 to 2.21.0 by dependabot[bot] · 1 year, 6 months ago
  70. 1a267f2 Bump fonttools from 4.41.0 to 4.41.1 in /.ci by dependabot[bot] · 1 year, 6 months ago
  71. ca7e7e9 Fix wasm-micro-runtime build instructions by Nikolaus Waxweiler · 1 year, 6 months ago
  72. a32278a Fix example code by Nikolaus Waxweiler · 1 year, 6 months ago
  73. 55f41e2 [perf] Add duployan.txt by Behdad Esfahbod · 1 year, 6 months ago
  74. c91899b [gdef] Use set-digest for mark-filterint-sets by Behdad Esfahbod · 1 year, 6 months ago
  75. e8948a4 [gsubgpos] Fix optimization by Behdad Esfahbod · 1 year, 6 months ago
  76. 36c7ec4 [sanitize] Simplify a return by Behdad Esfahbod · 1 year, 6 months ago
  77. 13f05ab [instancer] support avar table partial instancing by Qunxin Liu · 1 year, 6 months ago
  78. 837885f Revert "[sanitize/Coverage] Keep a map of sane coverages" by Behdad Esfahbod · 1 year, 6 months ago
  79. 0ab9067 [sanitize/Coverage] Keep a map of sane coverages by Behdad Esfahbod · 1 year, 6 months ago
  80. 7de2f51 [set] Remove dependency on hb-machinery.hh by Behdad Esfahbod · 1 year, 6 months ago
  81. e8de5cb [gsubgpos] Use a couple variables by Behdad Esfahbod · 1 year, 6 months ago
  82. 0ccd61a [gsubgpos] Micro-optimize by Behdad Esfahbod · 1 year, 6 months ago
  83. b01c165 [gsubgpos] Minor error handling by Behdad Esfahbod · 1 year, 6 months ago
  84. ee5f200 [gsubgpos] Remove un unnecessary variable by Behdad Esfahbod · 1 year, 6 months ago
  85. a0bb2d3 [instancer] support STAT table for all instancing operations by Qunxin Liu · 1 year, 6 months ago
  86. 42c6a3a [gsubgpos] Remove unnecessary condition by Behdad Esfahbod · 1 year, 6 months ago
  87. b5de54e [gsubgpos] Also match second component in (Chain)RuleSet::apply() by Behdad Esfahbod · 1 year, 6 months ago
  88. 73d94db [instancer] bug fixes in fvar: add missing instanceCount, update axis limit by Qunxin Liu · 1 year, 6 months ago
  89. 02b00d7 Update wasm-shaper.md (just a small typo) by Richard Dodd (dodj) · 1 year, 6 months ago
  90. 730f579 [instancer] store float value rather than F2DOT14 int value in axes_location map by Qunxin Liu · 1 year, 6 months ago
  91. efbd257 [instancer] memory leak fix in cvar by Qunxin Liu · 1 year, 6 months ago
  92. a9e9279 Merge pull request #4329 from googlefonts/instancer_solver_fix by Behdad Esfahbod · 1 year, 6 months ago
  93. aa381ae [ReverseChain] Remove SIZE_MAX by Behdad Esfahbod · 1 year, 6 months ago
  94. e583c9e [ReverseChain] Add max-size by Behdad Esfahbod · 1 year, 6 months ago
  95. 7a2f9dc [matcher] Move initializers inline by Behdad Esfahbod · 1 year, 6 months ago
  96. 5ee015e [instancer-solver] remove unused normalizeValue() code by Qunxin Liu · 1 year, 6 months ago
  97. 6c25c75 [instancer] use renormalized values when instantiating Condition table by Qunxin Liu · 1 year, 6 months ago
  98. 73ce301 [instancer-solver] port optimization and more tests from fonttools by Qunxin Liu · 1 year, 6 months ago
  99. 350423d [instancer-solver] fix tests by Qunxin Liu · 1 year, 6 months ago
  100. 12be4cb [instancer-solver] fix APIs calling rebase_tent() with TripleDistances by Qunxin Liu · 1 year, 6 months ago