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