- e878e72 pdfviewer: more plumming for soft masks, blend modes and transparency groups by edisonn@google.com · 11 years ago
- 96ba3aa pdfviewer: fix a few warnings by edisonn@google.com · 11 years ago
- a0cefa1 pdfviewer: gs operator implementation: dashing and font by edisonn@google.com · 11 years ago
- 1acab36 pdfviewer: limit the characters we support in ToUnicode, to 0xffff by edisonn@google.com · 11 years ago
- 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
- 50bbdb4 pdfviewer: update drawBitmap, and fic a gyp issue: gyp does not run in a consistent way on various palt forms, and it generates some files in ../../../foo instead of ../foo - Solution: use the (inconvenient) Shared intermediary directory that should work on all platforms. by edisonn@google.com · 11 years ago
- 5c561cb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 2c88fe8 pdfviewer: fix path shortcuts in python script, use os.path.join() by edisonn@google.com · 11 years ago
- d6c276f pdfviewer: sets module is deprecated. use set by edisonn@google.com · 11 years ago
- 0449a56 pdfviewer: explicitely use set, instead of dictionary, fails to compile in some versions of python. by edisonn@google.com · 11 years ago
- 43f2b2c SkiaExamples improvements. by sglez@google.com · 11 years ago
- 147adb1 pdfviewer: remove dependency on picture_utils. add utility function to render SkStream into bitmap. by edisonn@google.com · 11 years ago
- 58c856a Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side unit test failures by robertphillips@google.com · 11 years ago
- 7f1af50 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 1f08016 pdfviewer: more simple fixed to prevent crashes by edisonn@google.com · 11 years ago
- b44334c pdfviewer: don't crash if the xref is corrupted. by edisonn@google.com · 11 years ago
- 2fd5d36 pdfviewer: fix type3 font, make SkPdfObject::get parameter const by edisonn@google.com · 11 years ago
- 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
- 6ae6383 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 5b3e2b9 move skpdiff into tools by zachr@google.com · 11 years ago
- 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
- 35f02fb ports for mac, ios, android, linux, windows by zachr@google.com · 11 years ago
- ac03d91 pdfviewer: All NulCanvas (does not draw operations), TrackDevice (trackes what pixels have been changed) by edisonn@google.com · 11 years ago
- 3fc4826 pdfviewer: fix typo (false != NULL) by edisonn@google.com · 11 years ago
- c93c8ac Add --csv parameter to skpdiff to dump all scores in a csv file. We can run it with all skps, and have scores available to look at worst offenders progarmatically. by edisonn@google.com · 11 years ago
- 904f86e Revert "migrate skpdiff to tools" by zachr@google.com · 11 years ago
- a54aaf7 migrate skpdiff to tools by zachr@google.com · 11 years ago
- 05b7bef revert unreviewed 10194, will send to review by edisonn@google.com · 11 years ago
- 9345d94 skpdiff: add ability to write the diff scores in a csv file (one line per pair of diff images, with the result of each diff engine) by edisonn@google.com · 11 years ago
- 620edc5 pdfviewer: fix warning in release by edisonn@google.com · 11 years ago
- d658568 make OpenCL optional for skpdiff by zachr@google.com · 11 years ago
- 2aa5757 in experimental/ : roll back a few expected GM image checksums, for testing by epoger@google.com · 11 years ago
- 1ddb8ab experimental/json-expectations: reformat to match output of rebaseline.py by epoger@google.com · 11 years ago
- 9506226 commit updated JSON expectations to experimental (based on gm-expectations at r10113) by epoger@google.com · 11 years ago
- 92fe073 add table pregeneration script for pmetric by zachr@google.com · 11 years ago
- a79d40e improve convolve speed of skpdiff using direct pointers by zachr@google.com · 11 years ago
- 78b38b1 pdfviewer: native inline images support by edisonn@google.com · 11 years ago
- 1bc995e modularize the display of diffs for skpdiff by zachr@google.com · 11 years ago
- c28732b check JSON-format expectations into experimental/ for manual testing by epoger@google.com · 11 years ago
- 6a9d436 pdfviewer: add option to run the load or render multiple times, --benchLoad, --benchRender by edisonn@google.com · 11 years ago
- 444e25a add ability to specify the DPI at which to render the page by edisonn@google.com · 11 years ago
- 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
- 15b1118 pdfviewer: some code cleanup in renderer by edisonn@google.com · 11 years ago
- 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
- a5aaa79 pdfviewer: measure mem usage, command line flags library. by edisonn@google.com · 11 years ago
- de2e4e8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 8bad737 pdfviewer: ignore more bad stauff in pdfs by edisonn@google.com · 11 years ago
- c8b3037 pdfviewer: don't delete variables, they are managed by the doc now by edisonn@google.com · 11 years ago
- 951d653 pdfviewer: more load references dinamically plumming by edisonn@google.com · 11 years ago
- 432640a pdfviewer: don't crash when trailer is missing by edisonn@google.com · 11 years ago
- cdad30b pdfviewer: fix bug, page -1 means render page 0 with no page extension by edisonn@google.com · 11 years ago
- 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
- e4dbe21 pdfviewer: remove assert by edisonn@google.com · 11 years ago
- a3356fc pdfviewer: fix warnings on mac by edisonn@google.com · 11 years ago
- 596d2e2 pdf viewer: fix a few warnings, and enable warning as errors by edisonn@google.com · 11 years ago
- dfa1ebc RIP podofo by edisonn@google.com · 11 years ago
- 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
- 9432c0c add diff viewer website by zachr@google.com · 11 years ago
- a95959c add JSONP option to output of skpdiff by zachr@google.com · 11 years ago
- 98a1967 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- c631b79 pdf viewer: remove const for int scalar types by edisonn@google.com · 11 years ago
- 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
- 3aac1f9 isolate podofo to prepare for native parser, autogenerate PDF API during build by edisonn@google.com · 11 years ago
- 945708a add diff recording and output code by zachr@google.com · 11 years ago
- 5d41b36 refactor folders to make prepare for native pdf parser by edisonn@google.com · 11 years ago
- ab03e68 more work on pdf fonts, more to come by edisonn@google.com · 11 years ago
- 572b54d add point of interest API by zachr@google.com · 11 years ago
- 5eef11b fix OpenCL memory leak by zachr@google.com · 11 years ago
- c0a75a8 add yee's perceptual metric by zachr@google.com · 11 years ago
- c9f6a1a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 6e49c34 more work on pdf fonts, more to come by edisonn@google.com · 11 years ago
- db54dd3 add command line flags by zachr@google.com · 11 years ago
- eee4b65 Basic load base font when specified in a FontDescriptor. basic load of TrueType font (FontFile2) by edisonn@google.com · 11 years ago
- 52394d2 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 18bbba9 add globbing util function by zachr@google.com · 11 years ago
- 131d4ee refactoring for pdf viewer lib by edisonn@google.com · 11 years ago
- 9d59e55 add removed file by mistake by edisonn@google.com · 11 years ago
- b857a0c Basic support for Type3 Fonts in Pdf + various refactorings by edisonn@google.com · 11 years ago
- 1be794f add missing font.* files, map podofo to SkPdfObject for SkPdfArray::operator[] by edisonn@google.com · 11 years ago
- ff27844 load font manually, for now Type0 by edisonn@google.com · 11 years ago
- afe5e9e Deal with ca and CA transparency operators in pdf. add comments to generated classes. by edisonn@google.com · 11 years ago
- c32f1d4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 59543d3 Continue to contain podofo, shorter enums by edisonn@google.com · 11 years ago
- 2924762 put each generated pdf api class in a file (step 1, add new files) by edisonn@google.com · 11 years ago
- 7fa22f3 Smallest possible desktop application that uses Skia to render stuff. by commit-bot@chromium.org · 11 years ago
- 60533dc add value() functions to podofo wrapers to isolate the client from knowing it is using podofo internally by edisonn@google.com · 11 years ago
- 1277cf0 Pdfviewer: generate isAFoo() and getAsFoo() api for fields that can have multiple types. by edisonn@google.com · 11 years ago
- bb2c753 fix typo in spec by edisonn@google.com · 11 years ago
- 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
- a2fab9d Object model generated from pdf spec 1.4, draft code by edisonn@google.com · 12 years ago
- be19b9e add skpdiff tool to compare bitmaps by commit-bot@chromium.org · 12 years ago
- 4532711 most pdf dictionary types suported, need enabling now by edisonn@google.com · 12 years ago
- 07f0147 Parse pdf reference manual for 1.4 to extract dictionary definition, initial code. Use spec2def.py <PdfReference-okular-1.txt by edisonn@google.com · 12 years ago
- e4d11be remove some old code by edisonn@google.com · 12 years ago
- af3daa0 Code generator for dinamic generation of podofo wrappers by edisonn@google.com · 12 years ago
- f7dd491 generate enums for pdf types by edisonn@google.com · 12 years ago
- 1a191c6 generate code for pdf viewer (initial draft) by edisonn@google.com · 12 years ago
- 01cd4d5 simple podofo and skia based pdf viewer by edisonn@google.com · 12 years ago
- 0361032 path ops work in progress by caryclark@google.com · 12 years ago
- b3f0921 shape ops work in progress by caryclark@google.com · 12 years ago