summaryrefslogtreecommitdiff
path: root/utils/JSInfo.cc
AgeCommit message (Expand)AuthorFilesLines
2020-06-30Move utils/JSInfo.cc utils/JSInfo.h to core popplerNelson Benítez León1-238/+0
2020-02-26Handle LinkAction objects by std::unique_ptrsOliver Sander1-31/+31
2020-02-26Revert "pdfinfo: Fix another leak"Oliver Sander1-8/+6
2020-02-23Update (C) last commitAlbert Astals Cid1-0/+1
2020-02-23Use a std::string value in LinkRenditionOliver Sander1-7/+5
2020-02-23Use a std::string value in LinkJavaScriptOliver Sander1-3/+4
2020-01-05Update last commit (C)Albert Astals Cid1-1/+1
2020-01-05Remove UnicodeMap reference countingAlbert Astals Cid1-1/+1
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-1/+1
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-4/+4
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-7/+7
2018-04-05Add some more constAlbert Astals Cid1-3/+4
2018-01-14Remove declare but unused Object instancesAlbert Astals Cid1-1/+0
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-2/+2
2017-12-03Add missing (C)Albert Astals Cid1-1/+1
2017-11-15Support unicode on windows consoleAdrian Johnson1-0/+1
2017-09-16-pedantic fixesAlbert Astals Cid1-1/+1
2017-03-06pdfinfo: Fix memory leak when printing JSAlbert Astals Cid1-1/+2
2017-03-06pdfinfo: fix leak when printing JSAlbert Astals Cid1-2/+4
2016-06-02pdfinfo: Fix another leakAlbert Astals Cid1-5/+8
2013-08-24Add pdfinfo option to print out javascriptAdrian Johnson1-38/+126
2013-08-24pdfinfo: indicate if pdf contains javascriptAdrian Johnson1-0/+145