2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-05 20:00:53 +00:00
qpdf/libqpdf
Jay Berkenbilt e50ff67d00 Remove explicit type from PageLabel dictionary
The old code didn't put one there, and it's not really useful. It just
makes the file (trivially) larger.
2024-01-06 17:20:55 -05:00
..
qpdf Automated changes for --set-page-labels 2024-01-05 17:10:45 -05:00
sph
AES_PDF_native.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
BitStream.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
BitWriter.cc
Buffer.cc Add Buffer constructors taking std::string parameters 2023-11-26 12:26:44 +00:00
BufferInputSource.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
ClosedFileInputSource.cc Code tidy - Clang-Tidy rule modernize-use-equals-default 2023-06-09 15:45:14 +01:00
CMakeLists.txt Install cmake files with dev component 2023-12-09 06:28:13 -05:00
ContentNormalizer.cc Code tidy - reflow comments and strings 2023-06-02 16:00:40 +01:00
CryptoRandomDataProvider.cc
FileInputSource.cc Code tidy - reflow comments and strings 2023-06-02 16:00:40 +01:00
InputSource.cc Code tidy - Clang-Tidy rule modernize-return-braced-init-list 2023-06-09 15:35:56 +01:00
InsecureRandomDataProvider.cc Code tidy - reflow comments and strings 2023-06-02 16:00:40 +01:00
JSON.cc Code tidy - Clang-Tidy rule modernize-use-default-member-init 2023-06-09 15:43:21 +01:00
JSONHandler.cc Use early returns in JSONHandler::handle 2023-06-17 14:38:20 +01:00
MD5_native.cc
MD5.cc Code tidy - reflow comments and strings 2023-06-02 16:00:40 +01:00
NNTree.cc Code tidy - Clang-Tidy rule performance-for-range-copy 2023-06-09 15:55:49 +01:00
OffsetInputSource.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
PDFVersion.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
Pipeline.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
Pl_AES_PDF.cc Code tidy - reflow comments and strings 2023-06-02 16:00:40 +01:00
Pl_ASCII85Decoder.cc ascii85: ignore whitespace between ~ and > (fixes #973) 2023-09-03 13:56:34 -04:00
Pl_ASCIIHexDecoder.cc Code tidy - reflow comments and strings 2023-06-02 16:00:40 +01:00
Pl_Base64.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
Pl_Buffer.cc Add Buffer constructors taking std::string parameters 2023-11-26 12:26:44 +00:00
Pl_Concatenate.cc Code tidy - Clang-Tidy rule modernize-use-equals-default 2023-06-09 15:45:14 +01:00
Pl_Count.cc Code tidy - Clang-Tidy rule modernize-use-equals-default 2023-06-09 15:45:14 +01:00
Pl_DCT.cc Code tidy - Clang-Tidy rule modernize-use-equals-default 2023-06-09 15:45:14 +01:00
Pl_Discard.cc Code tidy - Clang-Tidy rule modernize-use-equals-default 2023-06-09 15:45:14 +01:00
Pl_Flate.cc Code tidy - Clang-Tidy rule modernize-use-equals-default 2023-06-09 15:45:14 +01:00
Pl_Function.cc Code tidy - Clang-Tidy rule modernize-use-equals-default 2023-06-09 15:45:14 +01:00
Pl_LZWDecoder.cc Add new Buffer method copy and deprecate copy constructor / assignment operator 2023-06-17 17:18:31 +01:00
Pl_MD5.cc Code tidy - reflow comments and strings 2023-06-02 16:00:40 +01:00
Pl_OStream.cc Code tidy - Clang-Tidy rule modernize-use-equals-default 2023-06-09 15:45:14 +01:00
Pl_PNGFilter.cc Code tidy - reflow comments and strings 2023-06-02 16:00:40 +01:00
Pl_QPDFTokenizer.cc Code tidy - Clang-Tidy rule modernize-use-equals-default 2023-06-09 15:45:14 +01:00
Pl_RC4.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
Pl_RunLength.cc Code tidy - Clang-Tidy rule modernize-use-equals-default 2023-06-09 15:45:14 +01:00
Pl_SHA2.cc Code tidy - reflow comments and strings 2023-06-02 16:00:40 +01:00
Pl_StdioFile.cc Code tidy - Clang-Tidy rule modernize-use-equals-default 2023-06-09 15:45:14 +01:00
Pl_String.cc Code tidy - Clang-Tidy rule modernize-use-equals-default 2023-06-09 15:45:14 +01:00
Pl_TIFFPredictor.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
QPDF_Array.cc Code tidy - Clang-Tidy rule modernize-use-emplace 2023-06-09 15:42:11 +01:00
QPDF_Bool.cc
QPDF_Destroyed.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
QPDF_Dictionary.cc Store indirect nulls in QPDF_Dictionary 2023-08-25 12:25:06 +01:00
QPDF_encryption.cc In QPDF::pipeStreamData use unique_ptr as heap 2023-11-26 13:06:12 +00:00
QPDF_InlineImage.cc
QPDF_Integer.cc
QPDF_json.cc Convert scientific notation in JSON to fixed point (fixes #1079) 2023-12-21 17:56:30 -05:00
QPDF_linearization.cc Bug fix: don't compress hint streams when --compress-streams=n 2023-12-20 15:46:20 -05:00
QPDF_Name.cc Add "n:/pdf-name" to qpdf JSON for binary names (fixes #1072) 2023-12-21 17:43:29 -05:00
QPDF_Null.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
QPDF_Operator.cc
QPDF_optimization.cc Code tidy - reflow comments and strings 2023-05-27 10:54:19 +01:00
QPDF_pages.cc Check for missing mediaboxes 2023-07-29 13:16:40 +01:00
QPDF_Real.cc Code tidy - reflow comments and strings 2023-06-02 16:00:40 +01:00
QPDF_Reserved.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
QPDF_Stream.cc Refactor QPDF_Stream::getStreamJSON 2023-11-26 12:22:36 +00:00
QPDF_String.cc Code tidy - reflow comments and strings 2023-06-02 16:00:40 +01:00
QPDF_Unresolved.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
qpdf-c.cc Allow regular C++ functions to interoperate with the C API 2023-12-16 10:06:34 -05:00
QPDF.cc QPDF.cc: remove unused includes 2024-01-06 17:19:16 -05:00
QPDFAcroFormDocumentHelper.cc Remove --disable-signatures; incorporate into --remove-restrictions 2023-12-24 07:36:07 -05:00
QPDFAnnotationObjectHelper.cc Fix comment formatting and update notes 2023-12-29 13:16:01 -05:00
QPDFArgParser.cc Quote program name in completion output (fixes #1021) 2023-09-03 10:13:17 -04:00
QPDFCrypto_gnutls.cc Code tidy - reflow comments and strings 2023-06-02 16:00:40 +01:00
QPDFCrypto_native.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
QPDFCrypto_openssl.cc Code tidy - Clang-Tidy rule modernize-return-braced-init-list 2023-06-09 15:35:56 +01:00
QPDFCryptoProvider.cc Code tidy - reflow comments and strings 2023-06-02 16:00:40 +01:00
QPDFDocumentHelper.cc Code tidy - Clang-Tidy rule modernize-use-equals-default 2023-06-09 15:45:14 +01:00
QPDFEFStreamObjectHelper.cc Code tidy - reflow comments and strings 2023-06-02 16:00:40 +01:00
QPDFEmbeddedFileDocumentHelper.cc Code tidy - reflow comments and strings 2023-06-02 16:00:40 +01:00
QPDFExc.cc
QPDFFileSpecObjectHelper.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
QPDFFormFieldObjectHelper.cc Allow other than /Yes and /Off in a check box (fixes #1056) 2023-12-22 14:42:16 -05:00
QPDFJob_argv.cc Wiring for --set-page-labels: manual (non-bisectable commit) 2024-01-05 17:10:32 -05:00
QPDFJob_config.cc Implement --set-page-labels and supporting API (fixes #939) 2024-01-05 17:12:12 -05:00
QPDFJob_json.cc Wiring for --set-page-labels: manual (non-bisectable commit) 2024-01-05 17:10:32 -05:00
qpdfjob-c.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
QPDFJob.cc Implement --set-page-labels and supporting API (fixes #939) 2024-01-05 17:12:12 -05:00
qpdflogger-c.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
QPDFLogger.cc Code tidy - Clang-Tidy rule modernize-use-default-member-init 2023-06-09 15:43:21 +01:00
QPDFMatrix.cc Code tidy - Clang-Tidy rule modernize-return-braced-init-list 2023-06-09 15:35:56 +01:00
QPDFNameTreeObjectHelper.cc Code tidy - Clang-Tidy rule modernize-use-equals-default 2023-06-09 15:45:14 +01:00
QPDFNumberTreeObjectHelper.cc Code tidy - Clang-Tidy rule modernize-use-equals-default 2023-06-09 15:45:14 +01:00
QPDFObject.cc
QPDFObjectHandle.cc Add new method Pl_Buffer::getString 2023-11-18 16:34:17 +00:00
QPDFObjectHelper.cc Code tidy - Clang-Tidy rule modernize-use-equals-default 2023-06-09 15:45:14 +01:00
QPDFObjGen.cc Code tidy - reflow comments and strings 2023-06-02 16:00:40 +01:00
QPDFOutlineDocumentHelper.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
QPDFOutlineObjectHelper.cc Code tidy - reflow comments and strings 2023-06-02 16:00:40 +01:00
QPDFPageDocumentHelper.cc Preserve annotations that inherently lack appearance (fixes #1039) 2023-12-29 13:40:08 -05:00
QPDFPageLabelDocumentHelper.cc Remove explicit type from PageLabel dictionary 2024-01-06 17:20:55 -05:00
QPDFPageObjectHelper.cc Format code, bump clang-format version to 18 2023-12-22 21:45:10 -05:00
QPDFParser.cc Add new method QPDFParser::fixMissingKeys 2023-11-03 11:22:21 +00:00
QPDFStreamFilter.cc
QPDFSystemError.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
QPDFTokenizer.cc Don't lose character after \d or \dd parsing string (fixes #1050) 2023-10-14 17:12:56 -04:00
QPDFUsage.cc
QPDFValue.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
QPDFWriter.cc Bug fix: don't compress hint streams when --compress-streams=n 2023-12-20 15:46:20 -05:00
QPDFXRefEntry.cc Code tidy - Clang-Tidy rule modernize-use-equals-default 2023-06-09 15:45:14 +01:00
QTC.cc Rerun format_code (after merging clang-tidy PR) 2023-05-20 14:52:19 -04:00
QUtil.cc Support excluding values from numeric ranges (fixes #564, #790) 2024-01-01 10:48:14 -05:00
RC4_native.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
RC4.cc Rerun format_code (after merging clang-tidy PR) 2023-05-20 14:52:19 -04:00
ResourceFinder.cc
rijndael.cc Format code 2023-07-09 09:59:55 -04:00
SecureRandomDataProvider.cc Move random number device check to runtime (fixes #1022) 2023-09-03 09:36:13 -04:00
SF_FlateLzwDecode.cc Change default for SF_FlateLzwDecode::columns to 1 2023-11-23 01:51:38 +00:00
SHA2_native.cc Rerun clang-format 2023-05-21 13:35:09 -04:00
sha2.c
sha2big.c