summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Fix some mingw warningsAdrian Johnson4-13/+6
2017-11-15sort encoding listAdrian Johnson1-0/+9
2017-11-15Move UTF8.h to UnicodeMapFuncs.h and rename UCS2 to UTF16Adrian Johnson3-6/+6
2017-11-14pdfsig: install man pageThomas Zajic1-0/+1
2017-11-14Use GfxLabColorSpace::transform only when USE_CMS is setOliver Sander1-0/+3
2017-11-14glib demo: fix warningAdrian Johnson1-1/+1
2017-11-13GfxLabColorSpace::parse: Fix crash in broken documentsAlbert Astals Cid1-10/+18
2017-11-12Fix leak if parseDA failsAlbert Astals Cid1-0/+1
2017-11-120.61.1poppler-0.61.1Albert Astals Cid5-4/+15
2017-11-12Fix for corrupted image files on WindowsJeroen Ooms1-1/+2
2017-11-09Fix incorrect paths in .pc files.Adam Sampson7-14/+14
2017-11-09cairo: don't overflow y * stride when accessing image dataAdrian Johnson1-6/+6
2017-11-08CMake: add the custom buildtests target only onceRoland Hieber1-4/+4
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