summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-03Poppler 0.61poppler-0.61Albert Astals Cid5-6/+26
2017-11-03Update (C) for commits since last releaseAlbert Astals Cid77-40/+117
2017-11-03mingw: change library names to include the soversionSandro Mani5-0/+20
2017-10-31Install pkg-config files also on mingwSandro Mani1-2/+2
2017-10-31cmake: support GNUInstallDirsEmilio Pozuelo Monfort15-50/+42
2017-10-30Fix leak in ArthurOutputDev::updateFontOliver Sander1-0/+3
2017-10-28glib demo: correct the previous warnings fixAdrian Johnson1-7/+13
2017-10-23Tweak LZWStream::processNextCodeKay Dohmann1-9/+7
2017-10-22Properly implement saveState / restoreStateOliver Sander2-0/+23
2017-10-22Clean up the remaining Splash code in Arthur backendOliver Sander2-34/+18
2017-10-22isfinite -> std::isfiniteAlbert Astals Cid1-6/+6
2017-10-21Fix mingw warningsAdrian Johnson5-19/+26
2017-10-21mingw build fix - use win32 threadsAdrian Johnson1-3/+7
2017-10-21Remove VC7 workaroundAdrian Johnson1-8/+0
2017-10-21Use <cmath> for isfinite()Adrian Johnson1-20/+1
2017-10-21c++11 has long longAdrian Johnson6-49/+4
2017-10-21Remove fmax/fmin from poppler-config.hAdrian Johnson2-7/+1
2017-10-21Move strtok_r to goo/glibcAdrian Johnson6-10/+12
2017-10-21move/remove macros from poppler-config.h that don't need to be thereAdrian Johnson2-15/+8
2017-10-21Remove unused HAVE_ZLIB_H/HAVE_LIBZ macrosAdrian Johnson2-6/+0
2017-10-21Make poppler compile if threads not availableAdrian Johnson2-2/+9
2017-10-21Use -pthread flag instead of -lpthreadAdrian Johnson3-10/+9
2017-10-21HAVE_PTHREAD is not usedAdrian Johnson1-3/+0
2017-10-21Remove unused macrosAdrian Johnson2-42/+0
2017-10-21We always have config.h so drop the macroAdrian Johnson2-3/+0
2017-10-21c++11 has <cstdint> so we can drop the stdint.h checks and emulationAdrian Johnson8-39/+5
2017-10-21Fix remaining -Wundef warningsAdrian Johnson46-171/+171
2017-10-21Remove HAVE_FREETYPE macrosAdrian Johnson15-74/+1
2017-10-21Remove unused t1lib codeAdrian Johnson13-822/+1
2017-10-21Use _WIN32 to check for windows, not WIN32Adrian Johnson4-8/+8
2017-10-21Fix some -Wundef warningsAdrian Johnson22-198/+198
2017-10-21glib demo: fix deprecated warningsAdrian Johnson1-3/+13
2017-10-21Fix warning: implicit declaration of function ‘localtime_r’Adrian Johnson1-1/+1
2017-10-21Fix warning: comparison of unsigned expression < 0 is always falseAdrian Johnson2-3/+2
2017-10-19Move setPSCenter from GlobalParams to PSOutputDevAlbert Astals Cid5-25/+9
2017-10-19Remove various never called internal setters from GlobalParams.hAlbert Astals Cid6-334/+68
2017-10-13CairoOutputDev: Fix crash in broken filesAlbert Astals Cid1-1/+3
2017-10-13TextOutputDev: Fix crash in fuzzed fileJason Crain1-4/+4
2017-10-13do not install Function.cc, as it's not a headerDavid Tardon1-1/+0
2017-10-05Poppler 0.60.1poppler-0.60.1Albert Astals Cid5-4/+11
2017-10-05FindLIBOPENJPEG.cmake: Add CheckCXXSourceCompilesAlbert Astals Cid1-0/+2
2017-10-05qt5: ArthurOutputDev: Add missing 'return' in error pathsOliver Sander1-0/+2
2017-10-02Poppler 0.60.0Albert Astals Cid6-6/+34
2017-10-02Add missing (C)poppler-0.60Albert Astals Cid23-17/+23
2017-10-02remove m4 gtk-doc.make and add comments to poppler-features.h.cmakeAlbert Astals Cid9-1137/+55
2017-09-30qt5: ArthurOutputDev: Fix several small bugs related to dash pattern handlingOliver Sander1-1/+20
2017-09-30qt5: ArthurOutputDev: Implement the drawSoftMaskedImage methodOliver Sander2-0/+76
2017-09-30Remove the gir-girs targetAlbert Astals Cid1-1/+0
2017-09-30Fix crash in broken filesAlbert Astals Cid1-1/+1
2017-09-26Enable libcurl support by defaultAlbert Astals Cid1-3/+7