aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf
Commit message (Expand)AuthorAge
* [PDF] Make stream compression optional on a per device basis.Gravatar vandebo@chromium.org2011-07-20
* fix Capitalization of static methodsGravatar reed@google.com2011-07-20
* helpers for append and insert when the value is a POD.Gravatar reed@google.com2011-07-20
* [PDF] Fix substitute resources size calculation.Gravatar vandebo@chromium.org2011-07-20
* eliminate unneeded refs/unrefsGravatar reed@google.com2011-07-19
* [PDF] Add setPage method to SkPDFDocument.Gravatar vandebo@chromium.org2011-07-18
* [PDF] Make color shaders work correctly.Gravatar vandebo@chromium.org2011-07-18
* Change pdfTransform to asAffine.Gravatar bungeman@google.com2011-07-13
* Modified to add support to print in the margins of pdf documentsGravatar ctguil@chromium.org2011-07-12
* [PDF] Add a concept of a substitute object to the SkPDFCatalog class.Gravatar vandebo@chromium.org2011-07-06
* remove SkDeviceFactory from the collective consciousness, now that devices knowGravatar reed@google.com2011-07-06
* A bit set class. Will be used for font subsetting.Gravatar vandebo@chromium.org2011-07-02
* Fix compiler warning triggered by non-understanding of assert.Gravatar vandebo@chromium.org2011-06-27
* remove drawShape from canvas apiGravatar reed@google.com2011-06-27
* Add a zlib target that the pdf target can depend on.Gravatar vandebo@chromium.org2011-06-24
* replace detach/getStream apis on dynamicwstream with SkDataGravatar reed@google.com2011-06-24
* Fix a batch of coverity defects, uninitialized class fields.Gravatar vandebo@chromium.org2011-06-21
* Fix some problems detected by coverity.Gravatar vandebo@chromium.org2011-06-21
* Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveL...Gravatar bsalomon@google.com2011-06-17
* make SkDevice constructors explicit between offscreen and on/directGravatar reed@google.com2011-06-16
* delete all old (non-Gyp) buildfilesGravatar epoger@google.com2011-06-14
* [PDF] Add pages accessor to SkPDFDocument.Gravatar vandebo@chromium.org2011-05-31
* [PDF] Add plumbing and accessors so that Chrome can record the font types use...Gravatar vandebo@chromium.org2011-05-29
* [PDF] Improve the SkClipStack skipping prefix code.Gravatar vandebo@chromium.org2011-05-25
* [PDF] Reuse the invert function object for xform object masks.Gravatar vandebo@chromium.org2011-05-25
* [PDF] Rename ContentEntryAccessor to ScopedContentEntry.Gravatar vandebo@chromium.org2011-05-24
* [PDF] Fix regression - correct for fInitialTrnasform in form xobjects.Gravatar vandebo@chromium.org2011-05-24
* Cleanup: Use member function isContentEmpty().Gravatar ctguil@chromium.org2011-05-24
* [PDF] Don't draw empty layers.Gravatar vandebo@chromium.org2011-05-24
* [PDF] Add helper class to manage ContentEntry set up and completion.Gravatar vandebo@chromium.org2011-05-24
* [PDF] Add clip support and some optimizations for "complex" xfer modes.Gravatar vandebo@chromium.org2011-05-24
* [PDF] Implement clear xfermode with a mask instead of pushing the clip down.Gravatar vandebo@chromium.org2011-05-18
* [PDF] Improve path effect and drawPath(prePathMatrix) support.Gravatar vandebo@chromium.org2011-05-17
* get tests closer to passing for SKIA_SCALAR=fixedGravatar epoger@google.com2011-05-17
* [PDF] Add support for SrcIn, SrcOut, DstIn, DstOut xfermodes.Gravatar vandebo@chromium.org2011-05-13
* [PDF] Fix Chrome crash - don't assume that SkDraw.fClipStack != NULL.Gravatar vandebo@chromium.org2011-05-11
* [PDF] Add a ToUnicode mapping for fonts.Gravatar vandebo@chromium.org2011-05-09
* [PDF] (regression) Update font if size changes.Gravatar vandebo@chromium.org2011-05-09
* [PDF] Fix bug in graphic state comparison.Gravatar vandebo@chromium.org2011-05-09
* [PDF] Add support for Clear, Src, Dst, DstOver xfermodes.Gravatar vandebo@chromium.org2011-05-09
* [PDF] Fix setting of existing clip for layers.Gravatar vandebo@chromium.org2011-05-09
* [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes.Gravatar vandebo@chromium.org2011-05-09
* [PDF] Fix fallout from r1217.Gravatar vandebo@chromium.org2011-05-02
* PDF Device should report non-transformed size for width and height.Gravatar ctguil@chromium.org2011-04-29
* fix warnings about possibly-uninitialized-variablesGravatar reed@google.com2011-04-28
* [PDF] Fix warnings on Windows.Gravatar vandebo@chromium.org2011-04-27
* make SkDeviceFactory reference countedGravatar mike@reedtribe.org2011-04-26
* [PDF] Implement clear() method and a couple fixes.Gravatar vandebo@chromium.org2011-04-15
* [PDF] If the clip is empty, we shouldn't bother actually drawing anything.Gravatar vandebo@chromium.org2011-04-15
* Generalize the flip origin argument to the PDF device constructor.Gravatar vandebo@chromium.org2011-04-11