summaryrefslogtreecommitdiffstats
path: root/pdf/pdfium
Commit message (Expand)AuthorAgeFilesLines
* Remove some dead PDF code. (try 2)thestig2016-01-052-45/+2
* Revert of Remove some dead PDF code. (patchset #3 id:40001 of https://coderev...thestig2016-01-052-3/+45
* Another round of PDF plugin cleanups.thestig2016-01-055-125/+113
* Remove some dead PDF code.thestig2016-01-042-45/+3
* PDF: Fix another case of circular references with bookmarks.thestig2016-01-041-1/+8
* Simplify PDFiumEngine::GetFlattenedPrintData().thestig2016-01-041-17/+5
* Remove a "temporary" hack from when ChromeOS generated PDFs with Cairo.thestig2016-01-041-16/+3
* Call FPDFAvail_IsFormAvail() before creating form.spelchat2015-12-301-5/+6
* Mark methods with override in pdf/thestig2015-12-292-89/+92
* Support loading complete linearized PDF.spelchat2015-12-291-6/+10
* Switch to standard integer types in pdf/.avi2015-12-219-16/+28
* PDF: Always use Courier New for fixed ANSI fonts on Linux.thestig2015-12-081-1/+5
* Set V8 extras mode in gin::V8Initializer.yhirano2015-12-071-0/+1
* Prevent guest views from issuing a search for empty text.thestig2015-11-122-8/+12
* Setup and tear down V8 if the PDF module is not managed via pepperjochen2015-11-061-0/+21
* Printing: Move some printing code out of pdf/ and into printing/.thestig2015-10-281-169/+20
* Fix printing of PDFs. They should not be cut off.thestig2015-10-271-75/+96
* Stack exhaustion if PDFium returns circular bookmarks.tsepez2015-10-131-8/+17
* Roll PDFium revision to 3dedace and use the new init API.thestig2015-10-031-4/+7
* PDF: Properly apply the CropBox to the MediaBox.thestig2015-10-011-21/+44
* 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