1. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  2. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  3. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  4. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  5. 16adfa3 Viewer builds (for Windows) with GN by Brian Osman · 8 years ago
  6. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  7. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  8. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  9. d15750c Remove uses of SkImageDecoder from samplecode by msarett · 8 years ago
  10. 9ae14ff remove xmlparser includes from samples by caryclark · 8 years ago
  11. f6bfccd Cleanups related to SkFixed. by benjaminwagner · 8 years ago
  12. c2d35d8 Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https://codereview.chromium.org/1683743005/ ) by benjaminwagner · 8 years ago
  13. 7ea5cb1 Cleanups related to SkFixed. by benjaminwagner · 8 years ago
  14. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  15. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  16. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  17. aa458fb Cleanup: More override fixes - another round. by tfarina · 10 years ago
  18. 9e96aa0 remove unused TextBufferDirection enum by reed · 10 years ago
  19. 285d375 remove dead code from sample by reed · 10 years ago
  20. e003aec remove unused Kernel33MaskFilter by commit-bot@chromium.org · 10 years ago
  21. 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 10 years ago
  22. a8c1831 use SkColorType instead of SkBitmap::Config in samplecode by commit-bot@chromium.org · 10 years ago
  23. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  24. bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
  25. 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
  26. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  27. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  28. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  29. 8eaddb0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  30. 0bd80fa Added toString to SkMaskFilter-derived classes by robertphillips@google.com · 11 years ago
  31. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  32. b83b6b4 Added toString to SkXfermode-derived classes (for debugger) by robertphillips@google.com · 12 years ago
  33. 4d5c26d pass modifier keys to click events (e.g. control | shift etc.) by reed@google.com · 12 years ago
  34. 3af2b8d fix warnings: by mike@reedtribe.org · 12 years ago
  35. 30711b7 change SkMaskFilter methods to const, in preparation for making the class as by reed@google.com · 12 years ago
  36. ae933ce Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  37. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  38. ffe39bd Fix type errors and a few warnings for Visual Studio 2010 64-bit build. by tomhudson@google.com · 12 years ago
  39. 257fc5b Remove unused static functions from SampleApp and effects by djsollen@google.com · 12 years ago
  40. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  41. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  42. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  43. 64cc579 The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on by senorblanco@chromium.org · 13 years ago
  44. 9e39bb3 code style, inherit from SampleView by reed@google.com · 13 years ago
  45. 2f3dc9d add typefacecache speedup lcd blits clean up some samples by reed@google.com · 13 years ago
  46. 261b8e2 fix warnings by reed@google.com · 13 years ago
  47. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 13 years ago
  48. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  49. cb34235 fix matrix use in coretext fonthost update gm images to new baseline by reed@android.com · 14 years ago
  50. 04d86c6 update to try out programmable shaders by reed@android.com · 15 years ago
  51. 6b82d1a add isConvex() hit to SkPath, to be used to speed up fills and opengl by reed@android.com · 15 years ago
  52. 44a6312 call notifyPixelsChanged() when the pages are flipped in pageflippixelref by reed@android.com · 15 years ago
  53. 671cd65 add SDL support by reed@android.com · 15 years ago
  54. 069b827 API cleanup: rename typeface Create to CreateFromName, and remove default arg by reed@android.com · 15 years ago
  55. da342a8 update more sample code to new compose shader header by reed@android.com · 16 years ago
  56. 8a1c16f grab from latest android by reed@android.com · 16 years ago