1. 60e2036 [subset] use glyphset_gsub instead of glyphset for GDEF by Qunxin Liu · 3 years, 4 months ago
  2. 6d555ce [meta] Use std::forward instead of hb_forward() by Behdad Esfahbod · 3 years, 4 months ago
  3. 085aa65 [subset] Convert offset serialization in gsubgpos and gdef to serialize_serialize(). by Garret Rieger · 3 years, 9 months ago
  4. 84dbfac [subset] fix collect_variation_idx in PairPosFormat2 by Qunxin Liu · 4 years ago
  5. 5639e25 Add Array16Of<> by Behdad Esfahbod · 4 years ago
  6. 6c4e049 s/OffsetArrayOf/Array16OfOffset16To/g by Behdad Esfahbod · 4 years ago
  7. ad28f97 Rename offset types to be explicit about their size by Behdad Esfahbod · 4 years ago
  8. 5a7cc7f minor spacing tweak by Ebrahim Byagowi · 4 years, 8 months ago
  9. d0e2add minor by Ebrahim Byagowi · 4 years, 8 months ago
  10. 6fbb59a Use daggers in a few get_array functions by Behdad Esfahbod · 4 years, 9 months ago
  11. 5671947 s/blacklist/blocklist/g by Behdad Esfahbod · 4 years, 9 months ago
  12. 3c5bdd9 [subset] GDEF AttachList subsetting support by Qunxin Liu · 5 years ago
  13. 1fbb788 [gdef] minor, use dagger in ligature carets fetch by Ebrahim Byagowi · 4 years, 10 months ago
  14. d7c012a [subset] GDEF Variation Store: step 2 by Qunxin Liu · 5 years ago
  15. 8200e48 [subset] GDEF Variation Store: step 1 by Qunxin Liu · 5 years ago
  16. 89ad3c6 Rename add_class to collect_class by Behdad Esfahbod · 4 years, 11 months ago
  17. 2dda6dd minor, tweak spacing by Ebrahim Byagowi · 5 years ago
  18. ba22df3 minor by Ebrahim Byagowi · 5 years ago
  19. 188a0a4 removed default base; replaced w/ bias if required by ariza · 5 years ago
  20. b0749bf [subset] GDEF LigCaretList subsetting support by Qunxin Liu · 5 years ago
  21. 5ad761b [subset] GDEF MarkGlyphSets subsetting support by Qunxin Liu · 5 years ago
  22. a0b4ac4 Turn 8 spaces to tab across the project by Ebrahim Byagowi · 6 years ago
  23. 1834cf8 [serialize] Pass offset to serialize_subset() by Behdad Esfahbod · 6 years ago
  24. 4d67743 [subset] Use more auto typing by Behdad Esfahbod · 6 years ago
  25. 9258878 Remove space between right angle brackets now that we have C++11 (#1689) by Ebrahim Byagowi · 6 years ago
  26. b986c6a [C++11] Remove IntType::set() in favor of operator= by Behdad Esfahbod · 6 years ago
  27. ef00654 Convert tag enum class consts to static constexpr by Behdad Esfahbod · 6 years ago
  28. 474a120 [array/vector] Rename len to length by Behdad Esfahbod · 6 years ago
  29. e412008 Remove redundant void from C++ sources (#1486) by Ebrahim Byagowi · 6 years ago
  30. b2ebaa9 Remove redundant 'inline' from methods (#1483) by Ebrahim Byagowi · 6 years ago
  31. 1b6d0c4 [subset] Sketch GDEF subsetting by Behdad Esfahbod · 6 years ago
  32. 5c4fead Convert "static const hb_tag_t" constants to enum by Behdad Esfahbod · 6 years ago
  33. 4151c28 [GDEF] Move more code by Behdad Esfahbod · 6 years ago
  34. 4f21703 [GDEF] Move code around by Behdad Esfahbod · 6 years ago
  35. f47c5da [arrays] Use hb_array_t<> in all places with sub_array() by Behdad Esfahbod · 6 years ago
  36. aa06574 Minor by Behdad Esfahbod · 6 years ago
  37. da6aa3b Add hb_blob_ptr_t.destroy() by Behdad Esfahbod · 6 years ago
  38. 5d0078a Add hb_blob_ptr_t by Behdad Esfahbod · 6 years ago
  39. b986fea Hook AAT's lcar to _get_ligature_carets by Ebrahim Byagowi · 6 years ago
  40. 33b006c [ot-layout] Simplify some access by Behdad Esfahbod · 6 years ago
  41. 0b0b38e Fix null accelerator's by Behdad Esfahbod · 6 years ago
  42. 257d0e5 Fix typos. by Bruce Mitchener · 6 years ago
  43. 606bf57 Revert forcing use of single-parameter static_assert() by Behdad Esfahbod · 6 years ago
  44. 4e62627 Enforce single-param static_assert() only by Behdad Esfahbod · 6 years ago
  45. bfa72a9 [subset] Towards GSUB/GPOS subsetting by Behdad Esfahbod · 7 years ago
  46. 3a0b3a2 Free up hb-ot-face.hh from includes by Behdad Esfahbod · 7 years ago
  47. d8c57e8 [GDEF] Move code around by Behdad Esfahbod · 7 years ago
  48. 4096fbe [ot-face] Port GDEF to unified table accelerator model as well by Behdad Esfahbod · 7 years ago
  49. c77ae40 Rename hb-*private.hh to hb-*.hh by Behdad Esfahbod · 7 years ago
  50. b912fbe Remove most uses of direct comparison to Null objects by Behdad Esfahbod · 7 years ago
  51. a02c3ee Add or update tables specifications links by Ebrahim Byagowi · 7 years ago
  52. e347fb9 Minor by Behdad Esfahbod · 7 years ago
  53. 6b19178 Prefix int types with HB by Behdad Esfahbod · 7 years ago
  54. 71e6adf [collect_glyphs] handle ClassDef better by Behdad Esfahbod · 7 years ago
  55. 5d02572 [set] Add add_sorted_array() by Behdad Esfahbod · 7 years ago
  56. 6f335ed Replace USHORT/SHORT/ULONG/etc with UINT16/INT16/UINT32/etc by Behdad Esfahbod · 7 years ago
  57. c3448e8 Use static_assert instead of custom ASSERT_STATIC by Behdad Esfahbod · 7 years ago
  58. 5e156fa Add LOffsetTo<> by Behdad Esfahbod · 8 years ago
  59. 59055b5 [GX] Implement Feature Variations by Behdad Esfahbod · 9 years ago
  60. cf3de4d [GX] Rename VarStore to VariationStore by Behdad Esfahbod · 9 years ago
  61. 151d93d [GX] Hook up GPOS to Variation Store stored in GDEF by Behdad Esfahbod · 9 years ago
  62. dcfd309 [GX] Change GDEF API to return varStore by Behdad Esfahbod · 9 years ago
  63. f0c3fd8 [GX] Add varStore member to GDEF by Behdad Esfahbod · 9 years ago
  64. 5c971f8 Minor change to GDEF, in prep for new version by Behdad Esfahbod · 9 years ago
  65. 9a13ed4 Make FixedVersion a template by Behdad Esfahbod · 9 years ago
  66. b471590 Define return_trace() by Behdad Esfahbod · 9 years ago
  67. de2118e Make sanitize() a const method by Behdad Esfahbod · 10 years ago
  68. 7627100 Mark unsigned integer literals with the u suffix by Behdad Esfahbod · 11 years ago
  69. bb6ecf2 Minor: Remove LongOffsetArrayOf and LongOffsetLongArrayOf by Behdad Esfahbod · 11 years ago
  70. 03058c3 [otlayout] Remove two unused HB_OT_LAYOUT_GLYPH_PROPS_* values by Behdad Esfahbod · 11 years ago
  71. 941b699 [otlayout] Remove unused HB_OT_LAYOUT_GLYPH_PROPS_UNCLASSIFIED by Behdad Esfahbod · 11 years ago
  72. 6c48f20 [otlayout] Add structs for JSTF table by Behdad Esfahbod · 12 years ago
  73. b67881b [OTLayout] Remove operator() from Coverage by Behdad Esfahbod · 12 years ago
  74. be218c6 Pass this object to trace macros by Behdad Esfahbod · 12 years ago
  75. 7d52e66 Whitespace by Behdad Esfahbod · 12 years ago
  76. 89ca8ee Implement hb_ot_layout_get_glyphs_in_class() by Behdad Esfahbod · 12 years ago
  77. 5a08ecf Implement hb_ot_layout_get_glyph_class() by Behdad Esfahbod · 12 years ago
  78. 7c8e844 Use namespace for OpenType tables by Behdad Esfahbod · 13 years ago
  79. 8fbfda9 Inline font getters by Behdad Esfahbod · 13 years ago
  80. ec8d249 Make data members of various OpenType structs protected instead of private by Behdad Esfahbod · 13 years ago
  81. 0ab8c86 Annotate SANITIZE return values by Behdad Esfahbod · 13 years ago
  82. c6035cf Add names to enums by Behdad Esfahbod · 13 years ago
  83. ae9877d Add hhea-table support by Behdad Esfahbod · 14 years ago
  84. 7a750ac Rename table files from eg maxp-private.hh to maxp-table.hh by Behdad Esfahbod · 14 years ago[Renamed (98%) from src/hb-ot-layout-gdef-private.hh]
  85. c605bbb Remove C++ guards from source files by Behdad Esfahbod · 14 years ago
  86. b9452bf Fix compiler warnings with -pedantic by Behdad Esfahbod · 14 years ago
  87. 4f28fbd Fix TTC header handling by Behdad Esfahbod · 14 years ago
  88. 60fbb36 [Vertical] GPOS is always done with horizontal origin by Behdad Esfahbod · 14 years ago
  89. 7e2c85d [API] Vertical support, take 2 by Behdad Esfahbod · 14 years ago
  90. 744970a [API] Add support for vertical text by Behdad Esfahbod · 14 years ago
  91. a513dbc [API] Change signature of get_contour_point and get_kerning ffuncs by Behdad Esfahbod · 14 years ago
  92. b6f902a Minor by Behdad Esfahbod · 14 years ago
  93. abcfe9b Remove hb_ot_layout_context_t, simplify code by Behdad Esfahbod · 14 years ago
  94. 72657e4 [API] Make hb_font_create() take a face and reference it by Behdad Esfahbod · 14 years ago
  95. 2409d5f Update Copyright headers by Behdad Esfahbod · 14 years ago
  96. c57d454 Rename all private sources and headers to C++ files by Behdad Esfahbod · 14 years ago
  97. bf94b3a Move some more code around by Behdad Esfahbod · 14 years ago
  98. 98370e8 WIP removing external synthesized GDEF support and implementing it internally by Behdad Esfahbod · 14 years ago
  99. 3357d14 Implement vertical support in get_lig_carets() by Behdad Esfahbod · 14 years ago
  100. 7f97d2c Pedantic by Behdad Esfahbod · 14 years ago