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