summaryrefslogtreecommitdiff
path: root/poppler
AgeCommit message (Collapse)AuthorFilesLines
2013-09-30Clang does not support -fno-check-new (and it is the default for GCC anyway)Stephan Bergmann2-0/+12
Change-Id: I7063439eb042f2abfafc06d48c4bccffd6c7762e
2013-09-22stop delivering lots of external static librariesMichael Stahl2-25/+0
Change-Id: Id0c5908adbdec40346c1b62304d1f72ed077ca54
2013-08-17enable binary package option for a set of 'stable' librariesNorbert Thiebaud1-1/+1
Change-Id: I8924ba22d178aa4d8e500ae3f484af654a37e87e Reviewed-on: https://gerrit.libreoffice.org/4765 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-07-09poppler: make it build on Mac.Norbert Thiebaud3-1/+15
Change-Id: Ie74632a6bd5d43a094fa5ea696c099bb537a7e6e
2013-07-08This shows where the instpiration comes fromFridrich Štrba1-1/+1
Change-Id: Ibd9c48bacccf5c59eb3ea2cf331b20733418ee72
2013-07-08fdo#38878: Upgrading internal xpdf -> popplerFridrich Štrba8-0/+179
Change-Id: I00aafb3fd275e6be3b5d0eb370320e5325110da5 Reviewed-on: https://gerrit.libreoffice.org/4770 Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
2012-11-13Revert "fdo#38878 upgrade xpdf to poppler"Tor Lillqvist12-759/+0
Also revert my two minor follow-up popper commits. Poppler doesn't build on Mac OS X. It uses fontconfig, and we don't depend on that on the Mac. There is a patch from 2009 http://lists.freedesktop.org/archives/poppler/2009-July/004932.html (actual patch at http://lists.freedesktop.org/archives/poppler/attachments/20090712/f3b154d0/attachment-0001.obj ) that makes poppler not use fontconfig on the Mac, but it was never upstreamed. And that patch uses the obsolete ATSUI API, which we want to stop using in LO code, not introduce new uses of. This reverts commit 39f9eb0d856293a974e2f024b29dca20068af073. This reverts commit 0941c211858416f6117548e093b428b64785f98a. This reverts commit a6e9bb4c7bad649cb44efaeef67fa18090348c53.
2012-11-13No -fno-check-new in Apple's Clang at leastTor Lillqvist2-0/+13
Change-Id: I535fe7660460b7ceb66c4fb3f21449e2cceea7e1
2012-11-13Fix misleading (but skipped) path componentTor Lillqvist1-4/+4
Change-Id: I579f7038222817ed16e9326c93b2bc26bf4e69e9
2012-11-13fdo#38878 upgrade xpdf to popplerPeter Foley11-0/+746
Change-Id: Ib908a3acba1faabeb411b4d1459968a362ee8029 Reviewed-on: https://gerrit.libreoffice.org/1036 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>