1. e24127c Directly measure CoreText weight mapping. by Ben Wagner · 3 years, 10 months ago
  2. dc607e3 Use bitmap.asImage() by Mike Reed · 3 years, 11 months ago
  3. fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years, 3 months ago
  4. 637838d Fix compiler warnings on Mac build. by John Stiles · 4 years, 5 months ago
  5. c14701a Remove SkStream_mac.cpp. by Ben Wagner · 4 years, 5 months ago
  6. f54dbf7 Clean up SkShaper_coretext.cpp & SkCGBase.h by Adlai Holler · 4 years, 5 months ago
  7. 0ef90dd Split out coretext fontmgr factory. by Ben Wagner · 4 years, 5 months ago
  8. bb5b2a1 Revert "Split out coretext fontmgr factory." by Mike Klein · 4 years, 5 months ago
  9. 2c62834 Split out coretext fontmgr factory. by Ben Wagner · 4 years, 5 months ago
  10. aa10dfe Revert "Split out coretext fontmgr factory." by Ben Wagner · 4 years, 5 months ago
  11. 5c14d63 Split out coretext fontmgr factory. by Ben Wagner · 4 years, 5 months ago
  12. dc976a9 update skstd by Mike Klein · 4 years, 6 months ago
  13. 88417e7 SkCreateCGImageRef needs to not rely on N32 by Mike Reed · 4 years, 9 months ago
  14. e9bcc47 utils/mac/SkCreateCGImageRef: cleanup by Hal Canary · 5 years ago
  15. c96f510 Reland "Replace CGFontCreate with CTFontManagerCreate." by Ben Wagner · 5 years ago
  16. 64331db Revert "Replace CGFontCreate with CTFontManagerCreate." by Ben Wagner · 5 years ago
  17. f1d4f00 Replace CGFontCreate with CTFontManagerCreate. by Ben Wagner · 5 years ago
  18. 723a877 Make SkFunctionWrapper a better wrapper. by Ben Wagner · 5 years ago
  19. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  20. c33d614 add google-build-namespaces to clang-tidy checks by Mike Klein · 6 years ago
  21. 7b56229 Use SkUniqueCFRef in SkImage*CG. by Ben Wagner · 6 years ago
  22. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  23. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  24. 50dbc09 SkTypes: more into SkMacros by Hal Canary · 6 years ago
  25. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  26. 57c2b8b remove unused declarations by Mike Reed · 7 years ago
  27. f0ffb89 Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Mike Reed · 7 years ago
  28. 5a2e50e Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap""" by Mike Reed · 7 years ago
  29. cd284c5 Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"" by Mike Reed · 7 years ago
  30. 809cbed Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Jim Van Verth · 7 years ago
  31. 88757da guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  32. f46633f Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Greg Daniel · 7 years ago
  33. 98a6216 guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  34. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  35. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 8 years ago
  36. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 8 years ago
  37. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 8 years ago
  38. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 8 years ago
  39. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 8 years ago
  40. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 8 years ago
  41. 356f7c2 support external raster handles by Mike Reed · 8 years ago
  42. 463c848 helper to convert CGImage -> SkImage by Mike Reed · 8 years ago
  43. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  44. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  45. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  46. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  47. 1ee7651 Start making all .cpp files compile-able on all platforms. by mtklein · 9 years ago
  48. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  49. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  50. 4497748 Revert of Revert of replace kIgnore_SkAlphaType with kUnknown_SkAlphaType (patchset #1 id:1 of https://codereview.chromium.org/966753002/) by reed · 10 years ago
  51. 574290f Revert of replace kIgnore_SkAlphaType with kUnknown_SkAlphaType (patchset #3 id:40001 of https://codereview.chromium.org/964613002/) by scroggo · 10 years ago
  52. 1c8aeea replace kIgnore_SkAlphaType with kUnknown_SkAlphaType by reed · 10 years ago
  53. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  54. c830677 In SkPDFDocumentToBitmap, use SkCreateDataProviderFromStream by halcanary · 10 years ago
  55. 8482504 make allocPixels throw on failure by reed · 10 years ago
  56. ede0c5c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  57. 60b5dce expose CGImage -> SkBitmap by commit-bot@chromium.org · 11 years ago
  58. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 11 years ago
  59. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 11 years ago
  60. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 11 years ago
  61. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 11 years ago
  62. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 11 years ago
  63. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 11 years ago
  64. e24ad23 use SkColorType instead of SkBitmap::Config in views/effects by commit-bot@chromium.org · 11 years ago
  65. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  66. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  67. 5dc14c1 ARM Skia NEON patches - 08 - Cleaning / possible fix by commit-bot@chromium.org · 11 years ago
  68. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  69. e60ed08 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  70. 50b14a2 oops, fix name for SkCreateDataProviderFromData by reed@google.com · 12 years ago
  71. 12b1f19 expose skdata -> cgdataprovider helper by reed@google.com · 12 years ago
  72. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  73. 426648e Tell CG ImageEncoder that a bitmap is opaque if it is. by scroggo@google.com · 12 years ago
  74. e229e92 Remove deprecated SkOSWindow_wxwidgets.h by tfarina@chromium.org · 12 years ago
  75. 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
  76. 3dd4591 fix warnings on Mac in miscellaneous files by caryclark@google.com · 12 years ago
  77. cbd76ae Utils must not depend on Views. http://codereview.appspot.com/5867051/ by bungeman@google.com · 13 years ago
  78. 61c2204 add SkCreateDataProviderFromStream to SkCGUtils by reed@google.com · 13 years ago
  79. 6c5bf8d Added BSD license language where missing. by caryclark@google.com · 13 years ago
  80. 5eb7b8c Fix CFBundleIdentifier of SampleApp by epoger@google.com · 13 years ago
  81. 78c6ed0 add formatting to suppress compiler warning by caryclark@google.com · 13 years ago
  82. 4ee8aea fix mac warnings http://codereview.appspot.com/5431053/ by caryclark@google.com · 13 years ago
  83. 8c0f3d8 Can't put a variable sized array of non-pod on the stack. Use SkAutoTDeleteArray instead. by mike@reedtribe.org · 13 years ago
  84. 1e72816 Fix cmdline argument passing in SampleApp/Mac. by senorblanco@chromium.org · 13 years ago
  85. e295313 move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol style LF on all gpu files by bsalomon@google.com · 13 years ago
  86. 4d5cb45 Set SDK for Mac build to 10.6, ignore gyp/build, fixup gpu files to compile against 10.5 if needed by bsalomon@google.com · 13 years ago
  87. bb3f4a8 Bug fixes: by suyang1 · 13 years ago
  88. f75b84e Add license by bsalomon@google.com · 13 years ago
  89. d4f299e Fix some mac compilation errors generated when building utils within chrome. by seanpaul@google.com · 13 years ago
  90. 849ad5a Fixed key handling code in Mac SampleApp by yangsu@google.com · 13 years ago
  91. a854041 Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, moved dependencies out of experimental by yangsu@google.com · 13 years ago
  92. 971d0c8 Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 13 years ago
  93. 42fd1e9 CocoaSampleApp no longer depends on SkOSWindow_Mac.h by yangsu@google.com · 13 years ago
  94. 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 13 years ago
  95. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  96. 45f9ce7 make the mac window resizeable again by reed@google.com · 13 years ago
  97. 29038ed always use grcontext to get the bits to the screen by reed@google.com · 13 years ago
  98. cd88d7c Don't use the CreateWithData variant: not needed, and isn't available in chrome by reed@google.com · 13 years ago
  99. 9c16bc0 fix bitmapinfo by reed@google.com · 13 years ago
  100. 292ade6 add mac utility to turn a pdf into a bitmap by reed@google.com · 13 years ago