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