1. 92f9326 fix size_t/int warnings by commit-bot@chromium.org · 10 years ago
  2. e396455 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  3. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 10 years ago
  4. 8d4dc71 rename SkPaintParts.* to SkPaintPart.* by reed@google.com · 10 years ago
  5. 091a594 Reduce internal explicit SaveFlags usage. by commit-bot@chromium.org · 10 years ago
  6. 4324c3b Fix warnings on Ubuntu13 by commit-bot@chromium.org · 10 years ago
  7. 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 10 years ago
  8. bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
  9. 8015cdd replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b) by reed@google.com · 11 years ago
  10. 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
  11. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  12. c84728d Changed maxInputCount for exact inputCount by commit-bot@chromium.org · 11 years ago
  13. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  14. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  15. 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
  16. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  17. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  18. f1077f9 Add extra warnings to match what Android uses. by mtklein@google.com · 11 years ago
  19. b60cdc8 Revert "Add extra warnings to match what Android uses." by scroggo@google.com · 11 years ago
  20. 692f88c Add extra warnings to match what Android uses. by djsollen@google.com · 11 years ago
  21. 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
  22. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  23. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  24. b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
  25. b3ec29d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  26. b706117 Push sigma-based blur interface into our GMs/benches/tests/samplecode by robertphillips@google.com · 11 years ago
  27. 7bd141d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  28. 7ce661d Blur refactoring by robertphillips@google.com · 11 years ago
  29. 2dc8b96 Fix build with SK_SUPPORT_UNITTEST on by commit-bot@chromium.org · 11 years ago
  30. b8f3655 Update obvious deps. by bungeman@google.com · 11 years ago
  31. 99e789c Fix latent warning as error in Android specific code. by bungeman@google.com · 11 years ago
  32. 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
  33. 7def5e1 Separate core and images project. by scroggo@google.com · 11 years ago
  34. e80c2bc Fix more clang tautological-constant-out-of-range-compare errors. by tfarina@chromium.org · 11 years ago
  35. c1c68bd Remove dubious assertion. by tfarina@chromium.org · 11 years ago
  36. f381162 use SkStream::NewFromFile() by mike@reedtribe.org · 11 years ago
  37. a6c76db Do not use SkTDS32Array when building for 64 bit. by scroggo@google.com · 11 years ago
  38. 93c7ee3 Removed unused parameters by sugoi@google.com · 11 years ago
  39. dfc867b Turning on warning as error on Linux by sugoi@google.com · 11 years ago
  40. 754a3eb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  41. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 11 years ago
  42. c7565d1 Adding missing const for r7902 by jvanverth@google.com · 11 years ago
  43. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  44. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  45. 548a1f3 change all patheffect methods to const, in preparation for marking its by reed@google.com · 12 years ago
  46. 1d3c411 Fix clang 'overloaded-virtual' warnings. by tfarina@chromium.org · 12 years ago
  47. 178a267 Address warnings from clang build bot by robertphillips@google.com · 12 years ago
  48. 100abf4 Shut up some Mac (xcode 3) warnings by bsalomon@google.com · 12 years ago
  49. 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
  50. bdae027 rename private animator type SkImage to SkImageBitmapBase, to avoid conflicts by reed@google.com · 12 years ago
  51. 9954776 Mac build fix after gradient restructure/renaming. by rileya@google.com · 12 years ago
  52. 41f9e6e Fix to get r4511 compiling in Debug by robertphillips@google.com · 12 years ago
  53. 59f46b8 Fixed Windows compiler complaints by robertphillips@google.com · 12 years ago
  54. 7886ad3 remove SK_CAN_USE_FLOAT (deprecated) by reed@google.com · 12 years ago
  55. 16230cb fix warnings on Mac in src/animator by caryclark@google.com · 12 years ago
  56. 706f621 Fixes for Windows Release compiler complaints (overflow in const arith) by robertphillips@google.com · 12 years ago
  57. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  58. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  59. af5bbf2 Move SkBase64 to utils, allow user defined encoding. by bungeman@google.com · 12 years ago
  60. 037d011 Fix Android build Review URL: https://codereview.appspot.com/5492054 by digit@google.com · 12 years ago
  61. fa394d4 Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID by djsollen@google.com · 13 years ago
  62. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  63. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  64. 07faed1 Setting perspective in fixed point. http://codereview.appspot.com/5088043/ by bungeman@google.com · 13 years ago
  65. c2c9b97 Fix nits by bsalomon@google.com · 13 years ago
  66. 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 13 years ago
  67. c12e1b1 Replace SkMath.h includes as required for fixed point. by tomhudson@google.com · 13 years ago
  68. 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 13 years ago
  69. a7ed3cc Eliminate Linux compile warnings throughout animator/ with variable by tomhudson@google.com · 13 years ago
  70. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  71. d6caf2e Replace reference parameter with pointer so that we can pass NULL by tomhudson@google.com · 13 years ago
  72. 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
  73. 8d0b577 rename public SkDataRef to SkData by reed@google.com · 13 years ago
  74. 21b1c5c fix warnings by reed@google.com · 13 years ago
  75. 64cc579 The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on by senorblanco@chromium.org · 13 years ago
  76. c04e6d5 Fix SK build macro. by bsalomon@google.com · 13 years ago
  77. c8ad63e Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. by bsalomon@google.com · 13 years ago
  78. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 13 years ago
  79. ec10d21 remove obsolete SK_BUILD_FOR_BREW conditional by reed@android.com · 15 years ago
  80. 800046e fix new warnings from gcc 4.2 by reed@android.com · 15 years ago
  81. 0f0cfae check-point for reviving animator by reed@android.com · 15 years ago
  82. 845fdac remove deprecated use of porterduff enum by reed@android.com · 15 years ago
  83. 1220e1c Some Linux / 64-bit compile fixes. by deanm@chromium.org · 15 years ago
  84. 3b89515 fix parse error: by reed@android.com · 15 years ago
  85. b08eb2b separate image encode and decode remove obsolete build-flag for encode by reed@android.com · 16 years ago
  86. 76aa34b add text to hostapp sample rename duplicate of SkSVGPath.cpp by reed@android.com · 16 years ago
  87. 8a1c16f grab from latest android by reed@android.com · 16 years ago