Logo white

OpenSystemsDevelopment / qpdf

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 4,691
  • Compare
  • Branches 1
  • Tags 0
  • qpdf
  • ChangeLog
24 Feb, 2024
1 commit
  • Prepare 11.9.0 release
    3b97c9bd
    Jay Berkenbilt authored
    2024-02-24 10:38:04 -0500  
    Browse File »

17 Feb, 2024
1 commit
  • Add ENABLE_COVERAGE option to build
    93cf8156
    Jay Berkenbilt authored
    2024-02-17 14:55:00 -0500  
    Browse File »

11 Feb, 2024
1 commit
  • Fix previous fix to setting checkbox value (fixes #1056) ...
    b1dad0de
    The code accepted values other than /Yes but still used /Yes as the
    checked value instead of obeying the normal appearance dictionary.
    Jay Berkenbilt authored
    2024-02-11 15:49:44 -0500  
    Browse File »

04 Feb, 2024
1 commit
  • Add json fuzzer with seed files from #1123 and test suite ...
    f0fb19df
    ...as well as some cases generated in CI from earlier attempts at
    fixing this.
    Jay Berkenbilt authored
    2024-02-04 17:27:49 -0500  
    Browse File »

15 Jan, 2024
1 commit
  • ChangeLog from last PR
    0109e365
    Jay Berkenbilt authored
    2024-01-15 11:08:25 -0500  
    Browse File »

11 Jan, 2024
1 commit
  • Honor repeated overlay/underlay
    5b2e5430
    Jay Berkenbilt authored
    2024-01-11 06:13:57 -0500  
    Browse File »

10 Jan, 2024
1 commit
  • Allow --file with --overlay and --underlay
    9c723aeb
    Jay Berkenbilt authored
    2024-01-10 16:44:46 -0500  
    Browse File »

08 Jan, 2024
1 commit
  • Prepare 11.8.0 release
    452e1f5c
    Jay Berkenbilt authored
    2024-01-08 10:56:41 -0500  
    Browse File »

07 Jan, 2024
3 commits
  • Bug fix: treat old generations of reused objects as null
    07f6c635
    Jay Berkenbilt authored
    2024-01-07 17:16:14 -0500  
    Browse File »
  • Revert "Prepare 11.8.0 release" ...
    1d96af8b
    Holding release to think about recently discovered incorrect handling
    of deleted generations.
    
    This reverts commit 162716807c475498dfbecc89fd222fb6c45d70c9.
    Jay Berkenbilt authored
    2024-01-07 16:13:04 -0500  
    Browse File »
  • Prepare 11.8.0 release
    16271680
    Jay Berkenbilt authored
    2024-01-07 08:55:46 -0500  
    Browse File »

06 Jan, 2024
1 commit
  • Attempt to find xref streams during recovery (fixes #1103)
    2994f9cf
    Jay Berkenbilt authored
    2024-01-06 16:51:03 -0500  
    Browse File »

05 Jan, 2024
1 commit
  • Implement --set-page-labels and supporting API (fixes #939)
    7cac433e
    Jay Berkenbilt authored
    2024-01-05 17:12:12 -0500  
    Browse File »

01 Jan, 2024
2 commits
  • Support comma-separated numeric values with --collate (fixes #505)
    d8d70ecc
    Jay Berkenbilt authored
    2024-01-01 18:57:32 -0500  
    Browse File »
  • Support excluding values from numeric ranges (fixes #564, #790)
    070ee710
    Jay Berkenbilt authored
    2024-01-01 10:48:14 -0500  
    Browse File »

29 Dec, 2023
1 commit
  • Preserve annotations that inherently lack appearance (fixes #1039) ...
    78a7193f
    ...when flattening annotations. This includes /Link, /Popup,
    and /Projection.
    Jay Berkenbilt authored
    2023-12-29 13:40:08 -0500  
    Browse File »

25 Dec, 2023
1 commit
  • Detect overlong UTF-8 strings
    6d4115b7
    Jay Berkenbilt authored
    2023-12-25 11:17:17 -0500  
    Browse File »

24 Dec, 2023
2 commits
  • Prepare 11.7.0 release
    986d2485
    Jay Berkenbilt authored
    2023-12-24 07:36:07 -0500  
    Browse File »
  • Remove --disable-signatures; incorporate into --remove-restrictions ...
    4ca185fd
    Rather than adding yet another flag that is almost never useful on its
    own, just have --remove-restrictions disable digital signatures. The
    operations are still separate in the API.
    Jay Berkenbilt authored
    2023-12-24 07:36:07 -0500  
    Browse File »

23 Dec, 2023
2 commits
  • Have Windows installers modify PATH (fixes #1054)
    a3eb027b
    Jay Berkenbilt authored
    2023-12-23 09:51:50 -0500  
    Browse File »
  • Implement --disable-signatures (fixes #1015)
    909a0b3f
    Jay Berkenbilt authored
    2023-12-23 08:50:42 -0500  
    Browse File »

22 Dec, 2023
4 commits
  • Close UNIX man page issue (fixes #1064) ...
    2c14be26
    The commit was assigned to the previously fixed issue by mistake.
    Jay Berkenbilt authored
    2023-12-22 21:48:17 -0500  
    Browse File »
  • Generate a UNIX man page (fixes #874)
    c0c7cef1
    Jay Berkenbilt authored
    2023-12-22 21:22:34 -0500  
    Browse File »
  • Implement new --encrypt args and completion (fixes #784) ...
    7d7e2234
    Positional arguments are supported in a backward-compatible way, but
    completion no longer guides users to it.
    Jay Berkenbilt authored
    2023-12-22 20:10:18 -0500  
    Browse File »
  • Allow other than /Yes and /Off in a check box (fixes #1056)
    86ea2012
    Jay Berkenbilt authored
    2023-12-22 14:42:16 -0500  
    Browse File »

21 Dec, 2023
4 commits
  • Convert scientific notation in JSON to fixed point (fixes #1079) ...
    b670565a
    JSON accepts scientific notation, but PDF doesn't.
    Jay Berkenbilt authored
    2023-12-21 17:56:30 -0500  
    Browse File »
  • Add "n:/pdf-name" to qpdf JSON for binary names (fixes #1072)
    4400ce84
    Jay Berkenbilt authored
    2023-12-21 17:43:29 -0500  
    Browse File »
  • Tweak comment in QPDFParser refactor
    bb12a7ff
    Jay Berkenbilt authored
    2023-12-21 15:45:34 -0500  
    Browse File »
  • Add ChangeLog for previous pull requests
    64c840b1
    Jay Berkenbilt authored
    2023-12-21 14:54:13 -0500  
    Browse File »

20 Dec, 2023
3 commits
  • Update documentation on zlib compatibility
    6aa811e5
    Jay Berkenbilt authored
    2023-12-20 15:46:20 -0500  
    Browse File »
  • Bug fix: don't compress hint streams when --compress-streams=n
    d61612a2
    Jay Berkenbilt authored
    2023-12-20 15:46:20 -0500  
    Browse File »
  • Bug fix: don't compress object/xref streams with --compress-streams=n
    c5f622a0
    Jay Berkenbilt authored
    2023-12-20 15:46:20 -0500  
    Browse File »

16 Dec, 2023
1 commit
  • Allow regular C++ functions to interoperate with the C API
    d7a364b8
    Jay Berkenbilt authored
    2023-12-16 10:06:34 -0500  
    Browse File »

10 Dec, 2023
1 commit
  • Prepare 11.6.4 release
    d8371889
    Jay Berkenbilt authored
    2023-12-10 11:23:10 -0500  
    Browse File »

09 Dec, 2023
1 commit
  • Install cmake files with dev component
    414c83f7
    Jay Berkenbilt authored
    2023-12-09 06:28:13 -0500  
    Browse File »

20 Nov, 2023
1 commit
  • Build AppImage and linux binary using Ubuntu 18.04 (fixes #1068) ...
    da3eae39
    This is needed to get an old enough version of glibc to run the Linux
    binary as an AWS Lambda layer and to support some versions of CentOS.
    Jay Berkenbilt authored
    2023-11-20 11:20:26 -0500  
    Browse File »

14 Oct, 2023
3 commits
  • Prepare 11.6.3 release
    81823f40
    Jay Berkenbilt authored
    2023-10-14 19:49:29 -0400  
    Browse File »
  • Write offsets as unsigned in linearization hint tables (fixes #1023)
    71566a27
    Jay Berkenbilt authored
    2023-10-14 18:04:13 -0400  
    Browse File »
  • Don't lose character after \d or \dd parsing string (fixes #1050)
    1ecc6bb2
    Jay Berkenbilt authored
    2023-10-14 17:12:56 -0400  
    Browse File »

07 Oct, 2023
1 commit
  • Prepare 11.6.2 release
    467e5d62
    Jay Berkenbilt authored
    2023-10-07 17:52:35 -0400  
    Browse File »