1. f80c34e Whitespace by Behdad Esfahbod · 9 years ago
  2. 2f560ee [tibetan] Reorder marks to better match Uniscribe by Behdad Esfahbod · 9 years ago
  3. 3e10460 Minor comment by Behdad Esfahbod · 9 years ago
  4. aae2847 Emoji skin tone modifiers need to be treated as combining marks by Behdad Esfahbod · 9 years ago
  5. 59821ab [arabic] Don't stretch over cased letters by Behdad Esfahbod · 9 years ago
  6. 6e6f82b Implement SYRIAC ABBREVIATION MARK with 'stch' feature by Behdad Esfahbod · 9 years ago
  7. 49ef630 Adjust the width of various spaces if font does not cover them by Behdad Esfahbod · 9 years ago
  8. 7793aad Normalize various spaces to space if font doesn't support by Behdad Esfahbod · 9 years ago
  9. 90d75f9 Tighten ccc-setting a bit and document it by Behdad Esfahbod · 9 years ago
  10. f8160a4 Add FLAG_SAFE() for values known to be small-enough by Behdad Esfahbod · 10 years ago
  11. 164c13d Another try to fix Mongolian free variation selectors by Behdad Esfahbod · 11 years ago
  12. 878a253 Minor by Behdad Esfahbod · 11 years ago
  13. 7627100 Mark unsigned integer literals with the u suffix by Behdad Esfahbod · 11 years ago
  14. 577ca48 [unicode7] Update list of Default_Ignorable codepoints by Behdad Esfahbod · 11 years ago
  15. 9c94118 [tibetan] Reorder PADMA sign to occur after other below marks by Behdad Esfahbod · 11 years ago
  16. 391934d [unicode] Exclude the Jamo Filler characters from Default_Ignorable, as some fonts want these to be visible/spacing glyphs. by Jonathan Kew · 11 years ago
  17. 15f6704 Reorder Tai Tham SAKOT to ensure it comes after any tone marks by Behdad Esfahbod · 11 years ago
  18. 2a8c49a Remove unnecessary includes by Behdad Esfahbod · 11 years ago
  19. a8bf0e9 Add U+061C ARABIC LETTER MARK to Default_Ignorable by Behdad Esfahbod · 12 years ago
  20. cc50bf5 Remove Hangul filler characters from Default_Ignorable chars by Behdad Esfahbod · 12 years ago
  21. 1c8654e [Myanmar] Prevent reordering between Asat and Dot below by Behdad Esfahbod · 12 years ago
  22. cf3afd8 Rename and revamp is_zero_width() to be is_default_ignorable() by Behdad Esfahbod · 12 years ago
  23. 028a170 Refactor common macro by Behdad Esfahbod · 13 years ago
  24. d5045a5 [ICU] Use new normalizer2 compose/decompose API by Behdad Esfahbod · 13 years ago
  25. 56c9e7c Fill out combining class resetting for fallback shaping Thai/Lao/Tibetan by Behdad Esfahbod · 13 years ago
  26. 2175693 [OT] Implement fallback positioning by Behdad Esfahbod · 13 years ago
  27. 0f8881d More refactoring by Behdad Esfahbod · 13 years ago
  28. 61f4184 Add Hebrew presentation forms shaping by Behdad Esfahbod · 13 years ago
  29. 6adf417 Use a lookup table for modified_combining_class by Behdad Esfahbod · 13 years ago
  30. 208f70f Inline Unicode callbacks internally by Behdad Esfahbod · 13 years ago
  31. 7470315 Move unicode accessors around by Behdad Esfahbod · 13 years ago
  32. 21fdcee Add hb_unicode_combining_class_t by Behdad Esfahbod · 13 years ago
  33. 378d279 Implement Unicode compatibility decompositions by Behdad Esfahbod · 13 years ago
  34. 35bdab3 Minor by Behdad Esfahbod · 13 years ago
  35. 478fd05 Minor by Behdad Esfahbod · 13 years ago
  36. 8979a7f [Mongolian] Remove Mongolian Vowel Separator at the end of shaping by Behdad Esfahbod · 13 years ago
  37. 9a5b421 Fix build with no Unicode funcs implementations provided by Behdad Esfahbod · 13 years ago
  38. 1bc1cb3 Make source more digestable for gobject-introspection by Behdad Esfahbod · 13 years ago
  39. 6220e5f Add ASSERT_POD for most objects by Behdad Esfahbod · 13 years ago
  40. be4560a Undo default unicode-funcs to avoid static initializer again by Behdad Esfahbod · 13 years ago
  41. f06ab8a Better hide nil objects and make them const by Behdad Esfahbod · 13 years ago
  42. 96a9ef0 Remove tab character like other "zero-width" characters by Behdad Esfahbod · 13 years ago
  43. bc14565 Warn if no Unicode functions implementation is found by Behdad Esfahbod · 13 years ago
  44. d1deaa2 Replace zerowidth invisible chars with a zero-advance space glyph by Behdad Esfahbod · 13 years ago
  45. 6769f21 More moving code around by Behdad Esfahbod · 13 years ago
  46. 2db2a56 Move code around by Behdad Esfahbod · 13 years ago
  47. 5ddd9cc Minor by Behdad Esfahbod · 14 years ago
  48. c605bbb Remove C++ guards from source files by Behdad Esfahbod · 14 years ago
  49. c464172 [API] Add compose() and decompose() unicode funcs, rename other ones by Behdad Esfahbod · 14 years ago
  50. 891c475 Humm, undo some shuffling by Behdad Esfahbod · 14 years ago
  51. 4b6317c More code shuffling by Behdad Esfahbod · 14 years ago
  52. 6af9cff [test/unicode] Use text fixture instead of static variables by Behdad Esfahbod · 14 years ago
  53. d4bee9f [API] Add hb_unicode_funcs_get_default() by Behdad Esfahbod · 14 years ago
  54. fca368c Add hb_object_header_t which is the common part of all objects by Behdad Esfahbod · 14 years ago
  55. 2409d5f Update Copyright headers by Behdad Esfahbod · 14 years ago
  56. c57d454 Rename all private sources and headers to C++ files by Behdad Esfahbod · 14 years ago
  57. fb194b8 unicode: Cleanup implementation by Behdad Esfahbod · 14 years ago