openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
PoDoFo
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
almost 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 125 of 129
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix compilation and added support to access the callstack from the outside.
domseichter
More...
over 18 years ago
Not needed anymore. Is now done by FilterTest.
domseichter
More...
over 18 years ago
Not needed anymore. Is now done by FilterTest.
Dominik Seichter
More...
over 18 years ago
PdfError has now a called stack and reports it. First step to changind PoDoFo to use exceptions.
domseichter
More...
over 18 years ago
PdfError has now a called stack and reports it. First step to changind PoDoFo to use exceptions.
Dominik Seichter
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.
domseichter
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.
Dominik Seichter
More...
over 18 years ago
Bug fix: Initialize iterators before using them. Makes podofobrowser work again.
Dominik Seichter
More...
over 18 years ago
Bug fix: Initialize iterators before using them.
domseichter
More...
over 18 years ago
PdfArray takes now PdfObjects;
domseichter
More...
over 18 years ago
PdfArray takes now PdfObjects; Fixed loading of demand in PdfParserObject;
Dominik Seichter
More...
over 18 years ago
Fixed pointers in PdfDictionary
domseichter
More...
over 18 years ago
Fixed pointers in PdfDictionary
Dominik Seichter
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.
Dominik Seichter
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.
domseichter
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.
Dominik Seichter
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.
domseichter
More...
over 18 years ago
First part of the change to use PdfObject pointers everywhere.
domseichter
More...
over 18 years ago
First part of the change to use PdfObject pointers everywhere. The test do not work all yet.
Dominik Seichter
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;
Dominik Seichter
More...
over 18 years ago
PdfObject is now a PdfVariant;
domseichter
More...
over 18 years ago
Completed support for fetching pages from the PageTree
lrosenthol
More...
over 18 years ago
Completed support for fetching pages from the PageTree Added support for inherited Page keys Added new methods to PdfPage
Leonard Rosenthol
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;
domseichter
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;
Dominik Seichter
More...
over 18 years ago
Added new Legal and A3 standard page sizes;
lrosenthol
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);
Leonard Rosenthol
More...
over 18 years ago
Made destructor virtual to avoid a gcc warning
domseichter
More...
over 18 years ago
Made destructor virtual to avoid a gcc warning
Dominik Seichter
More...
over 18 years ago
Nasty typo: Stadard -> Standard
Dominik Seichter
More...
over 18 years ago
←
1
2
…
121
122
123
124
125
126
127
128
129
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree