summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2012-08-110.20.3poppler-0.20.3Albert Astals Cid1-2/+2
2012-07-100.20.2poppler-0.20.2Albert Astals Cid1-1/+1
2012-06-100.20.1poppler-0.20.1Albert Astals Cid1-2/+2
2012-05-100.20.0poppler-0.20.0Albert Astals Cid1-3/+3
2012-04-270.19.4poppler-0.19.4Albert Astals Cid1-2/+2
2012-04-120.19.3poppler-0.19.3Albert Astals Cid1-2/+2
2012-03-29Increase versionpoppler-0.19.2Albert Astals Cid1-2/+2
2012-03-15Increase version and sonamesAlbert Astals Cid1-2/+2
2012-03-01Increase versionspoppler-0.19.0Albert Astals Cid1-2/+2
2012-02-20cmake: support for lcms2Pino Toscano1-3/+23
followup of e48c22d3b70412015b9cc07a9a6ce07845274e13 also for the CMake build system, importing the FindLCMS2.cmake from kdelibs
2012-02-14Add a configuration option for the test data dirHib Eris1-0/+20
This makes 'make distcheck' run succesfully.
2012-02-06Merge branch 'master' into xpdf303mergeAlbert Astals Cid1-5/+6
Conflicts: poppler/CairoOutputDev.cc poppler/CairoOutputDev.h poppler/FontInfo.cc poppler/GfxFont.cc poppler/GfxState.cc poppler/GlobalParams.cc poppler/GlobalParams.h poppler/Lexer.cc
2011-11-02Compile with MSVC needed for last change in the qt4 frontendAlbert Astals Cid1-0/+1
2011-10-16Remove poppler-cairo dependency from poppler-glib pkg-config fileCarlos Garcia Campos1-1/+0
poppler-glib links to poppler-cairo statically, so it doesn'tm depend on the dynamic library.
2011-10-06Explicitly include fontconfig include dirYury G. Kudryashov1-0/+1
This fixes cmake-driven build on systems where fontconfig is installed in non-standard location.
2011-10-06Fix typo in cmake option documentationYury G. Kudryashov1-1/+1
Relocatable build does *not* (was missing in docs) hardcode library location.
2011-09-270.18.0poppler-0.18.0Albert Astals Cid1-3/+3
2011-09-18Merge branch 'master' into xpdf303mergeCarlos Garcia Campos1-1/+1
2011-09-120.17.4poppler-0.17.4Albert Astals Cid1-1/+1
2011-08-30xpdf303: Add FoFiIdentifierAlbert Astals Cid1-0/+2
2011-08-290.17.3poppler-0.17.3Albert Astals Cid1-2/+2
2011-08-150.17.2poppler-0.17.2Albert Astals Cid1-2/+2
2011-05-030.17.1poppler-0.17.1Albert Astals Cid1-2/+2
2011-03-29increase sonamesAlbert Astals Cid1-1/+1
2011-03-290.17.0 version numberAlbert Astals Cid1-1/+1
2011-03-28add skeleton for ViewerPreferencesPino Toscano1-0/+2
a small class for handling the ViewerPreferences dictionary of a Catalog, created on demand and in any occasion (so defaults are in one place only)
2011-03-22kill unmaintained abiword backendAlbert Astals Cid1-16/+0
2011-02-13glib: Remove deprecated GDK APICarlos Garcia Campos1-9/+0
It removes the GDK dependency so that poppler-glib now only depends on glib and cairo.
2011-01-16Some more qt3 thigs i forgot to killAlbert Astals Cid1-5/+0
2011-01-16Kill qt3 frontendAlbert Astals Cid1-5/+0
2010-12-29Make pdftoppm be able of writing tif filesWilliam Bader1-0/+15
BUG 32027
2010-12-27increase core sonameAlbert Astals Cid1-1/+1
2010-12-270.16.0 project version increaseAlbert Astals Cid1-2/+2
2010-12-19Seems to work with this version, so enable itAlbert Astals Cid1-2/+2
2010-12-14cairo: Use A1 instead of A8 for imagemaskAdrian Johnson1-0/+2
The cairo PDF surface now optimizes the case of cairo_mask() with solid source and A1 mask to use a PDF stencil mask. Fixes https://bugs.launchpad.net/ubuntu/+source/libcairo/+bug/680628 where a 65K PDF printed to PDF using poppler-cairo turns into an 8MB PDF.
2010-11-290.15.3poppler-0.15.3Albert Astals Cid1-2/+2
2010-11-140.15.2poppler-0.15.2Albert Astals Cid1-2/+2
2010-11-10Kill GooVectorAlbert Astals Cid1-1/+0
std::vector does the same and GooVector is not part of xpdf so we don't need to maintain it in case we ever get a new xpdf release we want to merge with
2010-11-10Linearization improvementsHib Eris1-0/+4
Read http://lists.freedesktop.org/archives/poppler/2010-November/006642.html for the detailed patch description
2010-10-200.15.1poppler-0.15.1Albert Astals Cid1-2/+2
2010-10-17[CMake] Bump cairo dependency to 1.10Pino Toscano1-1/+1
followup of fc9b85894754d175af916eaf6cb127efd601df7e
2010-09-16new soversionspoppler-0.15.0Albert Astals Cid1-1/+1
2010-09-160.15.0 in the versionsAlbert Astals Cid1-1/+1
2010-09-16[CMake] disable the GObject introspection systemPino Toscano1-2/+2
it cannot complete the scanning propecure correctly without libtool it seems
2010-07-19Remove exception supportAlbert Astals Cid1-1/+0
We don't use it and don't even support it properly
2010-07-17[CMake/glib] add support for gobject-introspectionPino Toscano1-2/+3
other than a module to find (using pkg-config) gobject-introspection, this adds a macro (gir_add_introspections) to add new introspections in a directory. its working is much similar (even the variable names used) to the Makefile version provided by gobject-repository itself, with the notable difference of a disabled libtool in the g-ir-scanner invocation. the only additional step needed is adding two custom targets, compiled by ALL, which have the gir and the typelib files as dependencies, to make them build with the usual `make all'.
2010-07-17[CMake] add stub message and TODO for the gobject-introspection supportPino Toscano1-0/+3
2010-06-16[CMake] install the new goo/GooLikely.hPino Toscano1-0/+1
2010-06-080.14.0poppler-0.14.0Albert Astals Cid1-2/+2
2010-05-250.13.4poppler-0.13.4Albert Astals Cid1-1/+1