1. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 5 years ago
  2. 85f51b2 Simplify firstdirection by Mike Reed · 5 years ago
  3. 3872c98 Move convexity enum out of public by Mike Reed · 5 years ago
  4. e9d783c use pathbuilder by Mike Reed · 5 years ago
  5. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 5 years ago
  6. fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 5 years ago
  7. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 6 years ago
  8. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 6 years ago
  9. 3a50981 switch to new filltype for SkPath by Mike Reed · 6 years ago
  10. 30bc527 Revert "Reland "Revert "Use flat version of path-direction enum""" by Mike Reed · 6 years ago
  11. 7cda6f3 Reland "Revert "Use flat version of path-direction enum"" by Mike Reed · 6 years ago
  12. 1792b19 Revert "Revert "Use flat version of path-direction enum"" by Mike Reed · 6 years ago
  13. 0dacc6b Revert "Use flat version of path-direction enum" by Mike Reed · 6 years ago
  14. e0fbe94 Use flat version of path-direction enum by Mike Reed · 6 years ago
  15. 4241f5e Revert "add guard to switch to SkPathTypes" by Mike Reed · 6 years ago
  16. e1af444 add guard to switch to SkPathTypes by Mike Reed · 6 years ago
  17. 7fde8e1 IWYU for gms. by Ben Wagner · 6 years ago
  18. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  19. 309de79 Remove SK_TREAT_COLINEAR_DIAGONAL_POINTS_AS_CONCAVE by Brian Osman · 6 years ago
  20. 4428f2c Remove SkScalarSinCos by Brian Osman · 6 years ago
  21. c9b7c72 two pass convexity by Cary Clark · 7 years ago
  22. 8e449eb Fix GrAAConvexTessellator to handle cases slightly concave bistectors. by Brian Salomon · 7 years ago
  23. 0235c64 Fix GrAAConvexTessellator colinear point removal. by Brian Salomon · 7 years ago
  24. 8664a1d Add ear-clipping code to triangulate simple polygons. by Jim Van Verth · 7 years ago
  25. 4db18ed Add SkOffsetSimplePolygon. by Jim Van Verth · 7 years ago
  26. 41964ed Rename SkInsetConvexPolygon to SkOffsetPolygon. by Jim Van Verth · 7 years ago
  27. ab664fa Revert "Revert "Create new inset algorithm for spot shadows"" by Brian Salomon · 8 years ago
  28. e7c85c4 Revert "Create new inset algorithm for spot shadows" by Brian Salomon · 8 years ago
  29. e5f5bf5 Create new inset algorithm for spot shadows by Jim Van Verth · 8 years ago
  30. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 9 years ago
  31. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 9 years ago
  32. ad23446 Ignore fill when stroke & filling convex line-only paths by robertphillips · 9 years ago
  33. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  34. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 10 years ago
  35. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 10 years ago
  36. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 10 years ago
  37. 026beb5 SkPath::Direction serves two masters: by reed · 10 years ago
  38. 2a97462 Fix convex-lineonly-paths GM so it plays nice with SampleApp by robertphillips · 10 years ago
  39. db3f8cd Fix memory deletion error in "convex-lineonly-paths" GM by robertphillips · 10 years ago
  40. 7272935 Add new GM/bench for line-only convex paths by robertphillips · 10 years ago