summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-04Update (C) of previous commitAlbert Astals Cid1-0/+1
2019-12-04Changes value of exit code on dumping signatures errorNelson Efrain A. Cruz1-3/+3
2019-12-04Fixes pdfsig exit code when dumping signaturesNelson Efrain A. Cruz1-4/+10
2019-12-04pdfinfo: improved paper size recognitionThomas Fischer1-5/+8
2019-12-03Fix calling a function on a null pointerAlbert Astals Cid1-13/+10
2019-12-03Add some more constAlbert Astals Cid7-90/+92
2019-12-03Make HtmlMetaVar::toString constAlbert Astals Cid2-3/+3
2019-12-03Enable modernize-loop-convertAlbert Astals Cid30-137/+107
2019-12-02enable modernize-redundant-void-argAlbert Astals Cid8-19/+19
2019-12-02enable modernize-use-bool-literalsAlbert Astals Cid18-40/+40
2019-12-02Enable modernize-use-emplaceAlbert Astals Cid4-8/+8
2019-12-02Enable modernize-use-equals-deleteAlbert Astals Cid9-27/+31
2019-12-02Enable modernize-use-overrideAlbert Astals Cid68-195/+195
2019-12-02Enable modernize-make-shared and modernize-make-uniqueAlbert Astals Cid5-47/+47
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 Cid144-337/+343
2019-11-29Enable readability-string-compareAlbert Astals Cid4-17/+17
2019-11-29Enable readability-inconsistent-declaration-parameter-nameAlbert Astals Cid33-113/+119
2019-11-29Return early in operator= if we're assigning to ourselvesAlbert Astals Cid2-1/+7
2019-11-28glib: Fix poppler_action_layer_copy function cast warningJason Crain1-1/+2
2019-11-28glib: Fix return in poppler_page_get_text_attributes_for_areaJason Crain1-1/+1
2019-11-28glib: Use g_list_free_fullJason Crain3-23/+11
2019-11-28Move enableFreeType out of GlobalParamsAlbert Astals Cid6-20/+8
2019-11-28Some more constAlbert Astals Cid5-32/+32
2019-11-28HtmlPage::dumpComplexHeaders: Fix memory leakAlbert Astals Cid4-24/+17
2019-11-28Make GfxFont constructor protectedAlbert Astals Cid1-3/+1
2019-11-27Poppler 0.83.0poppler-0.83.0Albert Astals Cid4-4/+22
2019-11-27some more constAlbert Astals Cid9-37/+52
2019-11-27FontInfo: Add some constAlbert Astals Cid3-17/+17
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 Cid8-182/+182
2019-11-24Remove useless virtual markers on override functionsAlbert Astals Cid3-19/+19
2019-11-24Make Stream::getKind constAlbert Astals Cid12-37/+53
2019-11-24CI: savannah git is down, use tarballsAlbert Astals Cid1-2/+3
2019-11-24Update (C) of few past commitsAlbert Astals Cid4-0/+4
2019-11-23Add some const to GfxState & friendsAlbert Astals Cid11-117/+109
2019-11-22make-glib-api-docs: switch to python3Albert Astals Cid1-1/+1
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-22qt5: trUtf8 -> tr (less warnings)Albert Astals Cid1-4/+4
2019-11-22Remove Object::streamSetPosAlbert Astals Cid2-5/+2