1. d906702 Move SkPdfContext into its own files. by scroggo@google.com · 11 years ago
  2. 0daf00c Move SkTDStackNester into its own private file. by scroggo@google.com · 11 years ago
  3. 247ac53 pdfviewer: fix build break in windows (wrong return type on function) by edisonn@google.com · 11 years ago
  4. d03c2c7 pdfviewer: more code comments + concat the pdf matrix with the existing matrix in canvas, instead of reseting it. by edisonn@google.com · 11 years ago
  5. e50d9a1 mode code cleanup (100c / l, comments) by edisonn@google.com · 11 years ago
  6. f68aed3 pdfviewer: when q start, and an operator is called, it should not be able to see operands before q. nest/unnest are similar with pop/push - simulates a stack of stacks, in a single stack by edisonn@google.com · 11 years ago
  7. cf2cfa1 pdfviewer: code cleanup - add licence on files, make replace __DEFINE__foo with foo_DEFINED to match skia project by edisonn@google.com · 11 years ago
  8. 063d707 pdfviewer: code cleanup - remove STL usage by edisonn@google.com · 11 years ago
  9. 33f11b6 pdfviewer: make pdfviewer compile on mac by edisonn@google.com · 11 years ago
  10. 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 · 11 years ago[Renamed (93%) from experimental/PdfViewer/SkPdfBasics.h]
  11. 0f90190 pdfviewer: /Pattern color space, uses the matrix of the last content stream, not the global matrix. by edisonn@google.com · 11 years ago
  12. 91ce698 pdfviewer: debug code for crash by edisonn@google.com · 11 years ago
  13. b0145ce pdfviewer: add indexed rbg image support, enhanche caching(setData) for SkPdfObject by edisonn@google.com · 11 years ago
  14. e2e01ff pdfviewer: implementation of one type of pattern - simple tile patern, colored, with xstep and ystep positive. by edisonn@google.com · 11 years ago
  15. 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 · 11 years ago
  16. e878e72 pdfviewer: more plumming for soft masks, blend modes and transparency groups by edisonn@google.com · 11 years ago
  17. 96ba3aa pdfviewer: fix a few warnings by edisonn@google.com · 11 years ago
  18. a0cefa1 pdfviewer: gs operator implementation: dashing and font by edisonn@google.com · 11 years ago
  19. 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 · 11 years ago
  20. 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 · 11 years ago
  21. 3aac1f9 isolate podofo to prepare for native parser, autogenerate PDF API during build by edisonn@google.com · 11 years ago
  22. ab03e68 more work on pdf fonts, more to come by edisonn@google.com · 11 years ago
  23. eee4b65 Basic load base font when specified in a FontDescriptor. basic load of TrueType font (FontFile2) by edisonn@google.com · 11 years ago
  24. 131d4ee refactoring for pdf viewer lib by edisonn@google.com · 11 years ago
  25. b857a0c Basic support for Type3 Fonts in Pdf + various refactorings by edisonn@google.com · 11 years ago