summaryrefslogtreecommitdiffstats
path: root/pdf/pdfium
Commit message (Expand)AuthorAgeFilesLines
* Printing: PDFs should only be fit to page if there is a size mismatch.thestig2015-03-112-0/+19
* Print Preview: Support the duplex preset in PDFs.thestig2015-03-053-0/+11
* Remove some duplicate code / constants in pdf/.thestig2015-03-051-33/+28
* PDF: Handle hit tests for form controls and links consistently.thestig2015-03-024-56/+65
* Fix for PDFs with lots of named destinations take a long time to load.deepak.m12015-02-172-28/+0
* Fix for Multipage selection by dragging mouse in OOP case in PDF.deepak.m12015-02-132-2/+12
* Make the PDF viewer background color a property of the instance.raymes2015-02-092-18/+5
* Include safe_conversions.h in pdfium_engine.cctsepez2015-02-041-0/+1
* Switch the background color in PDF Viewer when using Material Designalexandrec2015-02-022-4/+18
* Make some casts in pdfium_engine.cc safe by using checked_castRaymes Khoury2015-01-291-3/+4
* Roll pdfium to eef005055d6aafc2cc6066af37ce47d8b15ec7cdtsepez2015-01-271-1/+1
* Introduce new test for bookmark loading.alexandrec2015-01-271-1/+0
* PDF: Add a bunch of DCHECKs to make sure we do not go out of bounds.thestig2015-01-232-22/+51
* Fix for Navigation to relative fragments does not work correctly for OOP pdf ...deepak.m12015-01-192-0/+28
* Remove DCHECK which causes crash in PDFs with email attachments.raymes2015-01-191-1/+2
* Add functions to collect bookmarks from Pdfiumalexandrec2015-01-192-0/+48
* PDF: Fix missing character when selecting backwardsdeepak.m12015-01-161-1/+4
* PDF: Yet another stab at getting WriteInto() buffer sizes correct.thestig2015-01-155-27/+147
* Don't return Windows newlines through the PDF GetSelectedText JS APIraymes2015-01-121-2/+4
* copying to clipboard should add a newline before the content of the next page.deepak.m12015-01-091-1/+4
* Right clicking outside of a selected area should deselect text and bring up t...deepak.m12015-01-092-8/+34
* PDF: Fix extra NUL characters from incorrect WriteInto() calls.thestig2015-01-073-13/+25
* replace COMPILE_ASSERT with static_assert in pdf/mostynb2015-01-062-197/+198
* Do not unload pages while loading of the same pages is in progress.thestig2014-12-202-4/+42
* Roll PDFiumjam2014-12-151-17/+2
* Support NumCopies print presetn.bansal2014-11-192-0/+5
* PDF: Correct typo in form fill environment functionsthestig2014-11-181-2/+2
* Add pdf layer code for PDFium XFA module.tsepez2014-11-122-4/+385
* PDF: Fix potential bad indexes in find results.thestig2014-11-042-55/+117
* PDF Viewer - Search results don't work after rotating pdfn.bansal2014-10-032-5/+29
* For loop is running un-nacessrily after match.deepak.m12014-09-291-1/+3
* Memory allocation for WriteInto is not proper.deepak.m12014-09-272-4/+4
* Revert of PDF: Add some CHECKS to help debug a crash. (patchset #2 id:20001 o...thestig2014-09-261-6/+0
* PDF: Fix uninit memory access in PDFiumEngine.thestig2014-09-152-20/+59
* PDF: Manipulate the selected text buffer to deal with special 0xfffe hyphens.thestig2014-09-121-36/+69
* PDF links should open on mouse upn.bansal2014-09-122-7/+46
* PDF Viewer - Show context menu for links on right clickn.bansal2014-09-101-1/+4
* PDFiumEngine::~PDFiumEngine - Unload() all pages_ before destroying any of them.tsepez2014-09-082-2/+5
* Extracted method to CreateSinglePageRasterPdf() to simplify PrintPagesAsRaste...vitalybuka@chromium.org2014-08-202-46/+73
* PDF: Add some CHECKS to help debug a crash.thestig@chromium.org2014-08-151-0/+6
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-2/+2
* Don't return uninitialized memory from PDFiumEngine::Form_Response().tsepez@chromium.org2014-07-291-2/+4
* Added GetPDFPageSizeByIndex to expose FPDF_GetPageSizeByIndex. The function o...ivandavid@chromium.org2014-07-102-0/+19
* Fixes for re-enabling more MSVC level 4 warnings: pdf/ editionpkasting@chromium.org2014-07-091-40/+21
* Disable font mapping when pepper API is not initializednoamsml@chromium.org2014-07-081-0/+6
* Windows Printing: Auto-rotate pages 90 degrees counter-clockwise.thestig@chromium.org2014-06-241-1/+1
* Linux: Take into account the weight/italic parameters when mapping fonts on L...thestig@chromium.org2014-06-101-0/+16
* Fix some links in PDFs not working.jam@chromium.org2014-06-061-2/+2
* Roll in latest pdfium.jam@chromium.org2014-05-261-312/+0
* Fix more cases of unreachable code on Windows, mostly added recently.pkasting@chromium.org2014-05-221-2/+0