3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected almost 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix compilation and added support to access the callstack from the outside. More... over 18 years ago
Not needed anymore. Is now done by FilterTest. More... over 18 years ago
Not needed anymore. Is now done by FilterTest. More... over 18 years ago
PdfError has now a called stack and reports it. First step to changind PoDoFo to use exceptions. More... over 18 years ago
PdfError has now a called stack and reports it. First step to changind PoDoFo to use exceptions. More... over 18 years ago
Introduced the PdfDataType interface which is inherited by PdfName, PdfArray, PdfString, PdfReference and PdfDictionary and used by PdfVariant. As a reason PdfVariant has only 1 poiner instead of 5 which saves us 1.5 MB of RAM during parsing the PDF Reference as PDF file. More... over 18 years ago
Introduced the PdfDataType interface which is inherited by PdfName, PdfArray, PdfString, PdfReference and PdfDictionary and used by PdfVariant. As a reason PdfVariant has only 1 poiner instead of 5 which saves us 1.5 MB of RAM during parsing the PDF Reference as PDF file. More... over 18 years ago
Bug fix: Initialize iterators before using them. Makes podofobrowser work again. More... over 18 years ago
Bug fix: Initialize iterators before using them. More... over 18 years ago
PdfArray takes now PdfObjects; More... over 18 years ago
PdfArray takes now PdfObjects; Fixed loading of demand in PdfParserObject; More... over 18 years ago
Fixed pointers in PdfDictionary More... over 18 years ago
Fixed pointers in PdfDictionary More... over 18 years ago
Quick fix: Fixed loading of streams. The length retrieved by a reference is of course a number and no dictionary. More... over 18 years ago
Quick fix: Fixed loading of streams. The length retrieved by a reference is of course a number and no dictionary. More... over 18 years ago
Fixed parsing of Pdf files. One has to be really carefull to use PdfVariant::GetReference to get the value of a reference and not PdfObject::Reference because it is (unsigned long)-1 for most objects. More... over 18 years ago
Fixed parsing of Pdf files. One has to be really carefull to use PdfVariant::GetReference to get the value of a reference and not PdfObject::Reference because it is (unsigned long)-1 for most objects. More... over 18 years ago
First part of the change to use PdfObject pointers everywhere. More... over 18 years ago
First part of the change to use PdfObject pointers everywhere. The test do not work all yet. More... over 18 years ago
PdfObject is now a PdfVariant; GetKey is not yet changed to return a PdfObject*, this will be the next step; More... over 18 years ago
PdfObject is now a PdfVariant; More... over 18 years ago
Completed support for fetching pages from the PageTree More... over 18 years ago
Completed support for fetching pages from the PageTree Added support for inherited Page keys Added new methods to PdfPage More... over 18 years ago
Small optimizations for PdfXObject; Do not parse the array for the default matrix but use a static one; Remove a method from the public PdfObject interface and move it to PdfParserObject as it is only neeeded there; More... over 18 years ago
Small optimizations for PdfXObject; Do not parse the array for the default matrix but use a static one; Remove a method from the public PdfObject interface and move it to PdfParserObject as it is only neeeded there; More... over 18 years ago
Added new Legal and A3 standard page sizes; More... over 18 years ago
Added new Legal and A3 standard page sizes; Changed page coordinates to be PDF unit-based instead of 1/1000mm; Changed PdfRect to use PDF units and also use bottom instead of top; Added ability to go between PdfRect and PdfArray & also get string version of a PdfRect; Added support for PdfPage to return all the standard boxes (Media, Crop, etc); More... over 18 years ago
Made destructor virtual to avoid a gcc warning More... over 18 years ago
Made destructor virtual to avoid a gcc warning More... over 18 years ago
Nasty typo: Stadard -> Standard More... over 18 years ago