index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
pdf
/
SkPDFFormXObject.cpp
Commit message (
Expand
)
Author
Age
*
SkPDF: PDFStream has-a not is-a PDFDict
halcanary
2016-07-29
*
SkPDF: flip saveLayer rightside up
halcanary
2016-07-29
*
SkPdf: SkPDFFormXObject de-class-ified.
halcanary
2016-07-27
*
SkPDF: SkPDFStream takes a unique_ptr
halcanary
2016-07-27
*
SkPDF: SkPDFStream takes only SkStreamAsset
halcanary
2016-06-29
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
SkPDF: use sk_ref_sp
halcanary
2016-03-09
*
SkPDF: Add sk_sp setters; .release() becomes std::move()
halcanary
2016-03-08
*
Revert of SkPDF: Add sk_sp setters; .release() becomes std::move() (patchset ...
halcanary
2016-03-08
*
SkPDF: Add sk_sp setters; .release() becomes std::move()
halcanary
2016-03-08
*
SkPDF: use sk_make_sp<T> when it makes sense.
halcanary
2016-03-08
*
SkPDF: s/SkAutoTUnref/sk_sp/g
halcanary
2016-03-07
*
SkPDF: AutoTUnref<T> changes in use
halcanary
2016-03-06
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
SkPDF: clean up uses of deprecated calls in other SkPDF classes
halcanary
2015-04-27
*
SkPDF: ResourceDict replaced by factory function
halcanary
2015-04-09
*
SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMap
halcanary
2015-03-31
*
SkPDF: skpdfdocument and skpdfpage use skpdfdevice in a const way
halcanary
2015-03-25
*
SkPDF: replace SkPDFDevice::copyContentToData
halcanary
2015-02-24
*
Simplify reference management in SkPDF
halcanary
2015-02-10
*
Make SkStream *not* ref counted.
scroggo
2015-01-21
*
Implemented transparent gradients
commit-bot@chromium.org
2013-07-23
*
Fix Clang build on SkPDFResourceDict (CL 18977002)
commit-bot@chromium.org
2013-07-23
*
Revert "Adds SkPDFResourceDict class, refactor existing code to use it."
vandebo@chromium.org
2013-07-22
*
Adds SkPDFResourceDict class, refactor existing code to use it.
commit-bot@chromium.org
2013-07-22
*
Revert "Adds SkPDFResourceDict class to manage resource dicts. Refactors exis...
vandebo@chromium.org
2013-07-19
*
Adds SkPDFResourceDict class to manage resource dicts. Refactors existing cod...
commit-bot@chromium.org
2013-07-19
*
resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we
edisonn@google.com
2013-04-02
*
Reverting r8233 (Use SkSet in PDF)
robertphillips@google.com
2013-03-20
*
resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime...
edisonn@google.com
2013-03-19
*
Work around stack overflow
vandebo@chromium.org
2013-03-14
*
revert r7892
edisonn@google.com
2013-02-28
*
resubmit after fixing assert issue: https://codereview.appspot.com/6744050
edisonn@google.com
2013-02-27
*
Revert r7883
edisonn@google.com
2013-02-27
*
Use SkSet to fix issue when pdf generates an exp number of resources.
edisonn@google.com
2013-02-27
*
Remove SkRefPtr
vandebo@chromium.org
2013-01-04
*
Revert "Remove SkRefPtr" - r7021
vandebo@chromium.org
2013-01-04
*
Remove SkRefPtr
vandebo@chromium.org
2013-01-04
*
PDF: Fail fast if in the tree of resources a child references a parent. Ideal...
edisonn@google.com
2012-10-18
*
begin to skiafy PDF headers : removing use of SkRefPtr
reed@google.com
2012-09-19
*
[PDF] Handle failures of matrix inversion
vandebo@chromium.org
2012-04-17
*
Revert "[PDF] Handle failures of matrix inversion" while I investigate fixed ...
vandebo@chromium.org
2012-04-17
*
[PDF] Handle failures of matrix inversion.
vandebo@chromium.org
2012-04-17
*
[PDF] If matrix inversion fails, use the identity matrix.
vandebo@chromium.org
2012-04-13
*
[PDF] Fix memory hungry inefficiency in pdf resource tracking.
vandebo@chromium.org
2012-03-09
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
replace SkRefPtr for parameters with simple pointers
reed@google.com
2011-07-20
*
[PDF] Use insert and append helpers for POD data.
vandebo@chromium.org
2011-07-20
*
[PDF] Make stream compression optional on a per device basis.
vandebo@chromium.org
2011-07-20
*
[PDF] Fix regression - correct for fInitialTrnasform in form xobjects.
vandebo@chromium.org
2011-05-24
[next]