summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-22Remove Object::streamGetPosAlbert Astals Cid3-9/+5
2019-11-20Have more strings on the stack, rather than on the heapOliver Sander2-45/+25
2019-11-20Allow to append a std::stringOliver Sander1-0/+1
2019-11-19fix commentAlbert Astals Cid1-1/+1
2019-11-19Remove GooString::upperCaseOliver Sander2-11/+0
2019-11-18Update (C) of previous commitAlbert Astals Cid1-0/+1
2019-11-18Replace GooString::fromInt by std::to_stringOliver Sander5-42/+8
2019-11-17Update (C) of previous commitsAlbert Astals Cid12-0/+12
2019-11-09Remove goto-based error handling in pdffonts.ccOliver Sander1-12/+5
2019-11-09Remove obsolete label 'err1'Oliver Sander1-2/+1
2019-11-09Make globalParams a std::unique_ptrOliver Sander24-55/+34
2019-11-08Fix uninitialized memory use in JBIG2Stream::readTextRegionSegAlbert Astals Cid1-1/+4