1. 18a6e78 8.2.2 by Khaled Hosny · 6 months ago main
  2. 52bc78e s/PairPos/MarkBasePos/ in MarkBasePos repacking implementation. by Garret Rieger · 7 months ago
  3. 6190bb0 [layout] Change order of feature collection by Behdad Esfahbod · 6 months ago
  4. 4992456 Bump ninja from 1.11.1 to 1.11.1.1 in /.ci by dependabot[bot] · 6 months ago
  5. 397b32e Bump github/codeql-action from 2.22.0 to 2.22.3 by dependabot[bot] · 6 months ago
  6. 1f395cb [instancer] templatize the priority queue, use custom type for varstore by Qunxin Liu · 7 months ago
  7. bbd53fc Remove glyph_map test that uses retain gids. by Garret Rieger · 7 months ago
  8. 9648799 Bump ossf/scorecard-action from 2.2.0 to 2.3.0 by dependabot[bot] · 7 months ago
  9. cf930de Bump actions/setup-python from 4.7.0 to 4.7.1 by dependabot[bot] · 7 months ago
  10. 0cfc4eb Bump github/codeql-action from 2.21.9 to 2.22.0 by dependabot[bot] · 7 months ago
  11. a317b5a Bump fonttools from 4.43.0 to 4.43.1 in /.ci by dependabot[bot] · 7 months ago
  12. a7b3fe3 Fix test by Behdad Esfahbod · 7 months ago
  13. fc563bb Merge pull request #4421 from googlefonts/GDEF_GPOS by Behdad Esfahbod · 7 months ago
  14. f26fd69 Bump github/codeql-action from 2.21.8 to 2.21.9 by dependabot[bot] · 7 months ago
  15. 1522eb9 Bump fonttools from 4.42.1 to 4.43.0 in /.ci by dependabot[bot] · 7 months ago
  16. 2d67e52 Bump meson from 1.2.1 to 1.2.2 in /.ci by dependabot[bot] · 7 months ago
  17. 6e06a19 Add some tests for hb_feature_[from|to]_string() by Khaled Hosny · 7 months ago
  18. f360d70 Check for closing quote in parse_tag by jfkthame · 7 months ago
  19. 333946b [subset] Fix fuzzer timeout. by Garret Rieger · 7 months ago
  20. 9ceb800 fuzzer fix https://oss-fuzz.com/testcase-detail/5842152921628672 by Qunxin Liu · 7 months ago
  21. 7cb7a79 [map] Fix undefined integer-overflow by Behdad Esfahbod · 7 months ago
  22. 2415d5f [instancer] update tests to include GDEF/GPOS tables by Qunxin Liu · 7 months ago
  23. f9b04b2 [instancer] match fonttools'r order when calculating chars by Qunxin Liu · 7 months ago
  24. f39e9bf [instancer] instantiate GPOS by Qunxin Liu · 7 months ago
  25. 5c6795e [instancer] make GPOS depend on GDEF when partial instancing by Qunxin Liu · 7 months ago
  26. c8594ba [instancer] instantiate GDEF varStore by Qunxin Liu · 7 months ago
  27. 77f24d8 [instancer] remap layout var_idxes code update by Qunxin Liu · 7 months ago
  28. c8c9786 [instancer] simplify item_variations_t API calls by Qunxin Liu · 7 months ago
  29. 00de5d0 Bump actions/checkout from 4.0.0 to 4.1.0 by dependabot[bot] · 7 months ago
  30. 42b8534 Bump github/codeql-action from 2.21.7 to 2.21.8 by dependabot[bot] · 7 months ago
  31. 69da5aa Added minor fixes to build without errors with gcc 4.9.2 by inobelar · 7 months ago
  32. b8121cc [meson] keep asserts in test programs by Duncan Overbruck · 7 months ago
  33. 5aa4865 [instancer] fix compile warnings by Qunxin Liu · 7 months ago
  34. 4b3aa01 Merge pull request #4410 from googlefonts/HVAR_instance by Behdad Esfahbod · 7 months ago
  35. da2c59d [instancer] Delete redundant code block in cvar subsetting by Thomas Petillon · 7 months ago
  36. 284889b [subset] Drop fvar, avar, cvar, MVAR tables when in HB_NO_VAR mode by Thomas Petillon · 7 months ago
  37. ef4ff1d [instancer] make varstore items sorting method match fonttool's by Qunxin Liu · 7 months ago
  38. b5f7ca1 [instancer] fix bots by Qunxin Liu · 7 months ago
  39. 5ec21d4 [instancer] fix delta_row_encoding_t constructor by Qunxin Liu · 7 months ago
  40. 2d2818c [instancer] update expected tests to include HVAR/VVAR tables by Qunxin Liu · 7 months ago
  41. 58e5d45 [instancer] instantiate HVAR/VVAR by Qunxin Liu · 7 months ago
  42. e81ad14 [instancer] change optimize() to as_item_varstore() by Qunxin Liu · 7 months ago
  43. 97d0e7a [instancer] add inner_maps as optional argument when creating item_variations_t by Qunxin Liu · 7 months ago
  44. 005582e Merge pull request #4370 from 2xsaiko/outgoing/cmake-now-for-real by Behdad Esfahbod · 7 months ago
  45. da9b838 Re-do and clean up CMake support, making it use relocatable paths by Marco Rebhan · 9 months ago
  46. d698133 Merge pull request #4393 from googlefonts/instantiate_item_varstore by Behdad Esfahbod · 7 months ago
  47. b5a1c2b Revert "Pass through absolute paths to cmake config directly" by Marco Rebhan · 9 months ago
  48. c330c29 [instancer] add a unit testcase for instantiating item variations by Qunxin Liu · 7 months ago
  49. 7741fa3 [instancer] bug fix: dont add duplicate rows into delta_row_encoding_t by Qunxin Liu · 7 months ago
  50. 6c658b4 [instancer] bug fix by Qunxin Liu · 7 months ago
  51. 11cc479 [instancer] fix columns and get_chars_overhead() in delta_row_encoding_t by Qunxin Liu · 8 months ago
  52. 6e49128 [instancer] always check and update default wght/width/slnt if necessary by Qunxin Liu · 8 months ago
  53. 7b5daff [instancer] add tests for mvar partial instancing by Qunxin Liu · 8 months ago
  54. 45c2d05 [instancer] add subset() for MVAR by Qunxin Liu · 8 months ago
  55. e4e1ac4 [instancer] add serialize() for VariationStore by Qunxin Liu · 8 months ago
  56. 2326879 [instancer] add serialize() for VarRegionList by Qunxin Liu · 8 months ago
  57. b153af8 [instancer] add optimize(), which optimizes varstore's storage by Qunxin Liu · 8 months ago
  58. 3565ad8 [instancer] add build_region_list() method by Qunxin Liu · 8 months ago
  59. e4db29b [instancer] add instantiate() method by Qunxin Liu · 8 months ago
  60. 5f058a9 [instancer] add create_from_item_varstore () method by Qunxin Liu · 8 months ago
  61. 1524488 [instancer] add struct definition item_variations_t by Qunxin Liu · 8 months ago
  62. 0967a3e 8.2.1 by Khaled Hosny · 7 months ago
  63. eab4e07 Bump github/codeql-action from 2.21.5 to 2.21.7 by dependabot[bot] · 7 months ago
  64. 609a7cc Merge pull request #4406 from harfbuzz/unicode-15.1 by Behdad Esfahbod · 7 months ago
  65. c459b8a [Unicode 15.1] Add tests by David Corbett · 7 months ago
  66. c6d53ab [Unicode 15.1] Update the vowel constraint table by David Corbett · 7 months ago
  67. f318e10 [Unicode 15.1] Update the Indic table by David Corbett · 7 months ago
  68. c03e4c1 [Unicode 15.1] Update emoji table and cluster test by David Corbett · 7 months ago
  69. d8d4a19 Update IANA Language Subtag Registry to 2023-08-02 by David Corbett · 7 months ago
  70. 6ed6cca [Unicode 15.1] Update the USE table by David Corbett · 7 months ago
  71. f485b6a [Unicode 15.1] Update the Arabic joining script list by David Corbett · 7 months ago
  72. f15fe52 [Unicode 15.1] Update the Arabic table by David Corbett · 7 months ago
  73. b3705cb [Unicode 15.1] Update the UCD table by David Corbett · 7 months ago
  74. 767f937 [USE] Update the data files by David Corbett · 7 months ago
  75. 02c2e24 Regenerate files using Ragel 6.10 by David Corbett · 7 months ago
  76. 3745741 Bump actions/checkout from 3.5.3 to 4.0.0 by dependabot[bot] · 8 months ago
  77. 7384aaa Bump actions/upload-artifact from 3.1.2 to 3.1.3 by dependabot[bot] · 8 months ago
  78. 978918c [aat] Simplify complex condition by Behdad Esfahbod · 8 months ago
  79. 17ee3cd fix warning with unsigned long by Vincent Torri · 8 months ago
  80. c1eb66d 8.2.0 by Khaled Hosny · 8 months ago
  81. d5cb1a3 [meson] Add gitignore entries for wrap sources by L. E. Segovia · 8 months ago
  82. 617e447 [meson] Set C++14 as minimum as implied by MSVC support by L. E. Segovia · 8 months ago
  83. 15bc9e3 [meson] Detect Microsoft compilers through _MSC_FULL_VER by L. E. Segovia · 8 months ago
  84. fd3eb2c fuzzer fix: https://oss-fuzz.com/testcase-detail/6032126569742336 by Qunxin Liu · 8 months ago
  85. 0340ba1 [bit-page] Add a few operators by Behdad Esfahbod · 8 months ago
  86. a0b758f Bump github/codeql-action from 2.21.4 to 2.21.5 by dependabot[bot] · 8 months ago
  87. 4cfc6d8 Specify tuple_variations_t special member functions by Ben Wagner · 8 months ago
  88. 4668b43 [meson] add source fallback URL to freetype2 wrap by Benoit Pierre · 8 months ago
  89. 8d22a57 [repacker] fix potential use after free in repacker. by Garret Rieger · 8 months ago
  90. a1f034e [repacker] fix fuzzer failure. by Garret Rieger · 8 months ago
  91. f380a32 Fix some typos. by Bruce Mitchener · 8 months ago
  92. c28fdc3 [repacker] fix bot failure. by Garret Rieger · 8 months ago
  93. d7ee328 [repacker] include the size of all lookup tables in the layer size estimates from the start. by Garret Rieger · 8 months ago
  94. 5587247 [repacker] create only one extension subtable per physical subtable. by Garret Rieger · 8 months ago
  95. 56e8a29 Fix static_size declaration by Behdad Esfahbod · 8 months ago
  96. 2023384 Merge pull request #4368 from googlefonts/support_gvar by Behdad Esfahbod · 8 months ago
  97. dd8d357 [instancer] enable partial instancing tests when experimental api is on by Qunxin Liu · 8 months ago
  98. 970d2c4 Bump github/codeql-action from 2.21.3 to 2.21.4 by dependabot[bot] · 8 months ago
  99. 6c7aed1 Bump fonttools from 4.42.0 to 4.42.1 in /.ci by dependabot[bot] · 8 months ago
  100. ca906e8 [repacker] fix fuzzer timeout. by Garret Rieger · 8 months ago