1. 4920747 Revert "Support pattern in non-standard hyphenation(Polish)" by Calvin Pan · 1 year, 2 months ago android14-dev
  2. 85797da Add default family flag to the font family by Seigo Nonaka · 1 year, 8 months ago
  3. d70a891 Support pattern in non-standard hyphenation(Polish) by Calvin Pan · 1 year, 11 months ago
  4. 0cd4413 Merge "Helper method to distribute advances evenly in ligature" by Haoyu Zhang · 1 year, 10 months ago
  5. f73bad3 Helper method to distribute advances evenly in ligature by Haoyu Zhang · 1 year, 10 months ago
  6. 367610e Revert "Subclass FontCollection." by Kohsuke Yatoh · 1 year, 10 months ago
  7. 4b08780 Consolidate getFamilyAt() calls to minikin. by Kohsuke Yatoh · 1 year, 11 months ago
  8. cb88f9f Subclass FontCollection. by Kohsuke Yatoh · 1 year, 11 months ago
  9. 5749e94 Hide FontFamily/FontCollection constructors. by Kohsuke Yatoh · 1 year, 11 months ago
  10. 6cb04d0 Make FontCollection::mSupportedAxes sorted array. by Kohsuke Yatoh · 1 year, 11 months ago
  11. f244302 Remove mPos from BufferReader. by Kohsuke Yatoh · 1 year, 11 months ago
  12. bb95718 Mark move constructor as noexcept. by Kohsuke Yatoh · 1 year, 11 months ago
  13. 4a682e1 Use alias for shared_ptr<Font>. by Kohsuke Yatoh · 1 year, 11 months ago
  14. 2cc659a Use alias for shared_ptr<FontFamily>. by Kohsuke Yatoh · 1 year, 11 months ago
  15. 55750b1 s/unique_ptr<SparseBitSet>/SparseBitSet/. by Kohsuke Yatoh · 1 year, 11 months ago
  16. bbbdf1a Optimize FontFamily fields. (2nd try) by Kohsuke Yatoh · 1 year, 11 months ago
  17. e23df95 Merge "Make SparseBitSet memory mappable." by Kohsuke Yatoh · 1 year, 11 months ago
  18. eef5600 Revert "Optimize FontFamily fields." by Kohsuke Yatoh · 1 year, 11 months ago
  19. 88e3874 Make SparseBitSet memory mappable. by Kohsuke Yatoh · 1 year, 11 months ago
  20. 00d043d Optimize FontFamily fields. by Kohsuke Yatoh · 2 years ago
  21. 6e906ec Introduce global MinikinFontFactory. by Kohsuke Yatoh · 2 years ago
  22. 1424836 Merge "Use CAS instead of mutex in Font." by Kohsuke Yatoh · 2 years ago
  23. c42cec8 Use CAS instead of mutex in Font. by Kohsuke Yatoh · 2 years ago
  24. 6f13292 Remove FontCollection::mFamilies. by Kohsuke Yatoh · 2 years ago
  25. a3a692a Add the line break word style(lw) in the style run. by James.cf Lin · 2 years, 5 months ago
  26. dd9595d Separate line break style from locale and set as style run by Seigo Nonaka · 2 years, 6 months ago
  27. 7b5c02b Add font extent calculation by Seigo Nonaka · 2 years, 7 months ago
  28. c2c041e Implement faster hyphenation line breaker by Seigo Nonaka · 2 years, 10 months ago
  29. 043315b Fix emoji override by Seigo Nonaka · 2 years, 8 months ago
  30. 554cb50 Expose raw typeface metadata buffer. by Kohsuke Yatoh · 3 years, 1 month ago android12-dev android12-qpr1-d-release android12-qpr1-d-s1-release android12-qpr1-d-s2-release android12-qpr1-d-s3-release android12-qpr1-release android-12.0.0_r16 android-12.0.0_r18 android-12.0.0_r19 android-12.0.0_r20 android-12.0.0_r21 android-12.0.0_r26 android-12.0.0_r27 android-12.0.0_r28 android-12.0.0_r29 android-12.0.0_r32
  31. 0a24da5 Calculate set of available font by Seigo Nonaka · 3 years, 1 month ago
  32. 31aebbf Shape the font for selecting multiple emoji fonts. by Seigo Nonaka · 3 years, 2 months ago
  33. b67f9c4 Update native font API to read updated font files by Seigo Nonaka · 3 years, 3 months ago
  34. 306e9b3 Fix possible zero division by Seigo Nonaka · 3 years, 3 months ago
  35. cfc893f Add SourceID interface to MinikinFont by Seigo Nonaka · 3 years, 5 months ago
  36. b460df6 Merge "Use shared pointer reference instead of raw pointer" into sc-dev by TreeHugger Robot · 3 years, 5 months ago
  37. 6c98cd4 Use shared pointer reference instead of raw pointer by Seigo Nonaka · 3 years, 5 months ago
  38. 4fa0563 Save LocaleList ID to Font instance by Seigo Nonaka · 3 years, 5 months ago
  39. cdde268 Add skip methods in BufferReader. by Kohsuke Yatoh · 3 years, 5 months ago
  40. 51e5c0c Add API for determining font type. by Seigo Nonaka · 3 years, 5 months ago
  41. bcdfce1 Add FontFileParser for retrieving various data from font file by Seigo Nonaka · 3 years, 6 months ago
  42. b3bee1d Add method that convert locale list ID to string by Seigo Nonaka · 3 years, 7 months ago
  43. 0e287c6 Expose family list in FontCollection by Seigo Nonaka · 3 years, 7 months ago
  44. c5d3c15 Fix Font::writeTo to init mTypeface if needed. by Kohsuke Yatoh · 3 years, 7 months ago
  45. d105378 Align objects in buffer. by Kohsuke Yatoh · 3 years, 7 months ago
  46. d59e2e1 Allow updating SystemFonts outside Zygote process. by Kohsuke Yatoh · 3 years, 8 months ago
  47. 51c4049 Make FontVariation POD. by Kohsuke Yatoh · 3 years, 8 months ago
  48. f7c8600 Use uint32_t instead of size_t in LayoutCache by Jerome Gaillard · 3 years, 8 months ago
  49. d0296a9 Support serializing FontCollection. by Kohsuke Yatoh · 3 years, 8 months ago
  50. 812561f Merge "Support serializing FontFamily." by TreeHugger Robot · 3 years, 9 months ago
  51. 721fdb4 Support serializing FontFamily. by Kohsuke Yatoh · 3 years, 9 months ago
  52. 4ba754a Remove bounding box calculation from LayoutCore by Seigo Nonaka · 3 years, 9 months ago
  53. 6aff9c6 Merge "Return referecne instead of copying" by TreeHugger Robot · 3 years, 9 months ago
  54. a60ba3d Merge "Stop implicit int conversion in Hasher." by TreeHugger Robot · 3 years, 9 months ago
  55. df9c721 Stop implicit int conversion in Hasher. by Seigo Nonaka · 3 years, 9 months ago
  56. ec0e5b8 Merge "Revert "Remove bounding box calculation from LayoutCore"" by TreeHugger Robot · 3 years, 9 months ago
  57. cd1268a Return referecne instead of copying by Seigo Nonaka · 3 years, 9 months ago
  58. e579e2b Revert "Remove bounding box calculation from LayoutCore" by Seigo Nonaka · 3 years, 9 months ago
  59. 6114aa7 Support serializing LocaleList. by Kohsuke Yatoh · 3 years, 9 months ago
  60. 8f920d2 Support serializing Font. by Kohsuke Yatoh · 3 years, 9 months ago
  61. 554b02a Merge "Add MinikinFont::GetFontPath()." by TreeHugger Robot · 3 years, 9 months ago
  62. ae01d6e Add MinikinFont::GetFontPath(). by Kohsuke Yatoh · 3 years, 9 months ago
  63. b14860c Stop copy and move of Font isntance by Seigo Nonaka · 3 years, 9 months ago
  64. cb32f69 Support serializing SparseBitSet. by Kohsuke Yatoh · 3 years, 9 months ago
  65. a368f02 Return Font instance instead of MinikinFont instance for TextShaper by Seigo Nonaka · 3 years, 10 months ago
  66. 07def96 Remove bounding box calculation from LayoutCore by Seigo Nonaka · 3 years, 9 months ago
  67. 4d51a4f Remove UniqueID in MinikinFont by Seigo Nonaka · 3 years, 9 months ago
  68. 3744ee6 Remove stats dumping code by Seigo Nonaka · 5 years ago
  69. 3628a2f Add runMax argument to itemize function by Seigo Nonaka · 5 years ago
  70. c520fe1 Change TabStop type from int to float by Seigo Nonaka · 5 years ago
  71. 85a04f1 Set batch horizontal advances callback by Seigo Nonaka · 5 years ago
  72. 71c3966 Fix uninitialized value access by Seigo Nonaka · 5 years ago
  73. 5104b11 Merge "rename paintFlags to fontFlags" by TreeHugger Robot · 5 years ago
  74. 8145630 rename paintFlags to fontFlags by Mike Reed · 5 years ago
  75. daeb5dd Enable libminikin for Windows by Jerome Gaillard · 5 years ago
  76. 09c6486 Wrong cast during hash computation by Seigo Nonaka · 5 years ago
  77. f1d3d37 Merge "Reconstruct new MeasuredText from existing MeasuredText" by Seigo Nonaka · 6 years ago
  78. 27da27e Do not break inside replacement span by Seigo Nonaka · 6 years ago
  79. 3ca4451 Reconstruct new MeasuredText from existing MeasuredText by Seigo Nonaka · 6 years ago
  80. 440bce8 Give higher score to custom fallback by Seigo Nonaka · 6 years ago
  81. 92b7ecf Make Singleton really singleton by Seigo Nonaka · 6 years ago
  82. 393da65 Merge "Introduce SystemFont for looking up FontCollection from family name" by TreeHugger Robot · 6 years ago
  83. b95fa3a Introduce SystemFont for looking up FontCollection from family name by Seigo Nonaka · 6 years ago
  84. 5f65df5 Change itemize arguments for making easy to call from NDK API by Seigo Nonaka · 6 years ago
  85. 7e073e8 Make a full host target for minikin by Jerome Gaillard · 6 years ago
  86. e767c80 Limit word length in Minikin layoutCache. by qqd · 6 years ago
  87. d04e22c Remove ICU C++ usage in Minikin. by qqd · 6 years ago
  88. 3904850 Remove libutil library dependency from minikin by Seigo Nonaka · 6 years ago
  89. d4d9603 Make Font copy-able by Seigo Nonaka · 6 years ago
  90. 71a50c3 Cleanup: Remove unused padding arguments by Seigo Nonaka · 6 years ago
  91. e11fead Reorganize headers by Seigo Nonaka · 6 years ago
  92. 749722f Reduce the memory usage by stop using LayoutCacheKey in LayoutPieces by Seigo Nonaka · 6 years ago
  93. 3e331a4 Refactoring: Stop using Layout as a cache entry by Seigo Nonaka · 6 years ago
  94. d76e38d Merge "Enable C++17" by TreeHugger Robot · 6 years ago
  95. 195d93d Enable C++17 by Seigo Nonaka · 6 years ago
  96. f5e9498 Reduce memory usage of LayoutCache and MeasuredText by Seigo Nonaka · 6 years ago
  97. 3da4269 Include MinikinPaint into cache key by Seigo Nonaka · 6 years ago
  98. 43a52c5 Precompute full hyphenation layout by Seigo Nonaka · 6 years ago
  99. 0385197 Fix infinity loop due to negative width by Seigo Nonaka · 6 years ago
  100. 705f31e Move LayoutCache to its own header with adding tests by Seigo Nonaka · 6 years ago