1. 1edff30 SkPaint::Align is dead by Mike Reed · 6 years ago
  2. 6e24cd3 Reland "hide setTextAlign" by Mike Reed · 6 years ago
  3. f10ea21 Revert "hide setTextAlign" by Brian Osman · 6 years ago
  4. 43c7183 hide setTextAlign by Mike Reed · 6 years ago
  5. aedc9d2 Rename shuntGlyphIDs to glyphIDs by Herb Derby · 6 years ago
  6. 5a284e5 Revert "Remove unique glyph IDs from glyph runs" by Brian Osman · 6 years ago
  7. 2d123ad Remove unique glyph IDs from glyph runs by Herb Derby · 6 years ago
  8. 9407864 Fix Fuchsia roll by Robert Phillips · 6 years ago
  9. 7edaa73 Remove drawPosText from SkDevice by Herb Derby · 6 years ago
  10. d708bd6 Remove drawPosText from svg by Herb Derby · 6 years ago
  11. 7c8d2e9 don't support virtual onDrawTextOnPath by Mike Reed · 6 years ago
  12. c97a339 added optimizations to speed up skinning by Ruiqi Mao · 6 years ago
  13. 137ca52 Remove prePathMatrix from SkDevice::drawPath by Robert Phillips · 6 years ago
  14. 84dd183 Implement Color Filters for SKIA SVG backend by Anas AlJabri · 6 years ago
  15. f107a2f SkUTF by Hal Canary · 6 years ago
  16. 4014ba6 SkUtils: remove some versions of UTF routines. by Hal Canary · 6 years ago
  17. f510149 skeletal animation support added to API and software backend by Ruiqi Mao · 6 years ago
  18. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  19. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  20. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  21. 41f4f31 Reland "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Herb Derby · 6 years ago
  22. 74b390d Revert "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Hal Canary · 6 years ago
  23. 4225b32 Have draw(Text|PosText|PosTextH) use a single entry on the device by Herb Derby · 6 years ago
  24. 6b2b650 clean up some SkDebugf() by Mike Klein · 6 years ago
  25. efe39bc Take sk_sp<SkDevice> instead of SkDevice* by Herb Derby · 6 years ago
  26. 77e3afc [SkSVGDevice] Add support for image shaders. by Alexander Midlash · 6 years ago
  27. eb3f674 Add GetTypefaceOrDefault to SkPaintPriv by Herb Derby · 6 years ago
  28. fd5a508 Add link annotation support to SkSVGDevice. by Bryce Thomas · 7 years ago
  29. 99822ac Add a SkWStream-based SkSVGCanvas factory by Florin Malita · 7 years ago
  30. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  31. 7131950 Remove internal use of SkTypeface::Style. by Ben Wagner · 7 years ago
  32. b964238 SkDevice::drawBitmap takes x,y, not matrix by Hal Canary · 7 years ago
  33. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  34. 2f6b5a4 remove legacy vertices virtual from SkDevice by Mike Reed · 7 years ago
  35. f880b68 use AutoRestore instead of making a copy of the clipstack by Mike Reed · 7 years ago
  36. a136136 Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""" by Mike Reed · 7 years ago
  37. 27d07f0 Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""" by Mike Reed · 7 years ago
  38. 025e244 Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""" by Mike Reed · 7 years ago
  39. baf06bc Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""" by Cary Clark · 7 years ago
  40. cfaa632 Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."" by Mike Reed · 7 years ago
  41. ea5e676 Revert "Remove SkDraw from device-draw methods, and enable device-centric clipping." by Mike Reed · 7 years ago
  42. c77e33f Remove SkDraw from device-draw methods, and enable device-centric clipping. by Mike Reed · 7 years ago
  43. f67c459 add ViaSVG to dm by Mike Reed · 7 years ago
  44. c5e641c use common intermediate device class for clipstack management by Mike Reed · 7 years ago
  45. 986480a Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers" by Mike Reed · 8 years ago
  46. 2f719a6 move SkDevice.h and SkBitmapDevice.h contents in to src headers by Mike Reed · 8 years ago
  47. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
  48. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  49. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  50. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  51. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  52. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  53. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  54. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  55. 5df4934 Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt" by Mike Reed · 8 years ago
  56. b613c26 Revert "Change SkCanvas to *not* inherit from SkRefCnt" by Heather Miller · 8 years ago
  57. 8240750 Change SkCanvas to *not* inherit from SkRefCnt by Mike Reed · 8 years ago
  58. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  59. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  60. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  61. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  62. a3b45d4 Move clip CTM application to SkRasterClip and SkClipStack by Brian Salomon · 8 years ago
  63. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  64. 221722b [SVGDevice] Observe even-odd path fills by fmalita · 8 years ago
  65. 589a39e store info in basedevice, change getter to non-virtual const& by reed · 8 years ago
  66. 1f3923e Deprecate SkDevice::accessBitmap method by robertphillips · 8 years ago
  67. 01c9723 Delete the legacy SVG parser by fmalita · 8 years ago
  68. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  69. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  70. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  71. 900c367 Image filters: de-nest SkImageFilter::Cache and Cache::Key. by senorblanco · 8 years ago
  72. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  73. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  74. 0c768a2 Clean up some dead code. by mtklein · 9 years ago
  75. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  76. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  77. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  78. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  79. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  80. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  81. 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
  82. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  83. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  84. 5f68c34 Update SVGDevice for RRect and drawPoints by reed · 9 years ago
  85. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  86. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  87. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  88. 8566539 Update src/svg to follow C++11 style rule for {virtual,override}. by tfarina · 9 years ago
  89. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  90. 02f46cf Some usability ideas around SkTHash. by mtklein · 9 years ago
  91. 827da23 [SkSVGDevice] drawBitmap* support by fmalita · 9 years ago
  92. 7a04869 [SVGDevice] Text whitespace unittest by fmalita · 9 years ago
  93. 8974774 [SkSVGDevice] Fix whitespace text handling by fmalita · 9 years ago
  94. f89f60f [SkSVGDevice] Full font family support by fmalita · 9 years ago
  95. 2aafe6f Add SkSVGCanvas by fmalita · 10 years ago
  96. 02c8fd0 Move SVG parser files under {include,src}/svg/parser/ by fmalita · 10 years ago
  97. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  98. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  99. 84ef10f cast to double http://codereview.appspot.com/5645064/ by reed@google.com · 12 years ago
  100. 2c2508d More variable initializations and curly braces to avoid Linux compiler warnings. by tomhudson@google.com · 13 years ago