summaryrefslogtreecommitdiffstats
path: root/pdf/pdfium
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Pass std::string as const reference from pdf/ki.stfu2015-09-212-4/+5
* Use UintToString() to convert uint32 to stringricea2015-09-211-2/+2
* PDF: Use PDF metadata for the title instead of the last path element.sammc2015-08-274-23/+101
* PDF: Use the z-order when there is a link and widget overlaps.thestig2015-08-151-7/+25
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-2/+2
* Add a scroll offset to PDF documents to account for the top material design t...raymes2015-08-052-4/+10
* Revert of Add a scroll offset to PDF documents to account for the top materia...vitalybuka2015-08-042-10/+4
* Add a scroll offset to PDF documents to account for the top material design t...raymes2015-08-042-4/+10
* Roll PDFium d1b0a8d:acf0647jochen2015-07-161-1/+5
* PDF: Revert to the original shut down order for non-XFA.thestig2015-07-161-0/+8
* Move WriteInto to base namespace.Brett Wilson2015-07-073-4/+4
* New new versions of Starts/EndsWith and SplitString in net.brettw2015-07-061-1/+1
* Add more string_util functions to base namespace.brettw2015-06-241-1/+1
* Move more string_util functions to base namespace.brettw2015-06-241-1/+1
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-1/+1
* PDF: Interpret printing permission bits correctly.thestig2015-06-112-3/+24
* PDF: Cleanup more code now that it is completely out of process.thestig2015-05-292-16/+8
* PDF: On Linux, convert font names to UTF-8 if needed.thestig2015-05-201-3/+17
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-1/+1
* Cleanup: Slight simplification in the PDFiumEngine dtor.thestig2015-05-151-9/+3
* Roll PDFium to f33cdd5tsepez2015-05-152-4/+4
* Roll PDFium to 8f6445b.tsepez2015-05-121-8/+3
* Roll PDFium to 2daf76ftsepez2015-05-126-19/+19
* 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