index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
pdf
Commit message (
Expand
)
Author
Age
*
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 Create working move constructor for inner classes
halcanary
2016-03-07
*
SkPDF: AutoTUnref<T> changes in use
halcanary
2016-03-06
*
Move annotations to canvas virtual (patchset #8 id:140001 of https://coderevi...
reed
2016-03-04
*
SkPDF: PDFDevice use SkTArray<T> rather than SkTDArray<T*>
halcanary
2016-03-04
*
Revert of move annotations to canvas virtual (patchset #8 id:140001 of https:...
reed
2016-03-03
*
move annotations to canvas virtual
reed
2016-03-03
*
SkPDF: Let client re-encode JPGs if they want to
halcanary
2016-02-25
*
SkPDF: fix scalar serialization
halcanary
2016-02-24
*
Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::Glyph...
benjaminwagner
2016-02-23
*
SkDeflateWStream: support gzip output
halcanary
2016-02-08
*
Fix for rounded-rect clips with filters.
senorblanco
2016-02-02
*
SkPDF: roll back 53b1c09 and 05b48e2
halcanary
2016-01-28
*
SkPDF: Change handling of large-numbers in matricies.
halcanary
2016-01-06
*
In Google3 build, use SK_SFNTLY_SUBSETTER define to enable/disable sfntly.
benjaminwagner
2016-01-05
*
Start using <type_traits> and <utility> (C++11).
bungeman
2016-01-05
*
Also ignore sfntly for Google3/iOS.
mtklein
2016-01-05
*
SkDocument::setDCTEncoder() for old versions of webkit
halcanary
2015-12-10
*
SkPDF: add `final` keyword to leaf classes
halcanary
2015-11-22
*
SkPDF: fix large-number bug
halcanary
2015-11-16
*
SkPDF: Deal with missing ColorTable (don't assert)
halcanary
2015-11-10
*
Comments Style: s/skbug.com/bug.skia.org/
halcanary
2015-11-07
*
SkPDF: images support 32-but-not-N32 colortype
halcanary
2015-11-06
*
Enable BUILD file compilation of skia and dm with --config=android_arm.
benjaminwagner
2015-10-26
*
SkTHash: hash from fnptr to functor type
mtklein
2015-10-15
*
Move an #include out of a namespace.
thakis
2015-10-15
*
SkPDF: fall back on paths for unembeddable fonts.
halcanary
2015-10-12
*
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: when drawing stroked path, draw using SVG rules for zero-length segments
halcanary
2015-10-06
*
SkPDF: ASAN fix: don't double ref new SkPDFBitmap objects
halcanary
2015-10-01
*
SkPDF: Implement drawImage*() properly
halcanary
2015-10-01
*
SkPDF Implement colorfilters on bitmaps
halcanary
2015-09-24
*
Merge sub-device annotations in SkPDFDevice::drawDevice()
wangxianzhu
2015-09-17
*
Port uses of SkLazyPtr to SkOncePtr.
mtklein
2015-09-09
*
Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of http...
mtklein
2015-09-09
*
Port uses of SkLazyPtr to SkOncePtr.
mtklein
2015-09-09
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
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
*
Thou shalt use override consistently.
mtklein
2015-08-19
*
SkPDF: Simplify PDFStream / emitObject() const
halcanary
2015-08-19
*
Move SkTemplates.h to private.
bungeman
2015-08-19
*
change asABitmap to isABitmap on shader
reed
2015-08-19
*
SkPDF/Deflate: clean up old SkFlate code
halcanary
2015-08-18
[next]