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
30 Jan, 2022
8 commits
  • TODO note
    59b77510
    Jay Berkenbilt authored
    2022-01-30 13:11:03 -0500  
    Browse File »
  • TODO note
    4e9da59e
    Jay Berkenbilt authored
    2022-01-30 13:11:03 -0500  
    Browse File »
  • TODO note about debian package and docs
    558ba282
    Jay Berkenbilt authored
    2022-01-30 13:11:03 -0500  
    Browse File »
  • TODO notes
    a218ed48
    Jay Berkenbilt authored
    2022-01-30 13:11:03 -0500  
    Browse File »
  • TODO reminder about table wrapping patch
    3d2d75cf
    Jay Berkenbilt authored
    2022-01-30 13:11:03 -0500  
    Browse File »
  • Add JSON::parse
    e8e8f6f4
    Jay Berkenbilt authored
    2022-01-30 13:11:03 -0500  
    Browse File »
  • Generate help content from manual ...
    c8729398
    This is a massive rewrite of the help text and cli.rst section of the
    manual. All command-line flags now have their own help and are
    specifically index. qpdf --help is completely redone.
    Jay Berkenbilt authored
    2022-01-30 13:11:03 -0500  
    Browse File »
  • TODO
    2c29a039
    Jay Berkenbilt authored
    2022-01-30 13:11:02 -0500  
    Browse File »

05 Jan, 2022
1 commit
  • TODO: ABI note
    32f7d998
    Jay Berkenbilt authored
    2022-01-05 18:13:25 -0500  
    Browse File »

21 Dec, 2021
1 commit
  • Cleanup TODO
    5b6cf45f
    Jay Berkenbilt authored
    2021-12-21 17:26:05 -0500  
    Browse File »

20 Dec, 2021
3 commits
  • test_driver: split runtest into separate functions ...
    cf7b2b57
    Too bad about git annotate but it was pretty crazy to have all those
    test cases together like that.
    Jay Berkenbilt authored
    2021-12-20 12:40:03 -0500  
    Browse File »
  • TODO cleanup
    c1e2b64a
    Jay Berkenbilt authored
    2021-12-20 11:45:20 -0500  
    Browse File »
  • Remove uninitialized error idea ...
    038dd2d5
    QPDFObjectHandle gets copied a lot, so let's not add another field.
    For performance reasons, QPDFObjectHandle does not indirect through a
    smart pointer, so this would also be an ABI change.
    Jay Berkenbilt authored
    2021-12-20 11:34:00 -0500  
    Browse File »

19 Dec, 2021
1 commit
  • Update maintainer notes for doc changes
    d25eb296
    Jay Berkenbilt authored
    2021-12-19 16:53:37 -0500  
    Browse File »

18 Dec, 2021
3 commits
  • Integration with readthedocs
    e8a15204
    Jay Berkenbilt authored
    2021-12-18 15:44:54 -0500  
    Browse File »
  • Update documentation build/installation
    426b4ce8
    Jay Berkenbilt authored
    2021-12-18 12:20:56 -0500  
    Browse File »
  • Split documentation into multiple pages, change theme
    10fb619d
    Jay Berkenbilt authored
    2021-12-18 11:05:51 -0500  
    Browse File »

17 Dec, 2021
1 commit
  • TODO: spell check
    cce715cd
    Jay Berkenbilt authored
    2021-12-17 12:38:52 -0500  
    Browse File »

15 Dec, 2021
1 commit
  • TODO: documentation updates
    addd6bef
    Jay Berkenbilt authored
    2021-12-15 14:29:58 -0500  
    Browse File »

13 Dec, 2021
13 commits
  • Update release-notes link
    61f52cb6
    Jay Berkenbilt authored
    2021-12-13 11:20:14 -0500  
    Browse File »
  • Work old "upgrading" sections into the release notes ...
    2f938d4f
    These are for ancient versions.
    Jay Berkenbilt authored
    2021-12-13 11:20:14 -0500  
    Browse File »
  • Remove "Indices and tables" ...
    aaea245a
    This was inserted by sphinx-quickstart, but it doesn't do anything for us.
    Jay Berkenbilt authored
    2021-12-13 11:20:14 -0500  
    Browse File »
  • 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 »