1. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  2. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  3. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  4. 2f12463 Fix warnings that were exposed when running with SK_DEBUG enable on an optimized release build. by djsollen · 8 years ago
  5. 5e3815b Rein in the use of SkDevice.h by robertphillips · 8 years ago
  6. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  7. fdc88b5 rm src/animator/SkTime.cpp by halcanary · 8 years ago
  8. ec4d4d7 Change SkTime::GetMSecs to double; ensure values stored in SkMSec do not overflow. by benjaminwagner · 8 years ago
  9. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 8 years ago
  10. e22bab9 disable SK_SUPPORT_LEGACY_PATHEFFECT_PTR for skia builds by reed · 8 years ago
  11. 07ec54d Replace uses of SkImageDecoder in src/animator by msarett · 8 years ago
  12. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  13. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  14. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  15. d7dc76f Remove version checks for _MSC_VER < 1800 (msvs2013). by bungeman · 8 years ago
  16. 8a21c9f use Make instead of Create to return a shared shader by reed · 8 years ago
  17. 7f4b1b2 move drawextrapatheffect header into animator by reed · 8 years ago
  18. bc1cebb Move SkTDStack.h to src/animator. by bungeman · 8 years ago
  19. 2b12376 SkTime: Stop using POSIX entensions to time.h for timezone by halcanary · 9 years ago
  20. 221524d Start using <type_traits> and <utility> (C++11). by bungeman · 9 years ago
  21. 9a878a0 remove cruft from SkTypes.h, including SkBool by reed · 9 years ago
  22. 33eefcd SkTime::GetNSecs() by mtklein · 9 years ago
  23. 3b5b784 Revert of SkTime::GetNSecs() (patchset #11 id:200001 of https://codereview.chromium.org/1422513003/ ) by mtklein · 9 years ago
  24. 38a88e4 SkTime::GetNSecs() by mtklein · 9 years ago
  25. 5a06df4 Revert of SkTime::GetNSecs() (patchset #10 id:180001 of https://codereview.chromium.org/1422513003/ ) by mtklein · 9 years ago
  26. a1840d5 SkTime::GetNSecs() by mtklein · 9 years ago
  27. 6ae30fb Revert of SkTime::GetNSecs() (patchset #9 id:160001 of https://codereview.chromium.org/1422513003/ ) by caryclark · 9 years ago
  28. 70084cb SkTime::GetNSecs() by mtklein · 9 years ago
  29. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  30. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  31. afd7c74 Remove SK_OFFSETOF from SkTypes, clean up offsetof usage. by bungeman · 9 years ago
  32. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  33. 3073b5f Fix a stray -Winconsistent-missing-override warning. by mtklein · 9 years ago
  34. f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
  35. 56263c7 delete (unused) TransparentShader by reed · 9 years ago
  36. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  37. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  38. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  39. f4219dd Update more directories under src/ to follow C++11 style rule for {virtual,override}. by tfarina · 9 years ago
  40. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  41. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  42. e73da40 add length parameter to addText, to match attr values by reed · 10 years ago
  43. fe3f260 [SkSVGDevice] Initial text support by fmalita · 10 years ago
  44. 42dbfa8 Add patheffects to debugger printout by robertphillips · 10 years ago
  45. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  46. 3f43f8a remove dead SkPersp macros by reed · 10 years ago
  47. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  48. 7e44bb1 Remove macros that make it look like it's a good idea to not be able to flatten. by mtklein · 10 years ago
  49. aa458fb Cleanup: More override fixes - another round. by tfarina · 10 years ago
  50. 752e7eb Cleanup: Another round of override fixes. by tfarina · 10 years ago
  51. 986ca61 rename SkDrawable to SkADrawable by reed · 10 years ago
  52. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
  53. bae704b add rowbytes option to allocPixels by reed · 10 years ago
  54. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
  55. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  56. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  57. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  58. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
  59. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  60. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  61. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  62. 92f9326 fix size_t/int warnings by commit-bot@chromium.org · 10 years ago
  63. e396455 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  64. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 10 years ago
  65. 8d4dc71 rename SkPaintParts.* to SkPaintPart.* by reed@google.com · 10 years ago
  66. 091a594 Reduce internal explicit SaveFlags usage. by commit-bot@chromium.org · 10 years ago
  67. 4324c3b Fix warnings on Ubuntu13 by commit-bot@chromium.org · 10 years ago
  68. 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 10 years ago
  69. bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
  70. 8015cdd replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b) by reed@google.com · 11 years ago
  71. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
  72. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  73. c84728d Changed maxInputCount for exact inputCount by commit-bot@chromium.org · 11 years ago
  74. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  75. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  76. 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
  77. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  78. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  79. f1077f9 Add extra warnings to match what Android uses. by mtklein@google.com · 11 years ago
  80. b60cdc8 Revert "Add extra warnings to match what Android uses." by scroggo@google.com · 11 years ago
  81. 692f88c Add extra warnings to match what Android uses. by djsollen@google.com · 11 years ago
  82. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  83. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  84. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  85. b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
  86. b3ec29d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  87. b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
  88. 7bd141d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  89. 7ce661d Blur refactoring by robertphillips@google.com · 11 years ago
  90. 2dc8b96 Fix build with SK_SUPPORT_UNITTEST on by commit-bot@chromium.org · 11 years ago
  91. b8f3655 Update obvious deps. by bungeman@google.com · 11 years ago
  92. 99e789c Fix latent warning as error in Android specific code. by bungeman@google.com · 11 years ago
  93. 6bf1941 Clang has stricter checking for conversion to a null pointer. In C++11 mode, false will produce an error if it is used in a place that expects a pointer. Change these cases to NULL. by commit-bot@chromium.org · 11 years ago
  94. 7def5e1 Separate core and images project. by scroggo@google.com · 11 years ago
  95. e80c2bc Fix more clang tautological-constant-out-of-range-compare errors. by tfarina@chromium.org · 11 years ago
  96. c1c68bd Remove dubious assertion. by tfarina@chromium.org · 11 years ago
  97. f381162 use SkStream::NewFromFile() by mike@reedtribe.org · 11 years ago
  98. a6c76db Do not use SkTDS32Array when building for 64 bit. by scroggo@google.com · 11 years ago
  99. 93c7ee3 Removed unused parameters by sugoi@google.com · 11 years ago
  100. dfc867b Turning on warning as error on Linux by sugoi@google.com · 11 years ago