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
  • TODO
13 Dec, 2021
10 commits
  • Explicitly mark perl codeblock as such
    e10e7874
    Jay Berkenbilt authored
    2021-12-13 11:20:14 -0500  
    Browse File »
  • Replace xref links to :ref: ...
    cac844e0
    Pandoc doesn't convert <xref> correctly, but it does so consistently,
    so this commit just changes all xref links to :ref:.
    Jay Berkenbilt authored
    2021-12-13 11:20:14 -0500  
    Browse File »
  • Replace <firstterm> with emphasis ...
    1b55906a
    At one time, it seems that I was starting to use the <firstterm>
    feature of docbook, but I forgot about it long ago, and there is
    nothing consistent. In the absence of an actual glossary, just use
    emphasis for terminology and don't tag it in any special way. This
    could be fixed later if we wanted to.
    Jay Berkenbilt authored
    2021-12-13 11:20:14 -0500  
    Browse File »
  • Convert the original xml comment to an rst comment
    e5a7d932
    Jay Berkenbilt authored
    2021-12-13 11:20:14 -0500  
    Browse File »
  • Replace <replaceable> with {...} ...
    d13a6032
    All occurrences are in :file: or :samp: now.
    Jay Berkenbilt authored
    2021-12-13 11:20:14 -0500  
    Browse File »
  • Wrap remaining replaceables in :samp:
    0fdbb957
    Jay Berkenbilt authored
    2021-12-13 11:20:14 -0500  
    Browse File »
  • Convert <option> to :samp: and clean up literal blocks ...
    bf4d1078
    :option: is stronger and assumes a reference to a list of options.
    Since we don't have that yet, just use :samp: for options. Inside
    literal code blocks, there is no expansion, so just remove markup.
    Jay Berkenbilt authored
    2021-12-13 11:20:14 -0500  
    Browse File »
  • Replace things previously marked with <filename> with :file:`...`
    b764ba95
    Jay Berkenbilt authored
    2021-12-13 11:20:14 -0500  
    Browse File »
  • Replace command|application with :command:`...` ...
    15b87d76
    Replace @1@...@2@ stuff from prior to the conversion with new
    representation.
    Jay Berkenbilt authored
    2021-12-13 11:20:14 -0500  
    Browse File »
  • Switch build from docbook manual to sphinx ...
    a372a988
    Also remove linearization from qpdf-manual.pdf. It's a small file, and
    removing the dependency on the qpdf executable significantly shortens
    build times.
    Jay Berkenbilt authored
    2021-12-13 11:16:21 -0500  
    Browse File »

12 Dec, 2021
4 commits
  • Prepare for docbook -> rst: replace SGML entitles ...
    9a5d16a4
    We were using SGML entities for various non-ASCII characters so they
    could convert properly for both HTML and print, but this is no longer
    necessary as we move from docbook to RST, so just replace them. Note
    that the conversions done by sphinx automatically handle "smart
    quotes", so it works to just use regular quotes in place of &LDQUO;
    and &RDQUO;.
    Jay Berkenbilt authored
    2021-12-12 16:29:13 -0500  
    Browse File »
  • doc: Replace Gajic with Gajić (finally) ...
    f721fed9
    With docbook, this was not converted properly in the PDF version, but
    since we are moving out of docbook, we can just put the Unicode
    character in the source.
    Jay Berkenbilt authored
    2021-12-12 16:29:13 -0500  
    Browse File »
  • TODO: doc conversion notes ...
    e5c2bd8b
    Make a list of things that need to be done while converting docbook to
    sphinx/rst.
    Jay Berkenbilt authored
    2021-12-12 16:29:13 -0500  
    Browse File »
  • TODO
    29384eca
    Jay Berkenbilt authored
    2021-12-12 14:58:22 -0500  
    Browse File »

09 Dec, 2021
3 commits
  • Update ABI note about fluent interfaces
    c5708e91
    Jay Berkenbilt authored
    2021-12-09 10:33:31 -0500  
    Browse File »
  • Remove notes on safe QPDFObjectHandle -- not worth doing ...
    8acb79fc
    The impact on the code would be extremely high, and using it would
    clutter the code greatly because it would break chaining like
    a.getKey("/B").getKey("/C"). There are better ways to deal with the
    issue.
    Jay Berkenbilt authored
    2021-12-09 10:33:31 -0500  
    Browse File »
  • C API: qpdf_get_last_string_length
    bef2c222
    Jay Berkenbilt authored
    2021-12-09 10:33:31 -0500  
    Browse File »

23 Nov, 2021
1 commit
  • Note about C API enhancement for string length
    67b0dbe6
    Jay Berkenbilt authored
    2021-11-23 16:01:03 -0500  
    Browse File »

