index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
pdf
/
SkPDFDocument.cpp
Commit message (
Expand
)
Author
Age
*
eliminate SK_BUILD_FOR_WIN32
Mike Klein
2018-01-26
*
SkDocument: remove unused fDoneProc
Hal Canary
2018-01-08
*
Revert "Revert "remove SK_SUPPORT_LEGACY_PDF_PIXELSERIALIZER dead code""
Mike Reed
2017-12-15
*
Revert "remove SK_SUPPORT_LEGACY_PDF_PIXELSERIALIZER dead code"
Mike Reed
2017-12-15
*
remove SK_SUPPORT_LEGACY_PDF_PIXELSERIALIZER dead code
Mike Reed
2017-12-15
*
Moving extra options/parameters into PDFMetadata
Mike Reed
2017-12-14
*
pre-api change, preparing for expanding metadata
Mike Reed
2017-12-14
*
SkPDF: SkWStream::write -> SkWStream::writeText
Hal Canary
2017-08-28
*
SkPDF: simplify drawImage/Bitmap/Sprite code.
Hal Canary
2017-07-12
*
SkDocument: consolidate trimBox code
Hal Canary
2017-07-05
*
SkPDF: clean up fRasterDpi
Hal Canary
2017-06-30
*
SkPDF: clean up PDFDevice.
Hal Canary
2017-06-27
*
SkPDF: eliminate unnecessary clip for each page
Hal Canary
2017-05-22
*
src/pdf: code cleanup
Hal Canary
2017-05-04
*
Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt"
Mike Reed
2016-11-13
*
Revert "Change SkCanvas to *not* inherit from SkRefCnt"
Heather Miller
2016-11-10
*
Change SkCanvas to *not* inherit from SkRefCnt
Mike Reed
2016-11-09
*
document.close from bool to void
reed
2016-09-22
*
SkDocument: turn off SK_SUPPORT_LEGACY_DOCUMENT_API
halcanary
2016-09-06
*
SkMakeUnique.h defines skstd::make_unique<T>(Args...)
halcanary
2016-09-02
*
SkPDF: in-place font subsetting
halcanary
2016-08-18
*
SkPDF: cache metrics once.
halcanary
2016-08-18
*
Revert of SkPDF: cache metrics once. (patchset #4 id:60001 of https://codere...
robertphillips
2016-08-17
*
SkPDF: cache metrics once.
halcanary
2016-08-17
*
SkPDF: Subset Type3 (fallback) font
halcanary
2016-08-12
*
Revert of SkPDF: Subset Type3 (fallback) font (patchset #8 id:200001 of https...
halcanary
2016-08-11
*
SkPDF: Subset Type3 (fallback) font
halcanary
2016-08-11
*
Hide (mostly) unused SkColorSpace writeToICC() function
msarett
2016-08-01
*
SkPDF: PDFStream has-a not is-a PDFDict
halcanary
2016-07-29
*
SkPDF: refactor font subset: fewer copies
halcanary
2016-07-27
*
SkPDF: SkPDFStream takes a unique_ptr
halcanary
2016-07-27
*
SkPDF: Glyph Useage Map improvements
halcanary
2016-06-30
*
Remove unnecessary includes in src/pdf/
martina.kollarova
2016-06-29
*
SkPDF/SkColorSpace: use writeToICC
halcanary
2016-05-26
*
SkDocument/PDF: new API
halcanary
2016-04-27
*
SkPDF: PDF/A runtime switch
halcanary
2016-04-22
*
Revert of SkPDF: PDF/A runtime switch (patchset #1 id:100001 of https://coder...
halcanary
2016-04-15
*
SkPDF: PDF/A runtime switch
halcanary
2016-04-15
*
SkPDF Fix PDF/A to be more valid
halcanary
2016-04-07
*
SkPDF: fix PDF/A
halcanary
2016-04-07
*
SkPDF: Make magic make sense
halcanary
2016-03-31
*
SkPDF s/SkAutoTDelete/std::unique_ptr/
halcanary
2016-03-28
*
SkPDF: draw{Image,Bitmap} always serializes early
halcanary
2016-03-25
*
SkPDF: Hold page objects, not SkPDFDevices.
halcanary
2016-03-23
*
SkPDF: SkPDFDevice has ptr to SkPDFDocument
halcanary
2016-03-21
*
SkPDF: SkPDFDocument reorganized so that some objects can be serialized early.
halcanary
2016-03-21
*
SkPDF: Add SkPDFCanvas to intercept some draw calls
halcanary
2016-03-21
*
SkPDF: add drop() virtual to release resources early.
halcanary
2016-03-21
*
detach -> release
mtklein
2016-03-16
*
SkPDF: move all pdf sources into src/pdf
halcanary
2016-03-12
[next]