summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2020-01-05Make HtmlFontAccu::Get constAlbert Astals Cid3-6/+5
2020-01-05No need for HtmlFontAccu::accu to be a pointer at allAlbert Astals Cid2-10/+8
2020-01-05pdftohtml: Don't substract -2 to font size without any reasonAlbert Astals Cid2-3/+3
2020-01-05pdftohtml: Make HtmlFont::size an intAlbert Astals Cid1-3/+3
2020-01-05Update last commit (C)Albert Astals Cid6-6/+6
2020-01-05Remove UnicodeMap reference countingAlbert Astals Cid6-17/+13
2019-12-28Update (C)Albert Astals Cid1-0/+1
2019-12-27pdfimages: Add error message if first page is larger then number of pages.Hartmut Goebel1-0/+7
2019-12-27pdftoppm: add -hide-annotations optionSébastien Berthier2-1/+12
2019-12-05Move textEOL and textPageBreaks out of GlobalParams to TextOutputDevAlbert Astals Cid1-7/+19
2019-12-06Update (C)Albert Astals Cid2-0/+3
2019-12-05pdftoxxx: error out when even/odd selects 0 pagesKris Jurka2-3/+21
2019-12-05[PdfToPpm] Add an option to scale before rotatecorentinfoucault2-6/+19
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-03Add some more constAlbert Astals Cid1-2/+2
2019-12-03Make HtmlMetaVar::toString constAlbert Astals Cid2-3/+3
2019-12-03Enable modernize-loop-convertAlbert Astals Cid3-14/+9
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