1. 00529a1 SK_SUPPORT_LEGACY_DOCUMENT_FACTORY: clean up part 1/2 by Hal Canary · 6 years ago
  2. 23564b9 SkDocument: Factories now located in SkPDFDocument.h and SkXPSDocument.h by Hal Canary · 6 years ago
  3. 9e41c21 SkPDF: use more vector<>, more sk_sp<>, cleanup. by Hal Canary · 6 years ago
  4. 7edaa73 Remove drawPosText from SkDevice by Herb Derby · 6 years ago
  5. c97a339 added optimizations to speed up skinning by Ruiqi Mao · 6 years ago
  6. 137ca52 Remove prePathMatrix from SkDevice::drawPath by Robert Phillips · 6 years ago
  7. b547579 switch SkTDArray from push to push_back by Mike Reed · 6 years ago
  8. f107a2f SkUTF by Hal Canary · 6 years ago
  9. 2b0e6cd Reland "SkDEBUGF: use __VA_ARGS__" by Hal Canary · 6 years ago
  10. e923ccc Revert "SkDEBUGF: use __VA_ARGS__" by Robert Phillips · 6 years ago
  11. 2267a09 SkDEBUGF: use __VA_ARGS__ by Hal Canary · 6 years ago
  12. f510149 skeletal animation support added to API and software backend by Ruiqi Mao · 6 years ago
  13. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  14. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  15. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  16. 41f4f31 Reland "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Herb Derby · 6 years ago
  17. 74b390d Revert "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Hal Canary · 6 years ago
  18. 4225b32 Have draw(Text|PosText|PosTextH) use a single entry on the device by Herb Derby · 6 years ago
  19. 1e7c658 drawPosText no longer obeys paint alignment by Herb Derby · 6 years ago
  20. efe39bc Take sk_sp<SkDevice> instead of SkDevice* by Herb Derby · 6 years ago
  21. dce19a7 Untangle strike cache and glyph cache by Herb Derby · 6 years ago
  22. fa99690 Move strike cache Find*() to strike cache by Herb Derby · 6 years ago
  23. f9e12df Cleanup SkAutoGlyphCache in SkXPSDevice. by Herb Derby · 6 years ago
  24. c2ef4ab Remove all uses of getCache with get. by Herb Derby · 6 years ago
  25. ab6fd7e Revert "Remove attach and detach glyph cache." by Herb Derby · 6 years ago
  26. 61d56b9 Remove attach and detach glyph cache. by Herb Derby · 6 years ago
  27. 4f5a79c remove kRW_LegacyBitmapMode by Cary Clark · 7 years ago
  28. 8f11d4d eliminate SK_BUILD_FOR_WIN32 by Mike Klein · 7 years ago
  29. 80747ef move the guts of SkMaskFilter.h into SkMaskFilterBase.h by Mike Reed · 7 years ago
  30. 8ad91a9 remove unused SkRasterizer by Mike Reed · 7 years ago
  31. c5980d0 SkDocument: remove unused fDoneProc by Hal Canary · 7 years ago
  32. 889d521 validate text during deserialization by Mike Reed · 7 years ago
  33. 1ef8094 turn on extended Clang warnings on Windows too by Chris Dalton · 7 years ago
  34. f0cb7a0 Revert "move SkMatrix anonymous affine enum to private" by Mike Reed · 7 years ago
  35. 708ec81 move SkMatrix anonymous affine enum to private by Cary Clark · 7 years ago
  36. b1de5f9 SkDocument: consolidate trimBox code by Hal Canary · 7 years ago
  37. b964238 SkDevice::drawBitmap takes x,y, not matrix by Hal Canary · 7 years ago
  38. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  39. fafe135 SkSize can be aggregate-initialized by Hal Canary · 7 years ago
  40. 2f6b5a4 remove legacy vertices virtual from SkDevice by Mike Reed · 7 years ago
  41. 7da8d64 SkXPS: use correct drawBitmapRect logic for !bitmap.bounds().contains(*src) by Hal Canary · 7 years ago
  42. bc21243 SkXPS: fix drawBitmapRect() by Hal Canary · 7 years ago
  43. a136136 Revert[6] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""""" by Mike Reed · 7 years ago
  44. 27d07f0 Revert "Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""""" by Mike Reed · 7 years ago
  45. 025e244 Revert "Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."""" by Mike Reed · 7 years ago
  46. baf06bc Revert "Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping.""" by Cary Clark · 7 years ago
  47. cfaa632 Revert[2] "Remove SkDraw from device-draw methods, and enable device-centric clipping."" by Mike Reed · 7 years ago
  48. ea5e676 Revert "Remove SkDraw from device-draw methods, and enable device-centric clipping." by Mike Reed · 7 years ago
  49. c77e33f Remove SkDraw from device-draw methods, and enable device-centric clipping. by Mike Reed · 7 years ago
  50. 99330ba remove device field from SkDraw by Mike Reed · 7 years ago
  51. bfdc87a Revert "Revert "Always make SkImageShaders in heap."" by Herb Derby · 7 years ago
  52. 8be952a SkScalarMul is deprecated by Mike Reed · 7 years ago
  53. 07f665e Revert "Always make SkImageShaders in heap." by Herb Derby · 7 years ago
  54. ff590a1 Always make SkImageShaders in heap. by Herb Derby · 7 years ago
  55. 5e221e7 SkXPS: new document API. by Hal Canary · 8 years ago
  56. abc88d2 SkXPS: Begin refactoring SkXPSDevice by Hal Canary · 8 years ago
  57. b39b09e SkXPSDevice inherits from SkBaseDevice by Hal Canary · 8 years ago
  58. 986480a Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers" by Mike Reed · 8 years ago
  59. 2f719a6 move SkDevice.h and SkBitmapDevice.h contents in to src headers by Mike Reed · 8 years ago
  60. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  61. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  62. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  63. 5df4934 Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt" by Mike Reed · 8 years ago
  64. b613c26 Revert "Change SkCanvas to *not* inherit from SkRefCnt" by Heather Miller · 8 years ago
  65. 8240750 Change SkCanvas to *not* inherit from SkRefCnt by Mike Reed · 8 years ago
  66. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  67. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  68. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  69. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  70. a634b74 SkXPS: compile under clang on win by halcanary · 8 years ago
  71. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  72. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  73. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  74. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  75. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  76. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  77. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  78. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  79. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  80. 627778d isABitmap is deprecated, use isAImage by Mike Reed · 8 years ago
  81. d14df7c document.close from bool to void by reed · 8 years ago
  82. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  83. e2348cc src/utils/SkBitSet: simplify by halcanary · 8 years ago
  84. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  85. bfa9275 SkXPS: clean up SkConstexprMath by halcanary · 8 years ago
  86. 055e192 Take SkStrokeRec::InitStyle rather than SkPaint::Style in mask filter and DrawMask by bsalomon · 8 years ago
  87. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 8 years ago
  88. 4b65666 SkDocument/PDF: new API by halcanary · 8 years ago
  89. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  90. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  91. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  92. 18300a3 detach -> release by mtklein · 8 years ago
  93. 23f4d4d SkPDF: move all pdf sources into src/pdf by halcanary · 8 years ago