1. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 4 years, 8 months ago
  2. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 4 years, 8 months ago
  3. 3a50981 switch to new filltype for SkPath by Mike Reed · 4 years, 8 months ago
  4. 30bc527 Revert "Reland "Revert "Use flat version of path-direction enum""" by Mike Reed · 4 years, 8 months ago
  5. 7cda6f3 Reland "Revert "Use flat version of path-direction enum"" by Mike Reed · 4 years, 8 months ago
  6. 1792b19 Revert "Revert "Use flat version of path-direction enum"" by Mike Reed · 4 years, 8 months ago
  7. 0dacc6b Revert "Use flat version of path-direction enum" by Mike Reed · 4 years, 8 months ago
  8. e0fbe94 Use flat version of path-direction enum by Mike Reed · 4 years, 8 months ago
  9. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  10. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  11. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  12. df2d27e drawText Cleanup, part 2 by Hal Canary · 6 years ago
  13. a32a3c3 Add analytic clip FPs that read from the CCPR atlas by Chris Dalton · 7 years ago
  14. 2cee283 Fix artifacts on tiny stroked paths scaled up a lot. by Stephen White · 7 years ago
  15. 5141d21 Revert "Fix artifacts on tiny stroked paths scaled up a lot." by Robert Phillips · 7 years ago
  16. 267641a Fix artifacts on tiny stroked paths scaled up a lot. by Stephen White · 7 years ago
  17. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  18. df85c38 stop using SkScalarMul by Mike Reed · 7 years ago
  19. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  20. 52b6461 increase subdivision for very large cubics by caryclark · 8 years ago
  21. 2a24338 GM: replace boilerplate with macros by halcanary · 9 years ago
  22. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  23. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  24. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  25. e148ac5 make strokefill gm portable by caryclark · 9 years ago
  26. 026beb5 SkPath::Direction serves two masters: by reed · 9 years ago
  27. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  28. 1c40292 remove unused GM flags by mtklein · 10 years ago
  29. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  30. 4f662e6 Update stroke path to use rect returned from isRect (to fix trailing moveTo bug) by robertphillips · 10 years ago
  31. 752e7eb Cleanup: Another round of override fixes. by tfarina · 10 years ago
  32. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  33. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  34. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  35. ae933ce Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  36. f8aa18c Compile with c++0x. http://codereview.appspot.com/5841074/ by bungeman@google.com · 12 years ago
  37. 188bfcf if the y-max has neighbors (prev and next) with the same Y values, then the by reed@google.com · 13 years ago
  38. 3d19c38 fix cheapComputeDirection() in the non-convex case to pivot on the y-max point by reed@google.com · 13 years ago
  39. b435bd7 use SkIntToScalar by reed@google.com · 13 years ago
  40. d1ab932 restore (debugged) cheapComputeDirection by reed@google.com · 13 years ago
  41. df6bcb1 disable for now by reed@google.com · 13 years ago
  42. 69a9943 add SkPath::cheapComputeDirection() plus unittests by reed@google.com · 13 years ago
  43. 63d7374 add SkPath::reverseAddPath() by reed@google.com · 13 years ago