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
13 Jun, 2023
3 commits
  • Add table of content to README-maintainer.md
    09365372
    m-holger authored
    2023-06-13 13:13:32 +0100  
    Browse Code »
  • In README-maintainer.md add mark-up for headers and code blocks
    19f54d98
    m-holger authored
    2023-06-13 13:07:01 +0100  
    Browse Code »
  • Rename README-maintainer to README-maintainer.md
    35a79c63
    m-holger authored
    2023-06-13 12:04:30 +0100  
    Browse Code »

27 May, 2023
5 commits
  • Merge pull request #976 from m-holger/blame ...
    6e6a73d2
    Add .git-blame-ignore-revs file
    Jay Berkenbilt authored
    2023-05-27 19:50:54 -0400  
    Browse Code »
  • Add .git-blame-ignore-revs file
    a1d0b744
    m-holger authored
    2023-05-27 18:57:57 +0100  
    Browse Code »
  • Merge pull request #975 from m-holger/reflow ...
    73ee000c
    Code tidy - reflow comments and strings
    Jay Berkenbilt authored
    2023-05-27 10:43:21 -0400  
    Browse Code »
  • Fix doc typos
    db6c09b6
    m-holger authored
    2023-05-27 11:06:37 +0100  
    Browse Code »
  • Code tidy - reflow comments and strings
    698a70e6
    m-holger authored
    2023-05-27 10:54:19 +0100  
    Browse Code »

21 May, 2023
11 commits
  • Prepare 11.4.0 release
    9907700f
    Jay Berkenbilt authored
    2023-05-21 14:42:37 -0400  
    Browse Code »
  • Don't check sizes for old version ...
    cfcf4318
    Otherwise we get errors if we added a class.
    Jay Berkenbilt authored
    2023-05-21 14:42:29 -0400  
    Browse Code »
  • Spell check
    a90787c5
    Jay Berkenbilt authored
    2023-05-21 14:25:31 -0400  
    Browse Code »
  • Add qpdf 12 information to release notes
    ecceab61
    Jay Berkenbilt authored
    2023-05-21 14:21:45 -0400  
    Browse Code »
  • Add clarification about empty passwords to doc
    5bbce89e
    Jay Berkenbilt authored
    2023-05-21 13:46:19 -0400  
    Browse Code »
  • Rerun clang-format
    60965d5f
    Jay Berkenbilt authored
    2023-05-21 13:35:09 -0400  
    Browse Code »
  • Switch line length from 80 to 100 columns
    6b077332
    Jay Berkenbilt authored
    2023-05-21 13:34:20 -0400  
    Browse Code »
  • Merge pull request #969 from m-holger/tidy ...
    bbe9f8b8
    Code formating : drop 'this->' in 'this->m'
    Jay Berkenbilt authored
    2023-05-21 12:41:01 -0400  
    Browse Code »
  • Replace 'this->m' with 'm' ...
    49e6365f
    Manual edits for cases not handled by search and replace
    m-holger authored
    2023-05-21 14:52:24 +0100  
    Browse Code »
  • Globally replace 'this->m->' with 'm->' ...
    85d78495
    Using search and replace.
    m-holger authored
    2023-05-21 14:42:34 +0100  
    Browse Code »
  • Fix doc comment in QPDFObjGen::set
    aaada50a
    m-holger authored
    2023-05-21 01:36:36 +0100  
    Browse Code »

20 May, 2023
21 commits
  • Actually run windows builds in Release mode in CI
    2028e359
    Jay Berkenbilt authored
    2023-05-20 21:26:01 -0400  
    Browse Code »
  • Merge pull request #967 from m-holger/ogset ...
    4bc7b6ce
    Fix doc comment in QPDFObjGen::set
    Jay Berkenbilt authored
    2023-05-20 20:52:41 -0400  
    Browse Code »
  • Strip DLLs with mingw in Release mode
    280c9057
    Jay Berkenbilt authored
    2023-05-20 19:51:12 -0400  
    Browse Code »
  • Move JSON_array for C++-20 compatibility (fixes #943)
    ef24a415
    Jay Berkenbilt authored
    2023-05-20 18:25:58 -0400  
    Browse Code »
  • Disregard appearance state when irrelevant (fixes #949) ...
    293a2e52
    If /AP is a dictionary of streams rather than a dictionary of
    dictionaries, disregard /AS, which is supposed to point to a subkey of
    one of the dictionaries. This fix prevents qpdf's annotation
    flattening from discarding some annotations when /AS is erroneously
    set.
    Jay Berkenbilt authored
    2023-05-20 15:46:16 -0400  
    Browse Code »
  • Add ChangeLog and release notes for last change
    3cfd6546
    Jay Berkenbilt authored
    2023-05-20 15:31:33 -0400  
    Browse Code »
  • Merge pull request #959 from m-holger/reserved ...
    1c14a9e6
    Add new method QPDF::newReserved()
    Jay Berkenbilt authored
    2023-05-20 15:27:33 -0400  
    Browse Code »
  • git ignore JetBrains files
    77cc9659
    Jay Berkenbilt authored
    2023-05-20 15:01:28 -0400  
    Browse Code »
  • Use Release for mingw builds for smaller packages
    1e192486
    Jay Berkenbilt authored
    2023-05-20 14:59:56 -0400  
    Browse Code »
  • Add new method QPDF::newReserved
    05a49cec
    m-holger authored
    2023-05-20 19:56:01 +0100  
    Browse Code »
  • Rerun format_code (after merging clang-tidy PR)
    d740c6cc
    Jay Berkenbilt authored
    2023-05-20 14:52:19 -0400  
    Browse Code »
  • Tweak pdf-filter-tokens to be less sensitive to floating point ...
    5f02c7c9
    Switch output to QDF for easier diffing
    Simplify input image
    Reduce decimal places
    
    This works around an issue were, for certain versions, the mingw32
    tests failed because of irrelevant floating point rounding issues in
    the test output.
    Jay Berkenbilt authored
    2023-05-20 14:52:19 -0400  
    Browse Code »
  • Fix 32-bit linux build
    32ae60b6
    Jay Berkenbilt authored
    2023-05-20 14:52:19 -0400  
    Browse Code »
  • Add release notes and ChangeLog for previous PR
    3f2b61ae
    Jay Berkenbilt authored
    2023-05-20 14:52:19 -0400  
    Browse Code »
  • Merge pull request #929 from m-holger/ogguard ...
    a85635b8
    Add new convenience class QPDFObjGen::Guard
    Jay Berkenbilt authored
    2023-05-20 14:09:49 -0400  
    Browse Code »
  • Merge pull request #963 from m-holger/tidy ...
    fd17c8e3
    Code tidy
    Jay Berkenbilt authored
    2023-05-20 11:29:09 -0400  
    Browse Code »
  • Replace 'virtual' specifier with 'override'
    e6577a13
    m-holger authored
    2023-05-20 15:41:56 +0100  
    Browse Code »
  • Remove redundant 'virtual' specifiers
    ba5a3567
    m-holger authored
    2023-05-20 15:41:52 +0100  
    Browse Code »
  • Use auto when declaring iterators
    774d0d55
    m-holger authored
    2023-05-20 15:41:48 +0100  
    Browse Code »
  • Use auto when initializing with a cast
    2fa58153
    m-holger authored
    2023-05-20 15:41:44 +0100  
    Browse Code »
  • Use auto when initialializing with new
    41ec7eda
    m-holger authored
    2023-05-20 15:41:40 +0100  
    Browse Code »