summaryrefslogtreecommitdiff
path: root/poppler
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Fix calling a function on a null pointerAlbert Astals Cid1-13/+10
2019-12-03Add some more constAlbert Astals Cid4-85/+87
2019-12-03Enable modernize-loop-convertAlbert Astals Cid14-69/+50
2019-12-02enable modernize-redundant-void-argAlbert Astals Cid3-4/+4
2019-12-02enable modernize-use-bool-literalsAlbert Astals Cid12-33/+33
2019-12-02Enable modernize-use-emplaceAlbert Astals Cid1-1/+1
2019-12-02Enable modernize-use-equals-deleteAlbert Astals Cid3-8/+10
2019-12-02Enable modernize-use-overrideAlbert Astals Cid25-118/+118
2019-12-02Enable modernize-make-shared and modernize-make-uniqueAlbert Astals Cid2-2/+2
2019-12-01Update (C) of last commitAlbert Astals Cid2-0/+2
2019-12-01JBIG2Stream: fix leak in reset() if called several timesEven Rouault2-5/+13
2019-12-01Move the clear for loops into a functionAlbert Astals Cid2-22/+15
2019-11-30Rework Hints::readTables a bitAlbert Astals Cid1-9/+16
2019-11-30Improve pdftops -optimizecolorspace by implementing the CMYK to K conversion ...William Bader1-49/+132
2019-11-30Links: Remove two unused functionsAlbert Astals Cid2-24/+0
2019-11-30Turn Links::links into a std::vector instead of **Albert Astals Cid2-29/+9
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid68-174/+174
2019-11-29Enable readability-string-compareAlbert Astals Cid2-15/+15
2019-11-29Enable readability-inconsistent-declaration-parameter-nameAlbert Astals Cid21-78/+79
2019-11-28Move enableFreeType out of GlobalParamsAlbert Astals Cid4-15/+4
2019-11-28Some more constAlbert Astals Cid5-32/+32
2019-11-28HtmlPage::dumpComplexHeaders: Fix memory leakAlbert Astals Cid2-3/+3
2019-11-28Make GfxFont constructor protectedAlbert Astals Cid1-3/+1
2019-11-27some more constAlbert Astals Cid9-37/+52
2019-11-27FontInfo: Add some constAlbert Astals Cid2-13/+13
2019-11-26Linearization: add const to functionsAlbert Astals Cid2-21/+22
2019-11-26Update (C)Albert Astals Cid1-0/+1
2019-11-26Do not recognized as linearized documents that lack a valid Linearized dictEven Rouault1-0/+2
2019-11-24Add const to TextOutputDev & friendsAlbert Astals Cid5-169/+169
2019-11-24Remove useless virtual markers on override functionsAlbert Astals Cid2-16/+16
2019-11-24Make Stream::getKind constAlbert Astals Cid11-36/+51
2019-11-23Add some const to GfxState & friendsAlbert Astals Cid10-114/+107
2019-11-22Remove Object::streamIs and Object::isStream(const char *)Albert Astals Cid1-8/+0
2019-11-22Remove Object::streamGetLineAlbert Astals Cid1-4/+0
2019-11-22Remove Object::streamLookCharAlbert Astals Cid1-4/+0
2019-11-22Remove Object::streamSetPosAlbert Astals Cid2-5/+2
2019-11-22Remove Object::streamGetPosAlbert Astals Cid3-9/+5
2019-11-09Make globalParams a std::unique_ptrOliver Sander2-2/+3
2019-11-08Fix uninitialized memory use in JBIG2Stream::readTextRegionSegAlbert Astals Cid1-1/+4
2019-10-30Update (C) of previous commitsAlbert Astals Cid1-1/+1
2019-10-30Introduce Object::getNumWithDefaultValueAlbert Astals Cid5-216/+111
2019-10-27unicodeNormalizeNFKC: Make in constAdriaan de Groot2-4/+6
2019-10-24Import md5 code from xpdf 4.02Albert Astals Cid1-140/+179
2019-10-23Make FontInfo::scan return a std::vector objectOliver Sander2-5/+5
2019-10-23Use a std::unique_ptr for XRefOliver Sander1-5/+4
2019-10-20Update (C)Albert Astals Cid2-0/+2
2019-10-20CharCodeToUnicode::mapToUnicode: Make clear the data is constAlbert Astals Cid21-40/+41
2019-10-18Add const in CharCodeToUnicodecorentin2-3/+3
2019-10-09Fix assert on malformed documentsAlbert Astals Cid1-1/+6
2019-10-07Update (C) of previous commitAlbert Astals Cid1-1/+1