1. fc3c59a Fix unused var warnings by Behdad Esfahbod · 10 years ago
  2. bd047d3 [layout] Minor by Behdad Esfahbod · 10 years ago
  3. 1a23221 [layout] Don't check glyph props against lookup flags when recursing by Behdad Esfahbod · 10 years ago
  4. 095a125 [layout] Port sanitize() to use dispatch() by Behdad Esfahbod · 10 years ago
  5. 40c5892 [layout] Refactor Lookup::dispatch() by Behdad Esfahbod · 10 years ago
  6. 70366f5 [layout] Refactor get_subtable() by Behdad Esfahbod · 10 years ago
  7. 8e36ccf [layout] Use dispatch() for add_coverage() by Behdad Esfahbod · 10 years ago
  8. 50b8dc7 [layout] Add may_dispatch() by Behdad Esfahbod · 10 years ago
  9. de2118e Make sanitize() a const method by Behdad Esfahbod · 10 years ago
  10. 6759ed9 Minor by Behdad Esfahbod · 10 years ago
  11. 6b599da Remove unnecessary check in sanitize by Behdad Esfahbod · 10 years ago
  12. 7788993 [layout] Use setter method to set c->lookup_props by Behdad Esfahbod · 10 years ago
  13. 241eac9 Hide internals of lookup accelerators by Behdad Esfahbod · 10 years ago
  14. 00f6a8e [ot] Print format in dispatch trace by Behdad Esfahbod · 10 years ago
  15. 5c87120 Fix misc warnings by Behdad Esfahbod · 10 years ago
  16. 8f3eebf Make sure gsubgpos buffer vars are available during fallback_position by Behdad Esfahbod · 11 years ago
  17. 7627100 Mark unsigned integer literals with the u suffix by Behdad Esfahbod · 11 years ago
  18. 832a6f9 [indic] Don't reorder reph/pref if ligature was expanded by Behdad Esfahbod · 11 years ago
  19. b5be231 [gsub] Adjust single-length ligature subst to act like single subst by Behdad Esfahbod · 11 years ago
  20. aae6945 [gsub] Minor shuffling by Behdad Esfahbod · 11 years ago
  21. b6b304f [ot] Add TODO re zero-len MultipleSubst sequences by Behdad Esfahbod · 11 years ago
  22. 6faff8e Add static storage classifier to inline functions by Behdad Esfahbod · 11 years ago
  23. 333cc6e [otlayout] Remove unused is_inplace() by Behdad Esfahbod · 11 years ago
  24. 101303d [otlayout] More shuffling around by Behdad Esfahbod · 11 years ago
  25. 91689de [otlayout] Add _hb_glyph_info_set_glyph_props() by Behdad Esfahbod · 11 years ago
  26. 3ddf892 [otlayout] Renaming by Behdad Esfahbod · 11 years ago
  27. 03058c3 [otlayout] Remove two unused HB_OT_LAYOUT_GLYPH_PROPS_* values by Behdad Esfahbod · 11 years ago
  28. 4990186 [otlayout] Guard against use of ReverseChain through Context by Behdad Esfahbod · 11 years ago
  29. e714fe6 [otlayout] Simplify ligate_input() by Behdad Esfahbod · 11 years ago
  30. 6b65a76 [otlayout] Fix (Chain)Context recursion! by Behdad Esfahbod · 11 years ago
  31. 6c48f20 [otlayout] Add structs for JSTF table by Behdad Esfahbod · 12 years ago
  32. 45f3d98 [OTLayout] Merge / templateize apply_string() by Behdad Esfahbod · 12 years ago
  33. 780cd93 [OTLayout] Minor by Behdad Esfahbod · 12 years ago
  34. 2e0c44f [OTLayout] Add is_inplace() method to GSUB by Behdad Esfahbod · 12 years ago
  35. 5d59f99 [OTLayout] Make MultipleSubst in-place for sequences of len=1 by Behdad Esfahbod · 12 years ago
  36. 54f84a6 [OTLayout] Whitespace by Behdad Esfahbod · 12 years ago
  37. 0dc3a4e Obssesive optimization by Behdad Esfahbod · 12 years ago
  38. ee5464d [OTLayout] Move code around by Behdad Esfahbod · 12 years ago
  39. 9c5a9ee [OTLayout] Rename process() to dispatch() by Behdad Esfahbod · 12 years ago
  40. 99fa9ea Minor by Behdad Esfahbod · 12 years ago
  41. 607feb7 [OTLayout] Ignore default-ignorables when matching GSUB/GPOS by Behdad Esfahbod · 12 years ago
  42. 407fc12 [OTLayout] Remove bogus caching of glyph property by Behdad Esfahbod · 12 years ago
  43. 8303593 Minor by Behdad Esfahbod · 12 years ago
  44. 3038ae6 [OTLayout] Minor by Behdad Esfahbod · 12 years ago
  45. b67881b [OTLayout] Remove operator() from Coverage by Behdad Esfahbod · 12 years ago
  46. 4c4e8f0 [OTLayout] Reuse apply context for recursion by Behdad Esfahbod · 12 years ago
  47. 26514d5 [OTLayout] More collect_glyphs() by Behdad Esfahbod · 12 years ago
  48. c6fb843 [OTLayout] Templatize process_recurse_func by Behdad Esfahbod · 12 years ago
  49. 9b34677 [OTLayout] Clean up closure() a bit by Behdad Esfahbod · 12 years ago
  50. f48ec0e [OTLayout] Add process() tracing by Behdad Esfahbod · 12 years ago
  51. ed2e135 [OTLayout] More Extension templatizing by Behdad Esfahbod · 12 years ago
  52. 7dddd4e [OTLayout] More templatizing Extension by Behdad Esfahbod · 12 years ago
  53. 653eeb2 Make Extension a template by Behdad Esfahbod · 12 years ago
  54. 08f1eed Minor by Behdad Esfahbod · 12 years ago
  55. be218c6 Pass this object to trace macros by Behdad Esfahbod · 12 years ago
  56. c779d82 Fix warnings by Behdad Esfahbod · 12 years ago
  57. ec35a72 [OTLayout] Port apply() operator to process() template by Behdad Esfahbod · 12 years ago
  58. 2005fa5 [OTLayout] Port would_apply() and get_coverage() to process() templates by Behdad Esfahbod · 12 years ago
  59. 44fc237 [OTLayout] Port closure() to process() template by Behdad Esfahbod · 12 years ago
  60. e8cfdd7 Start implementing collect_glyphs() operation by Behdad Esfahbod · 12 years ago
  61. 7d52e66 Whitespace by Behdad Esfahbod · 12 years ago
  62. 5a08ecf Implement hb_ot_layout_get_glyph_class() by Behdad Esfahbod · 12 years ago
  63. 0bc7a38 [OT] Fix ReverseChainingSubst by Behdad Esfahbod · 12 years ago
  64. fabd311 [OT] Port Arabic fallback shaping to synthetic GSUB by Behdad Esfahbod · 13 years ago
  65. 1d3947a Minor by Behdad Esfahbod · 13 years ago
  66. b3b89b6 [OT] Add SubstLookup serialize API by Behdad Esfahbod · 13 years ago
  67. a930c68 [OT] More serialize. Implements all basic GSUB subtables by Behdad Esfahbod · 13 years ago
  68. 1b38b4e Minor by Behdad Esfahbod · 13 years ago
  69. 2bd9fe3 Refactor by Behdad Esfahbod · 13 years ago
  70. 2941683 [OT] Implement serialize() for AlternateSubst by Behdad Esfahbod · 13 years ago
  71. 1f07e33 [OT] Implement serialize() for MultiSubst by Behdad Esfahbod · 13 years ago
  72. 4912030 Minor by Behdad Esfahbod · 13 years ago
  73. c61be03 [OT] A bit more serialize by Behdad Esfahbod · 13 years ago
  74. abcc5ac [OT] Improve serialize syntax by Behdad Esfahbod · 13 years ago
  75. bc5be24 [OT] Restart work on serialize() by Behdad Esfahbod · 13 years ago
  76. 5e399a8 Minor by Behdad Esfahbod · 13 years ago
  77. a177d02 [GSUB] Move ligation logic over by Behdad Esfahbod · 13 years ago
  78. 191fa88 [GSUB] Merge Ligature and context input matching by Behdad Esfahbod · 13 years ago
  79. 93814ca Start converging Ligature and match_input by Behdad Esfahbod · 13 years ago
  80. 7c8e844 Use namespace for OpenType tables by Behdad Esfahbod · 13 years ago
  81. 472f229 [GSUB] Generalize would_apply() by Behdad Esfahbod · 13 years ago
  82. afbcc24 [GSUB] Wire the font, not just the face, down to substitute() by Behdad Esfahbod · 13 years ago
  83. 22148b8 Use Coverage digests in would_apply by Behdad Esfahbod · 13 years ago
  84. 6c459c8 Minor by Behdad Esfahbod · 13 years ago
  85. 0120ce9 [GSUB/GPOS] Remove unused get_coverage() methods by Behdad Esfahbod · 13 years ago
  86. 1336ecd [GSUB/GPOS] Use Coverage digests as gatekeeper by Behdad Esfahbod · 13 years ago
  87. a878c58 [GSUB/GPOS] Add add_coverage() by Behdad Esfahbod · 13 years ago
  88. 03b0921 [GSUB] Minor by Behdad Esfahbod · 13 years ago
  89. c2e42c3 Minor by Behdad Esfahbod · 13 years ago
  90. 03f67bc More refactoring glyph class access by Behdad Esfahbod · 13 years ago
  91. 05bd1b6 [GSUB/GPOS] Move glyph props matching around by Behdad Esfahbod · 13 years ago
  92. 7fbbf86 [GSUB] Minor by Behdad Esfahbod · 13 years ago
  93. 6cdfd14 Fix build on Mac by Behdad Esfahbod · 13 years ago
  94. a973b5c [GSUB] Further adjustments to mark-attachment vs ligation interaction by Behdad Esfahbod · 13 years ago
  95. d1d69ec [GSUB] Don't ligate glyphs attached to different components of ligatures by Behdad Esfahbod · 13 years ago
  96. f24bcfb Minor by Behdad Esfahbod · 13 years ago
  97. fe20c0f [GSUB] Fix mark component stuff when ligatures form ligatures! by Behdad Esfahbod · 13 years ago
  98. 2ec3ba4 [GSUB/GPOS] Minor by Behdad Esfahbod · 13 years ago
  99. cb3d340 [GSUB] Don't set new lig_id on mark ligatures by Behdad Esfahbod · 13 years ago
  100. 338fe66 [GSUB] Minor by Behdad Esfahbod · 13 years ago