1. b9d9988 Update HarfBuzz to 10.2.0 by Seigo Nonaka · 7 weeks ago
  2. 021b443 Garay script is RTL by Behdad Esfahbod · 8 weeks ago
  3. d9e8bbb Update HarfBuzz to 8.5.0 by Seigo Nonaka · 9 months ago
  4. c2f8f35 Use inttypes.h PRI?32 macros in format strings for [u]int32_t args. by Ozkan Sezer · 12 months ago
  5. 595def8 Revert "Fixing compiler warnings" by Behdad Esfahbod · 12 months ago
  6. 61a1ba2 Fixing compiler warnings by jcomito · 12 months ago
  7. 76c8225 Fixing compiler warnings by jcomito · 12 months ago
  8. f360d70 Check for closing quote in parse_tag by jfkthame · 1 year, 5 months ago
  9. e8eb1dc [parse_tag] Accept non-ALNUM in tag name by Behdad Esfahbod · 1 year, 7 months ago
  10. 2d86346 Add Tifinagh to list of both-directions scripts by Simon Cozens · 2 years ago
  11. 5b50b07 [subset-cff] Make BCD writing locale-independent by Behdad Esfahbod · 2 years ago
  12. 59c45f6 Use hb_memcpy instead of memcpy consistently by Behdad Esfahbod · 2 years, 3 months ago
  13. ac0efaf Use hb_memset instead of memset consistently by Behdad Esfahbod · 2 years, 3 months ago
  14. 2ee42bb hb_variation_to_string: Fix GIR annotation by Lorenz Wildberg · 2 years, 4 months ago
  15. f73c15c [atomic-int] Add operators for relaxed ops by Behdad Esfahbod · 2 years, 7 months ago
  16. 40b21ed 5.0.0 by Khaled Hosny · 2 years, 7 months ago
  17. f7f6d27 Add hb_language_matches() by Behdad Esfahbod · 2 years, 8 months ago
  18. 98e90cc [docs] Reduce warnings by Khaled Hosny · 2 years, 8 months ago
  19. c859cbf Mark an array as static by Behdad Esfahbod · 2 years, 9 months ago
  20. 6893723 [machinery] Allow using lazy-loader with void* by Behdad Esfahbod · 3 years, 1 month ago
  21. 91b779e Avoid redefinition of HB_NO_SETLOCALE in certain configs by Behdad Esfahbod · 3 years, 1 month ago
  22. 589bea1 Fix previous commit by Behdad Esfahbod · 3 years, 2 months ago
  23. b97e4f7 Further adjust setlocale by Behdad Esfahbod · 3 years, 2 months ago
  24. 1364393 Clean up HB_NO_SETLOCALE by Behdad Esfahbod · 3 years, 2 months ago
  25. a45a630 Fix unintentional locale dependency (#3358) by Behdad Esfahbod · 3 years, 2 months ago
  26. 7b05eec [Unicode 14] Update the script direction list by David Corbett · 3 years, 6 months ago
  27. ed11632 Call atexit() via hb_atexit() by Behdad Esfahbod · 3 years, 6 months ago
  28. 2337f0d Internally use hb_malloc/.../hb_free instead of malloc/.../free by Behdad Esfahbod · 3 years, 8 months ago
  29. bb48bf5 Rename misc uses of "free" by Behdad Esfahbod · 3 years, 8 months ago
  30. 4bfa0b3 [docs] Fix hb_color_get_* docs by Khaled Hosny · 4 years, 2 months ago
  31. 9b602e8 [docs] Complete hb-common docs a bit by Khaled Hosny · 4 years, 2 months ago
  32. a8e72ee [docs] Use %true and %false consistently by Khaled Hosny · 4 years, 2 months ago
  33. 8586f15 [docs] Update hb-common documentation by Khaled Hosny · 4 years, 2 months ago
  34. 4cdb12a [docs] Add gtkdoc comments to hb-common by Nathan Willis · 6 years ago
  35. 3bd43bd Map more ISO 15924 variants to `hb_script_t`s by David Corbett · 4 years, 4 months ago
  36. fd748fa Update to Unicode 13.0.0 by David Corbett · 5 years ago
  37. 665483c Recognize Elymaic as a right-to-left script by David Corbett · 5 years ago
  38. b79ceac Prefer UINT_MAX instead of uint overflow. by Evgeniy Reizner · 5 years ago
  39. b618e0a Remove non-breaking spaces from comments. by Evgeniy Reizner · 5 years ago
  40. eefb78f Minor by Behdad Esfahbod · 5 years ago
  41. 0414341 Prefer AAT shaping over OT if both available by Behdad Esfahbod · 5 years ago
  42. e6909ee minor by Ebrahim Byagowi · 5 years ago
  43. d8af9ee Don't rely on nullptr deref recovery by Ebrahim Byagowi · 5 years ago
  44. 80613e5 Minor, remove unused header by Ebrahim Byagowi · 5 years ago
  45. 57f88e1 [number] Turn hb_parse_float into hb_parse_double by Ebrahim Byagowi · 6 years ago
  46. b5e6805 [number] Minor tweak on parser related codes by Ebrahim Byagowi · 6 years ago
  47. a77bb7e Move hb_codepoint_parse to hb_parse_uint by Ebrahim Byagowi · 6 years ago
  48. 43372fb Merge and aggregate number parsing logics to form hb-number by Ebrahim Byagowi · 6 years ago
  49. a0b4ac4 Turn 8 spaces to tab across the project by Ebrahim Byagowi · 6 years ago
  50. ccf1448 Cast long->size_t to ensure comparison of similar types by GaryQian · 6 years ago
  51. 19b8eb0 Move HB_NO_SETLOCALE to closer place to its to unbreak HB_TINY build (#1768) by Ebrahim Byagowi · 6 years ago
  52. 1da0891 Put back Since: tags for hb_color_get_* by Behdad Esfahbod · 6 years ago
  53. c572732 Fix more excess semi-colon errors by Behdad Esfahbod · 6 years ago
  54. 41248cc Remove MIN/MAX in favor of hb_min/hb_max by Behdad Esfahbod · 6 years ago
  55. f27fdca [doc] Add documentation to hb_color_get_* and hb_directwrite_face_* (#1690) by Ebrahim Byagowi · 6 years ago
  56. 9542bdd Add color channels getters ABI (#1513) by Ebrahim Byagowi · 6 years ago
  57. 5daeff3 Fix "hb_script_" doc typo by David Corbett · 6 years ago
  58. 54ece29 Use type aliasing for meta-functions, ie. those returning a type by Behdad Esfahbod · 6 years ago
  59. 45adc18 Fix or document unsupported font-feature-settings by David Corbett · 6 years ago
  60. 6bd4c08 [doc] Document hb_feature_from_string() syntax by Khaled Hosny · 6 years ago
  61. e412008 Remove redundant void from C++ sources (#1486) by Ebrahim Byagowi · 6 years ago
  62. b2ebaa9 Remove redundant 'inline' from methods (#1483) by Ebrahim Byagowi · 6 years ago
  63. f99abcc Add template-function convenience macros by Behdad Esfahbod · 6 years ago
  64. 018ba46 Don't canonicalize '@' to '-' in language tags by David Corbett · 6 years ago
  65. b89c7fd Allow defining HB_USE_ATEXIT to 0 by Behdad Esfahbod · 6 years ago
  66. f6fc557 Add pointer magic operators to hb_atomic_ptr_t by Behdad Esfahbod · 6 years ago
  67. cf5fa57 [docs] Change section titles again by Behdad Esfahbod · 6 years ago
  68. 00cf4e5 [docs] Fill in some sections by Behdad Esfahbod · 6 years ago
  69. 8869436 When parsing feature ranges, accept ';' instead of ':' by Behdad Esfahbod · 6 years ago
  70. 07386ea Remove const and references when binding Null() by Behdad Esfahbod · 6 years ago
  71. 8d1e479 Use bool literals instead of 0/1. by Bruce Mitchener · 6 years ago
  72. a03f5f4 Replace "ISO 639" with "BCP 47" by David Corbett · 7 years ago
  73. 7e6e5bf Fix option string matching by Behdad Esfahbod · 6 years ago
  74. 38a7a8a Allow HB_OPTIONS=aat to prefer AAT tables over OT by Behdad Esfahbod · 6 years ago
  75. 5de2d9c Minor, fix double-promotion warnings (#1221) by Ebrahim Byagowi · 6 years ago
  76. ba0f0f1 Document setlocale() threadsafety issue by Behdad Esfahbod · 6 years ago
  77. d8d1e7d Don't enforce a native direction for Old Hungarian by David Corbett · 6 years ago
  78. becd84a Add HB_FEATURE_GLOBAL_START/END by Behdad Esfahbod · 6 years ago
  79. c77ae40 Rename hb-*private.hh to hb-*.hh by Behdad Esfahbod · 7 years ago
  80. 22defe0 Add guard around free_static_C_locale by Emil A Eklund · 7 years ago
  81. 6750ec6 [lazy] Use for C_locale by Behdad Esfahbod · 7 years ago
  82. 39607dc Support _ in feature ids by Martin Hosken · 7 years ago
  83. 1f73809 [atomic] Add hb_atomic_ptr_t<> and port all uses by Behdad Esfahbod · 7 years ago
  84. 4bc16ac [atomic] Add get_relaxed / set_relaxed by Behdad Esfahbod · 7 years ago
  85. e22a48a One more visibility trick by Behdad Esfahbod · 7 years ago
  86. be458eb Include more basic internal headers from hb-private.hh by Behdad Esfahbod · 7 years ago
  87. 46d8f0d Do not enforce a native direction of LTR for Runic by David Corbett · 7 years ago
  88. 060e6b4 Update to Unicode 11.0.0 by Behdad Esfahbod · 7 years ago
  89. f673cfb Support scripts that are written both LTR and RTL by Behdad Esfahbod · 7 years ago
  90. a60ba79 s/finish/fini by Behdad Esfahbod · 7 years ago
  91. f24b0b9 Update the links and revive the dead ones by Ebrahim Byagowi · 7 years ago
  92. 70d3654 Make atexit callbacks threadsafe (#930) by Ebrahim Byagowi · 7 years ago
  93. 5aa2c6e [atexit] Make hb_languate_item_t *langs freeing threadsafe by Behdad Esfahbod · 7 years ago
  94. 90218fa Fix typos. by Bruce Mitchener · 7 years ago
  95. c8f2a4f hb-common.cc: Hatran script is right-to-left (#714) by Cosimo Lupo · 7 years ago
  96. 85bb89a Fix string matching in parse_bool by David Corbett · 7 years ago
  97. 7f39f57 Implement strtod_l() on MSVC by Behdad Esfahbod · 7 years ago
  98. 8eaff98 Remove HB_TAG_CHAR4 by Behdad Esfahbod · 7 years ago
  99. dbdbfe3 Use nullptr instead of NULL by Behdad Esfahbod · 7 years ago
  100. 3ca69c8 Use strtod_l() to correctly parse decimal numbers in French & other locales by Behdad Esfahbod · 7 years ago