aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
AgeCommit message (Collapse)Author
2023-07-07Remove redundant parameters from QPDF::readObjectm-holger
2023-07-07Add new private method QPDF::readObjectInStreamm-holger
2023-07-04Tidy QPDF::read_xrefTable(qpdf_offset_t xref_offset)m-holger
2023-07-04Add private method QPDF::insertFreeXrefEntrym-holger
2023-07-04Remove parameter overwrite from QPDF::processXRefStreamm-holger
2023-07-04Add new private method QPDF::insertReconstructedXrefEntrym-holger
2023-06-17Merge pull request #990 from m-holger/issue600Jay Berkenbilt
Ensure copied annotations are fixed (fixes #600)
2023-06-17Merge pull request #983 from m-holger/bufferJay Berkenbilt
Add new Buffer method copy and deprecate copy constructor / assignment operator
2023-06-17Add new Buffer method copy and deprecate copy constructor / assignment operatorm-holger
Also fix accidental Buffer copy in Pl_LZWDecoder::addToTable.
2023-06-17Merge pull request #985 from m-holger/membersJay Berkenbilt
Change JSONHandler::m to std::unique_ptr and declare Members in implementation file
2023-06-17Merge pull request #982 from m-holger/cltidyJay Berkenbilt
Apply various Clang-Tidy rules
2023-06-17Merge pull request #981 from m-holger/writerJay Berkenbilt
Remove redundant loop in QPDFWriter::prepareFileForWrite
2023-06-17Merge pull request #980 from m-holger/readobjectJay Berkenbilt
Avoid unnecessary copying of stream dictionary in QPDF::readObject
2023-06-17Use early returns in JSONHandler::handlem-holger
2023-06-17Move struct JSONHandler::Handlers to implementation filem-holger
2023-06-17Change JSONHandler::m to std::unique_ptr and declare Members in ↵m-holger
implementation file
2023-06-17Fix doc typosm-holger
2023-06-15Ensure copied annotations are fixed (fixes #600)m-holger
Case where pages from a main input without /AcroForm key were duplicated was omitted
2023-06-09Code tidy - Clang-Tidy rule performance-for-range-copym-holger
2023-06-09Code tidy - Clang-Tidy rule modernize-use-overridem-holger
2023-06-09Code tidy - Clang-Tidy rule modernize-use-equals-defaultm-holger
2023-06-09Code tidy - Clang-Tidy rule modernize-use-default-member-initm-holger
2023-06-09Code tidy - Clang-Tidy rule modernize-use-emplacem-holger
2023-06-09Code tidy QPDFObjectHandle::newArraym-holger
2023-06-09Code tidy - Clang-Tidy rule modernize-return-braced-init-listm-holger
2023-06-09Remove redundant loop in QPDFWriter::prepareFileForWritem-holger
2023-06-05Avoid unnecessary copying of stream dictionary in QPDF::readObjectm-holger
2023-06-02Fix doc typosm-holger
2023-06-02Code tidy - reflow comments and stringsm-holger
2023-05-27Fix doc typosm-holger
2023-05-27Code tidy - reflow comments and stringsm-holger
2023-05-21Spell checkJay Berkenbilt
2023-05-21Add clarification about empty passwords to docJay Berkenbilt
2023-05-21Rerun clang-formatJay Berkenbilt
2023-05-21Replace 'this->m' with 'm'm-holger
Manual edits for cases not handled by search and replace
2023-05-21Globally replace 'this->m->' with 'm->'m-holger
Using search and replace.
2023-05-21Strip DLLs with mingw in Release modeJay Berkenbilt
2023-05-20Disregard appearance state when irrelevant (fixes #949)Jay Berkenbilt
If /AP is a dictionary of streams rather than a dictionary of dictionaries, disregard /AS, which is supposed to point to a subkey of one of the dictionaries. This fix prevents qpdf's annotation flattening from discarding some annotations when /AS is erroneously set.
2023-05-20Merge pull request #959 from m-holger/reservedJay Berkenbilt
Add new method QPDF::newReserved()
2023-05-20Add new method QPDF::newReservedm-holger
2023-05-20Rerun format_code (after merging clang-tidy PR)Jay Berkenbilt
2023-05-20Merge pull request #929 from m-holger/ogguardJay Berkenbilt
Add new convenience class QPDFObjGen::Guard
2023-05-20Replace 'virtual' specifier with 'override'm-holger
2023-05-20Remove redundant 'virtual' specifiersm-holger
2023-05-20Use auto when declaring iteratorsm-holger
2023-05-20Use auto when initializing with a castm-holger
2023-05-20Use auto when initialializing with newm-holger
2023-05-20Use nullptr instead of 0 or NULLm-holger
2023-05-20Replace deprecated C++ includesm-holger
2023-05-20Remove unused include directivesm-holger