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
  • QPDFObject_private.hh
16 Feb, 2024
2 commits
  • Reimplement QPDFObjectHandle::getJSON in terms of writeJSON
    9589fad1
    m-holger authored
    2024-02-16 11:00:20 +0000  
    Browse File »
  • Add new writeJSON methods ...
    e2737ab6
    Create an alternative to getJSON to allow an object handle to be written as JSON without the overhead of creating a JSON object.
    m-holger authored
    2024-02-16 10:51:25 +0000  
    Browse File »

02 Jun, 2023
1 commit
  • Code tidy - reflow comments and strings
    3c5700c2
    m-holger authored
    2023-06-02 16:00:40 +0100  
    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
2 commits
  • Add method QPDFValue::setChildDescription
    1496472e
    m-holger authored
    2023-02-18 08:35:45 +0000  
    Browse File »
  • 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
  • Refactor QPDFValue::getDescription ...
    ec35156a
    Remove parameters and return the description.
    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 »
  • Add new method QPDFObject::setDefaultDescription
    218f069a
    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 »
  • Add new virtual method QPDFObject::getStringValue ...
    6cbc55a5
    Avoid dynamic casting.
    m-holger authored
    2022-12-31 09:31:07 -0500  
    Browse File »

20 Nov, 2022
1 commit
  • Rename QPDFObject::shallowCopy to copy ...
    dbc5f07b
    Add optional parameter shallow. Change logic errors to runtime errors.
    m-holger authored
    2022-11-20 12:07:22 -0500  
    Browse File »

08 Sep, 2022
2 commits
  • Rename QPDFValueProxy back to QPDFObject ...
    18a583e8
    QPDFValueProxy wasn't a good name for it. We decided the evil of
    having the header file be named QPDFObject_private.hh was less than
    the evil of having the class be named something other than what it
    should have been named.
    Jay Berkenbilt authored
    2022-09-08 11:29:23 -0400  
    Browse File »
  • Rename QPDFValueProxy.hh and QPDFValueProxy.cc ...
    25ccc7ea
    Preparing to change the class name back to QPDFObject
    Jay Berkenbilt authored
    2022-09-08 11:19:49 -0400  
    Browse File »