1. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 5 years ago
  2. 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 5 years ago
  3. 3977088 Enable ClangTidy check readability-static-accessed-through-instance. by John Stiles · 5 years ago
  4. d007281 Fix clang 12 Wsuggest-override and Wsuggest-destructor-override by Brian Salomon · 5 years ago
  5. 609ea21 more cleanup after removing volatile from bitmap by Mike Reed · 5 years ago
  6. 1434ce1 Can we remove volatile from skbitmap? by Mike Reed · 5 years ago
  7. 30212b7 Fix implicit fallthroughs throughout Skia. by John Stiles · 5 years ago
  8. de50037 Remove SkPath::RawIter from tests/tools/samplecode by Chris Dalton · 5 years ago
  9. 8d3eb24 Delete ToolUtils::set_path_pt by Chris Dalton · 5 years ago
  10. 788b916 Remove SkTMin and SkTMax by Brian Osman · 6 years ago
  11. e7ee069 Move "set_path_pt" from SampleAAGeometry into ToolUtils by Chris Dalton · 6 years ago
  12. b1f411a tools/skui: put all enums in a common namespace by Hal Canary · 6 years ago
  13. fcf6359 Sample not RefCnted; ClickHandling moved out of viewer by Hal Canary · 6 years ago
  14. 8918d53 Sample/AAGeometry: stop leaking linked list by Hal Canary · 6 years ago
  15. 3a85ed1 ModifierKey unifies sk_app::Window::ModifierKey & Sample::Click::ModifierKey by Hal Canary · 6 years ago
  16. 6cc65e1 Samples: simplify Sample::Event by Hal Canary · 6 years ago
  17. 8a02731 Samples: add name() virtual by Hal Canary · 6 years ago
  18. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 6 years ago
  19. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  20. 4484b8f drawText Cleanup, part 4 by Hal Canary · 7 years ago
  21. 89a644b sed s/drawSimpleText/drawString/ by Hal Canary · 7 years ago
  22. b579f07 change textutils to require font param by Mike Reed · 7 years ago
  23. 89126e4 use drawSimpleText by Mike Reed · 7 years ago
  24. 3a42ec0 hide the SkPaint::Align enum entirely by Mike Reed · 7 years ago
  25. a697df9 use utils for deprecated TextAlign by Mike Reed · 7 years ago
  26. b2c4ea6 Move Views into Sample and Viewer. by Ben Wagner · 7 years ago
  27. 50dbc09 SkTypes: more into SkMacros by Hal Canary · 7 years ago
  28. 8ceee43 Remove more views code, just to simplify things by Brian Osman · 8 years ago
  29. ede860e Delete even more unused views code by Brian Osman · 8 years ago
  30. df429f3 move parts of SkPoint to SkPointPriv by Cary Clark · 8 years ago
  31. 08d1a25 SampleAAGeometry tweaks by Chris Dalton · 8 years ago
  32. 63fd760 Remove trailing whitespace. by Ben Wagner · 8 years ago
  33. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 8 years ago
  34. 23e474c SkCanvas: Helpers for draw{Point,Line,Circle} by Hal Canary · 8 years ago
  35. ab244f0 Revert "Revert "Reland: Remove SkLights include from SkCanvas.h"" by Florin Malita · 8 years ago
  36. 9d5f66d Revert "Reland: Remove SkLights include from SkCanvas.h" by Florin Malita · 8 years ago
  37. fed0031 Reland: Remove SkLights include from SkCanvas.h by Florin Malita · 8 years ago
  38. 38aad81 Revert "Remove SkLights include from SkCanvas.h" by Florin Malita · 8 years ago
  39. 9ff301b Remove SkLights include from SkCanvas.h by Florin Malita · 8 years ago
  40. 2a475ea add drawString helper to canvas by Cary Clark · 8 years ago
  41. 7eb01e0 simplify bug by Cary Clark · 9 years ago
  42. 16adfa3 Viewer builds (for Windows) with GN by Brian Osman · 9 years ago
  43. 414c429 allow conic chop to fail by caryclark · 9 years ago
  44. 64022c1 toy to play with antialias raytracing by caryclark · 9 years ago