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
14 Oct, 2025
1 commit
  • Refactor `QPDF::getAllPages` usage: replace with `Pages::all` across `QPDFWriter`.
    bd197adf
    m-holger authored
    2025-10-14 12:32:29 +0100  
    Browse Dir »

13 Oct, 2025
7 commits
  • Refactor `QPDF::getAllPages` usage: replace with `Pages::all` across `QPDFJob`.
    2bd0657d
    m-holger authored
    2025-10-13 16:50:12 +0100  
    Browse Dir »
  • Refactor `QPDF::getAllPages` and `Pages` methods: move implementation to new `Pa… ...
    1edbed57
    …ges::all` method, add `Pages::size` and `empty` methods, move `getAllPagesInternal` to private section, streamline encapsulation, and enhance code organization.
    m-holger authored
    2025-10-13 16:46:47 +0100  
    Browse Dir »
  • Refactor `pushInheritedAttributesToPage`: move implementation to `QPDF_pages.cc`… ...
    ae90619f
    … to improve code organization.
    m-holger authored
    2025-10-13 16:39:33 +0100  
    Browse Dir »
  • Refactor `QPDF`: move warnings and damaged PDF handling logic to `Common` class,… ...
    cc9facdb
    … streamline error handling, and improve encapsulation.
    m-holger authored
    2025-10-13 13:40:34 +0100  
    Browse Dir »
  • Refactor `QPDFWriter`: replace `pdf` with `qpdf`, streamline `Writer` class, and… ...
    61879f9a
    … improve encapsulation.
    m-holger authored
    2025-10-13 12:37:17 +0100  
    Browse Dir »
  • Refactor `Doc::Objects`: extend `Common` inheritance, streamline constructors, a… ...
    8486b9de
    …nd improve encapsulation.
    m-holger authored
    2025-10-13 12:10:28 +0100  
    Browse Dir »
  • Refactor `Doc` components: introduce `Common` base class, streamline constructor… ...
    79af9774
    …s, and improve encapsulation.
    m-holger authored
    2025-10-13 10:31:48 +0100  
    Browse Dir »

12 Oct, 2025
1 commit
  • Refactor `Doc` class: reorganize structure, move implementations, add inline fun… ...
    0c591c10
    …ctions and improve encapsulation.
    m-holger authored
    2025-10-12 13:10:02 +0100  
    Browse Dir »

09 Oct, 2025
10 commits
  • Refactor `Streams::Copier`: replace `copied_streams` with `copied_providers`, st… ...
    c99a4eaf
    …reamline stream registration, and improve encapsulation.
    m-holger authored
    2025-10-09 13:41:28 +0100  
    Browse Dir »
  • Refactor `Streams::Copier`: move implementation to `QPDF_Stream.cc` and improve encapsulation.
    c59c6a7d
    m-holger authored
    2025-10-09 12:48:36 +0100  
    Browse Dir »
  • Refactor stream copying: move `copyStreamData` logic into `Stream::copy_data_to`… ...
    19073b46
    … and streamline stream handling.
    m-holger authored
    2025-10-09 12:10:43 +0100  
    Browse Dir »
  • Refactor `copyStreamData`: rename parameters for clarity, streamline stream data… ...
    171027b1
    … handling, and enhance encapsulation.
    m-holger authored
    2025-10-09 11:41:41 +0100  
    Browse Dir »
  • Move `copyStreamData` implementation from `QPDF.cc` to `QPDF_Stream.cc`.
    9ad84bae
    m-holger authored
    2025-10-09 11:33:02 +0100  
    Browse Dir »
  • Refactor `ForeignStreamData`: move to `Streams::Copier::Data`, improve encapsula… ...
    0889eba4
    …tion, and streamline stream registration logic.
    m-holger authored
    2025-10-09 11:29:50 +0100  
    Browse Dir »
  • Remove `pipeForeignStreamData`: inline logic into `Streams::Copier::pipeStreamDa… ...
    95424109
    …ta`and streamline foreign stream handling.
    m-holger authored
    2025-10-09 11:08:30 +0100  
    Browse Dir »
  • Refactor `pipeForeignStreamData` logic: streamline conditional checks, improve f… ...
    675c9ae7
    …oreign stream handling, and simplify return logic.
    m-holger authored
    2025-10-09 11:04:22 +0100  
    Browse Dir »
  • Refactor `StreamDataProvider`: replace `destination_qpdf` with `Streams`, improv… ...
    3c6654b3
    …e encapsulation, and streamline foreign stream handling.
    m-holger authored
    2025-10-09 10:58:15 +0100  
    Browse Dir »
  • Refactor `CopiedStreamDataProvider`: move functionality to `Streams::Copier`, im… ...
    eadfa25b
    …prove encapsulation, and streamline stream data handling.
    m-holger authored
    2025-10-09 10:39:19 +0100  
    Browse Dir »

07 Oct, 2025
1 commit
  • Refactor `Streams` class: move implementation to `Doc::Objects::Streams`, improv… ...
    e10932f3
    …e encapsulation, and streamline stream data handling.
    m-holger authored
    2025-10-07 19:33:50 +0100  
    Browse Dir »

