summaryrefslogtreecommitdiff
path: root/external/pdfium
AgeCommit message (Collapse)AuthorFilesLines
2017-03-14external: update to pdfium-3021Miklos Vajna2-0/+5
Change-Id: Ie6bbf7dd0418987a82e44c93b076aa443c00f171 Reviewed-on: https://gerrit.libreoffice.org/34588 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org> (cherry picked from commit 2a5f1d2a3d5595911f5d59163a0750051e83cacd)
2017-03-14pdfium: work around macOS 10.9 buildMiklos Vajna2-0/+65
I assume this is a compiler bug, the patch can be dropped when we don't build on this baseline anymore. Change-Id: Ic65f830b888864db075efefd5b2e5d2520d9213e Reviewed-on: https://gerrit.libreoffice.org/34033 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit b668b90dee629cae114ef4d0e89a466b5ef906ac)
2017-03-14external: bundle pdfiumMiklos Vajna7-0/+2072
Initial use case is to avoid creating a whole Draw document + a poppler process for each and every PDF image we load in a document. The MSVC patch is only to support MSVC 2013, as upstream already moved to MSVC 2015. Change-Id: I3c9dbac3e3de9f2e874ca4cfec0a9dd8a388b87c Reviewed-on: https://gerrit.libreoffice.org/34022 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit b6f9eeb9b5c0e29ca655185dc299ebd4a2c092d7)