aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
Commit message (Expand)AuthorAge
* pdfviewer: do not submit, uploaded for backup, and will be done actually afte...Gravatar edisonn@google.com2013-09-13
* pdfviewer: (part 1) store the offset of the location of object in file/stream...Gravatar edisonn@google.com2013-09-05
* pdfviewer: track what objects have been used during rendering. It will be the...Gravatar edisonn@google.com2013-09-05
* pdfviewer: fix break, include the right header.Gravatar edisonn@google.com2013-09-04
* Rewrite SkTRegistry to take any trivially-copyable type.Gravatar mtklein@google.com2013-09-04
* Add ShouldSkip variant that can read a --match flag directly.Gravatar commit-bot@chromium.org2013-08-30
* Replace SkTScopedPtr with SkAutoTDelete in Skia.Gravatar commit-bot@chromium.org2013-08-29
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* Remove experimental/json-expectations , no longer needed.Gravatar epoger@google.com2013-08-27
* pdfviewer: if the resources are missing, exit (right now inheritance is not i...Gravatar edisonn@google.com2013-08-22
* My clang now doesn't complain about !"foo".Gravatar mtklein@google.com2013-08-22
* pdfviewer: when q start, and an operator is called, it should not be able to ...Gravatar edisonn@google.com2013-08-22
* pdfviewer: add macros to automatically check number and type of parametersGravatar edisonn@google.com2013-08-22
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-22
* pdfviewer: code cleanup - add licence on files, make replace __DEFINE__foo wi...Gravatar edisonn@google.com2013-08-21
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-21
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...Gravatar robertphillips@google.com2013-08-20
* pdfviewer: check in pdfapi classesGravatar edisonn@google.com2013-08-20
* Split SkDevice out of SkBitmapDeviceGravatar robertphillips@google.com2013-08-20
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* pdfviewer: remove one #include to STL, that is not neededGravatar edisonn@google.com2013-08-16
* pdfviewer: update interface of derived canvas and device, to reflect lastest ...Gravatar edisonn@google.com2013-08-16
* pdfviewer: code cleanup - remove STL usageGravatar edisonn@google.com2013-08-16
* pdfviewer: workaround gyp issue with multiple files, not being translated int...Gravatar edisonn@google.com2013-08-14
* pdfviewer: make pdfviewer compile on macGravatar edisonn@google.com2013-08-14
* pdfviewer: 1) debug code for drawText (show magenta background for text, to s...Gravatar edisonn@google.com2013-08-14
* pdfviewer: remove text save/restore (not needed) and verify that colorspace d...Gravatar edisonn@google.com2013-08-08
* pdfviewer: add ability to run on gpuGravatar edisonn@google.com2013-08-08
* pdfviewer: remove save/restore used with q/Q operators (we already do there s...Gravatar edisonn@google.com2013-08-08
* pdfviewer: absolute minimal; to al least render (even if poorly) ICC based co...Gravatar edisonn@google.com2013-08-07
* pdfviewer: fix font rotation issuesGravatar edisonn@google.com2013-08-07
* pdfviewer: /Pattern color space, uses the matrix of the last content stream, ...Gravatar edisonn@google.com2013-08-07
* pdfviewer: load image pain settings (like transparency), pass the page number...Gravatar edisonn@google.com2013-08-06
* pdfviewer: remove debug tracesGravatar edisonn@google.com2013-08-05
* pdfviewer: debug code for crashGravatar edisonn@google.com2013-08-05
* pdfviewer: add virtual destructor for SkPdfFontGravatar edisonn@google.com2013-08-05
* pdfviewer: fix typoGravatar edisonn@google.com2013-08-05
* pdfviewer: set backdround to transparent, and add an app to chop transparent ...Gravatar edisonn@google.com2013-08-05
* pdfviewer: add indexed rbg image support, enhanche caching(setData) for SkPdf...Gravatar edisonn@google.com2013-08-05
* pdfviewer: implementation of one type of pattern - simple tile patern, colore...Gravatar edisonn@google.com2013-08-02
* pdfviewer: debug the parameters for snc, and for resolveReferenceGravatar edisonn@google.com2013-08-01
* pdfviewer: finish implementation of SkPdfObject.toString(), and include in de...Gravatar edisonn@google.com2013-08-01
* pdfviewer: remove simple implementation for non-isolated groups. will be impl...Gravatar edisonn@google.com2013-08-01
* pdfviewer: transparency groups - implementation of non-isolated and non-knock...Gravatar edisonn@google.com2013-07-31
* pdfviewer: more prerequired work to have examples working for transparency wo...Gravatar edisonn@google.com2013-07-30
* pdfviewer: add doPage function, cet stream from ContentsGravatar edisonn@google.com2013-07-30
* pdfviewer: fix condition for element in array, reset back the default color t...Gravatar edisonn@google.com2013-07-30
* pdfviewer: load files with missing xref (we need in order to help with testin...Gravatar edisonn@google.com2013-07-29
* pdfviewer: more plumming for soft masks, blend modes and transparency groupsGravatar edisonn@google.com2013-07-29
* pdfviewer: fix a few warningsGravatar edisonn@google.com2013-07-28