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
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 123 of 129
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Headers are now installed in includedir/podofo/ under unix;
domseichter
More...
over 18 years ago
Not needed anymore, PdfDocument does everything
Dominik Seichter
More...
over 18 years ago
Not needed anymore, PdfDocument does everything
domseichter
More...
over 18 years ago
Fixed image extraction tool; Added another test case to the object parser test: "1 2 obj[123 0 R]endobj" to make sure no space is needed after "obj"
Dominik Seichter
More...
over 18 years ago
Fixed image extraction tool;
domseichter
More...
over 18 years ago
Fixed podofotxt2pdf tool; Real wordwrapping is still missing;
Dominik Seichter
More...
over 18 years ago
Fixed podofotxt2pdf tool; Real wordwrapping is still missing;
domseichter
More...
over 18 years ago
Fixed info dictionary support and podofopdfino
Dominik Seichter
More...
over 18 years ago
Fixed info dictionary support and podofopdfino
domseichter
More...
over 18 years ago
PdfDocument has now all features the old PdfSimpleWriter had; Fixed writing the trailer directory in PdfWriter; PdfElements can now have a copy constructor; PdfPage has a copy constructor, which fixes a memory leak in PdfDocument; PdfPages are now copied on creation! This is fast as a PdfPage contains only 2 pointers; Fixed the CreationTest example to work with the new changes;
Dominik Seichter
More...
over 18 years ago
PdfDocument has now all features the old PdfSimpleWriter had;
domseichter
More...
over 18 years ago
Fix a crash, do not share the buffer of PdfParserBase between PdfParser and PdfParserObject.
domseichter
More...
over 18 years ago
Fix a crash, do not share the buffer of PdfParserBase between PdfParser and PdfParserObject.
Dominik Seichter
More...
over 18 years ago
I will only write clean code from now on! I will only write clean code from now on! I will only write clean code from now on!
Dominik Seichter
More...
over 18 years ago
I will only write clean code from now on!
domseichter
More...
over 18 years ago
A nasty bug. Pointers can get casted to long :(
domseichter
More...
over 18 years ago
A nasty bug. Pointers can get casted to long :(
Dominik Seichter
More...
over 18 years ago
PdfPagesTree got it's own file as PdfDocument is already a big source file and PdfPagesTree is big enough for a file of its own. It is not intended for public use though.
Dominik Seichter
More...
over 18 years ago
PdfPagesTree got it's own file as PdfDocument is already a big source file and PdfPagesTree is big enough for a file of its own. It is not intended for public use though.
domseichter
More...
over 18 years ago
Put back the ToString() method - enables compilation of podofoInfo tool
lrosenthol
More...
over 18 years ago
Put back the ToString() method - enables compilation of podofoInfo tool
Leonard Rosenthol
More...
over 18 years ago
Fixed compilation
Dominik Seichter
More...
over 18 years ago
Fixed compilation
domseichter
More...
over 18 years ago
Added PdfPainterMM interface which takes coordinates in 1/1000th mm format which is sometimes more convinient than PDF units.
domseichter
More...
over 18 years ago
Added PdfPainterMM interface which takes coordinates in 1/1000th mm format which is sometimes more convinient than PDF units.
Dominik Seichter
More...
over 18 years ago
PdfPainter uses only doubles for coordinates now - removes all these ugly casts from long.
domseichter
More...
over 18 years ago
PdfPainter uses only doubles for coordinates now - removes all these ugly casts from long.
Dominik Seichter
More...
over 18 years ago
PdfXObject, PdfImage, PdfFont, PdfPage, PdfAnnotation and PdfAction are now all PdfElements.
domseichter
More...
over 18 years ago
PdfXObject, PdfImage, PdfFont, PdfPage, PdfAnnotation and PdfAction are now all PdfElements. This currently breaks CreationTest.cpp. Will be fixed soon with the upcomming fixes in PdfPainter.
Dominik Seichter
More...
over 18 years ago
Added PdfElement which is now the base class of PdfAction. PdfAnnotation, PdfPage and PdfFont* will follow. This will fix some code duplication. Additionally all PdfElements can be created from existing PdfObject which were read from a PDF file. As a reason changing existing PDF files will get a lot easier.
domseichter
More...
over 18 years ago
←
1
2
…
119
120
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