| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-09 | Significantly improve portability0.13.5 | jvoisin | |
| 2024-09-13 | Catch a MemoryError in cairo | jvoisin | |
| This should close #202 | |||
| 2023-09-07 | Properly handle a cairo exception | jvoisin | |
| 2023-01-28 | Fix the type annotations | jvoisin | |
| 2022-10-09 | Get rid of a deprecated check | jvoisin | |
| Nobody should be using Poppler < 0.46 | |||
| 2022-08-28 | Simplify the typing annotations | jvoisin | |
| 2022-03-28 | Fix the PDF version | jvoisin | |
| This should prevent the testsuite from breaking, and marginally increase fingerprinting resistance. | |||
| 2021-07-29 | libmat2/pdf: Drop printing 'lol' | georg | |
| It seems this was committed without intention to do so. | |||
| 2021-07-25 | Fix pdf issues on printers | Antonio Eugenio Burriel | |
| pyCairo by default renders the PDF surfaces with a resolution of 72 dpi which is so low that the bitmap gets blurred compared to original. Since pyCairo 1.12.0, a new method set_device_scale(x_scale, y_scale) is added, which allows changing the canvas resolution. | |||
| 2020-11-13 | Bump coverage | jvoisin | |
| 2020-11-06 | Better handling of malformed pdf | jvoisin | |
| 2020-02-08 | Remove a couple of residual metadata in pdf | jvoisin | |
| This commit takes care of removing residual metadata added by mat2 during the cleaning of pdf. | |||
| 2019-11-30 | This is mat2, not MAT2 | georg | |
| Closes #131 | |||
| 2018-10-23 | Improve type annotation coverage | jvoisin | |
| 2018-10-12 | Bump mypy typing coverage | jvoisin | |
| 2018-10-12 | Refactor lightweight mode implementation | jvoisin | |
| 2018-09-24 | Second pass of minor formatting | jvoisin | |
| 2018-09-24 | Fix some minor formatting issues | jvoisin | |
| 2018-09-01 | Logging cleanup | dkg | |
| 2018-07-19 | Improve the code's documentation | jvoisin | |
| 2018-07-10 | Remove `print` from libmat, and use the `logging` module instead | jvoisin | |
| This should close #28 | |||
| 2018-07-07 | Bump the coverage for pdf | jvoisin | |
| 2018-07-02 | Improve a bit the formatting of the code thanks to pyflakes3 | jvoisin | |
| 2018-06-24 | Ensure Poppler's minimal version | jvoisin | |
| We're using methods that aren't available in Poppler below 0.46, so we're checking for this upon import. This commit is based on ideas from @LogicalDash ♥ | |||
| 2018-06-04 | Add more typing and use mypy in the CI | jvoisin | |
| 2018-05-18 | Rename some files to simplify packaging | jvoisin | |
| - the `src` folder is now `libmat2` - the `main.py` script is now `mat2.py` | |||
