1. 3628a2f Add runMax argument to itemize function by Seigo Nonaka · 5 years ago
  2. c520fe1 Change TabStop type from int to float by Seigo Nonaka · 5 years ago
  3. 85a04f1 Set batch horizontal advances callback by Seigo Nonaka · 5 years ago
  4. 71c3966 Fix uninitialized value access by Seigo Nonaka · 5 years ago
  5. 5104b11 Merge "rename paintFlags to fontFlags" by TreeHugger Robot · 5 years ago
  6. 8145630 rename paintFlags to fontFlags by Mike Reed · 5 years ago
  7. daeb5dd Enable libminikin for Windows by Jerome Gaillard · 5 years ago
  8. 09c6486 Wrong cast during hash computation by Seigo Nonaka · 5 years ago
  9. f1d3d37 Merge "Reconstruct new MeasuredText from existing MeasuredText" by Seigo Nonaka · 5 years ago
  10. 27da27e Do not break inside replacement span by Seigo Nonaka · 5 years ago
  11. 3ca4451 Reconstruct new MeasuredText from existing MeasuredText by Seigo Nonaka · 6 years ago
  12. 440bce8 Give higher score to custom fallback by Seigo Nonaka · 6 years ago
  13. 92b7ecf Make Singleton really singleton by Seigo Nonaka · 6 years ago
  14. 393da65 Merge "Introduce SystemFont for looking up FontCollection from family name" by TreeHugger Robot · 6 years ago
  15. b95fa3a Introduce SystemFont for looking up FontCollection from family name by Seigo Nonaka · 6 years ago
  16. 5f65df5 Change itemize arguments for making easy to call from NDK API by Seigo Nonaka · 6 years ago
  17. 7e073e8 Make a full host target for minikin by Jerome Gaillard · 6 years ago
  18. e767c80 Limit word length in Minikin layoutCache. by qqd · 6 years ago
  19. d04e22c Remove ICU C++ usage in Minikin. by qqd · 6 years ago
  20. 3904850 Remove libutil library dependency from minikin by Seigo Nonaka · 6 years ago
  21. d4d9603 Make Font copy-able by Seigo Nonaka · 6 years ago
  22. 71a50c3 Cleanup: Remove unused padding arguments by Seigo Nonaka · 6 years ago
  23. e11fead Reorganize headers by Seigo Nonaka · 6 years ago
  24. 749722f Reduce the memory usage by stop using LayoutCacheKey in LayoutPieces by Seigo Nonaka · 6 years ago
  25. 3e331a4 Refactoring: Stop using Layout as a cache entry by Seigo Nonaka · 6 years ago
  26. d76e38d Merge "Enable C++17" by TreeHugger Robot · 6 years ago
  27. 195d93d Enable C++17 by Seigo Nonaka · 6 years ago
  28. f5e9498 Reduce memory usage of LayoutCache and MeasuredText by Seigo Nonaka · 6 years ago
  29. 3da4269 Include MinikinPaint into cache key by Seigo Nonaka · 6 years ago
  30. 43a52c5 Precompute full hyphenation layout by Seigo Nonaka · 6 years ago
  31. 0385197 Fix infinity loop due to negative width by Seigo Nonaka · 6 years ago
  32. 705f31e Move LayoutCache to its own header with adding tests by Seigo Nonaka · 6 years ago
  33. dd088da Refactoring: Remove LayoutContext by Seigo Nonaka · 6 years ago
  34. 0ed718b Merge "Move BidiText to its own header with tests" by TreeHugger Robot · 6 years ago
  35. 56f8ea5 Move BidiText to its own header with tests by Seigo Nonaka · 6 years ago
  36. 8e60b6f Stop including CR, LF characters in the previous run by Seigo Nonaka · 6 years ago
  37. 249dd6f Merge "Fix emoji presentation priority" by TreeHugger Robot · 6 years ago
  38. 7fbdd83 Fix emoji presentation priority by Seigo Nonaka · 6 years ago
  39. e9bf55a Enable thread safety annotation by Seigo Nonaka · 6 years ago
  40. 055beb3 Merge "Introduce equal operator to MinikinPaint" by TreeHugger Robot · 6 years ago
  41. 7d8c4ed Remove global mutex lock from minikin by Seigo Nonaka · 6 years ago
  42. b674183 Introduce own mutex for LayoutCache by Seigo Nonaka · 6 years ago
  43. 3dec83e Make some thread-unsafe functions thread-safe in Layout.cpp by Seigo Nonaka · 6 years ago
  44. a22996e Remove HbFontCache by Seigo Nonaka · 6 years ago
  45. 4de8639 Revert "Remove HbFontCache" by Seigo Nonaka · 6 years ago
  46. ca2f1bb Revert "Make some thread-unsafe functions thread-safe in Layout.cpp" by Seigo Nonaka · 6 years ago
  47. ed05ce7 Make some thread-unsafe functions thread-safe in Layout.cpp by Seigo Nonaka · 6 years ago
  48. 6c6954b Remove HbFontCache by Seigo Nonaka · 6 years ago
  49. 8ed7552 Introduce equal operator to MinikinPaint by Seigo Nonaka · 6 years ago
  50. e1cfa7d Clean Up: Make minikin::Font non copy-able by Seigo Nonaka · 6 years ago
  51. 3fdf60d Reorganize the arguments of Layout functions by Seigo Nonaka · 6 years ago
  52. c44dffc Merge "Store FontCollection in MinikinPaint" by TreeHugger Robot · 6 years ago
  53. 37dd6e7 Store FontCollection in MinikinPaint by Seigo Nonaka · 6 years ago
  54. 0650cf2 Introduce getMemoryUsage for reporting memory usage of the MeasuredText by Seigo Nonaka · 6 years ago
  55. 7719a64 Compute full layout in MeasuredText by Seigo Nonaka · 6 years ago
  56. 5cc07b9 Remove unused argument LayoutOverhang by Seigo Nonaka · 6 years ago
  57. c961162 Store hyphenated pieces in MeasuredText by Seigo Nonaka · 6 years ago
  58. 366f57f Reorganize optimal line breaker by Seigo Nonaka · 6 years ago
  59. 437f86f Remove unused code by Seigo Nonaka · 6 years ago
  60. 524d294 Stop creating local vector for storing temporary hyphenation result by Seigo Nonaka · 6 years ago
  61. 0948fbb Move LineBreaker class definition to private by Seigo Nonaka · 6 years ago
  62. 26ef169 Move MeasuredText to its own file and store runs in it. by Seigo Nonaka · 7 years ago
  63. 6c8722e Apply clang-format by Seigo Nonaka · 7 years ago
  64. 0dcb27d Measure the text before starting line break. by Seigo Nonaka · 7 years ago
  65. 4f6f2c8 Fix crash due to de-reference of dangling pointer by Seigo Nonaka · 7 years ago
  66. b27a392 Decouple the text measurement from the LineBreaker by Seigo Nonaka · 7 years ago
  67. 84a9c64 Merge "Revert "Decouple the text measurement from the LineBreaker"" by TreeHugger Robot · 7 years ago
  68. 652814b Revert "Decouple the text measurement from the LineBreaker" by Seigo Nonaka · 7 years ago
  69. e8108c6 Merge "Decouple the text measurement from the LineBreaker" by TreeHugger Robot · 7 years ago
  70. ad63f0e Decouple the text measurement from the LineBreaker by Seigo Nonaka · 7 years ago
  71. 538122d Move FontVariant from FontStyle to FontFamily by Seigo Nonaka · 7 years ago
  72. d565f7d Rewrite LineBreaker with U16StringPiece and Range by Seigo Nonaka · 7 years ago
  73. 12bf54f Revert "Store FontCollection in MinikinPaint" by Seigo Nonaka · 7 years ago
  74. bcc364d Store FontCollection in MinikinPaint by Seigo Nonaka · 7 years ago
  75. b1363f2 Introduce start/end hyphen edit enum and pass separately in most places by Seigo Nonaka · 7 years ago
  76. b24f091 Merge "Implement desperate breaks in optimal line breaking" by TreeHugger Robot · 7 years ago
  77. 730c8bc Implement desperate breaks in optimal line breaking by Roozbeh Pournader · 7 years ago
  78. b47e9b2 Move FontStyle to MinikinPaint member by Seigo Nonaka · 7 years ago
  79. 19ce566 Remove MinikinFont and FontFakery from MinikinPaint. by Seigo Nonaka · 7 years ago
  80. fcdbc16 Merge "Fix unexpected type conversion during hash calculation" by Seigo Nonaka · 7 years ago
  81. 62fcb73 Fix unexpected type conversion during hash calculation by Seigo Nonaka · 7 years ago
  82. 78aadd5 Use enum class for Bidi flags by Seigo Nonaka · 7 years ago
  83. 1d46158 Style cleanup. by Seigo Nonaka · 7 years ago
  84. b76fd0c Use minikin's HyphenatorMap in LineBreaker. by Seigo Nonaka · 7 years ago
  85. 237f066 Make Slovenian act like Polish with explicit hyphens by Roozbeh Pournader · 7 years ago
  86. 8fbcbda Introduce HyphenatorMap for managing hyphenator in Minikin by Seigo Nonaka · 7 years ago
  87. 01babd6 Separate greedy and optimal line breaking algorithms by Roozbeh Pournader · 7 years ago
  88. 208916a Remove optimal-only fields in line breaker candidates by Roozbeh Pournader · 7 years ago
  89. 5881c06 Use overhang information in the greedy line breaker by Roozbeh Pournader · 7 years ago
  90. f6596e3 Improve algorithm for greedy line breaker by Roozbeh Pournader · 7 years ago
  91. fcbf920 Merge "Remove addStyleRun return value." by TreeHugger Robot · 7 years ago
  92. 6ab6544 Remove addStyleRun return value. by Seigo Nonaka · 7 years ago
  93. 54c69ab Add overhangs to candidate information in LineBreaker by Roozbeh Pournader · 7 years ago
  94. 2bc5642 Merge "Use left-side overhang info for post-hyphenated subwords" by TreeHugger Robot · 7 years ago
  95. 87c2e24 Use left-side overhang info for post-hyphenated subwords by Roozbeh Pournader · 7 years ago
  96. 4cf0e37 Merge "Pass locale and hyphenators to addReplacement" by TreeHugger Robot · 7 years ago
  97. a25e232 Support paddings in LineWidthDelegate by Roozbeh Pournader · 7 years ago
  98. 44452cc Pass locale and hyphenators to addReplacement by Seigo Nonaka · 7 years ago
  99. 5aa870f Remove mLocale and save locale into Hyphenator. by Seigo Nonaka · 7 years ago
  100. 8135e02 Restart word breaker from the start of the run when locale changed by Seigo Nonaka · 7 years ago