1. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  2. 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
  3. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  4. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  5. 33f11b6 pdfviewer: make pdfviewer compile on mac by edisonn@google.com · 11 years ago
  6. 768bc6a pdfviewer: add ability to run on gpu by edisonn@google.com · 11 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 · 11 years ago
  8. 5149bd9 pdfviewer: set backdround to transparent, and add an app to chop transparent content in png files. by edisonn@google.com · 11 years ago
  9. 641cce9 pdfviewer: fix condition for element in array, reset back the default color to white, and verify type before value in PDF API mapper by edisonn@google.com · 11 years ago
  10. 1acab36 pdfviewer: limit the characters we support in ToUnicode, to 0xffff by edisonn@google.com · 11 years ago
  11. ac4bedc pdfviewer: set the default background to transparent (to match render_picture default), and fix a bug a with corrupt diffs by edisonn@google.com · 11 years ago
  12. 147adb1 pdfviewer: remove dependency on picture_utils. add utility function to render SkStream into bitmap. by edisonn@google.com · 11 years ago
  13. 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
  14. ac03d91 pdfviewer: All NulCanvas (does not draw operations), TrackDevice (trackes what pixels have been changed) by edisonn@google.com · 11 years ago
  15. 6a9d436 pdfviewer: add option to run the load or render multiple times, --benchLoad, --benchRender by edisonn@google.com · 11 years ago
  16. 444e25a add ability to specify the DPI at which to render the page by edisonn@google.com · 11 years ago
  17. 1310238 pdfviewer: render in the same way regadless if we write the result to a file or not. by edisonn@google.com · 11 years ago
  18. 15b1118 pdfviewer: some code cleanup in renderer by edisonn@google.com · 11 years ago
  19. 7b328fd pdfviewer: add --pages arg: render a certain page (all, all in desceding order, firsl, last and by page number) by edisonn@google.com · 11 years ago
  20. a5aaa79 pdfviewer: measure mem usage, command line flags library. by edisonn@google.com · 11 years ago
  21. cdad30b pdfviewer: fix bug, page -1 means render page 0 with no page extension by edisonn@google.com · 11 years ago
  22. 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 · 11 years ago
  23. 596d2e2 pdf viewer: fix a few warnings, and enable warning as errors 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
  26. 1be794f add missing font.* files, map podofo to SkPdfObject for SkPdfArray::operator[] by edisonn@google.com · 11 years ago
  27. ff27844 load font manually, for now Type0 by edisonn@google.com · 11 years ago
  28. afe5e9e Deal with ca and CA transparency operators in pdf. add comments to generated classes. by edisonn@google.com · 11 years ago
  29. 59543d3 Continue to contain podofo, shorter enums by edisonn@google.com · 11 years ago
  30. 1277cf0 Pdfviewer: generate isAFoo() and getAsFoo() api for fields that can have multiple types. by edisonn@google.com · 11 years ago
  31. 68d15c8 few steps in the direction of to encapsulating podofo, so the client is not aware podofo is used. by edisonn@google.com · 11 years ago
  32. a2fab9d Object model generated from pdf spec 1.4, draft code by edisonn@google.com · 11 years ago
  33. e4d11be remove some old code by edisonn@google.com · 11 years ago
  34. af3daa0 Code generator for dinamic generation of podofo wrappers by edisonn@google.com · 11 years ago
  35. 01cd4d5 simple podofo and skia based pdf viewer by edisonn@google.com · 11 years ago