index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
pdf
/
SkPDFTypes.h
Commit message (
Expand
)
Author
Age
*
SkPDF s/SkAutoTDelete/std::unique_ptr/
halcanary
2016-03-28
*
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: 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
*
SkPDF: add `final` keyword to leaf classes
halcanary
2015-11-22
*
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
*
Use static_assert instead of SK_COMPILE_ASSERT.
bungeman
2015-08-20
*
SkPDF: Simplify PDFStream / emitObject() const
halcanary
2015-08-19
*
remove SkInstCnt
mtklein
2015-06-26
*
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 tests
halcanary
2015-05-01
*
Update more directories under src/ to follow C++11 style rule for {virtual,ov...
tfarina
2015-04-27
*
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
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
SkPDF SkPDFObject::addResources signature simplified
halcanary
2015-03-25
*
PDF: remove unnecessary mutexes.
halcanary
2015-02-20
*
Simplify reference management in SkPDF
halcanary
2015-02-10
*
Port SkRefCnt.h to new SkAtomics.h
mtklein
2015-02-03
*
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
*
fix int/size_t warnings
reed@google.com
2014-04-18
*
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
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
stick SkInstCnt in more classes, to help track down leaks
reed@google.com
2012-06-26
[next]