summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2019-12-02enable modernize-use-bool-literalsAlbert Astals Cid2-3/+3
2019-12-02Enable modernize-use-overrideAlbert Astals Cid3-3/+3
2019-12-02Enable modernize-make-shared and modernize-make-uniqueAlbert Astals Cid1-40/+40
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid25-72/+74
2019-11-29Enable readability-string-compareAlbert Astals Cid1-1/+1
2019-11-28Move enableFreeType out of GlobalParamsAlbert Astals Cid1-1/+4
2019-11-28HtmlPage::dumpComplexHeaders: Fix memory leakAlbert Astals Cid2-21/+14
2019-11-24Add const to TextOutputDev & friendsAlbert Astals Cid1-6/+6
2019-11-20Have more strings on the stack, rather than on the heapOliver Sander2-45/+25
2019-11-18Update (C) of previous commitAlbert Astals Cid1-0/+1
2019-11-18Replace GooString::fromInt by std::to_stringOliver Sander2-8/+8
2019-11-17Update (C) of previous commitsAlbert Astals Cid11-0/+11
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 Sander13-29/+13
2019-11-07Do not include string.h, it is not usedOliver Sander1-1/+0
2019-11-07Use std::unique_ptr for passwordsOliver Sander1-14/+4
2019-11-07Use std::unique_ptr for PDFDocOliver Sander1-4/+3
2019-11-07Use std::string for the filenameOliver Sander1-8/+7
2019-11-07Remove the 'err0' error handling goto targetOliver Sander1-2/+1
2019-10-23Make FontInfo::scan return a std::vector objectOliver Sander1-11/+3
2019-10-20CharCodeToUnicode::mapToUnicode: Make clear the data is constAlbert Astals Cid3-7/+7
2019-09-27Update (C) of previous commitAlbert Astals Cid1-1/+1
2019-09-27Add some constAlbert Astals Cid4-4/+4
2019-08-24Always enable SPLASH_CMYKAlbert Astals Cid2-20/+1
2019-08-05Update (C) of previous commitDan Shea1-0/+1
2019-08-01Add pdftotext -nodiag flag to remove diagonal text on outputDan Shea2-2/+10
2019-06-05HtmlOutputDev: rename variables to not collide with existing onesAlbert Astals Cid1-21/+21
2019-06-05HtmlOutputDev::checkPageSlice: rename Page *page to pAlbert Astals Cid1-3/+3
2019-05-10pdfsig: Fix small memory leakAlbert Astals Cid1-5/+4
2019-05-03Update pdftotext.1Sebastian Berger1-1/+1
2019-03-29Make Catalog::findPage just take a Ref instead of num and genAlbert Astals Cid1-5/+5
2019-03-22Update (C) of past commitsAlbert Astals Cid1-1/+1
2019-03-22Properly initialize HtmlOutputDev::page to avoid SIGSEGV upon error exit.Adam Reichold1-0/+1
2019-03-21Update (C) from last commitAlbert Astals Cid6-0/+6
2019-03-21Remove GooList completelyOliver Sander5-15/+13
2019-03-21Remove method GooList::getOliver Sander3-6/+6
2019-03-21Remove method deleteGooListOliver Sander1-2/+8
2019-03-21Make GooList a template typeOliver Sander4-13/+14
2019-03-21pdfdetach: Replace GooList by std::vectorOliver Sander1-10/+9
2019-03-21Remove method GooList::getLengthOliver Sander5-8/+8
2019-03-21Add missing include guardsAlbert Astals Cid1-0/+6
2019-03-20add to parameters for command line tools pdftoppmYves-Gaël Chény2-2/+15
2019-03-05Update (C) of recent commitsAlbert Astals Cid1-0/+1
2019-03-04pdfunite: Check XRef's Catalog for being a DictMarek Kasik1-3/+9
2019-03-02pdfsig: fix use after freeAlbert Astals Cid1-1/+1
2019-02-28Add new util: pdfattachAlbert Astals Cid3-0/+181
2019-02-27Change Dict::lookupNF return a const &Albert Astals Cid1-4/+4
2019-02-27Make Annot::getNF and Dict::getNF return const & instead of copyAlbert Astals Cid1-10/+10
2019-02-17Remove the "long" Object objRef constructorAlbert Astals Cid1-4/+4