- 3d404be Reland "Attach whitespaces to the neighbor unresolved blocks" by Julia Lavrova · 4 years, 5 months ago
- 059ed67 Update types in TextStyle to use member initialization syntax. by John Stiles · 4 years, 5 months ago
- c88a6ac Add missing #includes for referenced types. by John Stiles · 4 years, 5 months ago
- 1436462 Revert "Attach whitespaces to the neighbor unresolved blocks" by Robert Phillips · 4 years, 5 months ago
- 131c5ad Attach whitespaces to the neighbor unresolved blocks by Julia Lavrova · 4 years, 5 months ago
- 90787fe Reland #3 "ICU API: only in SkParagraph, simplified." by Julia Lavrova · 4 years, 5 months ago
- d007281 Fix clang 12 Wsuggest-override and Wsuggest-destructor-override by Brian Salomon · 4 years, 5 months ago
- e36a466 Revert "Reland "ICU API: only in SkParagraph, simplified (relanding reverted)."" by Robert Phillips · 4 years, 5 months ago
- 16fbc24 Reland "ICU API: only in SkParagraph, simplified (relanding reverted)." by Julia Lavrova · 4 years, 6 months ago
- a30095d Revert "ICU API: only in SkParagraph, simplified (relanding reverted)." by Julia Lavrova · 4 years, 6 months ago
- 7479eda ICU API: only in SkParagraph, simplified (relanding reverted). by Julia Lavrova · 4 years, 7 months ago
- 70258c7 add SkParagraph to public headers and fix warnings by Julia Lavrova · 4 years, 6 months ago
- 196515c Line metrics: correct text width by Julia Lavrova · 4 years, 6 months ago
- 1d784c7 TextStyle::matchOneAttribute compares backgrounds even if they don’t exist by Julia Lavrova · 4 years, 6 months ago
- ce6f24d Placeholders coming from flutter can have Inf sizes by Julia Lavrova · 4 years, 6 months ago
- a6d1e98 Revert "ICU API: only in SkParagraph, simplified." by Julia Lavrova · 4 years, 6 months ago
- 8d639e1 ICU API: only in SkParagraph, simplified. by Julia Lavrova · 4 years, 7 months ago
- 7000ccd Cleanup for TextLine::getGlyphPositionAtCoordinate. by Ben Wagner · 4 years, 6 months ago
- 2002b86 Fixing line metrics (baseline) - de-coupled from ICU CL by Julia Lavrova · 4 years, 6 months ago
- c4d4905 Cleaning codepoints/grapheme mess; it also helps with ICU API by Julia Lavrova · 4 years, 7 months ago
- 30212b7 Fix implicit fallthroughs throughout Skia. by John Stiles · 4 years, 7 months ago
- f69e408 move dummy onMakeFromFontData() into .cpp by Mike Klein · 4 years, 7 months ago
- f700549 Keeping run metrics rather than calculating them every time by Julia Lavrova · 4 years, 7 months ago
- 73905c3 Removing fOffsets array from Run; optimizing copyTo by Julia Lavrova · 4 years, 7 months ago
- cb40620 Document skia::textlayout::Run is non-assignable. by Ben Wagner · 4 years, 7 months ago
- d449f51 minor reordering of fields to save space by Mike Reed · 4 years, 7 months ago
- e2c83a3 Optimize findLimitingClusters by Julia Lavrova · 4 years, 7 months ago
- d470f40 Dealing with another crash when some fonts are unresolved by Julia Lavrova · 4 years, 7 months ago
- f6c48c0 inline Cluster::run() by Mike Reed · 4 years, 7 months ago
- 149f22d ICU optimization by Julia Lavrova · 4 years, 7 months ago
- c11ab9a Revert "ICU optimization" by Julia Lavrova · 4 years, 7 months ago
- cc6349d ICU optimization by Julia Lavrova · 4 years, 7 months ago
- bfe44b6 Don't leak ref returned by SkFontMgr::matchFamilyStyle. by Ben Wagner · 4 years, 7 months ago
- c48caaa Fixing crash when some fonts are unresolved by Julia Lavrova · 4 years, 7 months ago
- 63559a5 Revert "Revert "gms for SkParagraph"" by Mike Reed · 4 years, 7 months ago
- e37d578 Revert "gms for SkParagraph" by Mike Reed · 4 years, 7 months ago
- 7351f8c gms for SkParagraph by Mike Reed · 4 years, 7 months ago
- 5b8dd73 Hide ICU C++ API from Skia users. by Ben Wagner · 4 years, 7 months ago
- 2837f24 Revert "Hide ICU C++ API from Skia users." by Ben Wagner · 4 years, 7 months ago
- 5ef0d2f Hide ICU C++ API from Skia users. by Ben Wagner · 4 years, 7 months ago
- 19ef693 Remove last unistr.h include. by Ben Wagner · 4 years, 7 months ago
- b985b4b Remove use of ICU C++ API from SkParagraph. by Ben Wagner · 4 years, 7 months ago
- 4ca7a81 Remove use of brkiter from SkParagraph. by Ben Wagner · 4 years, 7 months ago
- af6de9f Condition SkLoadICU on SK_USING_THIRD_PARTY_ICU. by Ben Wagner · 4 years, 7 months ago
- c087221 Pre-allocate space for single run fRunsInVisualOrder. by Ben Wagner · 4 years, 7 months ago
- bbc6f0a Initialize ICU before use in SkParagraph. by Ben Wagner · 4 years, 7 months ago
- ebebf6e Move SkParagraph bits into skparagraph directory. by Ben Wagner · 4 years, 7 months ago
- 5aefbb3 Revert "prealloc space for a simple fRunsInVisualOrder" by Mike Reed · 4 years, 7 months ago
- be997df prealloc space for a simple fRunsInVisualOrder by Mike Reed · 4 years, 7 months ago
- 934b999 try drawing underline with rect instead of line/path by Mike Reed · 4 years, 7 months ago
- c865356 Avoid malloc calls for these two temp arrays on the stack. by Mike Reed · 4 years, 7 months ago
- 45852a5 use floats (and multiplies) for littleRound by Mike Reed · 4 years, 7 months ago
- 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 7 months ago
- c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 7 months ago
- c7e35b2b Remove OneLineShaper::increment. by Ben Wagner · 4 years, 7 months ago
- fa00ae4 Iterate over unresolved instead of cycling. by Ben Wagner · 4 years, 7 months ago
- 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 7 months ago
- 656ee7b Remove canvas save/translate/restore when it's not needed. by Julia Lavrova · 4 years, 7 months ago
- 55b3dc0 Make SkParagraph Run moveable. by Ben Wagner · 4 years, 8 months ago
- 0b13cec Make TextLine::fEllipsis unique_ptr. by Ben Wagner · 4 years, 8 months ago
- e73e2fc Don't shadow the name textRange. by Ben Wagner · 4 years, 8 months ago
- 3ea8625 Attaching ellipsis to emoji cluster by Julia Lavrova · 4 years, 8 months ago
- 568f35f Turn off underline with gaps by Julia Lavrova · 4 years, 8 months ago
- 68d1433 Fixing minor bugs: ellipsis on justified text by Julia Lavrova · 4 years, 8 months ago
- dd1de25 Fix TextHeightBehavior by Julia Lavrova · 4 years, 8 months ago
- 6bdbd3d Lines ending with hard line breaks should not be justified by Julia Lavrova · 4 years, 8 months ago
- 18db52f Skips in underline decorations by Julia Lavrova · 4 years, 8 months ago
- 9588a64 TextHeightBehavior implemented by Julia Lavrova · 4 years, 8 months ago
- 8335ab6 Hide more of leftToRight checks by Julia Lavrova · 4 years, 8 months ago
- f4cf893 LTR/RTL iterateThroughClustersInGlyphsOrder simplified by Julia Lavrova · 4 years, 8 months ago
- b920a0b Small bugs in tests by Julia Lavrova · 4 years, 9 months ago
- 4f8297d Small bugs in tests by Julia Lavrova · 4 years, 9 months ago
- f3f822c getRectForRange with HeightStyle == kTight should ignore strut metrics by Julia Lavrova · 4 years, 9 months ago
- cff970c MinIntrinsicWidth should ignore placeholders by Julia Lavrova · 4 years, 9 months ago
- cd2d4e4 Mixed languages text crashes by Julia Lavrova · 4 years, 9 months ago
- 96f6401 harmonize rewrite-includes and gn-format checks by Mike Klein · 4 years, 9 months ago
- a01c6b0 reformat GN files by Mike Klein · 4 years, 9 months ago
- 507e486 Revert "Enable deprecated-copy-dtor warning." by Ben Wagner · 4 years, 9 months ago
- e990fcc Enable deprecated-copy-dtor warning. by Ben Wagner · 4 years, 9 months ago
- 833313b Add back deprecated warnings. by Ben Wagner · 4 years, 9 months ago
- a169b00 Respect grapheme clusters when wrapping text by Julia Lavrova · 4 years, 9 months ago
- 99ede42 Some bengali text does not have cluster index in ascending order by Julia Lavrova · 4 years, 10 months ago
- 54de2fa Cache resolved typefaces by Unichar + SkFontStyle + locale by Julia Lavrova · 4 years, 10 months ago
- cd2a4d6 Adjusting getRectsForRange to grapheme edges. by Julia Lavrova · 4 years, 10 months ago
- 2813d45 getRectsForRange results must be adjusted to glyphs. by Julia Lavrova · 4 years, 10 months ago
- 3c79a23 Selection in justification: Bugs: skia: 9969 by Julia Lavrova · 4 years, 10 months ago
- a0708e8 Bugs: skia: 9968 Move justification shifts into Run by Julia Lavrova · 4 years, 10 months ago
- 76ae22e Bugs by Julia Lavrova · 4 years, 10 months ago
- 7dcb4d2 Bugs by Julia Lavrova · 4 years, 10 months ago
- 6207697 Bugs by Julia Lavrova · 4 years, 10 months ago
- c7a9a07 Bug fixes by Julia Lavrova · 4 years, 10 months ago
- 212bf07 layout/relayout with different widths and justification by Julia Lavrova · 4 years, 11 months ago
- f6a0b45 Store ProgramDesc on DDLs alongside the GrProgramInfo by Robert Phillips · 4 years, 11 months ago
- 886e850 Apply fake bold and italic settings to the SkFont if the typeface needs them by Jason Simmons · 4 years, 11 months ago
- d6ff6f7 Fix typo: widthWithGhostSpaces by Jason Simmons · 4 years, 11 months ago
- 788b916 Remove SkTMin and SkTMax by Brian Osman · 5 years ago
- c036058 Cache should work with INF values by Julia Lavrova · 5 years ago
- 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 5 years ago
- 95a9e69 Make assert less sensitive to rounding errors by Julia Lavrova · 5 years ago
- d3a32c5 RTL fixes + few small bugs by Julia Lavrova · 5 years ago