aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/PdfViewer
Commit message (Expand)AuthorAge
* pdfviewer: fix warning in releaseGravatar edisonn@google.com2013-07-18
* pdfviewer: native inline images supportGravatar edisonn@google.com2013-07-15
* pdfviewer: add option to run the load or render multiple times, --benchLoad, ...Gravatar edisonn@google.com2013-07-11
* add ability to specify the DPI at which to render the pageGravatar edisonn@google.com2013-07-11
* pdfviewer: render in the same way regadless if we write the result to a file ...Gravatar edisonn@google.com2013-07-11
* pdfviewer: some code cleanup in rendererGravatar edisonn@google.com2013-07-11
* pdfviewer: add --pages arg: render a certain page (all, all in desceding orde...Gravatar edisonn@google.com2013-07-11
* pdfviewer: measure mem usage, command line flags library.Gravatar edisonn@google.com2013-07-11
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-11
* pdfviewer: ignore more bad stauff in pdfsGravatar edisonn@google.com2013-07-10
* pdfviewer: don't delete variables, they are managed by the doc nowGravatar edisonn@google.com2013-07-10
* pdfviewer: more load references dinamically plummingGravatar edisonn@google.com2013-07-10
* pdfviewer: don't crash when trailer is missingGravatar edisonn@google.com2013-07-10
* pdfviewer: fix bug, page -1 means render page 0 with no page extensionGravatar edisonn@google.com2013-07-10
* pdf viewer: refactor, add -w parameter to pdfviewer, add -n to remove extenas...Gravatar edisonn@google.com2013-07-10
* pdfviewer: remove assertGravatar edisonn@google.com2013-07-10
* pdfviewer: fix warnings on macGravatar edisonn@google.com2013-07-10
* pdf viewer: fix a few warnings, and enable warning as errorsGravatar edisonn@google.com2013-07-10
* RIP podofoGravatar edisonn@google.com2013-07-10
* Native PDF parser implementation - don't try it on pdfs that are not generate...Gravatar edisonn@google.com2013-07-10
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-03
* pdf viewer: remove const for int scalar typesGravatar edisonn@google.com2013-07-02
* remove now all the files fro depot for PDF API since we generate them at buil...Gravatar edisonn@google.com2013-07-02
* isolate podofo to prepare for native parser, autogenerate PDF API during buildGravatar edisonn@google.com2013-07-02
* refactor folders to make prepare for native pdf parserGravatar edisonn@google.com2013-06-28
* more work on pdf fonts, more to comeGravatar edisonn@google.com2013-06-28
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-28
* more work on pdf fonts, more to comeGravatar edisonn@google.com2013-06-27
* Basic load base font when specified in a FontDescriptor. basic load of TrueTy...Gravatar edisonn@google.com2013-06-27
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-27
* refactoring for pdf viewer libGravatar edisonn@google.com2013-06-26
* add removed file by mistakeGravatar edisonn@google.com2013-06-25
* Basic support for Type3 Fonts in Pdf + various refactoringsGravatar edisonn@google.com2013-06-25
* add missing font.* files, map podofo to SkPdfObject for SkPdfArray::operator[]Gravatar edisonn@google.com2013-06-21
* load font manually, for now Type0Gravatar edisonn@google.com2013-06-21
* Deal with ca and CA transparency operators in pdf. add comments to generated ...Gravatar edisonn@google.com2013-06-19
* Continue to contain podofo, shorter enumsGravatar edisonn@google.com2013-06-18
* put each generated pdf api class in a file (step 1, add new files)Gravatar edisonn@google.com2013-06-18
* add value() functions to podofo wrapers to isolate the client from knowing it...Gravatar edisonn@google.com2013-06-18
* Pdfviewer: generate isAFoo() and getAsFoo() api for fields that can have mult...Gravatar edisonn@google.com2013-06-17
* fix typo in specGravatar edisonn@google.com2013-06-17
* few steps in the direction of to encapsulating podofo, so the client is not a...Gravatar edisonn@google.com2013-06-17
* Object model generated from pdf spec 1.4, draft codeGravatar edisonn@google.com2013-06-14
* most pdf dictionary types suported, need enabling nowGravatar edisonn@google.com2013-06-13
* Parse pdf reference manual for 1.4 to extract dictionary definition, initial ...Gravatar edisonn@google.com2013-06-13
* remove some old codeGravatar edisonn@google.com2013-06-12
* Code generator for dinamic generation of podofo wrappersGravatar edisonn@google.com2013-06-12
* generate enums for pdf typesGravatar edisonn@google.com2013-06-11
* generate code for pdf viewer (initial draft)Gravatar edisonn@google.com2013-06-11
* simple podofo and skia based pdf viewerGravatar edisonn@google.com2013-06-10