index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
pdf
Commit message (
Expand
)
Author
Age
*
Replace SkTScopedPtr with SkAutoTDelete in Skia.
commit-bot@chromium.org
2013-08-29
*
Split SkDevice into SkBaseDevice and SkBitmapDevice
robertphillips@google.com
2013-08-29
*
Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...
robertphillips@google.com
2013-08-20
*
Split SkDevice out of SkBitmapDevice
robertphillips@google.com
2013-08-20
*
This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ...
commit-bot@chromium.org
2013-08-16
*
Use Path Ops to generate PDF clips
commit-bot@chromium.org
2013-08-08
*
Inverse fill support in PDF
commit-bot@chromium.org
2013-07-31
*
drawBitmap* cleanup
robertphillips@google.com
2013-07-25
*
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
*
Remove SK_API, from SkTSet. the template is not public.
edisonn@google.com
2013-05-31
*
Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to Fl...
edisonn@google.com
2013-04-24
*
Fix more clang errors.
tfarina@chromium.org
2013-04-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
*
Update flag to reflect actual meaning.
edisonn@google.com
2013-03-12
*
PDF: add support for named destinations.
epoger@google.com
2013-03-08
*
Revert r8000 due to failures on some buildbots
epoger@google.com
2013-03-06
*
PDF: add support for named destinations
epoger@google.com
2013-03-06
*
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
*
add custom implementation for drawBitmapRect to shield from changes in SkDevice
edisonn@google.com
2013-02-12
*
remove use of SkRefPtr in public header (SkPDFDocument.h)
reed@google.com
2012-09-20
*
remove all SkRefPtr from SkPDFDevice.h
reed@google.com
2012-09-20
*
begin to skiafy PDF headers : removing use of SkRefPtr
reed@google.com
2012-09-19
*
[PDF] Add link annotations.
vandebo@chromium.org
2012-07-13
*
Added SkDevice onAttachToCanvas & onDetachFromCanvas methods
robertphillips@google.com
2012-07-13
*
[PDF] Move most of the headers to be private.
vandebo@chromium.org
2012-03-22
*
Move SkBitSet to utils.
vandebo@chromium.org
2012-03-21
*
Revert "[PDF] Move most of the headers to be private."
vandebo@chromium.org
2012-03-21
*
[PDF] Move most of the headers to be private.
vandebo@chromium.org
2012-03-21
*
Revert "[PDF] Move most of the headers to be private."
vandebo@chromium.org
2012-03-21
*
[PDF] Move most of the headers to be private.
vandebo@chromium.org
2012-03-21
*
[PDF] Fix memory hungry inefficiency in pdf resource tracking.
vandebo@chromium.org
2012-03-09
*
Formatting cleanup: remove extra whitespace
vandebo@chromium.org
2012-01-28
*
posix: Avoid static initializers in static/global mutexes
digit@google.com
2012-01-26
*
add allowImageFilter() so a device can allow/disallow filters
reed@google.com
2012-01-06
*
add SK_OVERRIDE, move subclass impls of virtuals into .cpp
reed@google.com
2011-12-07
*
Override 32BPP format in SkCanvas::readPixels
bsalomon@google.com
2011-11-03
*
Make SkDevice::onReadPixels take a const& rather than const*
bsalomon@google.com
2011-11-02
*
Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...
bsalomon@google.com
2011-11-02
*
Revert r2584 (new test fails in fixed pt builds)
bsalomon@google.com
2011-11-02
*
Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...
bsalomon@google.com
2011-11-02
*
Add xps device to skia.
bungeman@google.com
2011-10-10
[next]