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
  • libqpdf
  • qpdf
  • QPDFParser.hh
03 Nov, 2023
7 commits
  • Add new method QPDFParser::fixMissingKeys
    1285f976
    m-holger authored
    2023-11-03 11:22:21 +0000  
    Browse File »
  • In QPDFParser::parse create dictionaries on the fly ...
    605b1429
    Also, don't search for /Contents name unless the result is used.
    m-holger authored
    2023-11-03 11:09:58 +0000  
    Browse File »
  • In QPDFParser::parse refactor parsing of indirect references
    0328d872
    m-holger authored
    2023-11-03 01:34:16 +0000  
    Browse File »
  • In QPDFParser::parseRemainder eliminate most temporary variables
    1548b8d8
    m-holger authored
    2023-11-03 01:34:10 +0000  
    Browse File »
  • In QPDFParser::parse eliminate most temporary variables
    4c8836d5
    m-holger authored
    2023-11-03 01:33:59 +0000  
    Browse File »
  • In QPDFParser remove state st_top
    c912af73
    m-holger authored
    2023-11-03 01:32:04 +0000  
    Browse File »
  • Add new method QPDFParser::parseRemainder ...
    5a1bf035
    The new method is temporarily an (almost) complete copy of parse, which is
    temporarily (almost) unchanged.
    m-holger authored
    2023-11-03 01:26:12 +0000  
    Browse File »

01 Nov, 2023
5 commits
  • In QPDFParser::parse merge state and object stacks
    db6ab9cb
    m-holger authored
    2023-11-01 15:45:17 +0000  
    Browse File »
  • In QPDFParser::parse refactor handling of array_open and dict_open tokens
    d904eab8
    m-holger authored
    2023-11-01 15:38:01 +0000  
    Browse File »
  • In QPDFParser::parse refactor handling of dict_close tokens
    90829228
    m-holger authored
    2023-11-01 15:27:52 +0000  
    Browse File »
  • In QPDFParser::parse refactor eof handling
    26e0bf46
    m-holger authored
    2023-11-01 15:23:30 +0000  
    Browse File »
  • In QPDFParser::parse refactor handling of bad tokens
    37f7a734
    m-holger authored
    2023-11-01 15:21:08 +0000  
    Browse File »

21 May, 2023
1 commit
  • Rerun clang-format
    60965d5f
    Jay Berkenbilt authored
    2023-05-21 13:35:09 -0400  
    Browse File »

18 Feb, 2023
1 commit
  • Change type of QPDFValue::object_description to std::shared_ptr<std::variant> ...
    32907fc1
    Also, name the type QPDFValue::Description.
    m-holger authored
    2023-02-18 08:33:08 +0000  
    Browse File »

31 Dec, 2022
5 commits
  • Remove redundant parameter qpdf from QPDFParser::warn
    84650412
    m-holger authored
    2022-12-31 14:37:35 -0500  
    Browse File »
  • Change QPDFParser::setDescription to take a shared_ptr<QPDFObject> parameter
    b19e06fd
    m-holger authored
    2022-12-31 14:37:35 -0500  
    Browse File »
  • Delay adding offsets to object descriptions until necessary
    0ef2def8
    m-holger authored
    2022-12-31 10:23:59 -0500  
    Browse File »
  • Make QPDFValue::object_description a shared pointer
    e684d816
    m-holger authored
    2022-12-31 10:23:59 -0500  
    Browse File »
  • Refactor QPDFParser::setDescriptionFromInput and rename to setDescription ...
    d03ca882
    Set parsed offset at the same time as setting description.
    m-holger authored
    2022-12-31 10:23:59 -0500  
    Browse File »

30 Aug, 2022
3 commits
  • Move QPDFObjectHandle::setObjectDescriptionFromInput to QPDFParser ...
    6fc982b7
    Part of #729
    m-holger authored
    2022-08-30 06:42:46 +0100  
    Browse File »
  • Add private methods QPDFParser::warn ...
    8ad1ea34
    Part of #729
    m-holger authored
    2022-08-30 06:04:34 +0100  
    Browse File »
  • Move QPDFObjectHandle::parseInternal to new class QPDFParser ...
    6670c685
    Part of #729
    m-holger authored
    2022-08-30 05:56:23 +0100  
    Browse File »