summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-04-04Include MinikinPaint into cache keySeigo Nonaka
2018-03-14Precompute full hyphenation layoutSeigo Nonaka
2018-03-08Fix infinity loop due to negative widthSeigo Nonaka
2018-03-01Move LayoutCache to its own header with adding testsSeigo Nonaka
2018-03-01Refactoring: Remove LayoutContextSeigo Nonaka
2018-03-01Merge "Move BidiText to its own header with tests"TreeHugger Robot
2018-02-28Move BidiText to its own header with testsSeigo Nonaka
2018-02-23Stop including CR, LF characters in the previous runSeigo Nonaka
2018-02-21Merge "Fix emoji presentation priority"TreeHugger Robot
2018-02-20Fix emoji presentation prioritySeigo Nonaka
2018-02-16Enable thread safety annotationSeigo Nonaka
2018-02-13Merge "Introduce equal operator to MinikinPaint"TreeHugger Robot
2018-02-09Remove global mutex lock from minikinSeigo Nonaka
2018-02-08Introduce own mutex for LayoutCacheSeigo Nonaka
2018-02-07Make some thread-unsafe functions thread-safe in Layout.cppSeigo Nonaka
2018-02-07Remove HbFontCacheSeigo Nonaka
2018-02-07Revert "Remove HbFontCache"Seigo Nonaka
2018-02-07Revert "Make some thread-unsafe functions thread-safe in Layout.cpp"Seigo Nonaka
2018-02-06Make some thread-unsafe functions thread-safe in Layout.cppSeigo Nonaka
2018-02-06Remove HbFontCacheSeigo Nonaka
2018-02-05Introduce equal operator to MinikinPaintSeigo Nonaka
2018-01-30Clean Up: Make minikin::Font non copy-ableSeigo Nonaka
2018-01-30Reorganize the arguments of Layout functionsSeigo Nonaka
2018-01-30Merge "Store FontCollection in MinikinPaint"TreeHugger Robot
2018-01-29Store FontCollection in MinikinPaintSeigo Nonaka
2018-01-24Introduce getMemoryUsage for reporting memory usage of the MeasuredTextSeigo Nonaka
2018-01-22Compute full layout in MeasuredTextSeigo Nonaka
2018-01-20Remove unused argument LayoutOverhangSeigo Nonaka
2018-01-16Store hyphenated pieces in MeasuredTextSeigo Nonaka
2018-01-08Reorganize optimal line breakerSeigo Nonaka
2017-12-15Remove unused codeSeigo Nonaka
2017-12-12Stop creating local vector for storing temporary hyphenation resultSeigo Nonaka
2017-12-06Move LineBreaker class definition to privateSeigo Nonaka
2017-12-04Move MeasuredText to its own file and store runs in it.Seigo Nonaka
2017-11-29Apply clang-formatSeigo Nonaka
2017-11-29Measure the text before starting line break.Seigo Nonaka
2017-11-29Fix crash due to de-reference of dangling pointerSeigo Nonaka
2017-11-21Decouple the text measurement from the LineBreakerSeigo Nonaka
2017-11-21Merge "Revert "Decouple the text measurement from the LineBreaker""TreeHugger Robot
2017-11-21Revert "Decouple the text measurement from the LineBreaker"Seigo Nonaka
2017-11-21Merge "Decouple the text measurement from the LineBreaker"TreeHugger Robot
2017-11-20Decouple the text measurement from the LineBreakerSeigo Nonaka
2017-11-17Move FontVariant from FontStyle to FontFamilySeigo Nonaka
2017-11-15Rewrite LineBreaker with U16StringPiece and RangeSeigo Nonaka
2017-11-13Revert "Store FontCollection in MinikinPaint"Seigo Nonaka
2017-11-09Store FontCollection in MinikinPaintSeigo Nonaka
2017-11-08Introduce start/end hyphen edit enum and pass separately in most placesSeigo Nonaka
2017-11-08Merge "Implement desperate breaks in optimal line breaking"TreeHugger Robot
2017-11-07Implement desperate breaks in optimal line breakingRoozbeh Pournader
2017-11-07Move FontStyle to MinikinPaint memberSeigo Nonaka