aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/PdfViewer
Commit message (Collapse)AuthorAge
* isolate podofo to prepare for native parser, autogenerate PDF API during buildGravatar edisonn@google.com2013-07-02
| | | | | | Review URL: https://codereview.chromium.org/18042005 git-svn-id: http://skia.googlecode.com/svn/trunk@9879 2bbb7eff-a529-9590-31e7-b0007b416f81
* refactor folders to make prepare for native pdf parserGravatar edisonn@google.com2013-06-28
| | | | | | Review URL: https://codereview.chromium.org/18179007 git-svn-id: http://skia.googlecode.com/svn/trunk@9825 2bbb7eff-a529-9590-31e7-b0007b416f81
* more work on pdf fonts, more to comeGravatar edisonn@google.com2013-06-28
| | | | | | Review URL: https://codereview.chromium.org/18117005 git-svn-id: http://skia.googlecode.com/svn/trunk@9813 2bbb7eff-a529-9590-31e7-b0007b416f81
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-28
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@9799 2bbb7eff-a529-9590-31e7-b0007b416f81
* more work on pdf fonts, more to comeGravatar edisonn@google.com2013-06-27
| | | | | | Review URL: https://codereview.chromium.org/18117005 git-svn-id: http://skia.googlecode.com/svn/trunk@9796 2bbb7eff-a529-9590-31e7-b0007b416f81
* Basic load base font when specified in a FontDescriptor. basic load of ↵Gravatar edisonn@google.com2013-06-27
| | | | | | | | TrueType font (FontFile2) Review URL: https://codereview.chromium.org/18059003 git-svn-id: http://skia.googlecode.com/svn/trunk@9788 2bbb7eff-a529-9590-31e7-b0007b416f81
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-27
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@9786 2bbb7eff-a529-9590-31e7-b0007b416f81
* refactoring for pdf viewer libGravatar edisonn@google.com2013-06-26
| | | | | | Review URL: https://codereview.chromium.org/17856004 git-svn-id: http://skia.googlecode.com/svn/trunk@9773 2bbb7eff-a529-9590-31e7-b0007b416f81
* add removed file by mistakeGravatar edisonn@google.com2013-06-25
| | | | | | Review URL: https://codereview.chromium.org/17739006 git-svn-id: http://skia.googlecode.com/svn/trunk@9760 2bbb7eff-a529-9590-31e7-b0007b416f81
* Basic support for Type3 Fonts in Pdf + various refactoringsGravatar edisonn@google.com2013-06-25
| | | | | | Review URL: https://codereview.chromium.org/17748002 git-svn-id: http://skia.googlecode.com/svn/trunk@9757 2bbb7eff-a529-9590-31e7-b0007b416f81
* add missing font.* files, map podofo to SkPdfObject for SkPdfArray::operator[]Gravatar edisonn@google.com2013-06-21
| | | | | | Review URL: https://codereview.chromium.org/17063014 git-svn-id: http://skia.googlecode.com/svn/trunk@9735 2bbb7eff-a529-9590-31e7-b0007b416f81
* load font manually, for now Type0Gravatar edisonn@google.com2013-06-21
| | | | | | Review URL: https://codereview.chromium.org/17294008 git-svn-id: http://skia.googlecode.com/svn/trunk@9734 2bbb7eff-a529-9590-31e7-b0007b416f81
* Deal with ca and CA transparency operators in pdf. add comments to generated ↵Gravatar edisonn@google.com2013-06-19
| | | | | | | | classes. Review URL: https://codereview.chromium.org/16975013 git-svn-id: http://skia.googlecode.com/svn/trunk@9685 2bbb7eff-a529-9590-31e7-b0007b416f81
* Continue to contain podofo, shorter enumsGravatar edisonn@google.com2013-06-18
| | | | | | Review URL: https://codereview.chromium.org/17395005 git-svn-id: http://skia.googlecode.com/svn/trunk@9670 2bbb7eff-a529-9590-31e7-b0007b416f81
* put each generated pdf api class in a file (step 1, add new files)Gravatar edisonn@google.com2013-06-18
| | | | | | Review URL: https://codereview.chromium.org/17395005 git-svn-id: http://skia.googlecode.com/svn/trunk@9661 2bbb7eff-a529-9590-31e7-b0007b416f81
* add value() functions to podofo wrapers to isolate the client from knowing ↵Gravatar edisonn@google.com2013-06-18
| | | | | | | | it is using podofo internally Review URL: https://codereview.chromium.org/17101011 git-svn-id: http://skia.googlecode.com/svn/trunk@9654 2bbb7eff-a529-9590-31e7-b0007b416f81
* Pdfviewer: generate isAFoo() and getAsFoo() api for fields that can have ↵Gravatar edisonn@google.com2013-06-17
| | | | | | | | multiple types. Review URL: https://codereview.chromium.org/16968007 git-svn-id: http://skia.googlecode.com/svn/trunk@9646 2bbb7eff-a529-9590-31e7-b0007b416f81
* fix typo in specGravatar edisonn@google.com2013-06-17
| | | | | | Review URL: https://codereview.chromium.org/17124003 git-svn-id: http://skia.googlecode.com/svn/trunk@9644 2bbb7eff-a529-9590-31e7-b0007b416f81
* few steps in the direction of to encapsulating podofo, so the client is not ↵Gravatar edisonn@google.com2013-06-17
| | | | | | | | aware podofo is used. Review URL: https://codereview.chromium.org/17286007 git-svn-id: http://skia.googlecode.com/svn/trunk@9643 2bbb7eff-a529-9590-31e7-b0007b416f81
* Object model generated from pdf spec 1.4, draft codeGravatar edisonn@google.com2013-06-14
| | | | | | Review URL: https://codereview.chromium.org/17095004 git-svn-id: http://skia.googlecode.com/svn/trunk@9625 2bbb7eff-a529-9590-31e7-b0007b416f81
* most pdf dictionary types suported, need enabling nowGravatar edisonn@google.com2013-06-13
| | | | | | Review URL: https://codereview.chromium.org/16844017 git-svn-id: http://skia.googlecode.com/svn/trunk@9594 2bbb7eff-a529-9590-31e7-b0007b416f81
* Parse pdf reference manual for 1.4 to extract dictionary definition, initial ↵Gravatar edisonn@google.com2013-06-13
| | | | | | | | code. Use spec2def.py <PdfReference-okular-1.txt Review URL: https://codereview.chromium.org/16838015 git-svn-id: http://skia.googlecode.com/svn/trunk@9587 2bbb7eff-a529-9590-31e7-b0007b416f81
* remove some old codeGravatar edisonn@google.com2013-06-12
| | | | | | Review URL: https://codereview.chromium.org/16845002 git-svn-id: http://skia.googlecode.com/svn/trunk@9547 2bbb7eff-a529-9590-31e7-b0007b416f81
* Code generator for dinamic generation of podofo wrappersGravatar edisonn@google.com2013-06-12
| | | | | | Review URL: https://codereview.chromium.org/16838002 git-svn-id: http://skia.googlecode.com/svn/trunk@9544 2bbb7eff-a529-9590-31e7-b0007b416f81
* generate enums for pdf typesGravatar edisonn@google.com2013-06-11
| | | | | | Review URL: https://codereview.chromium.org/16706007 git-svn-id: http://skia.googlecode.com/svn/trunk@9521 2bbb7eff-a529-9590-31e7-b0007b416f81
* generate code for pdf viewer (initial draft)Gravatar edisonn@google.com2013-06-11
| | | | | | Review URL: https://codereview.chromium.org/15973008 git-svn-id: http://skia.googlecode.com/svn/trunk@9520 2bbb7eff-a529-9590-31e7-b0007b416f81
* simple podofo and skia based pdf viewerGravatar edisonn@google.com2013-06-10
Review URL: https://codereview.chromium.org/16295031 git-svn-id: http://skia.googlecode.com/svn/trunk@9494 2bbb7eff-a529-9590-31e7-b0007b416f81