1. c03e1c5 Re-enable overdraw mode in debugger. by Ben Wagner · 8 years ago
  2. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  3. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  4. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  5. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  6. 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
  7. ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
  8. 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
  9. b979634 Revert of SkRTConf: reduce functionality to what we use, increase simplicity (patchset #8 id:150001 of https://codereview.chromium.org/2212473002/ ) by mtklein · 8 years ago
  10. ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
  11. a25f470 Delete SkNinePatch by msarett · 8 years ago
  12. 1b51e0e Move SkJSONCPP.h to tools. It tool-only. by mtklein · 8 years ago
  13. 45561a0 drawTextRSXform by reed · 8 years ago
  14. 2b2810b all dumpcanvas to be built in release by reed · 8 years ago
  15. 2853f00 Move headers in include/utils/win to src/utils/win. by bungeman · 8 years ago
  16. 73c7c3c Revert of Support pixel antialising in DirectWrite. (patchset #4 id:60001 of https://codereview.chromium.org/2065833002/ ) by bungeman · 8 years ago
  17. bd770d6 Support pixel antialising in DirectWrite. by bungeman · 8 years ago
  18. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  19. 68e99ac remove alias for SkMatrix44.h -- chrome callers have been updated by reed · 8 years ago
  20. 50d3b57 return 4x4 matrix from SkColorSpace by reed · 8 years ago
  21. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  22. 28d5bdd Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (patchset #2 id:20001 of https://codereview.chromium.org/1927583002/ ) by reed · 8 years ago
  23. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  24. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  25. 1263448 Make SkRandom::next[US]Fixed1 private; update documentation for SkRandom::nextSScalar1. by benjaminwagner · 8 years ago
  26. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 8 years ago
  27. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 8 years ago
  28. 0eda258 move annotations to canvas virtual by reed · 8 years ago
  29. a7e9f05 Move SkTDArray to private. by bungeman · 8 years ago
  30. bf521ff Move SkTArray to include/private. by bungeman · 8 years ago
  31. 53d9f1c SK_SUPPORT_LEGACY_DRAWFLTER typo by fmalita · 9 years ago
  32. 7765000 Hide SkCanvas::{set,get}DrawFilter by fmalita · 9 years ago
  33. 879caf8 remove SkDebugUtils.h -- unused by reed · 9 years ago
  34. 61a237e SkPaintFilterCanvas cleanup by fmalita · 9 years ago
  35. 32cdc32 SkTCopyOnFirstWrite-based SkPaintFilterCanvas API by fmalita · 9 years ago
  36. bad23dc SkPaintFilterCanvas skip-draw support by fmalita · 9 years ago
  37. 6544817 test & doc for SkUnitCubicInterp by caryclark · 9 years ago
  38. 76a834a move SkTDict and SkTSearch into private by reed · 9 years ago
  39. 9a878a0 remove cruft from SkTypes.h, including SkBool by reed · 9 years ago
  40. 08e7047 remove unused SkCubicInterval by reed · 9 years ago
  41. 83ba585 move SkParsePaint.h into views by reed · 9 years ago
  42. b39f39f remove unused SkCullPoints by reed · 9 years ago
  43. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  44. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  45. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  46. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  47. 573ce20 clang/win: Let SK_TRACEHR not produce -Wunused-value warnings in release builds. by thakis · 9 years ago
  48. 0cbe7ee CMake, include/: changes to make fiddle 2.0 better by halcanary · 9 years ago
  49. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  50. 451af50 remove SkDeferredCanvas by reed · 9 years ago
  51. f433bb2 SkPaintFilterCanvas should inherit the target canvas state by fmalita · 9 years ago
  52. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  53. 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
  54. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  55. 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
  56. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  57. a8d4559 Fix infinite matrix during an invert. by vmpstr · 9 years ago
  58. 3fdde4e Remove old iOS porting files. by bungeman · 9 years ago
  59. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  60. 4c21dc5 add drawImageNine by reed · 9 years ago
  61. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  62. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  63. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago
  64. 109a23d Remove the SkCanvas comment API by fmalita · 9 years ago
  65. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  66. 72743b1 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #25 id:480001 of https://codereview.chromium.org/1112523006/) by mtklein · 9 years ago
  67. 15877b6 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  68. b7ed856 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #22 id:420001 of https://codereview.chromium.org/1112523006/) by reed · 9 years ago
  69. c92c129 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  70. a85d4d0 Make drawImage a virtual on SkDevice by reed · 9 years ago
  71. 06dad4b Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1126273002/) by reed · 9 years ago
  72. 620ba3a Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1124003002/) by reed · 9 years ago
  73. 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 9 years ago
  74. 14fe8fd Make drawImage a virtual on SkDevice by reed · 9 years ago
  75. 59bcfae Split default and user-supplied event tracers. by mtklein · 9 years ago
  76. ca1a22e Revert of Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1060703003/) by reed · 9 years ago
  77. bdb0bf5 Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1088383003/) by jcgregorio · 9 years ago
  78. aab35d9 remove unused (by clients) SkPathUtils by reed · 9 years ago
  79. 65cdb57 Add a paint filter utility canvas (SkPaintFilterCanvas) by fmalita · 9 years ago
  80. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  81. 9345eef [Skia] Add SK_API to SkParse. by huangs · 9 years ago
  82. 297aaf9 Avoid wrong memory access due to double substitution and %% by kkinnunen · 9 years ago
  83. 648238c Remove SkProxyCanvas. by scroggo · 9 years ago
  84. b0dfb54 remove (unused) GatherPixelRefs by reed · 10 years ago
  85. 44af7ba Fix SkIStream nits. by bungeman · 10 years ago
  86. 2dca817 Remove staging SkStream::unref(). by bungeman · 10 years ago
  87. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  88. 3f915c0 upstream google3 include paths for jsoncpp by mtklein · 10 years ago
  89. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  90. 41af966 Revert of Revert of move remaining virtual draw methods to onDraw (patchset #1 id:1 of https://codereview.chromium.org/835913002/) by reed · 10 years ago
  91. e87e383 Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001 of https://codereview.chromium.org/817723005/) by reed · 10 years ago
  92. 2e0f7d5 move remaining virtual draw methods to onDraw by reed · 10 years ago
  93. c4fda92 remove unused drawData by reed · 10 years ago
  94. f9d6101 There can be only one (SkRandom)! by scroggo · 10 years ago
  95. 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
  96. 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 10 years ago
  97. f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
  98. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  99. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  100. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago