index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
pdf
/
SkPDFDevice.cpp
Commit message (
Expand
)
Author
Age
*
Made clarifying renamings to SkClipStack's iterators (and added to unit test)
robertphillips@google.com
2012-07-20
*
Fixed two sub-optimal iterator uses
robertphillips@google.com
2012-07-16
*
[PDF] Add link annotations.
vandebo@chromium.org
2012-07-13
*
Added SkDevice onAttachToCanvas & onDetachFromCanvas methods
robertphillips@google.com
2012-07-13
*
Fixed Windows compiler complaints
robertphillips@google.com
2012-07-10
*
[PDF] Fix PDF code to not crash on SkComposeShader.
vandebo@chromium.org
2012-06-28
*
[PDF] Ensure that filling single line paths (with no area) does not draw anyt...
vandebo@chromium.org
2012-05-09
*
[PDF] Handle failures of matrix inversion
vandebo@chromium.org
2012-04-17
*
Revert "[PDF] Handle failures of matrix inversion" while I investigate fixed ...
vandebo@chromium.org
2012-04-17
*
[PDF] Handle failures of matrix inversion.
vandebo@chromium.org
2012-04-17
*
[PDF] If matrix inversion fails, use the identity matrix.
vandebo@chromium.org
2012-04-13
*
Minor Windows compiler complaint fixes
robertphillips@google.com
2012-04-10
*
[PDF] Fix shaders when the initial transform has a translation.
vandebo@chromium.org
2012-03-16
*
[PDF] Fix memory hungry inefficiency in pdf resource tracking.
vandebo@chromium.org
2012-03-09
*
add allowImageFilter() so a device can allow/disallow filters
reed@google.com
2012-01-06
*
[PDF] Fix some scalar/int assumptions.
vandebo@chromium.org
2012-01-05
*
add SK_OVERRIDE, move subclass impls of virtuals into .cpp
reed@google.com
2011-12-07
*
[PDF] add drawTextOnPath support.
vandebo@chromium.org
2011-11-08
*
use SkRasterClip inside canvas (check-point for soft clipping)
reed@google.com
2011-10-12
*
Revert r2122, r2116, r2108 Now that Chrome's PlatformDevice doesn't inherit f...
vandebo@chromium.org
2011-10-03
*
Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy use
tomhudson@google.com
2011-09-13
*
Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(),
tomhudson@google.com
2011-09-12
*
rolling back the experimental rollbacks in r2178-2179
epoger@google.com
2011-08-26
*
rolling tree back to its state as of r2169 to see if that fixes Windows build...
epoger@google.com
2011-08-26
*
Don't intersect clipstack with root device bounds
bsalomon@google.com
2011-08-25
*
Clean up PDF code for text decoration change.
bungeman@google.com
2011-08-23
*
Gpu can draw underlined text.
bungeman@google.com
2011-08-22
*
No effect cleanup in pdf code.
ctguil@chromium.org
2011-08-20
*
Mark setMatrixClip as public only for VectorPlatformDeviceSkia.
vandebo@chromium.org
2011-08-16
*
Address lint issues in pdf directories.
ctguil@chromium.org
2011-08-15
*
Make SkPDFDevice::setOrigin accessible to Chrome's VectorPlatformDeviceSkia.
vandebo@chromium.org
2011-08-15
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Cleanup from r1843 based on revision comments.
ctguil@chromium.org
2011-07-27
*
[PDF] Refactor SkPDFFont to enable font/cmap subsetting.
vandebo@chromium.org
2011-07-25
*
Revert "[PDF] Refactor SkPDFFont to enable font/cmap subsetting."
vandebo@chromium.org
2011-07-23
*
[PDF] Refactor SkPDFFont to enable font/cmap subsetting.
vandebo@chromium.org
2011-07-23
*
replace SkRefPtr for parameters with simple pointers
reed@google.com
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
*
helpers for append and insert when the value is a POD.
reed@google.com
2011-07-20
*
[PDF] Make color shaders work correctly.
vandebo@chromium.org
2011-07-18
*
Modified to add support to print in the margins of pdf documents
ctguil@chromium.org
2011-07-12
*
remove SkDeviceFactory from the collective consciousness, now that devices know
reed@google.com
2011-07-06
*
Fix compiler warning triggered by non-understanding of assert.
vandebo@chromium.org
2011-06-27
*
remove drawShape from canvas api
reed@google.com
2011-06-27
*
Add a zlib target that the pdf target can depend on.
vandebo@chromium.org
2011-06-24
*
replace detach/getStream apis on dynamicwstream with SkData
reed@google.com
2011-06-24
*
Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveL...
bsalomon@google.com
2011-06-17
*
make SkDevice constructors explicit between offscreen and on/direct
reed@google.com
2011-06-16
*
[PDF] Add plumbing and accessors so that Chrome can record the font types use...
vandebo@chromium.org
2011-05-29
[next]