1. 18300a3 detach -> release by mtklein · 9 years ago
  2. 5f939ab Use std::unique_ptr. by mtklein · 9 years ago
  3. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  4. 2691d76 Use std::unique_ptr. by mtklein · 9 years ago
  5. 351c0d2 Revert "Initialize the font fallback when the direct write font" by kulshin · 9 years ago
  6. fde0511 Make sp variants for SkData by reed · 9 years ago
  7. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  8. 3dd9ed3 Use std::unique_ptr. by mtklein · 9 years ago
  9. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  10. 20c1e3a Use std::unique_ptr. by mtklein · 9 years ago
  11. fdd52c4 Don't build CG on Linux CMake by msarett · 9 years ago
  12. 1897631 Add an SkImageGeneratorCG by msarett · 9 years ago
  13. 08d739c Fix Windows clang compiler complaint by robertphillips · 9 years ago
  14. 042f859 Initialize the font fallback when the direct write font manager is created. by kulshin · 9 years ago
  15. ad514d0 Only modify abort behavior to avoid debugger dialog on windows for bot builds. by bsalomon · 9 years ago
  16. aabd71c SkFontHost_FreeType constructor to correctly release resources. by bungeman · 9 years ago
  17. 27876bc Improve horizontal baseline detection. by bungeman · 9 years ago
  18. 64a3c95 Check scalar to fixed conversions with axes. by benjaminwagner · 9 years ago
  19. 47a1e96 Deduplicate axis value resolving code. by bungeman · 9 years ago
  20. 4534562 Change type of SkScalerContext_FreeType::fScaleX/Y. All uses want FT_F26Dot6. by benjaminwagner · 9 years ago
  21. bf521ff Move SkTArray to include/private. by bungeman · 9 years ago
  22. 70bb808 Add request cache to SkFontHost_fontconfig. by bungeman · 9 years ago
  23. 8715d47 Make SkPicture/SkImageGenerator default to SkCodec by msarett · 9 years ago
  24. 944c2d9 SkOSFile_stdio: less :: by mtklein · 9 years ago
  25. ebc465b Add support for caching font files in the Android SkFontMgr. by khushalsagar · 9 years ago
  26. 1de415f Revert of Make SkPicture/SkImageGenerator default to SkCodec (patchset #7 id:120001 of https://codereview.chromium.org/1671193002/ ) by kjlubick · 9 years ago
  27. 026388a Make SkPicture/SkImageGenerator default to SkCodec by scroggo · 9 years ago
  28. 918090c SkTArray to move when moving. by bungeman · 9 years ago
  29. 6b48984 Don't print dialog box prior to crashing. by djsollen · 9 years ago
  30. 50b98b4 add note about security and new subclasses by reed · 9 years ago
  31. 69d1603 Add option to specify a font collection when creating a by kulshin · 9 years ago
  32. 8610002 Move SkColorMatrixFilter implementation to core. by bsalomon · 9 years ago
  33. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  34. 2a1d401 Move SkAvoidXfermode over from Android by robertphillips · 9 years ago
  35. 64b0f5f Remove SkLerpXfermode by robertphillips · 9 years ago
  36. c721196 Fixed compilation on mingw. by cjacek · 9 years ago
  37. aa97a84 Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:80001 of https://codereview.chromium.org/1610823002/ ) by djsollen · 9 years ago
  38. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  39. f6c7107 Expose API for gx font variation axes. by bungeman · 9 years ago
  40. 5eff9e7 Implement onMatchFamilyStyle for Mac. by bungeman · 9 years ago
  41. a913275 SkStream/Priv cleanups by scroggo · 9 years ago
  42. 576c206 Update tests to produce more sensible output for Android framework builds. by djsollen · 9 years ago
  43. f33e7a3 remove unused SkGlobalInitialization_none.cpp by reed · 9 years ago
  44. 6054d68 reorg global initialization, separating core from optional by reed · 9 years ago
  45. 1554ec0 Delete SkRectShaderImageFilter by ajuma · 9 years ago
  46. 2b12376 SkTime: Stop using POSIX entensions to time.h for timezone by halcanary · 9 years ago
  47. c7141eb remove external header for SkModeColorFilter by reed · 9 years ago
  48. 77b6ba3 Implement an SkPaint-based image filter by ajuma · 9 years ago
  49. 3061af4 add SkShader::newWithColorFilter by reed · 9 years ago
  50. 54e6308 Add skstd::remove_pointer_t and use it. by bungeman · 9 years ago
  51. 05dd251 take gr-context parameter to refEncoded, indicating a desire for only gpu-specific formats by reed · 9 years ago
  52. 7a897c0 Change use of LoadLibrary to LoadLibraryA by jvanverth · 9 years ago
  53. dd180e7 Enable NVPR with command buffer by kkinnunen · 9 years ago
  54. 7471fa4 add fsync to try to get complete skps from webpage picture capture by caryclark · 9 years ago
  55. f2848b6 default SkPixelSerializer by halcanary · 9 years ago
  56. 3127c99 ubsan shift fixes by caryclark · 9 years ago
  57. a2e0567 Revert of default SkPixelSerializer (patchset #2 id:20001 of https://codereview.chromium.org/1507123002/ ) by halcanary · 9 years ago
  58. 808ce28 default SkPixelSerializer by halcanary · 9 years ago
  59. ba923d3 SkImageShaderFactoryToName SkAlphaThresholdFilterFactoryToName by halcanary · 9 years ago
  60. 2211a7b Fix Google3 fonts. Use fontconfig rather than custom_directory_factory. Add Google3 font caching. by benjaminwagner · 9 years ago
  61. b8b479b use malloc/calloc/free instead of moz_malloc/moz_calloc/moz_free in ports/SkMemory_mozalloc.cpp by lsalzman · 9 years ago
  62. cf98fa9 Add SkPngChunkReader. by scroggo · 9 years ago
  63. d76be9c Eliminate SkFILE: it always is the same as FILE. by halcanary · 9 years ago
  64. ee10a42 Add decodeYUV8Planes to SkImageDecoder_empty by scroggo · 9 years ago
  65. 147ea2f Factor CSS3 matching rules. by bungeman · 9 years ago
  66. 5c351f3 Delete dead SkImageDecoder::buildTileIndex and decodeSubset code by msarett · 9 years ago
  67. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  68. 3f846ae Take mutex when calling into FreeType. by bungeman · 9 years ago
  69. 1ee7651 Start making all .cpp files compile-able on all platforms. by mtklein · 9 years ago
  70. ef27ce3 Use only one CGFont/CTFont per scaler context on Mac. by bungeman · 9 years ago
  71. e4881b6 add a note by mtklein · 9 years ago
  72. bdef140 Send SkDebugf through stderr and flush on Windows too. by mtklein · 9 years ago
  73. 6440f0b Add shared mutexes to the direct write cache code to get better parallelism. by herb · 9 years ago
  74. 546dc32 Use SkAutoTExclusive guard in DirectWrite port. by herb · 9 years ago
  75. 33eefcd SkTime::GetNSecs() by mtklein · 9 years ago
  76. 3b5b784 Revert of SkTime::GetNSecs() (patchset #11 id:200001 of https://codereview.chromium.org/1422513003/ ) by mtklein · 9 years ago
  77. 38a88e4 SkTime::GetNSecs() by mtklein · 9 years ago
  78. 5a06df4 Revert of SkTime::GetNSecs() (patchset #10 id:180001 of https://codereview.chromium.org/1422513003/ ) by mtklein · 9 years ago
  79. a1840d5 SkTime::GetNSecs() by mtklein · 9 years ago
  80. 6ae30fb Revert of SkTime::GetNSecs() (patchset #9 id:160001 of https://codereview.chromium.org/1422513003/ ) by caryclark · 9 years ago
  81. 70084cb SkTime::GetNSecs() by mtklein · 9 years ago
  82. c7378af Add a mutex to protect the DWrite calls. by herb · 9 years ago
  83. 44dcb8a Some iOS fixes to make SampleApp work better. by jvanverth · 9 years ago
  84. b1ac52f Skia: Add Command Buffer support to Linux/Mac by hendrikw · 9 years ago
  85. 2f5891e Remove SkBitmapSource by fmalita · 9 years ago
  86. 0584631 Avoid last param to CTFontCreateWithGraphicsFont. by bungeman · 9 years ago
  87. 7cbeaae Avoid CTFontCreateCopyWithAttributes. by bungeman · 9 years ago
  88. 4de8c3a Revert of Avoid CTFontCreateCopyWithAttributes. (patchset #4 id:60001 of https://codereview.chromium.org/1344213004/ ) by bungeman · 9 years ago
  89. d329671 Avoid CTFontCreateCopyWithAttributes. by bungeman · 9 years ago
  90. cd56f81 SkImageSource by fmalita · 9 years ago
  91. bbd4018 Port SkLazyFnPtr users to SkOncePtr. by mtklein · 9 years ago
  92. 75db90c Missing EncodeData(SkImageInfo...) in SkImageEncoder_empty by fmalita · 9 years ago
  93. 0881b95 Give reason while file open failed. by bungeman · 9 years ago
  94. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  95. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  96. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  97. 2f0dbc7 Update SkLightingShader to support rotation by robertphillips · 9 years ago
  98. f7d602a Revert "Update SkLightingShader to support rotation" by robertphillips · 9 years ago
  99. 45b59ed Update SkLightingShader to support rotation by robertphillips · 9 years ago
  100. f052715 Use portable code for family names with DirectWrite. by bungeman · 9 years ago