1. 44dcb8a Some iOS fixes to make SampleApp work better. by jvanverth · 9 years ago
  2. b1ac52f Skia: Add Command Buffer support to Linux/Mac by hendrikw · 9 years ago
  3. 2f5891e Remove SkBitmapSource by fmalita · 9 years ago
  4. 0584631 Avoid last param to CTFontCreateWithGraphicsFont. by bungeman · 9 years ago
  5. 7cbeaae Avoid CTFontCreateCopyWithAttributes. by bungeman · 9 years ago
  6. 4de8c3a Revert of Avoid CTFontCreateCopyWithAttributes. (patchset #4 id:60001 of https://codereview.chromium.org/1344213004/ ) by bungeman · 9 years ago
  7. d329671 Avoid CTFontCreateCopyWithAttributes. by bungeman · 9 years ago
  8. cd56f81 SkImageSource by fmalita · 9 years ago
  9. bbd4018 Port SkLazyFnPtr users to SkOncePtr. by mtklein · 9 years ago
  10. 75db90c Missing EncodeData(SkImageInfo...) in SkImageEncoder_empty by fmalita · 9 years ago
  11. 0881b95 Give reason while file open failed. by bungeman · 9 years ago
  12. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  13. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  14. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  15. 2f0dbc7 Update SkLightingShader to support rotation by robertphillips · 9 years ago
  16. f7d602a Revert "Update SkLightingShader to support rotation" by robertphillips · 9 years ago
  17. 45b59ed Update SkLightingShader to support rotation by robertphillips · 9 years ago
  18. f052715 Use portable code for family names with DirectWrite. by bungeman · 9 years ago
  19. 6fbdeef Revert of Paranoid temporary check that Chrome's building with SSE2 on all Windows builders. (patchset #1 id:1 of https://codereview.chromium.org/1283183004/ ) by mtklein · 9 years ago
  20. e844530 Paranoid temporary check that Chrome's building with SSE2 on all Windows builders. by mtklein · 9 years ago
  21. c5b7df4 Remove an unused function. by thakis · 9 years ago
  22. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  23. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  24. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  25. 24a104d Revert character in typeface test on Android. by bungeman · 9 years ago
  26. c3eb50c Minor cleanup of SkLightingShader by robertphillips · 9 years ago
  27. ef004e1 Remove SK_LEGACY_IMAGE_GENERATOR_ENUMS_AND_OPTIONS by scroggo · 9 years ago
  28. f20488b Clean up a few includes, introduce iwyu. by bungeman · 9 years ago
  29. 4598fc3 Use SK_DECLARE_STATIC_MUTEX for global mutex. by mtklein · 9 years ago
  30. d0f4173 add option to use global mutex-lock in mac-scalercontext by reed · 9 years ago
  31. 1c84634 add runtime option to provide data->imagegenerator factory by reed · 9 years ago
  32. 5315fd4 Remove SkImageGenerator pieces only for SkCodec. by scroggo · 9 years ago
  33. 0007bde SkAdvancedTypefaceMetrics zeroing constructor by halcanary · 9 years ago
  34. 3ba043f Remove another assertion that a reference is non-null. by dcheng · 9 years ago
  35. 2f19b55 Remove &glyph from SkASSERT. by dcheng · 9 years ago
  36. f7b54cd Add check that Dwrite glyph fits in unicode table. by wfh · 9 years ago
  37. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  38. 27c8eb8 When three or more edges are coincident, the logic needs by caryclark · 9 years ago
  39. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  40. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  41. 98fc73c Change initializer list order to match field declaration order. by sammc · 9 years ago
  42. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  43. c530854 Rename SkFontConfigParser_android SkFontMgr_android_parser. by bungeman · 9 years ago
  44. bd1fb49 Rename SkFontHost_none.cpp to SkFontMgr_empty_factory. by bungeman · 9 years ago
  45. 871872f change old picture serialization to really handle images by reed · 9 years ago
  46. 13a007d Expose SkFaceRec less. by bungeman · 9 years ago
  47. 1e23736 Remove FT_HAS_COLOR definition. by bungeman · 9 years ago
  48. 77f85ad Move Android SkFontMgr::Factory to its own file. by bungeman · 9 years ago
  49. 0b1de26 Move FontConfig factory into separate file. by bungeman · 9 years ago
  50. 921827b Add a note to SkGlobalInitialization_chromium.cpp. by mtklein · 9 years ago
  51. 5cf1949 Refactor SkFontHost_linux into SkFontMgr_custom. by bungeman · 9 years ago
  52. 6bd8d1c Fill capHeight and maxCharWidth on Mac. by bungeman · 9 years ago
  53. 1b5f25c Remove attempted bug mitigation in Mac typeface. by bungeman · 9 years ago
  54. 7888401 Provide tag-along for SkCreateTypefaceFromCTFont. by bungeman · 9 years ago
  55. 726cf90 Add cmap 3,0 (symbol) as Unicode fallback. by bungeman · 9 years ago
  56. 08d1714 Remove SK_FREETYPE_HAS_MM. by bungeman · 9 years ago
  57. c657b69 Revert of Remove SK_FREETYPE_HAS_MM. (patchset #1 id:1 of https://codereview.chromium.org/1143133006/) by reed · 9 years ago
  58. 4f61fee Remove SK_FREETYPE_HAS_MM. by bungeman · 9 years ago
  59. a9f1db7 Use SkTArray instead of SkSTArray in movable. by bungeman · 9 years ago
  60. 41868fe Font variations. by bungeman · 9 years ago
  61. 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 9 years ago
  62. 3489ee0 Font variations. by bungeman · 9 years ago
  63. 5ae1312 Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/) by bungeman · 9 years ago
  64. 05773ed Font variations. by bungeman · 9 years ago
  65. 10b063c Extensible Android font configuration parsing. by bungeman · 9 years ago
  66. dd4e568 Make Noto Sans Mono CJK JP an alias to MS Gothic by jshin · 9 years ago
  67. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  68. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  69. 39a9a50 Make SkAdvancedTypefaceMetrics private. by reed · 9 years ago
  70. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  71. c0727d1 Trim whitespace from parsed filename in Android v21. by bungeman · 9 years ago
  72. d129084 remove dead code behind BOOL_ONGETINFO by reed · 9 years ago
  73. 64fb51d Fix typeface ids on Mac. by bungeman · 9 years ago
  74. 0b9d411 SkTime: return timezone information; format in ISO-8601 by halcanary · 9 years ago
  75. 6837b38 Check for NULL familyName in SkFontMgr_fontconfig. by bungeman · 10 years ago
  76. 1d4ec0a FontConfig character/lang match requires weak family. by bungeman · 10 years ago
  77. c64239a Remove system call in DW for default font. by bungeman · 10 years ago
  78. 567ff2f Cleanup: Remove unnecessary double-semicolons. by tfarina · 10 years ago
  79. e1ddb3b Regularize lmp::XXX_element_handler. by bungeman · 10 years ago
  80. f61475e Regularize informative messages in Android font parser. by bungeman · 10 years ago
  81. e85a754 Respect declared font style on Android. by bungeman · 10 years ago
  82. 21d3ed5 Revert of Respect declared font style on Android. (patchset #6 id:100001 of https://codereview.chromium.org/1092093002/) by jcgregorio · 10 years ago
  83. 673e902 Respect declared font style on Android. by bungeman · 10 years ago
  84. 9d911d5 Remove filename from SkFontDescriptor. by bungeman · 10 years ago
  85. d803cda Add PS 'all' weight name to scanFont. by bungeman · 10 years ago
  86. 9416494 Ammend font table data experiment on Mac. by bungeman · 10 years ago
  87. e3bea5c Attempted mitigation of font tables released early. by bungeman · 10 years ago
  88. 5c9fa28 Add option to embed font data into executable. by bungeman · 10 years ago
  89. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  90. b8a1d30 Add font "index" to lmp parser. by bungeman · 10 years ago
  91. 12f0312 Support BGR with DirectWrite. by bungeman · 10 years ago
  92. 665b038 Use typographic font metrics when the font requests. by bungeman · 10 years ago
  93. 3ef71e3 guarded change to SkImageGenerator to make getInfo() const by reed · 10 years ago
  94. 6f94076 Restore GDI text size rounding. by bungeman · 10 years ago
  95. 9552662 Option for SkCodec to treat dst as all zeroes. by scroggo · 10 years ago
  96. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 10 years ago
  97. de9e7a7 For safety include SkTypes.h in SkFontHost_mac.cpp by mtklein · 10 years ago
  98. aae3091 Draw glyphs on Mac without font transform. by bungeman · 10 years ago
  99. b3310c2 Set the ttcIndex on Mac onOpenStream. by bungeman · 10 years ago
  100. db873d8 add compose-colorfilter by reed · 10 years ago