summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2018-02-28Move BidiText to its own header with testsSeigo 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-09Remove global mutex lock from minikinSeigo Nonaka
2018-02-08Merge "Introduce own mutex for LayoutCache"TreeHugger Robot
2018-02-08Merge "Make some thread-unsafe functions thread-safe in Layout.cpp"TreeHugger Robot
2018-02-08Merge "Use own private mutex for guarding pool in BreakerPool"TreeHugger Robot
2018-02-08Introduce own mutex for LayoutCacheSeigo Nonaka
2018-02-08Merge "Use own mutex for guarding hyphenator map"TreeHugger Robot
2018-02-08Use own private mutex for guarding pool in BreakerPoolSeigo Nonaka
2018-02-08Merge "Remove HbFontCache"TreeHugger Robot
2018-02-07Make some thread-unsafe functions thread-safe in Layout.cppSeigo Nonaka
2018-02-07Remove HbFontCacheSeigo Nonaka
2018-02-07Introduce own mutex for LocaleListCacheSeigo Nonaka
2018-02-07Use own mutex for guarding hyphenator mapSeigo 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-06Merge "Remove purgeHbFontCacheLocked"TreeHugger Robot
2018-02-02Remove purgeHbFontCacheLockedSeigo Nonaka
2018-02-02Log the message only when the read size exceeds 32bitSeigo Nonaka
2018-02-02Merge "Clean Up: Make minikin::Font non copy-able"TreeHugger Robot
2018-02-01Merge "Assume FontFamily holds at least one font"TreeHugger Robot
2018-01-31Assume FontFamily holds at least one fontSeigo Nonaka
2018-01-30Clean Up: Make minikin::Font non copy-ableSeigo Nonaka
2018-01-30Reorganize the arguments of Layout functionsSeigo Nonaka
2018-01-29Store FontCollection in MinikinPaintSeigo Nonaka
2018-01-22Compute full layout in MeasuredTextSeigo Nonaka
2018-01-20Remove unused argument LayoutOverhangSeigo Nonaka
2018-01-18Merge "Store hyphenated pieces in MeasuredText"TreeHugger Robot
2018-01-17Fix OOB read due to integer overflowSeigo Nonaka
2018-01-16Store hyphenated pieces in MeasuredTextSeigo Nonaka
2018-01-08Reorganize optimal line breakerSeigo Nonaka
2018-01-08Add OptimalLineBreakerTestSeigo Nonaka
2017-12-15Remove unused codeSeigo Nonaka
2017-12-12Implement new line breaker for greedy algorithmSeigo 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