summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* docs: further reorgJames R. Barlow2019-08-06
* docs: fix some return typesJames R. Barlow2019-08-05
* docs: revise pages.rst, fold in pages_copying.rstJames R. Barlow2019-08-05
* Use C++ api for versionJames R. Barlow2019-08-03
* Fix incomplete type FILE* on AlpineJames R. Barlow2019-07-28
* methods.py: refactorJames R. Barlow2019-07-25
* test: improve ipython coverageJames R. Barlow2019-07-25
* Fix get_warnings() and add a test for TokenFilterJames R. Barlow2019-07-25
* codec.py: __all__ should not be empty hereJames R. Barlow2019-07-25
* Tabs to spacesJames R. Barlow2019-07-25
* Drop redundant objecthandle_equal overloadJames R. Barlow2019-07-25
* tests: improve Object coverageJames R. Barlow2019-07-25
* Remove portable_unlink (unused/untested)James R. Barlow2019-07-25
* Add test for QPDFSystemError translatorJames R. Barlow2019-07-25
* Merge branch 'feature/page-object-helper'James R. Barlow2019-07-24
|\
| * Use qpdf api for page boxesJames R. Barlow2019-07-24
| * docs: Page and TokenFilterJames R. Barlow2019-07-22
| * Add function to retrieve filtered contentsJames R. Barlow2019-07-22
| * Remove TokenFilter.handle_eofJames R. Barlow2019-07-22
| * docs: tokens and filteringJames R. Barlow2019-07-22
| * Keep token filters alive and all is wellJames R. Barlow2019-07-20
| * Trying to get trampolines working for TokenFilterJames R. Barlow2019-07-20
| * TokenFilter: add Token, expand testJames R. Barlow2019-07-20
| * TokenFilters: add testsJames R. Barlow2019-07-19
| * TokenFilter: more Pythonic approachJames R. Barlow2019-07-19
| * Can now filter page contents; very basicJames R. Barlow2019-07-19
| * PageObjectHelper fixesJames R. Barlow2019-07-19
| * Harden Pl_PythonOutput against misbehaved output streamsJames R. Barlow2019-07-19
| * Split pipeline.h into cpp/hJames R. Barlow2019-07-18
| * Add TokenFilter bindingsJames R. Barlow2019-07-18
| * Merge branch 'master' into feature/page-object-helperJames R. Barlow2019-07-18
| |\
| * | Start mapping QPDFPageObjectHelperJames R. Barlow2019-07-17
* | | Add <cctype> for windows buildJames R. Barlow2019-07-24
| |/ |/|
* | Split out object parsersJames R. Barlow2019-07-18
* | Fix logic error on attempting to save a PDF created in memory in a way that o...James R. Barlow2019-07-18
* | Fix how FileNotFoundError is handledJames R. Barlow2019-07-18
|/
* Fix Python 3.5 build errorJames R. Barlow2019-07-09
* Add Object.wrap_in_array()James R. Barlow2019-07-08
* Deal with simple cases of stacked compression on JPXDecode imagesJames R. Barlow2019-07-08
* Improve type checking of Object.writeJames R. Barlow2019-07-08
* Prevent saving file with same name as open fileJames R. Barlow2019-07-03
* Fix a possible memory leak if parsing an opened file handle failsJames R. Barlow2019-07-03
* Move encryption model classes to new fileJames R. Barlow2019-07-03
* Fix .save(encryption=True) raised an exception; enabled preserving encryptionJames R. Barlow2019-07-03
* Ensure ICC profile is inserted when transcodingJames R. Barlow2019-07-01
* Add a PdfImage.icc property for accessing image ICC informationJames R. Barlow2019-07-01
* Fix parsing of ICCBased colorspace imagesJames R. Barlow2019-07-01
* Remove old-style argument formatting from commentsJames R. Barlow2019-07-01
* docs: typosJames R. Barlow2019-06-20
* Permissions: Remove modify_all, wire print_*James R. Barlow2019-06-20