index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
pdf
/
SkPDFTypes.cpp
Commit message (
Expand
)
Author
Age
*
SkPDF: add drop() virtual to release resources early.
halcanary
2016-03-21
*
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: Optionally output PDF/A-2b archive format.
halcanary
2015-10-12
*
Revert of SkPDF: Optionally output PDF/A-2b archive format. (patchset #5 id:...
bungeman
2015-10-09
*
SkPDF: Optionally output PDF/A-2b archive format.
halcanary
2015-10-09
*
SkPDF: Implement drawImage*() properly
halcanary
2015-10-01
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
SkPDF: Memory improvements for PDF Streams
halcanary
2015-08-20
*
SkPDF: Simplify PDFStream / emitObject() const
halcanary
2015-08-19
*
SkPDF: fix name escape code
halcanary
2015-06-08
*
SkPDF: Move utility fns to SkPDFUtils
halcanary
2015-05-06
*
SkPDF: Remove unused deprecated functions in SkPDFTypes
halcanary
2015-05-05
*
SkPDF: clean up uses of deprecated calls in other SkPDF classes
halcanary
2015-04-27
*
SkPDF: Refactor SkPDFObject heiararchy.
halcanary
2015-04-25
*
SkPDF: Remove Array's unused set(i) and get(i) (leaving only append())
halcanary
2015-04-08
*
SkPDF: SkPDFString is no longer aware of wide strings.
halcanary
2015-04-07
*
SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMap
halcanary
2015-03-31
*
SkPDF SkPDFObject::addResources signature simplified
halcanary
2015-03-25
*
SKPDF: refactor pdfcatalog and pdfdocument
halcanary
2015-03-25
*
PDF: remove unnecessary mutexes.
halcanary
2015-02-20
*
Simplify reference management in SkPDF
halcanary
2015-02-10
*
Cleanup SkPDFObject::emit*
halcanary
2015-01-23
*
In SkPDFDocument::emitPDF(), stop pre-calculating file offsets.
halcanary
2015-01-13
*
Change function signature of SkPDFObject::emitObject.
halcanary
2015-01-12
*
Add lock to SkPDFDict
halcanary
2014-06-27
*
deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...
reed@google.com
2013-12-17
*
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
reed@google.com
2013-12-17
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
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
*
Make SkTDArray accessors const-friendly.
commit-bot@chromium.org
2013-02-28
*
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] Fix name generation - / needs to be escaped.
vandebo@chromium.org
2012-09-21
*
stick SkInstCnt in more classes, to help track down leaks
reed@google.com
2012-06-26
*
Version 2 of the Instance Counting system. This one simplifies the print out ...
robertphillips@google.com
2012-06-13
*
[PDF] Fix name objects containing characters > 0x80 and add a test.
vandebo@chromium.org
2012-03-05
*
No effect cleanup in pdf code.
ctguil@chromium.org
2011-08-20
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
[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
*
fix Capitalization of static methods
reed@google.com
2011-07-20
[next]