summaryrefslogtreecommitdiff
path: root/utils/pdfdetach.cc
AgeCommit message (Expand)AuthorFilesLines
2020-01-05Update last commit (C)Albert Astals Cid1-1/+1
2020-01-05Remove UnicodeMap reference countingAlbert Astals Cid1-2/+1
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-1/+1
2019-11-09Remove obsolete label 'err1'Oliver Sander1-2/+1
2019-11-09Make globalParams a std::unique_ptrOliver Sander1-2/+1
2019-03-21Update (C) from last commitAlbert Astals Cid1-0/+1
2019-03-21Remove GooList completelyOliver Sander1-1/+0
2019-03-21pdfdetach: Replace GooList by std::vectorOliver Sander1-10/+9
2019-03-21Remove method GooList::getLengthOliver Sander1-1/+1
2018-12-06Remove the file gtypes.h completelyOliver Sander1-1/+0
2018-11-06pdfdetach: Check for valid file name of embedded file before using it to dete...Adam Reichold1-6/+18
2018-11-06pdfdetach: Check for valid embedded file before trying to save it.Adam Reichold1-2/+12
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-13/+13
2018-10-05Remove GooList::append since the single element variant is std::vector::push_...Adam Reichold1-2/+2
2018-10-05Turn deleteGooList macro into a template to improve type checking and diagnos...Adam Reichold1-1/+1
2018-08-29Add (c) of the last few commitsAlbert Astals Cid1-0/+1
2018-08-29Remove DEBUG_MEM from Object since this uses RAII now and hence cannot leak. ...Adam Reichold1-3/+0
2018-08-29Remove generic heap debugging from gmem since external tools and compiler ins...Adam Reichold1-1/+0
2018-04-06Add some more constAlbert Astals Cid1-1/+1
2018-01-09Enable no-missing-field-initializersAlbert Astals Cid1-1/+2
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-4/+4
2017-12-03Add missing (C)Albert Astals Cid1-1/+1
2017-11-15Support unicode on windows consoleAdrian Johnson1-0/+2
2014-11-03Update (C)Albert Astals Cid1-0/+1
2014-10-21pdfdetach: fix crash when getPage() returns nullAdrian Johnson1-0/+2
2013-08-08pdfdetach: don't mention xpdfrcYury G. Kudryashov1-4/+2
2011-09-25xpdf303: Added the pdfdetach toolCarlos Garcia Campos1-0/+318