22 Nov, 2021
1 commit
  • Notes on possible safe QPDFObjectHandle
    52d6fcf1
    Jay Berkenbilt authored
    2021-11-22 17:56:20 -0500  
    Browse File »

19 Nov, 2021
1 commit
  • Update notes on API changes for weak crypto
    a63623ad
    Jay Berkenbilt authored
    2021-11-19 15:20:12 -0500  
    Browse File »

11 Nov, 2021
1 commit
  • First increment of improving handling of weak crypto (fixes #358)
    750aca5b
    Jay Berkenbilt authored
    2021-11-11 12:24:15 -0500  
    Browse File »

04 Nov, 2021
1 commit
  • TODO: update fuzz case information
    5eac6c50
    Jay Berkenbilt authored
    2021-11-04 14:03:24 -0400  
    Browse File »

10 Sep, 2021
1 commit
  • TODO: documentation suggestion
    a6b0e832
    Jay Berkenbilt authored
    2021-09-10 10:52:21 -0400  
    Browse File »

08 May, 2021
1 commit
  • Exclude unreferenced objects in object streams (fixes #520)
    30ac51bc
    Jay Berkenbilt authored
    2021-05-08 09:42:09 -0400  
    Browse File »

05 Apr, 2021
1 commit
  • QPDF::addPage*: handle duplicate pages more robustly
    8971443e
    Jay Berkenbilt authored
    2021-04-05 10:58:10 -0400  
    Browse File »

27 Mar, 2021
1 commit
  • Note on fuzz case
    2957e9b7
    Jay Berkenbilt authored
    2021-03-27 09:18:36 -0400  
    Browse File »

21 Mar, 2021
1 commit
  • Remove some assertions that are not necessarily true (fixes #514) ...
    a77f5814
    Operations that add the same object to multiple places in the pages
    tree are throwing exceptions and then later causing assertion
    failures. The assert calls shouldn't be there.
    Jay Berkenbilt authored
    2021-03-21 19:35:23 -0400  
    Browse File »

11 Mar, 2021
1 commit
  • TODO: Comment about making making indirect objects
    fb16c546
    Jay Berkenbilt authored
    2021-03-11 12:53:09 -0500  
    Browse File »

05 Mar, 2021
1 commit
  • TODO: more notes on document-level work
    d9cb2658
    Jay Berkenbilt authored
    2021-03-05 06:15:48 -0500  
    Browse File »

04 Mar, 2021
2 commits
  • Revert non-binary-compatible handleWarning change -- see TODO (ABI)
    0b77f2cf
    Jay Berkenbilt authored
    2021-03-04 15:59:46 -0500  
    Browse File »
  • TODO notes about text appearance streams
    c4613743
    Jay Berkenbilt authored
    2021-03-04 15:08:36 -0500  
    Browse File »

03 Mar, 2021
2 commits
  • Remove unreferenced: ignore names that are not Fonts or XObjects ...
    e17585c2
    Converted ResourceFinder to ParserCallbacks so we can better detect
    the name that precedes various operators and use the operators to sort
    the names into resource types. This enables us to be smarter about
    detecting unreferenced resources in pages and also sets the stage for
    reconciling differences in /DR across documents.
    Jay Berkenbilt authored
    2021-03-03 17:05:49 -0500  
    Browse File »
  • TODO note about document-level work
    5207c3da
    Jay Berkenbilt authored
    2021-03-03 15:16:46 -0500  
    Browse File »

23 Feb, 2021
2 commits
  • Spell check
    1886673d
    Jay Berkenbilt authored
    2021-02-23 10:38:05 -0500  
    Browse File »
  • TODO: notes about document-level work
    1e4c1be2
    Jay Berkenbilt authored
    2021-02-23 10:38:05 -0500  
    Browse File »

22 Feb, 2021
1 commit
  • TODO: add note about updating fuzzer tests
    d86a4fae
    Jay Berkenbilt authored
    2021-02-22 18:42:06 -0500  
    Browse File »

21 Feb, 2021
1 commit
  • Comment about QPDFMatrix and QPDFObjectHandle::Matrix
    aa848126
    Jay Berkenbilt authored
    2021-02-21 08:06:19 -0500  
    Browse File »

20 Feb, 2021
1 commit
  • TODO: ABI note
    3aefdd18
    Jay Berkenbilt authored
    2021-02-20 17:52:40 -0500  
    Browse File »

18 Feb, 2021
1 commit
  • Add file attachment example
    f21e4f26
    Jay Berkenbilt authored
    2021-02-18 09:59:03 -0500  
    Browse File »

07 Feb, 2021
1 commit
  • TODO: more changes for next ABI update
    efdd46da
    Jay Berkenbilt authored
    2021-02-07 19:41:34 -0500  
    Browse File »