| Commit message (Expand) | Author | Age |
* | 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] 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 |
* | 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 |
* | 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 |
* | Export SkPDFDevice::setDrawingArea as SK_API. | twiz@google.com | 2011-08-25 |
* | 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 |
* | Protect much of SkDevice and clarify usage of drawDevice. | bungeman@google.com | 2011-08-08 |
* | 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 |
* | 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 |
* | remove drawShape from canvas api | reed@google.com | 2011-06-27 |
* | Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveL... | bsalomon@google.com | 2011-06-17 |
* | Add more SK_API declarations to fix Chrome. | vandebo@chromium.org | 2011-05-30 |
* | [PDF] Add plumbing and accessors so that Chrome can record the font types use... | vandebo@chromium.org | 2011-05-29 |
* | [PDF] Rename ContentEntryAccessor to ScopedContentEntry. | vandebo@chromium.org | 2011-05-24 |
* | [PDF] Fix regression - correct for fInitialTrnasform in form xobjects. | vandebo@chromium.org | 2011-05-24 |
* | [PDF] Add helper class to manage ContentEntry set up and completion. | vandebo@chromium.org | 2011-05-24 |
* | [PDF] Add clip support and some optimizations for "complex" xfer modes. | vandebo@chromium.org | 2011-05-24 |
* | [PDF] Implement clear xfermode with a mask instead of pushing the clip down. | vandebo@chromium.org | 2011-05-18 |
* | [PDF] Improve path effect and drawPath(prePathMatrix) support. | vandebo@chromium.org | 2011-05-17 |
* | [PDF] Add support for SrcIn, SrcOut, DstIn, DstOut xfermodes. | vandebo@chromium.org | 2011-05-13 |
* | [PDF] Fix Chrome crash - don't assume that SkDraw.fClipStack != NULL. | vandebo@chromium.org | 2011-05-11 |
* | [PDF] Add support for Clear, Src, Dst, DstOver xfermodes. | vandebo@chromium.org | 2011-05-09 |
* | [PDF] Fix setting of existing clip for layers. | vandebo@chromium.org | 2011-05-09 |
* | [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes. | vandebo@chromium.org | 2011-05-09 |
* | [PDF] Fix fallout from r1217. | vandebo@chromium.org | 2011-05-02 |
* | PDF Device should report non-transformed size for width and height. | ctguil@chromium.org | 2011-04-29 |