1. cd2d4e4 Mixed languages text crashes by Julia Lavrova · 4 years, 10 months ago
  2. 96f6401 harmonize rewrite-includes and gn-format checks by Mike Klein · 4 years, 10 months ago
  3. a01c6b0 reformat GN files by Mike Klein · 4 years, 10 months ago
  4. 507e486 Revert "Enable deprecated-copy-dtor warning." by Ben Wagner · 4 years, 10 months ago
  5. e990fcc Enable deprecated-copy-dtor warning. by Ben Wagner · 4 years, 10 months ago
  6. 833313b Add back deprecated warnings. by Ben Wagner · 4 years, 10 months ago
  7. a169b00 Respect grapheme clusters when wrapping text by Julia Lavrova · 4 years, 10 months ago
  8. 99ede42 Some bengali text does not have cluster index in ascending order by Julia Lavrova · 4 years, 10 months ago
  9. 54de2fa Cache resolved typefaces by Unichar + SkFontStyle + locale by Julia Lavrova · 4 years, 11 months ago
  10. cd2a4d6 Adjusting getRectsForRange to grapheme edges. by Julia Lavrova · 4 years, 11 months ago
  11. 2813d45 getRectsForRange results must be adjusted to glyphs. by Julia Lavrova · 4 years, 11 months ago
  12. 3c79a23 Selection in justification: Bugs: skia: 9969 by Julia Lavrova · 4 years, 11 months ago
  13. a0708e8 Bugs: skia: 9968 Move justification shifts into Run by Julia Lavrova · 4 years, 11 months ago
  14. 76ae22e Bugs by Julia Lavrova · 4 years, 11 months ago
  15. 7dcb4d2 Bugs by Julia Lavrova · 5 years ago
  16. 6207697 Bugs by Julia Lavrova · 5 years ago
  17. c7a9a07 Bug fixes by Julia Lavrova · 5 years ago
  18. 212bf07 layout/relayout with different widths and justification by Julia Lavrova · 5 years ago
  19. f6a0b45 Store ProgramDesc on DDLs alongside the GrProgramInfo by Robert Phillips · 5 years ago
  20. 886e850 Apply fake bold and italic settings to the SkFont if the typeface needs them by Jason Simmons · 5 years ago
  21. d6ff6f7 Fix typo: widthWithGhostSpaces by Jason Simmons · 5 years ago
  22. 788b916 Remove SkTMin and SkTMax by Brian Osman · 5 years ago
  23. c036058 Cache should work with INF values by Julia Lavrova · 5 years ago
  24. 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 5 years ago
  25. 95a9e69 Make assert less sensitive to rounding errors by Julia Lavrova · 5 years ago
  26. d3a32c5 RTL fixes + few small bugs by Julia Lavrova · 5 years ago
  27. fae37b0 Small fix: ignore empty unresolved blocks to avoid (unnecessary) ASSERT later by Julia Lavrova · 5 years ago
  28. 7ad393e Fix placeholders in cache by Julia Lavrova · 5 years ago
  29. 7c1142d Dead code by Julia Lavrova · 5 years ago
  30. db543f6 Memory leak in cache by Julia Lavrova · 5 years ago
  31. 89e678d Skip vertical clipping in unclear case of font height=font size by Julia Lavrova · 5 years ago
  32. aec9c84 Dealing with SkScalar values in cache by Julia Lavrova · 5 years ago
  33. c88a3bc Bidi segmentation BEFORE anything else by Julia Lavrova · 5 years ago
  34. 2ea20ea Another attempt to aling ellipsis behavior with TxtLib by Julia Lavrova · 5 years ago
  35. 51a813d Calculating drawing area for a line with shadows by Julia Lavrova · 5 years ago
  36. 9bd8351 RTL Paragraph + all it causes by Julia Lavrova · 5 years ago
  37. 4cf1874 Fixing the cache by Julia Lavrova · 5 years ago
  38. 70e9301 Formatting paragraph with width=0 by Julia Lavrova · 5 years ago
  39. f6a3f8e height_override without a multiplier by Julia Lavrova · 5 years ago
  40. c48687a Ellipsis attached to cluster, not word by Julia Lavrova · 5 years ago
  41. 567f25a Fix a bug with unresolved text by Julia Lavrova · 5 years ago
  42. 53c1447 Small bug fixes: leading spaces affect all width measurements, by Julia Lavrova · 5 years ago
  43. f46d5ca use std::make_unique by Mike Klein · 5 years ago
  44. c5313e6 Font features by Julia Lavrova · 5 years ago
  45. f9c6ee5 Fixing the fix for memory leak by Julia Lavrova · 5 years ago
  46. 90bfd1c Small changes by Julia Lavrova · 5 years ago
  47. 3f7c49c skparagraph: fix another leak by Hal Canary · 5 years ago
  48. 189f302 skparagraph: fix leak by Hal Canary · 5 years ago
  49. 22bb52e Get baselines from cached default metrics if the text is empty by Jason Simmons · 5 years ago
  50. 3281b96 A new API call on Paragraph: a number of unresolved glyphs by Julia Lavrova · 5 years ago
  51. 0193e8c Bug fixes by Julia Lavrova · 5 years ago
  52. c028b42 Ellipsis again by Julia Lavrova · 5 years ago
  53. 6405340 Find and cache font family lists and the typeface lists that they map to by Jason Simmons · 5 years ago
  54. 060cbd9 Fixing a memory leak in OneLineShaper by Julia Lavrova · 5 years ago
  55. 417d299 Fix windows DLL builds with shaper included by Brian Osman · 5 years ago
  56. 1fbdfcd Use the default font family if no match is found for any of the families in the text style by Jason Simmons · 5 years ago
  57. b00ccf5 Correct cluster index by Julia Lavrova · 5 years ago
  58. f0ade8a Fixing no icu situation by Julia Lavrova · 5 years ago
  59. 2e30fde Font resolution: all unit tests working by Julia Lavrova · 5 years ago
  60. d3b1fe6 [CanvasKit] More Paragraph things by Kevin Lubick · 5 years ago
  61. 191c608 Bug fix (strut must be false by default) by Julia Lavrova · 5 years ago
  62. f3ed273 Adding line/style metrics Fixed some bugs for flutter tests by Julia Lavrova · 5 years ago
  63. 369f6a5 [canvaskit] Initial addition of SkParagraph by Kevin Lubick · 5 years ago
  64. 7aeabcf [SkParagraph] Require len if using addText(const char*) by Kevin Lubick · 5 years ago
  65. 61887c7 [canvaskit] Create SkFontMgr from passed in data by Kevin Lubick · 5 years ago
  66. 166751e Fix for the build by Julia Lavrova · 5 years ago
  67. 526df26 Reshuffling bidi regions + empty text sizes + some font resolution bugs by Julia Lavrova · 5 years ago
  68. 334a642 remove unused sk_sp comparison operators by Mike Klein · 5 years ago
  69. 48e08aa <ostream> -> <iosfwd> by Mike Klein · 5 years ago
  70. a40db42 Bug fixes for Flutter by Julia Lavrova · 5 years ago
  71. 723a877 Make SkFunctionWrapper a better wrapper. by Ben Wagner · 5 years ago
  72. 916a904 Placeholders implementation + unit tests by Julia Lavrova · 5 years ago
  73. c222856 Existing unit tests are working with some minor differences by Julia Lavrova · 5 years ago
  74. af89d39 Build fix by Julia Lavrova · 5 years ago
  75. db9f669 Dealing with ghost spaces by Julia Lavrova · 5 years ago
  76. b7b0b3a Paragraph cache: caching the shaped results only. by Julia Lavrova · 5 years ago
  77. e172236 rewrite *.gn and #includes on CheckGeneratedFiles bot by Mike Klein · 5 years ago
  78. 52337de re-run tools/rewrite_includes.py by Mike Klein · 5 years ago
  79. b29e32d Fixing the build by Julia Lavrova · 5 years ago
  80. 5207f35 The current version... by Julia Lavrova · 6 years ago
  81. b5c69a4 Fix for Windows specific compiler issues (constexpr). by Julia Lavrova · 6 years ago
  82. 7232e90 Fix header name in build file. by Ben Wagner · 6 years ago
  83. 35f8822 Adding locale by Julia Lavrova · 6 years ago
  84. 9ee1edd Add SkMakeSpan and helpful conversion by Herb Derby · 6 years ago
  85. 9af5cc4 Adding TestFontCollection by Julia Lavrova · 6 years ago
  86. 6e6333f Refactor font resolution out of font iterator; few minor bug fixes by Julia Lavrova · 6 years ago
  87. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 6 years ago
  88. f39124b Baseline for empty text by Julia Lavrova · 6 years ago
  89. a3552c5 Reland "SkParagraph" by Julia Lavrova · 6 years ago
  90. 07cd38d Revert "SkParagraph" by Herb Derby · 6 years ago
  91. 7a1bf99 Revert "Build fix" by Herb Derby · 6 years ago
  92. 607c6d9 Revert "Try to fix include problems for skparagraph" by Herb Derby · 6 years ago
  93. cc82972 Try to fix include problems for skparagraph by Herbert Derby · 6 years ago
  94. 9577f01 Revert "Add FontCollection.h to gni" by Herb Derby · 6 years ago
  95. 9e1e8ca Add FontCollection.h to gni by Herbert Derby · 6 years ago
  96. 14c8ca9 Build fix by Julia Lavrova · 6 years ago
  97. 10ad0b9 SkParagraph by Julia Lavrova · 6 years ago