1. 3aa3555 pdfviewer: 1) debug code for drawText (show magenta background for text, to show text even when we fail to load/show it), 2) some cleanup: refactor and rename classes and files by edisonn@google.com · 12 years ago
  2. 5376610 pdfviewer: remove text save/restore (not needed) and verify that colorspace dictionary exists before using it by edisonn@google.com · 12 years ago
  3. 16291e5 pdfviewer: remove save/restore used with q/Q operators (we already do there save and restore) by edisonn@google.com · 12 years ago
  4. 4f898b7 pdfviewer: absolute minimal; to al least render (even if poorly) ICC based color spaces, based on RGB by edisonn@google.com · 12 years ago
  5. e57c62d pdfviewer: fix font rotation issues by edisonn@google.com · 12 years ago
  6. 0f90190 pdfviewer: /Pattern color space, uses the matrix of the last content stream, not the global matrix. by edisonn@google.com · 12 years ago
  7. 2273f9b pdfviewer: load image pain settings (like transparency), pass the page number, report failure if at least one render fails, and check that xref section starts with xref keyword. by edisonn@google.com · 12 years ago
  8. 7e27bcd pdfviewer: remove debug traces by edisonn@google.com · 12 years ago
  9. 91ce698 pdfviewer: debug code for crash by edisonn@google.com · 12 years ago
  10. b0145ce pdfviewer: add indexed rbg image support, enhanche caching(setData) for SkPdfObject by edisonn@google.com · 12 years ago
  11. e2e01ff pdfviewer: implementation of one type of pattern - simple tile patern, colored, with xstep and ystep positive. by edisonn@google.com · 12 years ago
  12. 276fed9 pdfviewer: debug the parameters for snc, and for resolveReference by edisonn@google.com · 12 years ago
  13. 9a43c18 pdfviewer: finish implementation of SkPdfObject.toString(), and include in debugging traces we leave when rendering. by edisonn@google.com · 12 years ago
  14. 251176e pdfviewer: remove simple implementation for non-isolated groups. will be implemented in skia most probably. also it is not generated by SkPDFDevice by edisonn@google.com · 12 years ago
  15. f111a4b pdfviewer: transparency groups - implementation of non-isolated and non-knockout flags by edisonn@google.com · 12 years ago
  16. 24cdf13 pdfviewer: more prerequired work to have examples working for transparency work items. by edisonn@google.com · 12 years ago
  17. 88fc03d pdfviewer: add doPage function, cet stream from Contents by edisonn@google.com · 12 years ago
  18. 4ef4bed pdfviewer: load files with missing xref (we need in order to help with testing, as most good pdfx in the whild miss the xref). add period as a valid character to start a real value. by edisonn@google.com · 12 years ago
  19. e878e72 pdfviewer: more plumming for soft masks, blend modes and transparency groups by edisonn@google.com · 12 years ago
  20. 96ba3aa pdfviewer: fix a few warnings by edisonn@google.com · 12 years ago
  21. a0cefa1 pdfviewer: gs operator implementation: dashing and font by edisonn@google.com · 12 years ago
  22. 147adb1 pdfviewer: remove dependency on picture_utils. add utility function to render SkStream into bitmap. by edisonn@google.com · 12 years ago
  23. 1f08016 pdfviewer: more simple fixed to prevent crashes by edisonn@google.com · 12 years ago
  24. 2ccc3af pdfviewer: improve memory usage, improve parse time (by 30-50%) and don't allocate extra buffers (more to do, but low priority now), and put the page specific memory in an allocator. by edisonn@google.com · 12 years ago
  25. 78b38b1 pdfviewer: native inline images support by edisonn@google.com · 12 years ago
  26. 6a9d436 pdfviewer: add option to run the load or render multiple times, --benchLoad, --benchRender by edisonn@google.com · 12 years ago
  27. 444e25a add ability to specify the DPI at which to render the page by edisonn@google.com · 12 years ago
  28. 15b1118 pdfviewer: some code cleanup in renderer by edisonn@google.com · 12 years ago
  29. 7b328fd pdfviewer: add --pages arg: render a certain page (all, all in desceding order, firsl, last and by page number) by edisonn@google.com · 12 years ago
  30. a5aaa79 pdfviewer: measure mem usage, command line flags library. by edisonn@google.com · 12 years ago
  31. c8b3037 pdfviewer: don't delete variables, they are managed by the doc now by edisonn@google.com · 12 years ago
  32. 222382b pdf viewer: refactor, add -w parameter to pdfviewer, add -n to remove extenassion page when there is a single page (so skdiff can be run easily) and fix a bug (SkPdfobject should not reset on destruct) by edisonn@google.com · 12 years ago[Renamed (93%) from experimental/PdfViewer/SkPdfParser.cpp]
  33. a3356fc pdfviewer: fix warnings on mac by edisonn@google.com · 12 years ago
  34. 596d2e2 pdf viewer: fix a few warnings, and enable warning as errors by edisonn@google.com · 12 years ago
  35. 571c70b Native PDF parser implementation - don't try it on pdfs that are not generated by skia, Crome Print Preview or Chrome Save As Pdf - it will crash as mising xref, pdfs with updates, and other features are not supported yer. by edisonn@google.com · 12 years ago
  36. 3aac1f9 isolate podofo to prepare for native parser, autogenerate PDF API during build by edisonn@google.com · 12 years ago
  37. ab03e68 more work on pdf fonts, more to come by edisonn@google.com · 12 years ago
  38. 6e49c34 more work on pdf fonts, more to come by edisonn@google.com · 12 years ago
  39. 52394d2 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  40. 131d4ee refactoring for pdf viewer lib by edisonn@google.com · 12 years ago