1. d97bd42 [repacker] when assigning spaces use post isolation node indices. by Garret Rieger · 2 years, 7 months ago
  2. bb57df7 [test] Add test for https://github.com/harfbuzz/harfbuzz/issues/2757#issuecomment-933531978 by Khaled Hosny · 2 years, 7 months ago
  3. 1624550 [test] Add test for https://github.com/harfbuzz/harfbuzz/issues/3244 by Khaled Hosny · 2 years, 7 months ago
  4. ccfc048 [indic] Apply 'calt' and 'clig' across syllable boundaries by Behdad Esfahbod · 2 years, 7 months ago
  5. d58f168 [ot-shape] Tweak table order some more; apply GPOS with morx by Behdad Esfahbod · 2 years, 7 months ago
  6. f8ebb8a [USE] Update the data files by David Corbett · 2 years, 7 months ago
  7. 564afc4 [USE] Remove overrides for hieroglyphic categories by David Corbett · 2 years, 7 months ago
  8. 8c65442 [Unicode 14] Handle U+180F FVS4 by David Corbett · 2 years, 7 months ago
  9. 375a6c8 [repacker] add the ability to move subgraphs from a shared space into their own space. by Garret Rieger · 2 years, 7 months ago
  10. 0dccbf3 [repacker] Handle the case where a subgraph root has an incoming 32 and 16 bit edge. by Garret Rieger · 2 years, 7 months ago
  11. 794b00d [subset] fuzzer fix: https://oss-fuzz.com/testcase-detail/6616166961905664 by Qunxin Liu · 2 years, 7 months ago
  12. 816c530 [repacker] restrict 32 bit subgraph connected component search to only nodes reachable via directed links. by Garret Rieger · 2 years, 7 months ago
  13. 67eb222 [repacker] when assigning each connected subgraph a space, also isolate it. by Garret Rieger · 2 years, 7 months ago
  14. 307acf7 [repacker] add space assignment based on connected components. by Garret Rieger · 2 years, 7 months ago
  15. c77bdf1 [repacker] begin storing each nodes parents. by Garret Rieger · 2 years, 7 months ago
  16. a52c6df [subset] Fix bug in composite operation counting. by Garret Rieger · 2 years, 7 months ago
  17. efda2f1 [repacker] fix bug in subgraph isolation. by Garret Rieger · 2 years, 7 months ago
  18. 6f19094 [getn-hb-version.py] Open old output in UTF-8 mode as well by Behdad Esfahbod · 2 years, 7 months ago
  19. 9247d24 [repacker] s/0/HB_TAG_NONE by Garret Rieger · 2 years, 7 months ago
  20. fe155de [repacker] handle a couple of duplication edge cases. by Garret Rieger · 2 years, 7 months ago
  21. c19ec97 [repacker] reduce the bits used by order by 2 to give more bits to distance. by Garret Rieger · 2 years, 7 months ago
  22. d5beb96 [repacker] add repacker isolation test on real font. by Garret Rieger · 2 years, 7 months ago
  23. d0daa7a [repacker] add a couple more complex isolation tests. by Garret Rieger · 2 years, 7 months ago
  24. 62c502c [repacker] correctly update incoming_edges in duplicate. by Garret Rieger · 2 years, 7 months ago
  25. a57ef8d [repacker] default space to 0. by Garret Rieger · 2 years, 7 months ago
  26. 58facaa [repacker] put each 32 bit subgraph into it's own packing space. by Garret Rieger · 2 years, 7 months ago
  27. 543a3f9 [repacker] Add repacker test for subgraph isolation. by Garret Rieger · 2 years, 7 months ago
  28. 7147f16 [repacker] recursively duplicate nodes during isolation. by Garret Rieger · 2 years, 7 months ago
  29. 41bbf28 [repacker] do extension subtable isolation before starting resolution attempts. by Garret Rieger · 2 years, 7 months ago
  30. 8d8b745 [repacker] extract overflows processing into its own method. by Garret Rieger · 2 years, 7 months ago
  31. b14b3f1 [repacker] begin implementing the ability to isolate extension subtables. by Garret Rieger · 2 years, 7 months ago
  32. 02c4a51 Add a debug message when offset overflow resolution fails. by Garret Rieger · 2 years, 8 months ago
  33. cb2d71c [mutex] Add hb_mutex_t std::mutex implementation by Ben Wagner · 2 years, 9 months ago
  34. 67b3962 [atomic] Cannot fail anymore by Behdad Esfahbod · 2 years, 7 months ago
  35. ca7b9da [subset] subset MATH table by Qunxin Liu · 2 years, 7 months ago
  36. c2cc566 [subset] Fix subset_offset_array adding unused space to serializer. by Garret Rieger · 2 years, 7 months ago
  37. 8c5c817 [subset] fix find_duplicate_features by Qunxin Liu · 2 years, 7 months ago
  38. 1afc387 [subset] add closure_glyphs () method for MATH table by Qunxin Liu · 2 years, 7 months ago
  39. 3b2929e [set-digest] Use using instead of typedef by Behdad Esfahbod · 2 years, 7 months ago
  40. 5694561 Add support for Pwo Karen / Ason Chin medial la by Simon Cozens · 2 years, 7 months ago
  41. bff5685 [khmer] Towards separating Khmer from Indic table by Behdad Esfahbod · 2 years, 7 months ago
  42. 5d957ff [myanmar] Towards separating Myanmar from Indic table by Behdad Esfahbod · 2 years, 7 months ago
  43. 6db4b56 Make the file UTF-8 again by Khaled Hosny · 2 years, 7 months ago
  44. 14a2df7 Add stub HBUINT15 by Behdad Esfahbod · 2 years, 7 months ago
  45. c852b86 Rename HBGlyphID to HBGlyphID16 by Behdad Esfahbod · 2 years, 7 months ago
  46. 74f96d9 [repacker] fix heap use after free in repacker. by Garret Rieger · 2 years, 7 months ago
  47. 7143c83 Make the code able to compile with MSVC++ from Visual Studio 2015 (Version 14.0.25431.01, Update 3) sucessfully again. by ActuallyaDeviloper · 2 years, 7 months ago
  48. b36f151 [doc] Add missing version tags by Khaled Hosny · 2 years, 7 months ago
  49. 9c387e2 3.0.0 by Khaled Hosny · 2 years, 7 months ago 3.0.0
  50. e0d5fe7 Centralize math include by Behdad Esfahbod · 2 years, 7 months ago
  51. 671f1d1 [ci] meson 0.55.0 didn’t work for harfbuzz by Khaled Hosny · 2 years, 7 months ago
  52. f1b20b5 [ci] Ragel subproject requires meson 0.55.0 by Khaled Hosny · 2 years, 7 months ago
  53. 835fc13 [ci] Build ragel on the Linux CI job by Khaled Hosny · 2 years, 7 months ago
  54. a59e7ec [meson] Add ragel_subproject option by Khaled Hosny · 2 years, 7 months ago
  55. 60a38d7 Merge pull request #3210 from NikitaFeodonit/main by Khaled Hosny · 2 years, 7 months ago
  56. f4649f3 [subset] restore hb_subset_input_unicode/glyph_set () to documentation. by Garret Rieger · 2 years, 7 months ago
  57. d700646 [subset] In preperation for 3.0.0 release remove legacy subsetting api methods. by Garret Rieger · 2 years, 7 months ago
  58. 19cd84b CMake: Detect pthread with module FindThread by NikitaFeodonit · 2 years, 7 months ago
  59. ae14537 [style] Change tag type to hb_style_tag_t by Behdad Esfahbod · 2 years, 7 months ago
  60. 470686e [USE] Send Khitan Small Script and Yezidi to USE by David Corbett · 2 years, 7 months ago
  61. 22cbd03 [meson] Add ragel subproject by Khaled Hosny · 2 years, 7 months ago
  62. 5898a96 [ragel] Regenerate state machine files with 6.10 by Khaled Hosny · 2 years, 7 months ago
  63. 7e9ac8f [meson] Require ragel 6.10 by Khaled Hosny · 2 years, 7 months ago
  64. 175f24a Merge pull request #3206 from harfbuzz/unicode-14 by Behdad Esfahbod · 2 years, 7 months ago
  65. f149335 [Unicode 14] Update the Arabic joining script list by David Corbett · 2 years, 7 months ago
  66. a0101a3 [Unicode 14] Add tests by David Corbett · 2 years, 7 months ago
  67. 2c3e4b2 [Unicode 14] Send all the new scripts to USE by David Corbett · 2 years, 7 months ago
  68. 20736d9 [Unicode 14] Update the USE table by David Corbett · 2 years, 7 months ago
  69. 35ac0de [Unicode 14] Update the emoji table by David Corbett · 2 years, 7 months ago
  70. ec5688f [Unicode 14] Update the vowel constraint table by David Corbett · 2 years, 7 months ago
  71. 11d5334 [Unicode 14] Update the Indic table by David Corbett · 2 years, 7 months ago
  72. 18a46ee [Unicode 14] Update the Arabic table by David Corbett · 2 years, 7 months ago
  73. 7b05eec [Unicode 14] Update the script direction list by David Corbett · 2 years, 7 months ago
  74. 26e1498 [Unicode 14] Update the UCD table by David Corbett · 2 years, 7 months ago
  75. 67f1aa4 [Unicode 14] Add new `hb_script_t` values by David Corbett · 2 years, 7 months ago
  76. cd77846 [util] Fix leak of an hb_font_t by Behdad Esfahbod · 2 years, 7 months ago
  77. da285d5 [util/shape-consumer] Simplify font tracking by Behdad Esfahbod · 2 years, 7 months ago
  78. bda3238 Add fallback atexit implementation using template descrutors by Behdad Esfahbod · 2 years, 7 months ago
  79. 9c27045 [style] Fix another float conversion warning by Behdad Esfahbod · 2 years, 7 months ago
  80. 5a1a6f1 [ot-shape] Enabled two more features: 'Harf' and 'Buzz' by Behdad Esfahbod · 2 years, 7 months ago
  81. ed11632 Call atexit() via hb_atexit() by Behdad Esfahbod · 2 years, 7 months ago
  82. ad4df20 [style] Fix float conversion warning by Behdad Esfahbod · 2 years, 7 months ago
  83. c5cc23a [style] Change private slant tag by Behdad Esfahbod · 2 years, 7 months ago
  84. d748586 [style] Try harder to fix MSVC build by Khaled Hosny · 2 years, 7 months ago
  85. e275f0d [style] Try to fix MSVC build by Khaled Hosny · 2 years, 7 months ago
  86. eb4075a [style] Fix documentation by Khaled Hosny · 2 years, 7 months ago
  87. 4d9b7de [style] Prepare for release by Khaled Hosny · 2 years, 7 months ago
  88. 34ff2d3 Fix build with -Dexperimental_api=true by Khaled Hosny · 2 years, 7 months ago
  89. 39c20d2 [style] Add HB_STYLE_TAG_SLANT_RATIO by Behdad Esfahbod · 2 years, 7 months ago
  90. 201cbe3 [style] Rename HB_STYLE_TAG_SLANT to HB_STYLE_TAG_SLANT_ANGLE by Behdad Esfahbod · 2 years, 7 months ago
  91. a23ce28 [style] Fall back to GPOS 'size' feature for optical size in style API by Behdad Esfahbod · 2 years, 7 months ago
  92. 37379f8 [subset] fox for (Chain)ContextFormat3: subset lookupRecord by Qunxin Liu · 2 years, 8 months ago
  93. 838d670 [subset] Improve alignment of --help-all message by Khaled Hosny · 2 years, 7 months ago
  94. 9b7af95 [docs] Fix subset documentation by Khaled Hosny · 2 years, 8 months ago
  95. e38b873 [ci] Use different executer for win64 jobs by Khaled Hosny · 2 years, 8 months ago
  96. 48c9869 Typo by Khaled Hosny · 2 years, 8 months ago
  97. 505df5a 2.9.1 by Khaled Hosny · 2 years, 8 months ago 2.9.1
  98. 6602cbb dead link by mahanstreamer · 2 years, 8 months ago
  99. 916ffe0 grammer fix by mahanstreamer · 2 years, 8 months ago
  100. 195c05d Revert "[ot-shape-normalize] Move buffer out of hb_ot_shape_normalize_context_t" by Khaled Hosny · 2 years, 8 months ago