Plumb dst color space in many places, rather than "mode"
[platform/upstream/libSkiaSharp.git] / src / pdf / SkPDFDevice.cpp
2016-12-09 Brian OsmanPlumb dst color space in many places, rather than ...
2016-12-09 Mike ReedRevert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
2016-12-09 Mike ReedRevert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
2016-12-08 Mike Reedremove SK_SUPPORT_LEGACY_CLIP_REGIONOPS
2016-11-21 Brian OsmanSupport decoding images to multiple formats, depending...
2016-11-15 Brian OsmanRevert "Support decoding images to multiple formats...
2016-11-15 Brian OsmanSupport decoding images to multiple formats, depending...
2016-11-07 Hal Canarys/SkAutoTUnref/sk_sp/ in src/ part 1
2016-11-03 Mike Reedremove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM
2016-11-01 Hal CanarySkPDF: Always individually position glyphs in Windows.
2016-10-28 Mike Reedremove xfermode from public api
2016-10-06 reedRevert[8] "replace SkXfermode obj with SkBlendMode...
2016-10-05 Mike ReedRevert[7] "replace SkXfermode obj with SkBlendMode...
2016-10-05 Mike ReedRevert[6] "replace SkXfermode obj with SkBlendMode...
2016-10-04 Mike ReedRevert[5] "replace SkXfermode obj with SkBlendMode...
2016-10-04 Mike ReedRevert[4] "replace SkXfermode obj with SkBlendMode...
2016-10-03 Mike ReedRevert "Revert "Revert "replace SkXfermode obj with...
2016-10-03 Mike ReedRevert "Revert "replace SkXfermode obj with SkBlendMode...
2016-10-03 Brian SalomonMove clip CTM application to SkRasterClip and SkClipStack
2016-10-03 Mike ReedRevert "replace SkXfermode obj with SkBlendMode enum...
2016-10-03 Mike Reedreplace SkXfermode obj with SkBlendMode enum in paints
2016-09-30 Hal CanarySkPDF: de-duplicate text-as-paths
2016-09-30 Hal CanarySkPDF: subset drawImageRect while still deduping
2016-09-22 brianosmanAdd output format properties to SkImageFilter::Context
2016-09-21 brianosmanAdd a transient image filter cache to SkImage::makeWith...
2016-09-20 reedabstract name of clipping ops, to transtion to a more...
2016-09-16 halcanarySkPDF: Implement /ActualText to make text extraction...
2016-09-16 halcanaryRevert of SkPDF: Implement /ActualText to make text...
2016-09-16 halcanarySkPDF: Implement /ActualText to make text extraction...
2016-09-16 halcanarySkPDF: fix unembeddable text drawn with positioning...
2016-09-12 halcanarySkPDF: refactor & code cleanup ahead of https://crrev...
2016-09-09 halcanarySkPDF: implement drawTextBlob()
2016-09-07 halcanarySkPDF: remove unused fallback clipping code
2016-09-02 halcanarySkMakeUnique.h defines skstd::make_unique<T>(Args...)
2016-08-26 halcanarySkPDF: Glyph validation change
2016-08-24 halcanarySkPDF: vector canvases can't hint!
2016-08-24 halcanarySkPDF: vertical writing: draw nothing
2016-08-23 halcanarySkPDF: PDFDevice cleanup.
2016-08-20 reedstore info in basedevice, change getter to non-virtual...
2016-08-18 halcanarySkPDF: in-place font subsetting
2016-08-16 halcanarySkPDF: unify drawText and drawPosText
2016-08-15 robertphillipsRevert of SkPDF: unify drawText and drawPosText (patchs...
2016-08-15 halcanarySkPDF: unify drawText and drawPosText
2016-08-12 halcanarySkPDF: Subset Type3 (fallback) font
2016-08-05 halcanarySkPDF: Stop using kHAdvance_PerGlyphInfo
2016-08-03 halcanarySkPDF: PDFShader code modernized.
2016-07-29 halcanarySkPDF: PDFStream has-a not is-a PDFDict
2016-07-29 halcanarySkPDF: flip saveLayer rightside up
2016-07-28 halcanarySkPDF: drawText makes use of SkPaint.measureText()...
2016-07-27 halcanarySkPdf: SkPDFFormXObject de-class-ified.
2016-07-25 reedremove fClipStack and attach/deattach-from-canvas
2016-07-21 robertphillipsDeprecate SkDevice::accessBitmap method
2016-07-20 reedremove dead methods now that we use specials exclusivel...
2016-07-20 reeduse special-image for imagefilters and save/restore...
2016-07-19 reedpre-land special methods on device
2016-07-19 robertphillipsMake SkFont a bit more useable
2016-07-15 reedmove responsibility for creating raster-device into pdf
2016-07-15 halcanarySkPdf: smaller color serialization
2016-07-15 halcanarySkPDF: Join Positioned Text
2016-07-15 reedremove unused CreateInfo flag
2016-07-07 halcanarySkPDF: Fix encoding of unichr outside of basic plane
2016-06-30 halcanarySkPDF: Glyph Useage Map improvements
2016-06-29 martina.kollarovaRemove unnecessary includes in src/pdf/
2016-06-23 halcanarySkPDF: alloc less memory for strings
2016-04-27 reedremove 'deprecated' region from SkDraw
2016-04-22 halcanarySkPDF: PDF/A runtime switch
2016-04-15 halcanaryRevert of SkPDF: PDF/A runtime switch (patchset #1...
2016-04-15 halcanarySkPDF: PDF/A runtime switch
2016-04-08 halcanarySkPDF: Fix links to be more valid PDF/A
2016-03-31 halcanarySkPDF: Use Pathops clipping
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-03-28 halcanarySkPDF: PDFDevice::ContentEntry now implemented with...
2016-03-25 halcanarySkPDF: remove margin foolishness
2016-03-25 halcanarySkPDF: draw{Image,Bitmap} always serializes early
2016-03-25 reedmove setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CRE...
2016-03-25 benjaminwagnerChange type of SkGlyph::fAdvance[XY] to float.
2016-03-24 reedswitch surface to sk_sp
2016-03-22 reedReland of [2] of "switch colorfilters to sk_sp (patchse...
2016-03-22 reedRevert of Revert[2] of "switch colorfilters to sk_sp...
2016-03-22 reedRevert[2] of "switch colorfilters to sk_sp (patchset...
2016-03-22 reedRevert of switch colorfilters to sk_sp (patchset #11...
2016-03-22 reedswitch colorfilters to sk_sp
2016-03-21 halcanarySkPDF: SkPDFDevice has ptr to SkPDFDocument
2016-03-21 halcanarySkPDF: Add SkPDFCanvas to intercept some draw calls
2016-03-18 reedReland of "switch patheffects over to sk_sp (patchset...
2016-03-18 reedRevert of switch patheffects over to sk_sp (patchset...
2016-03-18 reedswitch patheffects over to sk_sp
2016-03-17 mtkleinfree -> reset
2016-03-17 reedupdate callsites for Make image factories
2016-03-17 bungemanRevert of free -> reset (patchset #3 id:40001 of https...
2016-03-17 mtkleinfree -> reset
2016-03-16 mtkleindetach -> release
2016-03-16 mtkleinUse std::unique_ptr.
2016-03-16 mtkleinRevert of Use std::unique_ptr. (patchset #10 id:170001...
2016-03-16 mtkleinUse std::unique_ptr.
2016-03-14 halcanarySkPDF: remove all globally references SkPDFObjects
2016-03-11 mtkleinRevert of Use std::unique_ptr. (patchset #8 id:130001...
2016-03-11 mtkleinUse std::unique_ptr.
2016-03-10 mtkleinRevert of Use std::unique_ptr. (patchset #7 id:120001...
2016-03-10 mtkleinUse std::unique_ptr.
next