1. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 8 years ago
  2. 2feb796 Finish removing GrContext param from onRefEncodedData by Brian Osman · 8 years ago
  3. 21c1313 Remove SK_IGNORE_GASP_VERSION_CHECK. by Ben Wagner · 8 years ago
  4. 4785897 Remove compressed texture support from cacherator by Brian Osman · 8 years ago
  5. bc096bf Improve variation comment for iOS. by bungeman · 8 years ago
  6. 42a2a20 Only respect version 1 gasp tables for symmetric. by Ben Wagner · 8 years ago
  7. 9f59134 Symmetric rendering when >20px with DirectWrite. by Ben Wagner · 8 years ago
  8. 1f5f6b8 Fix advances for aliased text with DirectWrite. by Ben Wagner · 8 years ago
  9. f1bc5e8 Set the kMultiMaster_FontFlag in DirectWrite. by Ben Wagner · 8 years ago
  10. 266dcb0 SkTypeface:: populate_glyph_to_unicode uniformly across platforms by Hal Canary · 8 years ago
  11. 3390cdf SkTypeface_win_dw: populate_glyph_to_unicode uses lowest unichar by Hal Canary · 8 years ago
  12. ea07652 Use the rounded text size for gasp. by Ben Wagner · 8 years ago
  13. b1f7653 Use the rounded text size for gasp. by Ben Wagner · 8 years ago
  14. 9aec894 Use last value for axis for variation position. by bungeman · 8 years ago
  15. 3e306f6 Use FontWeight symbols when available on Mac. by bungeman · 8 years ago
  16. 2f3db61 Remove SK_IGNORE_DW_GRAY_FIX. by Ben Wagner · 8 years ago
  17. 56ea77a Implement SkBlurDrawLooper with SkLayerDrawLooper by Matt Sarett · 8 years ago
  18. a2cedff Fix gaussianedge GM by Robert Phillips · 8 years ago
  19. b338484 quiet some annoying logging in unit tests by Mike Klein · 8 years ago
  20. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 8 years ago
  21. 3318da5 Replace Thinkness with Thickness. by Ben Wagner · 8 years ago
  22. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
  23. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 8 years ago
  24. eefa289 sk_fgetsize to not use ftell. by Ben Wagner · 8 years ago
  25. e0a34e7 Only set dw antialias mode to grayscale for A8. by Ben Wagner · 8 years ago
  26. 2225306 Support pixel antialising in DirectWrite. by Ben Wagner · 8 years ago
  27. b66fa52 Revert "Support pixel antialising in DirectWrite." by Mike Reed · 8 years ago
  28. 34db1ee Support pixel antialising in DirectWrite. by Ben Wagner · 8 years ago
  29. 4d1955c Fix SkFILEStream. by Ben Wagner · 8 years ago
  30. f1b61af Mark function used as template parameter extern. by Ben Wagner · 8 years ago
  31. c0128d4 DW last resort font default name not necessary. by Ben Wagner · 8 years ago
  32. aa3af7b SkPDF: Always get advances at unitsPerEm. by Hal Canary · 8 years ago
  33. c663905 Tell PDF on Mac when a font is a variation font. by Ben Wagner · 8 years ago
  34. e7e5499 Check that the FT_Face actually exists in SkTypeface_FreeType::onGetVariationDesignPosition. by Ben Wagner · 8 years ago
  35. e0c9e00 Remove SK_HAS_DWRITE_X defines. by Ben Wagner · 8 years ago
  36. 2a098d0 Call FT_Set_Default_Properties when available. by Ben Wagner · 8 years ago
  37. a07741a begin to hide details of SkPathEffect by Mike Reed · 8 years ago
  38. fc49734 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  39. 9704329 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  40. 0f3d0c3 Add SkTypeface::getVariationDesignPosition. by bungeman · 8 years ago
  41. edee1ae Write SkRegion fuzzer by Kevin Lubick · 8 years ago
  42. 7d07d46 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  43. 87e7f82 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  44. 394d414 Implement SkHighContrastFilter by Dominic Mazzoni · 8 years ago
  45. 4ec46aa Work around Mac x- and cap-height calculation. by bungeman · 8 years ago
  46. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 8 years ago
  47. 8be952a SkScalarMul is deprecated by Mike Reed · 8 years ago
  48. a67615f 'gasp' to control symmetric rendering on Windows. by Ben Wagner · 8 years ago
  49. 19c22e9 Revert "Roll minimum picture version up to 44." by Robert Phillips · 8 years ago
  50. 18ec7b9 Replace kCTFontXXXOrientation with kCTFontOrientationXXX. by bungeman · 8 years ago
  51. e037d12 Roll minimum picture version up to 44. by Mike Klein · 8 years ago
  52. f1ef1fa Properly create CTFontDescriptor from SkFontStyle. by bungeman · 8 years ago
  53. a04bb45 Make src/effects explicitly optional. by Mike Klein · 8 years ago
  54. 8fa7468 Include correct header in SkFontMgr_custom_empty_factory.cpp. by Ben Wagner · 8 years ago
  55. 8ab590f Split custom font managers. by Ben Wagner · 8 years ago
  56. 83f1f44 SkFontHost_mac.cpp#create_descriptor to handle nullptr familyName. by bungeman · 9 years ago
  57. 160907f Clean up more references to GYP. by Mike Klein · 9 years ago
  58. 2527230 Implement getFamilyName for stream fonts on Linux. by Ben Wagner · 9 years ago
  59. a6725fc Support fCapHeight in SkScalerContext_DW by Koji Ishii · 9 years ago
  60. 9adfef8 Remove public APIs that use SkDataTable. by Herb Derby · 9 years ago
  61. efaad3c Remove SkColorCubeFilter. It is unused. by Mike Klein · 9 years ago
  62. 2873c76 Decode system font weight correctly on Mac. by bungeman · 9 years ago
  63. 20d031a Remove SK_LEGACY_FONTMGR_FACTORY. by Ben Wagner · 9 years ago
  64. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 9 years ago
  65. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 9 years ago
  66. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 9 years ago
  67. 0ab977f Remove SkUseTestFontConfigFile. by Ben Wagner · 9 years ago
  68. 89cb821 Separate SkArithmeticImageFilter from SkXfermodeImageFilter. by Brian Salomon · 9 years ago
  69. 3546ff1 Stage SkFontMgr factories to return smart pointers. by Ben Wagner · 9 years ago
  70. 55325b7 clean up non-ASCII comments by Hal Canary · 9 years ago
  71. c292b5f Clean up SkFontHost_Mac ownership. by bungeman · 9 years ago
  72. 1e86044d Mark CG and WIC images as srgb by Matt Sarett · 9 years ago
  73. c2ba75b Remove Mac 10.6 - 10.8 work arounds for fonts. by bungeman · 9 years ago
  74. df8599a remove SK_SUPPORT_LEGACY_REFENCODEDDATA_NOCTX flag by Mike Reed · 9 years ago
  75. fd87be8 hide emboss from everyone (except android for now) by Mike Reed · 9 years ago
  76. 52ab2f5 Use FT_LOAD_BITMAP_METRICS_ONLY flag by Seigo Nonaka · 9 years ago
  77. 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 9 years ago
  78. db68301 SkImageEncoder: simplify API by Hal Canary · 9 years ago
  79. 030cbd5 Add SkOverdrawColorFilter by Matt Sarett · 9 years ago
  80. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 9 years ago
  81. 248ff02 SkImageEncoder: simplify API by Hal Canary · 9 years ago
  82. 6e9ac12 Clean up glyph id handling. by Ben Wagner · 9 years ago
  83. 2512db2 Check and report FreeType error. by Ben Wagner · 9 years ago
  84. bf111d7 Move SkOSPath out of include/core. by Ben Wagner · 9 years ago
  85. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 9 years ago
  86. c05b2bf Clarify onCreateScalerContext failure modes. by Ben Wagner · 9 years ago
  87. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 9 years ago
  88. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 9 years ago
  89. 6fe16d3 Remove SkMovie and giflib by scroggo · 9 years ago
  90. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 9 years ago
  91. 54cfe41 Remove SkRRectsGaussianEdgeShader by Robert Phillips · 9 years ago
  92. 7cfd46a SkScalerContext to use smart pointers. by bungeman · 9 years ago
  93. a29a956 Add SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 9 years ago
  94. 1c7805b Remove restrictive format pattern for Fontconfig matching by drott · 9 years ago
  95. f8ee5b4 Mac: Remove use of deprecated font APIs by ccameron · 9 years ago
  96. 95ea469 Remove SkFontConfigInterface_direct_google3. by Ben Wagner · 9 years ago
  97. fc6c37b Remove stray semicolons. by Mike Klein · 9 years ago
  98. 403d154 Revert "Revert "replace Arithmetic xfermode with imagefilter"" by Mike Reed · 9 years ago
  99. 10ff5bf Revert "replace Arithmetic xfermode with imagefilter" by Mike Reed · 9 years ago
  100. 0530c88 replace Arithmetic xfermode with imagefilter by Mike Reed · 9 years ago