1. 8272d87 Remove SkPdfNativeDoc::tokenizerOfStream. by scroggo@google.com · 11 years ago
  2. 5f00865 Remove some PdfViewer warnings. by scroggo@google.com · 11 years ago
  3. 5092adc Separate and update PDF_DIFF_TRACE_IN_PNG by scroggo@google.com · 11 years ago
  4. 248647c Restructuring of PdfViewer code. by scroggo@google.com · 11 years ago
  5. 7d8013f Changes to SkTDStackNester. by scroggo@google.com · 11 years ago
  6. 9092289 Pdfviewer refactoring. by scroggo@google.com · 11 years ago
  7. 608c35e pdfviewer: readobject can return null, and catalog can be null by edisonn@google.com · 11 years ago
  8. 2af2ad9 pdfviewer: (more code cleanup): class documentation and comments by edisonn@google.com · 11 years ago
  9. c8fda9d code cleanup by edisonn@google.com · 11 years ago
  10. 598cf5d remove tracking code, as it polutes the code readability. Should be added back, in a less eficient way, by registering streams instead, so we don't have to pass arround the streams, and the code will be cleaner. by edisonn@google.com · 11 years ago
  11. af54a51 pdfviewer: do not submit, uploaded for backup, and will be done actually after I refactor the params for functions, to put the char* params in a structure: report errors and warnings in pdf, infrastructure by edisonn@google.com · 11 years ago
  12. bca421b pdfviewer: (part 1) store the offset of the location of object in file/stream. In order to use the feature, enable the macro defined in SkPdfConfig.h by edisonn@google.com · 11 years ago
  13. 0fd25d8 pdfviewer: track what objects have been used during rendering. It will be the base of reporting unused objects to warn about ineficiencies in pdf generations, tests, and what features are not implemented fully. by edisonn@google.com · 11 years ago
  14. e91260c pdfviewer: fix break, include the right header. by edisonn@google.com · 11 years ago
  15. 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
  16. 37c18e4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  17. 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
  18. b74bdf0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  19. 8cee797 pdfviewer: check in pdfapi classes by edisonn@google.com · 11 years ago
  20. 063d707 pdfviewer: code cleanup - remove STL usage by edisonn@google.com · 11 years ago
  21. 33f11b6 pdfviewer: make pdfviewer compile on mac by edisonn@google.com · 11 years ago
  22. 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
  23. 4f898b7 pdfviewer: absolute minimal; to al least render (even if poorly) ICC based color spaces, based on RGB by edisonn@google.com · 11 years ago
  24. e57c62d pdfviewer: fix font rotation issues by edisonn@google.com · 11 years ago
  25. 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
  26. 7e27bcd pdfviewer: remove debug traces by edisonn@google.com · 11 years ago
  27. 91ce698 pdfviewer: debug code for crash by edisonn@google.com · 11 years ago
  28. b0145ce pdfviewer: add indexed rbg image support, enhanche caching(setData) for SkPdfObject by edisonn@google.com · 11 years ago
  29. e2e01ff pdfviewer: implementation of one type of pattern - simple tile patern, colored, with xstep and ystep positive. by edisonn@google.com · 11 years ago
  30. 276fed9 pdfviewer: debug the parameters for snc, and for resolveReference by edisonn@google.com · 11 years ago
  31. 9a43c18 pdfviewer: finish implementation of SkPdfObject.toString(), and include in debugging traces we leave when rendering. by edisonn@google.com · 11 years ago
  32. f111a4b pdfviewer: transparency groups - implementation of non-isolated and non-knockout flags by edisonn@google.com · 11 years ago
  33. 24cdf13 pdfviewer: more prerequired work to have examples working for transparency work items. by edisonn@google.com · 11 years ago
  34. 88fc03d pdfviewer: add doPage function, cet stream from Contents by edisonn@google.com · 11 years ago
  35. 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
  36. 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
  37. e878e72 pdfviewer: more plumming for soft masks, blend modes and transparency groups by edisonn@google.com · 11 years ago
  38. a0cefa1 pdfviewer: gs operator implementation: dashing and font by edisonn@google.com · 11 years ago
  39. 1acab36 pdfviewer: limit the characters we support in ToUnicode, to 0xffff by edisonn@google.com · 11 years ago
  40. 147adb1 pdfviewer: remove dependency on picture_utils. add utility function to render SkStream into bitmap. by edisonn@google.com · 11 years ago
  41. 1f08016 pdfviewer: more simple fixed to prevent crashes by edisonn@google.com · 11 years ago
  42. b44334c pdfviewer: don't crash if the xref is corrupted. by edisonn@google.com · 11 years ago
  43. 2fd5d36 pdfviewer: fix type3 font, make SkPdfObject::get parameter const by edisonn@google.com · 11 years ago
  44. 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
  45. d761e32 pdfviewer: SkTDict, does accept to pass the length of the key also. We will use it, as this is a prerequirment for optimizing memory usage for pdf parser. by edisonn@google.com · 11 years ago
  46. 3fc4826 pdfviewer: fix typo (false != NULL) by edisonn@google.com · 11 years ago
  47. 620edc5 pdfviewer: fix warning in release by edisonn@google.com · 11 years ago
  48. 78b38b1 pdfviewer: native inline images support by edisonn@google.com · 11 years ago
  49. 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
  50. a5aaa79 pdfviewer: measure mem usage, command line flags library. by edisonn@google.com · 11 years ago
  51. de2e4e8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  52. 8bad737 pdfviewer: ignore more bad stauff in pdfs by edisonn@google.com · 11 years ago
  53. 951d653 pdfviewer: more load references dinamically plumming by edisonn@google.com · 11 years ago
  54. 432640a pdfviewer: don't crash when trailer is missing by edisonn@google.com · 11 years ago
  55. 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
  56. e4dbe21 pdfviewer: remove assert by edisonn@google.com · 11 years ago
  57. a3356fc pdfviewer: fix warnings on mac by edisonn@google.com · 11 years ago
  58. 596d2e2 pdf viewer: fix a few warnings, and enable warning as errors by edisonn@google.com · 11 years ago
  59. dfa1ebc RIP podofo by edisonn@google.com · 11 years ago
  60. 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
  61. 98a1967 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  62. 2e498f1 remove now all the files fro depot for PDF API since we generate them at build time by edisonn@google.com · 11 years ago
  63. 3aac1f9 isolate podofo to prepare for native parser, autogenerate PDF API during build by edisonn@google.com · 11 years ago
  64. 5d41b36 refactor folders to make prepare for native pdf parser by edisonn@google.com · 11 years ago