| Commit message (Expand) | Author | Age |
... | |
* | pdfviewer: fix typos (|| instead of |) | edisonn@google.com | 2013-11-07 |
* | Fix Mac warning in PdfViewer. | scroggo@google.com | 2013-11-07 |
* | Revert "If the path is a rect, call drawRect to raster the geometry in SkCanv... | bsalomon@google.com | 2013-10-22 |
* | If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw... | bsalomon@google.com | 2013-10-22 |
* | Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - ... | robertphillips@google.com | 2013-10-17 |
* | If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw... | commit-bot@chromium.org | 2013-10-17 |
* | pdfviewer: more code comments + concat the pdf matrix with the existing matri... | edisonn@google.com | 2013-10-11 |
* | pdfviewer: (more code cleanup): class documentation and comments | edisonn@google.com | 2013-10-11 |
* | mode code cleanup (100c / l, comments) | edisonn@google.com | 2013-10-10 |
* | basically a typo | commit-bot@chromium.org | 2013-10-10 |
* | code cleanup | edisonn@google.com | 2013-10-09 |
* | remove tracking code, as it polutes the code readability. Should be added bac... | edisonn@google.com | 2013-10-09 |
* | pdf report files | edisonn@google.com | 2013-10-07 |
* | pdfviewer: do not submit, uploaded for backup, and will be done actually afte... | edisonn@google.com | 2013-09-13 |
* | 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 |