1. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  2. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  3. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  4. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  5. bea1f94 remove platform_font_manager() by Mike Klein · 5 years ago
  6. 28bd882 use font in tool_utils add_to_text_blob() by Mike Reed · 6 years ago
  7. d46dce3 don't adapt any gray colors to 565 by Mike Klein · 6 years ago
  8. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  9. 1be1f8d hide SkBlurMaskFilter and SkBlurQuality by Mike Reed · 6 years ago
  10. 53e5e7d resources: resource identifiers don't begin with leading slash by Hal Canary · 7 years ago
  11. 58822d6 GMs: add platform_font_manager to some names by Hal Canary · 7 years ago
  12. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  13. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
  14. 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
  15. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  16. 3a0dbde Remove SkSurfaceProps gamma-correctness flag entirely. by brianosman · 8 years ago
  17. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  18. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  19. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  20. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  21. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  22. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  23. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  24. 6dc14aa adjust gm bounds for better content fit by reed · 8 years ago
  25. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 8 years ago
  26. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  27. e8f3062 switch surface to sk_sp by reed · 8 years ago
  28. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  29. 68c63b3 Avoid drawing NVPR DIF text when text size is 0 by kkinnunen · 8 years ago
  30. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  31. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  32. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  33. 33e91f1 Make Ben happy by joshualitt · 9 years ago
  34. afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
  35. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  36. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  37. e46cf96 Write a gm to verify append large glyph as path works by joshualitt · 9 years ago