1. 8482504 make allocPixels throw on failure by reed · 10 years ago
  2. 7ba2828 Fix memory leak in SkPDFType1Font by djsollen · 10 years ago
  3. daefa5b JPEG(JFIF only) directly embedded into PDF by halcanary · 10 years ago
  4. b99c4a7 Assert allocation so we can catch it sooner. by halcanary · 10 years ago
  5. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  6. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  7. f459c85 Fix memory leak introduced in http://crrev.com/387863005 by halcanary · 10 years ago
  8. e322482 Move SkPDFStream back to SkStream to save memory. by halcanary · 10 years ago
  9. fb747e2 Make SkPDFFont::fFontInfo a const pointer. by halcanary · 10 years ago
  10. 67ec1f8 Switch SkPDFStream's internal storage from SkStream to SkData by halcanary · 10 years ago
  11. 89443ab change gpudevice and pdfdevice to inherit from basedevice by reed · 10 years ago
  12. 1f8ed02 Add lock to SkPDFDict by halcanary · 10 years ago
  13. e1c5586 Revert of Switch SkPDFStream's internal storage from SkStream to SkData (https://codereview.chromium.org/340783013/) by rmistry · 10 years ago
  14. c1dfa14 Switch SkPDFStream's internal storage from SkStream to SkData by halcanary · 10 years ago
  15. 24480bc Use SkMutex::assertHeld in SkPDFFont and SkPDFShader. by halcanary · 10 years ago
  16. 0f9bad0 [PDF] Fix font embedding restrictions. by vandebo · 10 years ago
  17. b83f6c3 Add assertHeld() to SkMutex. by mtklein · 10 years ago
  18. c77392e use colortype instead of config by reed · 10 years ago
  19. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  20. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  21. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  22. 6f4e473 turn assert into not_implemented_yet for patheffects on text by reed@google.com · 10 years ago
  23. 5970f62 re-land hide get/setLocalMatrix by commit-bot@chromium.org · 10 years ago
  24. d12de02 Revert of hide get/setLocalMatrix (https://codereview.chromium.org/279563002/) by commit-bot@chromium.org · 10 years ago
  25. 5adad32 hide get/setLocalMatrix by commit-bot@chromium.org · 10 years ago
  26. aec4066 fix int/size_t warnings by reed@google.com · 10 years ago
  27. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 10 years ago
  28. f20fc24 remove all references to legacy Config8888 by reed@google.com · 10 years ago
  29. 9236238 Remove SkCanvas matrix ops return value. by commit-bot@chromium.org · 10 years ago
  30. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 10 years ago
  31. 3da3b62 getDeviceCapabilities is no longer need, so remove it by commit-bot@chromium.org · 10 years ago
  32. 53ba425 Drop executable flag from headers so that they can be packaged by robertphillips@google.com · 10 years ago
  33. 900ecf2 use colortype instead of config by reed@google.com · 10 years ago
  34. 6285f4f Offer single-param version of deepCopyTo -- much easier to migrate to colortypes by commit-bot@chromium.org · 10 years ago
  35. 5a346a8 Make PDF clip code handle rrects. by commit-bot@chromium.org · 10 years ago
  36. e5b2af9 Store SkRRects in SkClipStack by commit-bot@chromium.org · 10 years ago
  37. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 10 years ago
  38. b000d76 Drawing fake bold text, line and normal text made normal text bolder on PDF. by commit-bot@chromium.org · 10 years ago
  39. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  40. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  41. 85e143c reenable vertices gm, adding picture support by reed@google.com · 11 years ago
  42. 4e8f1e5 [PDF] Fix clipping in xfermode improvement. by commit-bot@chromium.org · 11 years ago
  43. 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
  44. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  45. 4da3bfc [PDF] Fix font width generation when glyph 0 is used. by commit-bot@chromium.org · 11 years ago
  46. 1236d8e [PDF] Fix bug in ToUnicode table generation for Type 3 fonts. by commit-bot@chromium.org · 11 years ago
  47. 5f209e6 Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
  48. 47fb2b9 [PDF] Fix font embedding restrictions. by commit-bot@chromium.org · 11 years ago
  49. 4566107 Fix refcounting bug for Type1 font usage with more than 255 characters. by commit-bot@chromium.org · 11 years ago
  50. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  51. 7542dc8 [PDF] Fixes the cases where SkPDFDevice::finishContentEntry is called with empty content. by commit-bot@chromium.org · 11 years ago
  52. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  53. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  54. 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
  55. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  56. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  57. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  58. a466286 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  59. 8c99c9f Reverting r12315 (More Windows 64b compilation warning fixes) due to compilation failures by robertphillips@google.com · 11 years ago
  60. 80051d3 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  61. 30b1aaf [PDF] Speculative fix for chrome crash w/ SRC xfer mode. by commit-bot@chromium.org · 11 years ago
  62. 73a7ea3 Implement DPI for perspective bitmaps in PDF - we save the bitmap at the resolution requested. by edisonn@google.com · 11 years ago
  63. a8e33a9 Add ability to ninepatch blurred rounded rectangle by scroggo@google.com · 11 years ago
  64. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  65. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  66. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  67. fd3c8c2 Fix int/SkScalar mismatch. by vandebo@chromium.org · 11 years ago
  68. 3b41621 [PDF] Improve complex xfer mode support. by vandebo@chromium.org · 11 years ago
  69. ece95c3 [PDF] Add unpremultiply support and a GM (try5) by vandebo@chromium.org · 11 years ago
  70. 83d8eda PDF: support perspective in simple shaders. (this version does not work well with tilling) by edisonn@google.com · 11 years ago
  71. ccf6b91 Revert "[PDF] Add unpremultiply support and a GM (try4)" by vandebo@chromium.org · 11 years ago
  72. e66d376 [PDF] Add unpremultiply support and a GM (try4) by vandebo@chromium.org · 11 years ago
  73. 8c29490 Add DPI stettings to SkDocument::CreatePDF(). Tests will be added in a future cl, once DPI will be used in SkPDFDevice by commit-bot@chromium.org · 11 years ago
  74. 1c87672 Revert "[PDF] Add unpremultiply support and a GM (try3)." by vandebo@chromium.org · 11 years ago
  75. 59fd223 [PDF] Add unpremultiply support and a GM (try3). by vandebo@chromium.org · 11 years ago
  76. dc37e20 Revert "PDF: support perspective in simple shaders. (this version does not work well with tilling)" by vandebo@chromium.org · 11 years ago
  77. eb5992c PDF: support perspective in simple shaders. (this version does not work well with tilling) by vandebo@chromium.org · 11 years ago
  78. ce60c1f Revert "[PDF] Add unpremultiply support and a GM." by vandebo@chromium.org · 11 years ago
  79. c4d1771 [PDF] Add unpremultiply support and a GM. by vandebo@chromium.org · 11 years ago
  80. 9cf0cb1 Implement perspective for bitmaps in pdf. by edisonn@google.com · 11 years ago
  81. e9cd27d Third wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  82. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  83. 5e00989 Add SkPDFDeviceFlatenner which extends SkPDFDevice to add support to flatten the path and the text when we have perspective. by commit-bot@chromium.org · 11 years ago
  84. 1f1b4aa Fix double ref issue in SkPDFFont ctor by robertphillips@google.com · 11 years ago
  85. a9ebd16 pdf: drawPath should pass the computed matrix, instead of default matrix stored in draw. by edisonn@google.com · 11 years ago
  86. 608ea65 Use SkPicture::ExtractBitmap callback in pdf too, there is no need for a specialized function pointer for pdf only only to pass a rectangle, when we can use subseted bitmaps. by commit-bot@chromium.org · 11 years ago
  87. 5df5e61 Update PDF backend to support fallback fonts on Android. by djsollen@google.com · 11 years ago
  88. d2cfa74 [PDF] clear() and drawPaint() where applying the initial transform twice. by commit-bot@chromium.org · 11 years ago
  89. aa6c4d2 pdf: report NYI features, and fail gracefully when something is not supported in pdf. by edisonn@google.com · 11 years ago
  90. 2262c58 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  91. 26d2e04 pdf: write only ToUnicode mappings needed by the font, trimming anything out of [firstChar, lastChar] interval. by edisonn@google.com · 11 years ago
  92. 8135323 pdf: ifgnore shader colors applied for 0 range. by edisonn@google.com · 11 years ago
  93. 938ea62 [PDF] Rewind the font stream if font subsetting fails. by vandebo@chromium.org · 11 years ago
  94. e029440 Replace SkTScopedPtr with SkAutoTDelete in Skia. by commit-bot@chromium.org · 11 years ago
  95. 06822ea [PDF] Fix image references. by commit-bot@chromium.org · 11 years ago
  96. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  97. 26e1449 [PDF] Fix printing crashes caused by font streams that don't support getMemoryBase(). by vandebo@chromium.org · 11 years ago
  98. ec415a8 Revert "[PDF] Fix printing crashes caused by font streams that don't support getMemoryBase()." by vandebo@chromium.org · 11 years ago
  99. 6bb656b [PDF] Fix printing crashes caused by font streams that don't support getMemoryBase(). by vandebo@chromium.org · 11 years ago
  100. 69b1302 Reverting r10901 (Add unpremultiply support and GM) by robertphillips@google.com · 11 years ago