1. bdbe047 [subset] Update hb-subset-plan.cc to match hb-subset-plan.hh. by Garret Rieger · 5 years ago
  2. 74c44ff [subset] Update hb-subset-glyf.cc to use new hb-subset-plan API. by Garret Rieger · 5 years ago
  3. 4842294 [subset] Update gsub to use glyphset() method of subset plan. by Garret Rieger · 5 years ago
  4. 853b1f1 [subset] Correct maxp num glyph's to use new subset plan method. by Garret Rieger · 5 years ago
  5. 846e05a [subset] Re-add glyphs array to subset plan, with new name 'glyphs_deprecated'. Switch CFF subsetting to use it. by Garret Rieger · 5 years ago
  6. 03e88ea Re-implement HMTX/VMTX subsetting. Update it to support glyph renumbering and simplify the implementation. by Garret Rieger · 5 years ago
  7. 925be29 Update hb-ot-vorg-table and hb-ot-layout-common to use the updated subset plan api. by Garret Rieger · 5 years ago
  8. 4af3be6 Remove glyph array from subset plan, make num_glyphs and glyphset private. by Garret Rieger · 5 years ago
  9. 23f3644 [subset] Fix hdmx subsetting when retain gids is enabled. by Garret Rieger · 5 years ago
  10. 2da1654 [subset] Compute num_glyphs during subset plan construction. by Garret Rieger · 5 years ago
  11. ccc59dc [subset] Add unit test for glyf subsetting and retain gids. by Garret Rieger · 5 years ago
  12. 96b038f [subset] fix failure to init instruction ranges values for an invalid glyph. by Garret Rieger · 5 years ago
  13. 4b1ac3a [subset] Do some refactoring in hb-subset-glyf.cc. by Garret Rieger · 5 years ago
  14. b7f9718 Add retain_gids option to subset input. Update glyf and loca handling to respect retain_gids. by Garret Rieger · 5 years ago
  15. b379900 Merge branch 'master' into cff-more-arrayof-fixes by Michiharu Ariza · 5 years ago
  16. fe53292 [CI] Peg CircleCI badge link to master branch by Behdad Esfahbod · 5 years ago
  17. 9569819 [ci] Peg build status badges to master branch by Behdad Esfahbod · 5 years ago
  18. 1e29906 Switch README / README.md by Behdad Esfahbod · 5 years ago
  19. 9a1df82 [uniscribe] Whitelist function type cast by Behdad Esfahbod · 5 years ago
  20. 6e1c3ea Fix sign comparison error by Behdad Esfahbod · 5 years ago
  21. 9db7a7d Fix warning by Behdad Esfahbod · 5 years ago
  22. 51b5848 [pragma] Silence MSVC unknown-pragma warning by Behdad Esfahbod · 5 years ago
  23. 60022ec Fix -Wcast-function-type warnings in util/ with gcc 4.8 by Behdad Esfahbod · 5 years ago
  24. a9321cb Fix mac test by Behdad Esfahbod · 5 years ago
  25. f398097 More static constexpr by Behdad Esfahbod · 5 years ago
  26. 06358ae [AAT] Add test for recent Ligature stack fix, using Zapfino on Mac by Behdad Esfahbod · 5 years ago
  27. c685644 Merge branch 'master' into cff-more-arrayof-fixes by Michiharu Ariza · 5 years ago
  28. e970de4 [AAT] Minor sign by Behdad Esfahbod · 5 years ago
  29. a371a28 [AAT] Use a ring buffer for ligature stack by Behdad Esfahbod · 5 years ago
  30. 7886b15 Whitespace by Behdad Esfahbod · 5 years ago
  31. b976940 [AAT] Handle transition errors during machine operation by Behdad Esfahbod · 5 years ago
  32. 0bd0a33 Merge branch 'master' into cff-more-arrayof-fixes by Michiharu Ariza · 5 years ago
  33. e234bb6 [AAT] Ignore machine errors and continue by Behdad Esfahbod · 5 years ago
  34. 1ec9051 [AAT] Minor by Behdad Esfahbod · 5 years ago
  35. 299eca0 [AAT] Handle out-of-bounds classes by Behdad Esfahbod · 5 years ago
  36. c4623db [AAT] Minor by Behdad Esfahbod · 5 years ago
  37. c4e36f9 [AAT] Minor by Behdad Esfahbod · 5 years ago
  38. f60282c More pragma control by Behdad Esfahbod · 5 years ago
  39. fd0889f Comment by Behdad Esfahbod · 5 years ago
  40. 00f06d1 Fix test by Behdad Esfahbod · 5 years ago
  41. 9f31417 Form cluster for Emoji sub-region tag sequences by Behdad Esfahbod · 5 years ago
  42. 5034f8f Fix macos tests with previous commit by Behdad Esfahbod · 5 years ago
  43. 3ecda71 Adjust mark offsets when zeroing from fallback mark positioning code by Behdad Esfahbod · 5 years ago
  44. 12cd317 Merge branch 'master' into cff-more-arrayof-fixes by Michiharu Ariza · 5 years ago
  45. 261a742 more rewriting with ArrayOf<> by Michiharu Ariza · 5 years ago
  46. 36fb2b4 [AAT] In InsertionChain, set mark to previous-position if inserting by Behdad Esfahbod · 5 years ago
  47. cbe0ed1 [AAT] Re-enable tests MORX-31 and MORX-41 by Behdad Esfahbod · 5 years ago
  48. baf4d6a [AAT] Remove mark_set from InsertionChain by Behdad Esfahbod · 5 years ago
  49. 410731d [test/text-rendering-tests] Update from upstream by Behdad Esfahbod · 5 years ago
  50. 0b2fa34 More of previous by Behdad Esfahbod · 5 years ago
  51. a5e5dd8 Fix sign-compare error resulted from promoting unsigned integers to signed larger ints by Behdad Esfahbod · 5 years ago
  52. 32379bb Cast HB_UNTAG results to uint8_t by Behdad Esfahbod · 5 years ago
  53. 83d4aa5 More -Wcast-error fix by Behdad Esfahbod · 5 years ago
  54. 447323b Better fix for -Wcast-align errors by Behdad Esfahbod · 5 years ago
  55. 81ec543 More -Wcast-error fixes by Behdad Esfahbod · 5 years ago
  56. 9077272 pragma GCC diagnostic error "-Wsign-compare" by Behdad Esfahbod · 5 years ago
  57. 8d05bf7 Fix cast-align error by Behdad Esfahbod · 5 years ago
  58. b270cee [CI] Remove gcc 4.2 bots by Behdad Esfahbod · 5 years ago
  59. 70a52d6 Convert all other enum class consts to static constexpr by Behdad Esfahbod · 5 years ago
  60. 5d4b037 Convert unsigned enum class consts to static constexpr by Behdad Esfahbod · 5 years ago
  61. ef00654 Convert tag enum class consts to static constexpr by Behdad Esfahbod · 5 years ago
  62. 39e1b6d Convert boolean enum class consts to static constexpr by Behdad Esfahbod · 5 years ago
  63. 271cb7c Make some enum constants unsigned by Behdad Esfahbod · 5 years ago
  64. 3d9a6e6 Whitespace by Behdad Esfahbod · 5 years ago
  65. c81f02f pragma GCC diagnostic error "-Wvla" by Behdad Esfahbod · 5 years ago
  66. ff98109 Fix grammar by Alfie John · 5 years ago
  67. e9c0f5e Grammar fix by Alfie John · 5 years ago
  68. 789396e Remove wrongly added files by Behdad Esfahbod · 5 years ago
  69. 380c3cf Use enum for class constant by Behdad Esfahbod · 5 years ago
  70. 6d042a1 [CFF] Use enum for tableTag by Behdad Esfahbod · 5 years ago
  71. c1cbbb9 Use static constexpr for large class constants by Behdad Esfahbod · 5 years ago
  72. 30ae627 Regular spaces will do by Khaled Hosny · 5 years ago
  73. ed62551 Adding leading space for code example by Alfie John · 5 years ago
  74. 3e33254 Fix description of example by Alfie John · 5 years ago
  75. 2144ca9 Added option to build docs to docs by Alfie John · 5 years ago
  76. 043b610 Fix sign compare warnings by Behdad Esfahbod · 5 years ago
  77. ce317d0 Fix warning by Behdad Esfahbod · 5 years ago
  78. 0c2bd1b [dwrite] Fix delete-non-virtual-dtor warning (#1550) by Ebrahim Byagowi · 5 years ago
  79. 89bcfb2 Remove TRACE_COLLECT_GLYPHS by Behdad Esfahbod · 5 years ago
  80. f13b678 [pragma] Only add if GCC or clang by Behdad Esfahbod · 5 years ago
  81. c2ea7a9 [directwrite] More fix by Behdad Esfahbod · 5 years ago
  82. 9714d3e [dwrite] Try to fix delete-non-virtual-dtor warnings by Ebrahim Byagowi · 5 years ago
  83. 0772c06 Remove tracing from closure by Behdad Esfahbod · 5 years ago
  84. d9f6be3 Fix -Wundef errors with __GNUC__ by Behdad Esfahbod · 5 years ago
  85. 28917e5 init interp_env_t::hintmask_size by Michiharu Ariza · 5 years ago
  86. 9b4e51b [pragma] Enable error -Wdelete-non-virtual-dtor by Behdad Esfahbod · 5 years ago
  87. e652722 [directwrite] Fix error by Behdad Esfahbod · 5 years ago
  88. b900f78 [pragma] More cast-align whitelist by Behdad Esfahbod · 5 years ago
  89. 0d8b931 [pragma] Allow cast-align in hb-font.cc by Behdad Esfahbod · 5 years ago
  90. a25174a [pragma] GCC diagnostic error "-Wreorder" by Behdad Esfahbod · 5 years ago
  91. 4660090 [pragma] GCC diagnostic warning "-Wmaybe-uninitialized" by Behdad Esfahbod · 5 years ago
  92. 7a634d7 [pragma] Massage more by Behdad Esfahbod · 5 years ago
  93. 16e5ba8 [pragma] More by Behdad Esfahbod · 5 years ago
  94. 2bd530d [pragma] Reorg again by Behdad Esfahbod · 5 years ago
  95. c04272f [pragma] GCC diagnostic ignored "-Wunknown-warning-option" by Behdad Esfahbod · 5 years ago
  96. 4d3c8f9 [uniscribe] More warnings by Behdad Esfahbod · 5 years ago
  97. 6a5d2b2 [uniscribe] Fix warnings by Behdad Esfahbod · 5 years ago
  98. 5b13e45 Fix build by Behdad Esfahbod · 5 years ago
  99. a77bd6b [pragma] GCC diagnostic ignored "-Wclass-memaccess" by Behdad Esfahbod · 5 years ago
  100. e130284 [ci] Remove unnecessary warning declarations by Behdad Esfahbod · 5 years ago