aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFJob_json.cc
AgeCommit message (Expand)Author
2024-01-15Remove extraneous blank linesJay Berkenbilt
2024-01-15Tweak Handlers::json_handlersm-holger
2024-01-15Tweak Handlers::beginUnderOverlay and beginPagesm-holger
2024-01-11Allow repetition of overlay/underlayJay Berkenbilt
2024-01-11QPDFJob JSON: allow single item in place of arrayJay Berkenbilt
2024-01-10Handle pages/under/overlay JSON file in beginJay Berkenbilt
2024-01-10Allow --file with --overlay and --underlayJay Berkenbilt
2024-01-10Allow --file and --range with --pagesJay Berkenbilt
2024-01-05Wiring for --set-page-labels: manual (non-bisectable commit)Jay Berkenbilt
2023-12-23Add --user-password, --owner-password, --bits to --encryptJay Berkenbilt
2023-10-07Spell checkJay Berkenbilt
2023-06-09Code tidy - Clang-Tidy rule modernize-use-default-member-initm-holger
2023-06-02Code tidy - reflow comments and stringsm-holger
2023-05-21Rerun clang-formatJay Berkenbilt
2023-05-21Globally replace 'this->m->' with 'm->'m-holger
2022-07-31Fix --json-help to take a version parameterJay Berkenbilt
2022-05-20Major rework -- see long commentsJay Berkenbilt
2022-05-16Add --create-from-json and --update-from-json argumentsJay Berkenbilt
2022-04-30Formatting: remove space in range-style for loopsJay Berkenbilt
2022-04-24QPDFJob json: make removeAttachment take an array (fixes #693)Jay Berkenbilt
2022-04-04Programmatically apply new formatting to codeJay Berkenbilt
2022-02-04Add a blank line after the first header included in each sourceJay Berkenbilt
2022-02-01QPDFJob: documentationJay Berkenbilt
2022-02-01QPDFJob json: make bare arguments expect the empty stringJay Berkenbilt
2022-02-01QPDFJob json: flatten json structureJay Berkenbilt
2022-01-31QPDFJob: add test casesJay Berkenbilt
2022-01-31Change filename or path to file in json and QPDFJobJay Berkenbilt
2022-01-31QPDFJob: fix logic errors in handling arraysJay Berkenbilt
2022-01-31QPDFJob: rename function that returns job schemaJay Berkenbilt
2022-01-31QPDFJob: partial mode for initializeFromJsonJay Berkenbilt
2022-01-31QPDFJob_json: implement handlers for pagesJay Berkenbilt
2022-01-31QDPFJob: incorporate change to JSONHandler for array start functionJay Berkenbilt
2022-01-31QPDFJob_json: implement handlers except pagesJay Berkenbilt
2022-01-31QPDFJob: incorporate change to JSONHandler for dict start functionJay Berkenbilt
2022-01-31QPDFJob: autogenerate json init and declarationsJay Berkenbilt
2022-01-31QPDFJob_json: add code to register handlersJay Berkenbilt
2022-01-31QPDFJob: generate json decl and init file skeletonsJay Berkenbilt
2022-01-31QPDFJob: add checkConfiguration to ConfigJay Berkenbilt
2022-01-31QPDFJob: prepare for automatically generated json handlersJay Berkenbilt
2022-01-30QPDFJob: move placeholder json to a separate source fileJay Berkenbilt