06 Oct, 2025
20 commits
  • Refactor `ObjCopier` into `Objects::Foreign::Copier`: improve encapsulation, str… ...
    c5bf0fdf
    …eamline foreign object handling, and simplify method structure.
    m-holger authored
    2025-10-06 16:11:24 +0100  
    Browse Dir »
  • Refactor `ObjCopier` and `copyForeignObject`: enhance encapsulation, streamline … ...
    b20ff968
    …`Copier` usage, and simplify object copying logic.
    m-holger authored
    2025-10-06 15:41:36 +0100  
    Browse Dir »
  • Refactor `ObjCopier` and `copyForeignObject`: introduce `Copier` class, streamli… ...
    91b8b0d8
    …ne object copying logic, and simplify method structure.
    m-holger authored
    2025-10-06 15:39:15 +0100  
    Browse Dir »
  • Refactor `reserveObjects`: move logic to `ObjCopier::reserve_objects`, simplify … ...
    242ddf15
    …object reservation, and streamline method usage.
    m-holger authored
    2025-10-06 15:38:11 +0100  
    Browse Dir »
  • Refactor `replaceForeignIndirectObjects`: move logic to `ObjCopier::replace_indi… ...
    decd3650
    …rect_object`, simplify object replacement, and streamline method usage.
    m-holger authored
    2025-10-06 15:36:11 +0100  
    Browse Dir »
  • Refactor `replaceForeignIndirectObjects`: simplify object replacement logic, str… ...
    01dbae42
    …eamline type-specific handling, and remove redundant test coverage evaluations.
    m-holger authored
    2025-10-06 15:33:53 +0100  
    Browse Dir »
  • Refactor `ForeignStreamData`: simplify constructor and streamline initialization logic.
    cabd582e
    m-holger authored
    2025-10-06 15:31:22 +0100  
    Browse Dir »
  • Refactor `CopiedStreamDataProvider` and `pipeForeignStreamData`: remove redundan… ...
    43f2fa1d
    …t usage of `std::shared_ptr`, simplify stream data management, and enforce `final` specifier.
    m-holger authored
    2025-10-06 15:28:55 +0100  
    Browse Dir »
  • Refactor stream copying: simplify `replaceStreamData` logic and remove redundant… ...
    403dbd5f
    … `StreamDataProvider` management.
    m-holger authored
    2025-10-06 15:28:11 +0100  
    Browse Dir »
  • Refactor `QPDFObjectHandle::copyStream`: move stream copying logic to `Stream`.
    d207f615
    m-holger authored
    2025-10-06 15:25:21 +0100  
    Browse Dir »
  • Refactor: streamline `Stream` dictionary access and simplify `isRootMetadata` logic
    f797de7b
    m-holger authored
    2025-10-06 15:25:21 +0100  
    Browse Dir »
  • Refactor: simplify `Stream` handling in `QPDF_objects` and `QPDF_json`
    d1af5099
    m-holger authored
    2025-10-06 15:25:21 +0100  
    Browse Dir »
  • Add default special member functions to `Stream` class ...
    41228e0d
    Implement default constructor, copy/move constructors, and assignment operators for `Stream`. Add overloads for initializing `Stream` with `QPDFObjectHandle`.
    m-holger authored
    2025-10-06 15:25:21 +0100  
    Browse Dir »
  • Refactor `ObjectHandle` to introduce `offset()` method ...
    38f45c73
    Replace `getParsedOffset()` with the new `offset()` method across `QPDFObjectHandle` and related classes for consistent offset handling. Simplify logic and remove redundant `getParsedOffset()` implementation.
    m-holger authored
    2025-10-06 15:23:44 +0100  
    Browse Dir »
  • Move `getXRefTableInternal` to `QPDF::Doc::Objects` and update references for im… ...
    9c3deb93
    …proved encapsulation.
    m-holger authored
    2025-10-06 14:59:11 +0100  
    Browse Dir »
  • Create `Linearization` class in `QPDF::Doc` and update references ...
    a8e30477
    Encapsulate linearization-related logic in `QPDF::Doc::Linearization`. Refactor methods, relocate implementations, and update all references accordingly to streamline and centralize linearization functionality.
    m-holger authored
    2025-10-06 14:00:24 +0100  
    Browse Dir »
  • Create `Pages` class in `QPDF::Doc` and update references ...
    0f07ecdd
    Relocate `Pages` methods to `QPDF::Doc` for improved encapsulation of page-related logic. Adjust all references and methods to use the new placement.
    m-holger authored
    2025-10-06 13:51:46 +0100  
    Browse Dir »
  • Rename `pages` to `page_dh` in `QPDF::Doc` and update references ...
    50f21ae7
    Refactor `pages` method and related members in `QPDF::Doc` to `page_dh`. Update all associated references to reflect the change.
    m-holger authored
    2025-10-06 13:42:45 +0100  
    Browse Dir »
  • Refactor `setLastObjectDescription` usage and move to private section ...
    988a63cc
    Streamline `setLastObjectDescription` usage by consolidating string construction at call sites. Relocate method to the private section to improve encapsulation and restrict access.
    m-holger authored
    2025-10-06 13:36:42 +0100  
    Browse Dir »
  • Move `Objects` to `QPDF::Doc` and update references ...
    e0ebf44f
    Relocate `Objects` to `QPDF::Doc` for improved encapsulation of object-related logic. Adjust all relevant methods and references to use the new placement.
    m-holger authored
    2025-10-06 13:35:10 +0100  
    Browse Dir »