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. 42e7a7e use SkFont for text by Mike Reed · 6 years ago
  7. d2b5084 Change scaling of antialiased perspective text in dftext to help glitches. by Jim Van Verth · 6 years ago
  8. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  9. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  10. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  11. 4ba1a6f Revert "Change persp dftext to only antialiased" by Jim Van Verth · 6 years ago
  12. 8345aa6 Change persp dftext to only antialiased by Jim Van Verth · 6 years ago
  13. 2525a37 Add test of tiny text with perspective. by Jim Van Verth · 6 years ago
  14. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  15. f436fbc slice GMs by native font platform, not by emoji format by Mike Klein · 7 years ago
  16. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  17. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  18. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
  19. 3a0dbde Remove SkSurfaceProps gamma-correctness flag entirely. by brianosman · 8 years ago
  20. 7438bfc Factor code to rotate a canvas about a point. by bungeman · 8 years ago
  21. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  22. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  23. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  24. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  25. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  26. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  27. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  28. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  29. 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
  30. e8f3062 switch surface to sk_sp by reed · 8 years ago
  31. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  32. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  33. 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
  34. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  35. afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
  36. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  37. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  38. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  39. ba9757a make dftext gm not overlap itself by caryclark · 9 years ago
  40. a0170f1 make dftext the same on Linux and Android by caryclark · 9 years ago
  41. 3b0f98e fix typeface leak by caryclark · 9 years ago
  42. c3dcb67 make color emoji gm portable by caryclark · 9 years ago
  43. 4854d13 Remove distance field flag from SkPaint by jvanverth · 9 years ago
  44. 3ffa126 Move resource fonts to common location. by bungeman · 9 years ago
  45. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  46. d68a550 Fix up some issues introduced by https://codereview.chromium.org/1013773002/ by jvanverth · 9 years ago
  47. 354eba5 Fix SDF gradient calculation for non-uniform xforms by jvanverth · 9 years ago
  48. 465206a Add missing SK_OVERRIDE by rmistry · 9 years ago
  49. 1c40292 remove unused GM flags by mtklein · 10 years ago
  50. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  51. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  52. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  53. fbaace0 DM warning-free on win64 by bsalomon · 10 years ago
  54. fca302c Add color emoji fallback for distance field text. by jvanverth · 10 years ago
  55. 901704b fix android framework build errors by djsollen · 10 years ago
  56. f9669f4 Fix perspective version of dftext GM by jvanverth · 10 years ago
  57. ed14f1d Reduce sizes in dftext GM on Android to match desktop better. by jvanverth · 10 years ago
  58. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  59. 2456b76 Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/) by borenet · 10 years ago
  60. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  61. 76ce81e Fix SDF font positions when using global scale. by jvanverth · 10 years ago
  62. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  63. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  64. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  65. 9564ce6 Fix scaling issue with distance field text. by jvanverth · 10 years ago