1. 58e569e Fix build with CoreText on OS X 10.7 and earlier (#952) by Ryan Schmidt · 7 years ago
  2. d3984b4 [aat] Further improvements on feat (#948) by Ebrahim Byagowi · 7 years ago
  3. 93dad9a [hangul] Fix comment by Behdad Esfahbod · 7 years ago
  4. 44bf432 [aat] Implement feat table parsing (#947) by Ebrahim Byagowi · 7 years ago
  5. 08b8eb6 Another try at fixing linker issue by Behdad Esfahbod · 7 years ago
  6. 9d68f73 [aat] Implement gcid table parsing (#944) by Ebrahim Byagowi · 7 years ago
  7. 0e230a8 [aat] Implement bsln table parsing (#943) by Ebrahim Byagowi · 7 years ago
  8. 70d3654 Make atexit callbacks threadsafe (#930) by Ebrahim Byagowi · 7 years ago
  9. d3a432a [graphite] Make get_table threadsafe (#931) by Ebrahim Byagowi · 7 years ago
  10. 80395f1 Make gen-* scripts LC_ALL=C compatible (#942) by Ebrahim Byagowi · 7 years ago
  11. 26e0cbd Actual py3 compatibility making on gen-* scripts (#941) by Ebrahim Byagowi · 7 years ago
  12. cab2c2c Make more gen-* scripts py3 compatible (#940) by Ebrahim Byagowi · 7 years ago
  13. 5aa2c6e [atexit] Make hb_languate_item_t *langs freeing threadsafe by Behdad Esfahbod · 7 years ago
  14. 8c94511 Fix one UBSan warning by Behdad Esfahbod · 7 years ago
  15. 48baf7e [uniscribe] Fixup for previous commit by Behdad Esfahbod · 7 years ago
  16. b17e1a4 [uniscribe] Fix assertion fail in checksum calc by Behdad Esfahbod · 7 years ago
  17. a48dd6e Make gen-use-table.py py3 compatible (#932) by Ebrahim Byagowi · 7 years ago
  18. 1c33727 [subset] fix infinite loop bug in looping through tables for subsetting. by Garret Rieger · 7 years ago
  19. 8fd5542 Implement an internal emojis dumper tool (#909) by Ebrahim Byagowi · 7 years ago
  20. 430f828 [ci] Fix coverage build fail (#925) by Ebrahim Byagowi · 7 years ago
  21. 07851aa [subset] Couple of fixes for fuzzer discovered issues. (#924) by Garret Rieger · 7 years ago
  22. 6f46883 [hdmx] Minor by Behdad Esfahbod · 7 years ago
  23. c589681 Minor by Behdad Esfahbod · 7 years ago
  24. 19ec366 Fix previous commit by Behdad Esfahbod · 7 years ago
  25. 44b6c77 Try fixing linking again by Behdad Esfahbod · 7 years ago
  26. e4d1cbf Add HB_SUBSET_BUILTIN by Behdad Esfahbod · 7 years ago
  27. c14b24f Add HB_NO_ATEXIT by Behdad Esfahbod · 7 years ago
  28. aa53cb5 [aat] Unprefix not essentially layout tables (#921) by Ebrahim Byagowi · 7 years ago
  29. a289aaf [aat/ltag] Whitespace by Behdad Esfahbod · 7 years ago
  30. 158f281 [aat/ltag] Implement the table parsing (#911) by Ebrahim Byagowi · 7 years ago
  31. 9eee38a [aat/fmtx] Implement the table parsing (#910) by Ebrahim Byagowi · 7 years ago
  32. fe18c47 [dwrite] minor by Ebrahim Byagowi · 7 years ago
  33. ebccd01 More ULL fixes by Behdad Esfahbod · 7 years ago
  34. 7ec3ba2 Define uint64_t constants with ULL suffix by Behdad Esfahbod · 7 years ago
  35. 19256be hb-private.hh: Add fallback implementation for round() by Chun-wei Fan · 7 years ago
  36. 2a23606 Fix llvm-gcc-4.2 compile issue and add a macOS bot to test it (#899) by Ebrahim Byagowi · 7 years ago
  37. 7919033 [dwrite] Replace rest of 'malloc/free's with 'new/delete' (#897) by Ebrahim Byagowi · 7 years ago
  38. 3f55e0e [subset] Check for the Null table and not nullptr to detect failure to find a table in glyf accelerator. by Garret Rieger · 7 years ago
  39. 45def99 [subset] Fix to debug message. by Garret Rieger · 7 years ago
  40. 1396614 [subset] don't use pointers returned from push after array has resized in hb-subset-glyf.cc by Garret Rieger · 7 years ago
  41. 3531efd [subset] Fixed out of bounds read when subsetting hdmx. by Garret Rieger · 7 years ago
  42. e597436 [subset] Disable glyf accelerator_t methods if it didn't successfully init. by Garret Rieger · 7 years ago
  43. 7251181 [subset] Fix infinite loop in there are more then 32 tables. by Garret Rieger · 7 years ago
  44. 1a94804 [subset] Add a fix for segfault in hmtx/vmtx subsetting code. by Garret Rieger · 7 years ago
  45. 957e775 [dwrite] Use new again and enable the build on msys2 bots (#890) by Ebrahim Byagowi · 7 years ago
  46. 8d1b408 Appropriate fix for msys2 bot fail on gen-def.py (#894) by Ebrahim Byagowi · 7 years ago
  47. aa9612d [subset] Fix fuzzing build for hb-subset-fuzzer. by Garret Rieger · 7 years ago
  48. 1beb088 [subset] First pass at setting up a fuzzing program for hb-subset. by Garret Rieger · 7 years ago
  49. a0dccb6 Add NameID by Behdad Esfahbod · 7 years ago
  50. 56946d2 [color/COLR] Simplify by Behdad Esfahbod · 7 years ago
  51. 6418ae4 [color/COLR] Clean up by Behdad Esfahbod · 7 years ago
  52. 150c53e [color/COLR] Fix bad sanitize by Behdad Esfahbod · 7 years ago
  53. 399c800 [color/COLR] Clean up by Behdad Esfahbod · 7 years ago
  54. 9e33734 [color/cbdt] Clean up by Behdad Esfahbod · 7 years ago
  55. 86a0ac2 Revert "hb-private.hh: Add fallback implementation for round()" by Behdad Esfahbod · 7 years ago
  56. d4907e8 [dwrite] GCC/mingw/msys2 compatibility (#884) by Ebrahim Byagowi · 7 years ago
  57. 93f8f89 [ci] Trying to fix gen-def issue on appveyor (#885) by Ebrahim Byagowi · 7 years ago
  58. b9dcbb1 hb-private.hh: Add fallback implementation for round() by Chun-wei Fan · 7 years ago
  59. 28f25f3 [ot-color/SVG] Minor (#878) by Ebrahim Byagowi · 7 years ago
  60. fb0f3e3 [sbix] Clean up by Behdad Esfahbod · 7 years ago
  61. 218fa71 [ot-color] SVG table implementation (#874) by Ebrahim Byagowi · 7 years ago
  62. 4c63c82 [ot-color] sbix table implementation (#870) by Ebrahim Byagowi · 7 years ago
  63. 62b3d8f [dev-run] minor by Ebrahim Byagowi · 7 years ago
  64. 39b2f69 [subset] Drop the same tables by default as fontTools does. by Garret Rieger · 7 years ago
  65. 869ccac [subset] use create_sub_blob instead of manually copying the post table. by Garret Rieger · 7 years ago
  66. dd10769 [subset] drop all glyph names from the post table. by Garret Rieger · 7 years ago
  67. 91867cd [subset] cleanup. by Garret Rieger · 7 years ago
  68. 0e8f943 [subset] Skip subsetting vhea. by Garret Rieger · 7 years ago
  69. 64cf53d [subset] Subset vmtx if present. by Garret Rieger · 7 years ago
  70. ff2f814 1.7.6 by Behdad Esfahbod · 7 years ago 1.7.6
  71. ac2ece3 [ot] Comment out AAT include by Behdad Esfahbod · 7 years ago
  72. 23a9ac9 Remove hb-ot-color.h by Behdad Esfahbod · 7 years ago
  73. 790a117 [ot] Remove hb-ot-base.h by Behdad Esfahbod · 7 years ago
  74. f014a12 [set] Fix algebra by Behdad Esfahbod · 7 years ago
  75. 7587683 [set] Minor by Behdad Esfahbod · 7 years ago
  76. e4cbb87 Minor by Behdad Esfahbod · 7 years ago
  77. c615033 Sign by Behdad Esfahbod · 7 years ago
  78. 9b4a5d7 [ci] Enable -Werror=unused (#862) by Ebrahim Byagowi · 7 years ago
  79. 54cbe67 [ot-color] Further improvements on COLR/CPAL implementation (#859) by Ebrahim Byagowi · 7 years ago
  80. 18d14b8 [dev-run] an option to open using a GUI app by Ebrahim Byagowi · 7 years ago
  81. a3e29fd [aat/kerx] Add a TODO by Ebrahim Byagowi · 7 years ago
  82. 0ef6ab2 [ot-color] Move cbdt to the namespace (#860) by Ebrahim Byagowi · 7 years ago
  83. f739979 Enable coverage test on autotools (#857) by Ebrahim Byagowi · 7 years ago
  84. c446c23 [ot-color] Move the related tables to hb-ot-color-* (#858) by Ebrahim Byagowi · 7 years ago
  85. 48ed15a [COLR/CPAL] Provide enough helper for rasterization (#855) by Ebrahim Byagowi · 7 years ago
  86. 432758a [COLR] Revert previous sanitization on the table by Ebrahim Byagowi · 7 years ago
  87. 71b4598 [aat/kerx] Improve format 6 subtable by Ebrahim Byagowi · 7 years ago
  88. b73a5a1 [aat/kerx] Make parsing of the table actually work (#850) by Ebrahim Byagowi · 7 years ago
  89. a570edc [COLR] Sanitize BaseGlyphRecord (#854) by Ebrahim Byagowi · 7 years ago
  90. 7e95864 [CPAL] Fix version checking logic on sanitizer (#851) by Ebrahim Byagowi · 7 years ago
  91. 588a4e0 Merge pull request #845 from googlefonts/drophints by rsheeter · 7 years ago
  92. b3f1a04 [subset] kick the build by Rod Sheeter · 7 years ago
  93. 20d5739 [subset] extract a method to flip off composite instruction flag by Rod Sheeter · 7 years ago
  94. f671f7f [colr] Implement by Ebrahim Byagowi · 7 years ago
  95. 7722746 Merge pull request #841 from ebraminio/color by Ebrahim Byagowi · 7 years ago
  96. 5b9c234 [CPAL] Refactor and address the reviews by Ebrahim Byagowi · 7 years ago
  97. 6836a82 [subset] remove WE_HAVE_INSTRUCTIONS from composites when dropping hints by Rod Sheeter · 7 years ago
  98. ffcb5cb [subset] update the test file for composite, fix an offset calculation by Rod Sheeter · 7 years ago
  99. c8b230e Merge branch 'expand-tests' of github.com:googlefonts/harfbuzz into drophints by Rod Sheeter · 7 years ago
  100. b3790a6 [subset] add a (failing for now) test for composite glyf hint dropping by Rod Sheeter · 7 years ago