1. 3dbd159 Fix a couple Wshadow warnings by Brian Salomon · 3 years ago
  2. fa088a6 Fix additional cases of variable shadowing in /tests/. by John Stiles · 3 years ago
  3. 3c24611 Fix rMoveTo to be relative to the start of a closed path by William Hesse · 3 years, 1 month ago
  4. 9f73b04 Fix use of fLastMoveToIndex in computeConvexity by Michael Ludwig · 3 years, 2 months ago
  5. 48f1065 Reland "Stop using copying SkPath::Iter for convexity and contains checks" by Michael Ludwig · 3 years, 4 months ago
  6. 29c06bc Revert "Stop using copying SkPath::Iter for convexity and contains checks" by Michael Ludwig · 3 years, 4 months ago
  7. 3752760 Stop using copying SkPath::Iter for convexity and contains checks by Michael Ludwig · 3 years, 4 months ago
  8. 543266a Simplify isconvex by Mike Reed · 3 years, 7 months ago
  9. 0dd0ed6 Update our lastmoveindex if addPath ended with a kClose verb by Mike Reed · 3 years, 9 months ago
  10. edb22ec work on better SkPath::dump by Mike Reed · 3 years, 9 months ago
  11. 282f8f4 Recompute the last-move-to inside addPath() by Mike Reed · 3 years, 10 months ago
  12. b21c1f2 test lineTo after addRect by Mike Reed · 3 years, 10 months ago
  13. 71f1266 Revert "SkPathView for ownerless (can live on stack) SkPaths" by Mike Klein · 3 years, 10 months ago
  14. f1f1e7d Hide shrinkToFit -- not needed now that we have pathbuilder by Mike Reed · 3 years, 10 months ago
  15. c924a88 SkPath::shrinkToFit() needs to perform copy-on-write by Mike Reed · 3 years, 10 months ago
  16. 34c5052 Don't simplify a stroked shape if it isn't closed by Chris Dalton · 4 years ago
  17. 85f51b2 Simplify firstdirection by Mike Reed · 4 years ago
  18. 3872c98 Move convexity enum out of public by Mike Reed · 4 years ago
  19. 6052c0b Only expose isConvex on path publicly. by Mike Reed · 4 years ago
  20. 7a492f7 Fix -Wstring-concatenation warnings in clang 12 by Brian Salomon · 4 years ago
  21. 31954bf Enable ClangTidy check performance-unnecessary-copy-initialization. by John Stiles · 4 years, 1 month ago
  22. 375721d SkPathView for ownerless (can live on stack) SkPaths by Mike Reed · 4 years, 1 month ago
  23. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 1 month ago
  24. a4c8098 Remove gendered language by Leon Scroggins III · 4 years, 1 month ago
  25. 58adb34 Update more tests to use the GrDirectContext/GrRecordingContext pair by Robert Phillips · 4 years, 1 month ago
  26. ff7bee9 Remove SkReader32, and some API from SkWriter32 by Brian Osman · 4 years, 2 months ago
  27. de50037 Remove SkPath::RawIter from tests/tools/samplecode by Chris Dalton · 4 years, 4 months ago
  28. 71fe945 Prevent unbounded listener growth on SkPixelRefs. by Brian Salomon · 4 years, 6 months ago
  29. 99a813c Avoid unbounded listener growth on SkImage_Lazy when textures are purged by Brian Salomon · 4 years, 6 months ago
  30. 05676f7 Reland: Ensure arcTo (SVG) ends at the targeted point by Ian Prest · 4 years, 6 months ago
  31. 125d382 Revert "Ensure arcTo (SVG) ends at the targeted point" by Mike Reed · 4 years, 6 months ago
  32. 3114310 Ensure arcTo (SVG) ends at the targeted point by Ian Prest · 4 years, 6 months ago
  33. 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 4 years, 7 months ago
  34. cf0e3c6 remove dead code around old SkPath enums by Mike Reed · 4 years, 9 months ago
  35. bb59dfa perform perspective clip by default by Mike Reed · 4 years, 8 months ago
  36. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 4 years, 9 months ago
  37. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 4 years, 9 months ago
  38. 3a50981 switch to new filltype for SkPath by Mike Reed · 4 years, 9 months ago
  39. 30bc527 Revert "Reland "Revert "Use flat version of path-direction enum""" by Mike Reed · 4 years, 9 months ago
  40. 8ee77d8 remove LEGACY_CONVEXITY code -- no more clients by Mike Reed · 4 years, 9 months ago
  41. 7cda6f3 Reland "Revert "Use flat version of path-direction enum"" by Mike Reed · 4 years, 9 months ago
  42. 1792b19 Revert "Revert "Use flat version of path-direction enum"" by Mike Reed · 4 years, 9 months ago
  43. 0dacc6b Revert "Use flat version of path-direction enum" by Mike Reed · 4 years, 9 months ago
  44. e0fbe94 Use flat version of path-direction enum by Mike Reed · 4 years, 9 months ago
  45. 4241f5e Revert "add guard to switch to SkPathTypes" by Mike Reed · 5 years ago
  46. e1af444 add guard to switch to SkPathTypes by Mike Reed · 5 years ago
  47. 430470d make rectcontour and nestedrects private by Mike Reed · 5 years ago
  48. 8fda88e reverse/restore order of verbs in path to be forward (normal) by Mike Reed · 5 years ago
  49. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  50. 4be31e2 Conservatively consider any path with tiny edges to be concave by Brian Osman · 5 years ago
  51. 5f152f0 add path-edger; lightweight Iter for edges by Mike Reed · 5 years ago
  52. ba7e9a6 never check for degenerates in path::iter by Mike Reed · 5 years ago
  53. 2e9f772 Move bigconic gm to be a test. by Ben Wagner · 5 years ago
  54. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  55. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  56. cf4ec50 Convexity checker: Wait for significant x-product when walking edges by Brian Osman · 5 years ago
  57. 309de79 Remove SK_TREAT_COLINEAR_DIAGONAL_POINTS_AS_CONCAVE by Brian Osman · 5 years ago
  58. 14ac42b Remove the axis-aligned vector special case to convexity checker by Brian Osman · 5 years ago
  59. dbfcd92 Fix two SkPathRef bugs by Brian Osman · 5 years ago
  60. 13486cb more extra semis by Kevin Lubick · 6 years ago
  61. df3d225 use SkFont for measuring and paths by Mike Reed · 6 years ago
  62. fb5f43b add regression test for stale fLastMoveToIndex by Mike Reed · 6 years ago
  63. 21a7be0 fix roll by Cary Clark · 6 years ago
  64. 3d6b438 remove legacy pathref validation by Cary Clark · 6 years ago
  65. c9b7c72 two pass convexity by Cary Clark · 6 years ago
  66. aa3b291 bracket SkPath pathRefIsValid with define by Cary Clark · 6 years ago
  67. 497b368 remove guard for complexity change by Mike Reed · 6 years ago
  68. 07105bb don't trust convexity after a transform by Mike Reed · 6 years ago
  69. d437c79 Revert "don't trust convexity with affine transforms" by Mike Reed · 6 years ago
  70. 26d8d77 don't trust convexity with affine transforms by Mike Reed · 6 years ago
  71. 6a38800 be consistent about int for incReserve by Mike Reed · 6 years ago
  72. 98acec5 remove some dead flags by Mike Reed · 6 years ago
  73. ce96e1e removed dead flag check by Mike Reed · 6 years ago
  74. 9de7216 add test that setLastPt() invalidates path bounds by Mike Klein · 6 years ago
  75. c3d8a48 allow path.add(path) safely by Mike Reed · 6 years ago
  76. 0e0f1a7 SkPath::shrinkToFit docs by Florin Malita · 6 years ago
  77. 3d413c5 Reland: add SkPath::shrinkToFit by Florin Malita · 6 years ago
  78. a21a16b Revert "add SkPath::shrinkToFit" by Mike Reed · 6 years ago
  79. 3d69be5 add SkPath::shrinkToFit by Mike Reed · 6 years ago
  80. f6c8540 use legal FirstDirection as kDontCheck sentinel by Mike Klein · 6 years ago
  81. de5d6eb avoid illegal enum values in PathTest by Mike Klein · 6 years ago
  82. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  83. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  84. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  85. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  86. afa1158 Make the SkPathRef GenIDChangeListener ref counted by Chris Dalton · 6 years ago
  87. 5059541 need conservative bounds for triangles due to SkFixed drift in SkEdge by Mike Reed · 6 years ago
  88. ee43091 fix 0.499999f rounding case for triangles by Mike Reed · 6 years ago
  89. 8afa554 Revert "remove fragile hack in addOval to avoid computing bounds" by Mike Klein · 6 years ago
  90. bc721ba remove fragile hack in addOval to avoid computing bounds by Mike Reed · 6 years ago
  91. 737b9a9 Remove legacy guard flags by Yuqian Li · 6 years ago
  92. dbc59ba path is rect track corners by Cary Clark · 6 years ago
  93. b120e92 fix path is rect flaw exposed by gold by Cary Clark · 6 years ago
  94. 4eb6f7a path is rect diag test is required by Cary Clark · 6 years ago
  95. 1cd6098 path is rect bug number twelve by Cary Clark · 6 years ago
  96. a765156 yet another path is rect exploit by Cary Clark · 6 years ago
  97. 48c464a a more involved path is rect bug by Cary Clark · 6 years ago
  98. d422847 path is rect bug number nine by Cary Clark · 6 years ago
  99. 88ba971 son of path is rect bug by Cary Clark · 6 years ago
  100. 31608c0 another rect is path fix by Cary Clark · 6 years ago