aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/PdfViewer/pdf_viewer_main.cpp
Commit message (Expand)AuthorAge
* Revert "Revert "Move SkGpuDevice.h to src/gpu""Gravatar bsalomon2014-09-17
* Revert "Move SkGpuDevice.h to src/gpu"Gravatar borenet2014-09-17
* Move SkGpuDevice.h to src/gpuGravatar bsalomon2014-09-16
* Cleanup: Rename SkOSPath functions.Gravatar tfarina2014-07-28
* Support using OpenGL ES context on desktopGravatar kkinnunen2014-06-30
* Revert of Support using OpenGL ES context on desktop (https://codereview.chro...Gravatar rmistry2014-06-23
* Support using OpenGL ES context on desktopGravatar kkinnunen2014-06-22
* hide SkBitmap::setConfigGravatar reed2014-06-09
* Separate and update PDF_DIFF_TRACE_IN_PNGGravatar scroggo@google.com2013-12-02
* Pdfviewer refactoring.Gravatar scroggo@google.com2013-11-14
* Fix warnings and Win only error in pdf_viewer.Gravatar scroggo@google.com2013-11-14
* Include SkBitmapDevice for pdf_viewer.Gravatar scroggo@google.com2013-11-14
* pdfviewer: remove sqrt from the formula computing the scale (DPI is dots per ...Gravatar edisonn@google.com2013-11-12
* Use SkPathJoin and SkBasename in Pdfviewer.Gravatar scroggo@google.com2013-11-12
* mode code cleanup (100c / l, comments)Gravatar edisonn@google.com2013-10-10
* remove tracking code, as it polutes the code readability. Should be added bac...Gravatar edisonn@google.com2013-10-09
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* pdfviewer: code cleanup - add licence on files, make replace __DEFINE__foo wi...Gravatar edisonn@google.com2013-08-21
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...Gravatar robertphillips@google.com2013-08-20
* Split SkDevice out of SkBitmapDeviceGravatar robertphillips@google.com2013-08-20
* pdfviewer: make pdfviewer compile on macGravatar edisonn@google.com2013-08-14
* pdfviewer: add ability to run on gpuGravatar edisonn@google.com2013-08-08
* pdfviewer: load image pain settings (like transparency), pass the page number...Gravatar edisonn@google.com2013-08-06
* pdfviewer: set backdround to transparent, and add an app to chop transparent ...Gravatar edisonn@google.com2013-08-05
* pdfviewer: fix condition for element in array, reset back the default color t...Gravatar edisonn@google.com2013-07-30
* pdfviewer: limit the characters we support in ToUnicode, to 0xffffGravatar edisonn@google.com2013-07-25
* pdfviewer: set the default background to transparent (to match render_picture...Gravatar edisonn@google.com2013-07-25
* pdfviewer: remove dependency on picture_utils. add utility function to render...Gravatar edisonn@google.com2013-07-24
* pdfviewer: improve memory usage, improve parse time (by 30-50%) and don't all...Gravatar edisonn@google.com2013-07-23
* pdfviewer: All NulCanvas (does not draw operations), TrackDevice (trackes wha...Gravatar edisonn@google.com2013-07-22
* 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
* 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
* pdf viewer: fix a few warnings, and enable warning as errorsGravatar edisonn@google.com2013-07-10
* refactoring for pdf viewer libGravatar edisonn@google.com2013-06-26
* 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
* Pdfviewer: generate isAFoo() and getAsFoo() api for fields that can have mult...Gravatar 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
* remove some old codeGravatar edisonn@google.com2013-06-12
* Code generator for dinamic generation of podofo wrappersGravatar edisonn@google.com2013-06-12