summaryrefslogtreecommitdiff
path: root/src/qpdf/pikepdf.h
Commit message (Expand)AuthorAge
* Connect QPDFLogger to Python logging moduleJames R. Barlow2022-09-06
* Address QPDF 11 change: QPDFObject::object_type_e -> qpdf_object_type_eJames R. Barlow2022-09-05
* Remove PointerHolder for qpdf11James R. Barlow2022-09-04
* Improve pikepdf.h coverageJames R. Barlow2022-07-29
* Redo licensing info with SPDXJames R. Barlow2022-07-27
* Merge branch 'feature/jobs'James R. Barlow2022-07-16
|\
| * WIP jobsJames R. Barlow2022-07-16
* | Introduce NumberTreeJames R. Barlow2022-07-15
|/
* Switch to standardize py::attribute_error now that it is availableJames R. Barlow2022-07-13
* Prepare pikepdf for PointerHolder->shared_ptr transitionJay Berkenbilt2022-07-13
* Note that we can drop attr_error eventuallyJames R. Barlow2021-11-29
* Fix issues with Page.__eq__ and .__copy__James R. Barlow2021-11-20
* Drop Python 3.6 supportJames R. Barlow2021-10-29
* Eliminate imports of warnings moduleJames R. Barlow2021-08-25
* Deprecation warning: use direct APIJames R. Barlow2021-08-23
* parsers: Further improve performance by introducing ContentStreamInstruction ...James R. Barlow2021-08-21
* object_repr: remove unused escaped paramJames R. Barlow2021-08-19
* Merge branch 'v3'James R. Barlow2021-08-12
|\
| * Add custom type caster to support referencing counting pagesJames R. Barlow2021-08-02
| * Refactor TokenFilter into its own .cpp fileJames R. Barlow2021-07-18
| * Merge branch 'feature/qpdf-nametree' into v3; improve @augments for pypy + in...James R. Barlow2021-07-15
| |\
| | * Basic QPDF NameTreeJames R. Barlow2021-06-18
| * | Merge branch 'feature/embedfiles' into v3James R. Barlow2021-07-14
| |\ \
| | * | Rename filespec->embeddfilesJames R. Barlow2021-06-25
| | * | Initial work on interface to manage PDF attachmentsJames R. Barlow2021-06-22
| | |/
* | | Improve _ObjectList.__repr__James R. Barlow2021-07-31
* | | Refactor TokenFilter into its own .cpp fileJames R. Barlow2021-07-27
|/ /
* | Add deprecation warning for page_contents_*James R. Barlow2021-07-04
* | Introduce bindings for RectangleJames R. Barlow2021-07-03
|/
* Autoreformat all C++ codeJames R. Barlow2021-06-17
* pikepdf.h: exclude never-taken branches from coverageJames R. Barlow2021-04-30
* Refactor object_repr to improve coverage and remove dead codeJames R. Barlow2021-03-13
* Add Linux PyPy sdist buildJames R. Barlow2021-01-26
* Add a way to get all page labelsJames R. Barlow2020-11-24
* Improve page indexing and label lookupJames R. Barlow2020-11-24
* Use py::module_ instead of py::module for C++20 compatJames R. Barlow2020-10-27
* Remove C++11 shims and supportJames R. Barlow2019-11-03
* Merge branch 'master' into feature/page-object-helperJames R. Barlow2019-07-18
|\
| * Fix how FileNotFoundError is handledJames R. Barlow2019-07-18
* | Start mapping QPDFPageObjectHelperJames R. Barlow2019-07-17
|/
* Custom type conversion is here to stayJames R. Barlow2019-06-18
* pikepdf.cpp: clean up errnoJames R. Barlow2019-03-01
* Move entry point to new pikepdf.cppJames R. Barlow2019-02-11
* Add Annotation bindingJames R. Barlow2019-02-11
* Fix py::int_ versus py::detail::int_ namespacingJames R. Barlow2018-11-26
* Capture C++11 shims in their own headerJames R. Barlow2018-11-26
* C++ lint cleanupJames R. Barlow2018-11-26
* Improve const-correctness policyJames R. Barlow2018-11-21
* Fix everything with a little monkeypatchingJames R. Barlow2018-10-13
* Back to objectmaps again - a few fixesJames R. Barlow2018-10-12