1. b746b1f Pass sampling to surface.draw by Mike Reed · 3 years, 8 months ago
  2. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  3. 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 4 years, 1 month ago
  4. de50037 Remove SkPath::RawIter from tests/tools/samplecode by Chris Dalton · 4 years, 4 months ago
  5. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 7 months ago
  6. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 4 years, 10 months ago
  7. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 4 years, 10 months ago
  8. 3a50981 switch to new filltype for SkPath by Mike Reed · 4 years, 10 months ago
  9. 30bc527 Revert "Reland "Revert "Use flat version of path-direction enum""" by Mike Reed · 4 years, 10 months ago
  10. 7cda6f3 Reland "Revert "Use flat version of path-direction enum"" by Mike Reed · 4 years, 10 months ago
  11. 1792b19 Revert "Revert "Use flat version of path-direction enum"" by Mike Reed · 4 years, 10 months ago
  12. 0dacc6b Revert "Use flat version of path-direction enum" by Mike Reed · 4 years, 10 months ago
  13. e0fbe94 Use flat version of path-direction enum by Mike Reed · 4 years, 10 months ago
  14. 4241f5e Revert "add guard to switch to SkPathTypes" by Mike Reed · 5 years ago
  15. e1af444 add guard to switch to SkPathTypes by Mike Reed · 5 years ago
  16. b1f411a tools/skui: put all enums in a common namespace by Hal Canary · 5 years ago
  17. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  18. fcf6359 Sample not RefCnted; ClickHandling moved out of viewer by Hal Canary · 5 years ago
  19. 3a85ed1 ModifierKey unifies sk_app::Window::ModifierKey & Sample::Click::ModifierKey by Hal Canary · 5 years ago
  20. 6cc65e1 Samples: simplify Sample::Event by Hal Canary · 5 years ago
  21. 8a02731 Samples: add name() virtual by Hal Canary · 5 years ago
  22. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  23. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  24. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  25. 4484b8f drawText Cleanup, part 4 by Hal Canary · 6 years ago
  26. b579f07 change textutils to require font param by Mike Reed · 6 years ago
  27. f78b7ea don't use paint's gettextpath by Mike Reed · 6 years ago
  28. 3a42ec0 hide the SkPaint::Align enum entirely by Mike Reed · 6 years ago
  29. a697df9 use utils for deprecated TextAlign by Mike Reed · 6 years ago
  30. b2c4ea6 Move Views into Sample and Viewer. by Ben Wagner · 6 years ago
  31. cb3d49c Some iwyu for tests which will otherwise break. by Ben Wagner · 7 years ago
  32. ede860e Delete even more unused views code by Brian Osman · 7 years ago
  33. df429f3 move parts of SkPoint to SkPointPriv by Cary Clark · 7 years ago
  34. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  35. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  36. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  37. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  38. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  39. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  40. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  41. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  42. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  43. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  44. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  45. e8f3062 switch surface to sk_sp by reed · 8 years ago
  46. 8a21c9f use Make instead of Create to return a shared shader by reed · 9 years ago
  47. 88651ae replace arcto quads with a conic by caryclark · 9 years ago
  48. b6474dd fix circular dashing by caryclark · 9 years ago
  49. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  50. a76b7a3b remove SK_LEGACY_STROKE_CURVES by caryclark · 9 years ago
  51. 612f70d handle large conic strokes better by caryclark · 9 years ago
  52. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  53. 1297ecf flip stroke to chrome compatible define by caryclark · 10 years ago
  54. 04e4d08 This uses quad approximations of the outer and inner paths describing a stroke. Cubics and conics' thick strokes are approximated with quads as well. by caryclark · 10 years ago
  55. 88c748a update sampleapp for stroking experiment by caryclark · 10 years ago