Added the path ops features
[platform/upstream/libSkiaSharp.git] / src / pdf /
2016-09-03 Matthew LeibowitzMerge pull request #22 from google/chrome/m54
2016-09-02 halcanarySkPDF: Glyph validation change
2016-09-02 Matthew LeibowitzMerge pull request #21 from mono/merge-m54
2016-09-02 Matthew LeibowitzMerge pull request #20 from mono/gpu-support
2016-08-30 Matthew LeibowitzMerge branch 'chrome/m54' into merge-m54
2016-08-24 halcanarySkPDF: set SK_SFNTLY_SUBSETTER uniformly
2016-08-24 halcanarySkPDF: vector canvases can't hint!
2016-08-24 mtkleinGN: more optional components: jpeg, pdf, png, xml
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-19 halcanarysrc/utils/SkBitSet: simplify
2016-08-18 halcanarySkPDF: in-place font subsetting
2016-08-18 halcanarySkPDF: cache metrics once.
2016-08-17 robertphillipsRevert of SkPDF: cache metrics once. (patchset #4...
2016-08-17 halcanarySkPDF: cache metrics once.
2016-08-17 brianosmanAdd alphaType() to SkImage
2016-08-17 halcanarySkPDF: pull out SkPDFMakeCIDGlyphWidthsArray.cpp
2016-08-16 halcanarySkPDF: Font names need escaping
2016-08-16 halcanarySkPDF: eliminate SkPDFCIDfont class
2016-08-16 halcanarySkPDF: SkPDFFont class changes
2016-08-16 msarettAdd onDrawBitmapLattice(), avoid unnecessary bitmap...
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-11 halcanaryRevert of SkPDF: Subset Type3 (fallback) font (patchset...
2016-08-11 halcanarySkPDF: Subset Type3 (fallback) font
2016-08-10 halcanarySkPDF: bikeshed: use `auto` less
2016-08-09 halcanarySkPDF: SkPDFFont organization changes.
2016-08-08 halcanarySkPDF/SkAdvancedTypefaceMetrics: simplify ATM, PDF...
2016-08-08 mtkleinUse sse4.2 CRC32 instructions to hash when available.
2016-08-08 halcanarystd::move(SkTDArray)
2016-08-05 halcanarySkPDF: Stop using kHAdvance_PerGlyphInfo
2016-08-03 halcanarySkPDF: PDFShader code modernized.
2016-08-02 bungemanMove off SK_SUPPORT_LEGACY_DATA_FACTORIES.
2016-08-02 msarettAdd drawImageLattice() and drawBitmapLattice() APIs
2016-08-01 msarettHide (mostly) unused SkColorSpace writeToICC() function
2016-08-01 reedimplement isABitmap for imageshader, return localmatrix...
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-27 halcanarySkPDF: refactor font subset: fewer copies
2016-07-27 halcanarySkPDF: SkPDFStream takes a unique_ptr
2016-07-25 halcanarySkPDF: re-work SkPDFUtils::FloatToDecimal
2016-07-25 reedremove fClipStack and attach/deattach-from-canvas
2016-07-23 Matthew LeibowitzMerge pull request #15 from mono/update-skia-m52
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-18 Matthew LeibowitzMerge branch 'chrome/m53' into update-skia-m52
2016-07-18 Matthew LeibowitzMerge branch 'feature-patheffect' into update-skia-m52
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 halcanarySkPDF: Always give a default advance for glyphs.
2016-07-15 reedremove unused CreateInfo flag
2016-07-13 Matthew LeibowitzMerge branch 'feature-patheffect' into update-skia-m52
2016-07-07 halcanarySkPDF: Fix encoding of unichr outside of basic plane
2016-07-07 halcanarySkPDF: fix PDFA-only metadata error
2016-06-30 halcanarySkPDF: Glyph Useage Map improvements
2016-06-30 halcanarySkPDF: allow overriding Producer metadata
2016-06-30 halcanarySkPDF: allow overriding Producer metadata
2016-06-29 halcanarySkPDF: always assume SkStreamAsset behaves as specified
2016-06-29 halcanarySkPDF: SkPDFStream takes only SkStreamAsset
2016-06-29 martina.kollarovaRemove unnecessary includes in src/pdf/
2016-06-23 halcanarySkPDF: alloc less memory for strings
2016-06-17 cabanierSkPDF: Use type 2/3 shading for gradient shaders
2016-06-17 Matthew LeibowitzMerge branch 'chrome/m52' into update-skia-m52
2016-06-03 halcanarySkPDF: handle unpremul right
2016-05-26 halcanarySkPDF/SkColorSpace: use writeToICC
2016-05-12 bungemanMove SkTypeface to sk_sp.
2016-05-12 scroggoRevert of Move SkTypeface to sk_sp. (patchset #5 id...
2016-05-11 bungemanMove SkTypeface to sk_sp.
2016-05-09 halcanarySkAdvancedTypefaceMetrics: abstract out linked list
2016-05-06 halcanarySkAdvancedTypefaceMetrics: improve robustness
2016-05-05 Matthew LeibowitzMerge branch 'xamarin-mobile-bindings' into windows-uwp
2016-04-27 halcanarySkPDF/None: fix compilation
2016-04-27 reedremove 'deprecated' region from SkDraw
2016-04-27 halcanarySkDocument/PDF: new API
2016-04-25 halcanarySkStringPrintf and SkString::printf now are no longer...
2016-04-22 halcanaryRevert of SkStringPrintf and SkString::printf now are...
2016-04-22 halcanarySkStringPrintf and SkString::printf now are no longer...
2016-04-22 halcanarySkPDF: PDF/A runtime switch
2016-04-19 Matthew LeibowitzMerge pull request #7 from kekekeks/perspex-missing-1
2016-04-19 Matthew LeibowitzMerge pull request #9 from mono/xamarin-m49-update
2016-04-18 Matthew LeibowitzMerge branch 'chrome/m49' into xamarin-m49-update
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-04-08 halcanarySkPDF: fix pessimizing-move in PDFA code
2016-04-07 halcanarySkPDF Fix PDF/A to be more valid
2016-04-07 halcanarySkPDF: fix PDF/A
2016-04-01 halcanarySkPDF: properly dedup bitmaps in shaders
2016-04-01 halcanarySkPDF: PDFShader does not hold images/bitmaps
2016-03-31 halcanarySkPDF: Use Pathops clipping
2016-03-31 halcanarySkPDF: Make magic make sense
next