3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Headers are now installed in includedir/podofo/ under unix; More... over 18 years ago
Not needed anymore, PdfDocument does everything More... over 18 years ago
Not needed anymore, PdfDocument does everything 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" More... over 18 years ago
Fixed image extraction tool; More... over 18 years ago
Fixed podofotxt2pdf tool; Real wordwrapping is still missing; More... over 18 years ago
Fixed podofotxt2pdf tool; Real wordwrapping is still missing; More... over 18 years ago
Fixed info dictionary support and podofopdfino More... over 18 years ago
Fixed info dictionary support and podofopdfino 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; More... over 18 years ago
PdfDocument has now all features the old PdfSimpleWriter had; More... over 18 years ago
Fix a crash, do not share the buffer of PdfParserBase between PdfParser and PdfParserObject. More... over 18 years ago
Fix a crash, do not share the buffer of PdfParserBase between PdfParser and PdfParserObject. 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! More... over 18 years ago
I will only write clean code from now on! More... over 18 years ago
A nasty bug. Pointers can get casted to long :( More... over 18 years ago
A nasty bug. Pointers can get casted to long :( 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. 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. More... over 18 years ago
Put back the ToString() method - enables compilation of podofoInfo tool More... over 18 years ago
Put back the ToString() method - enables compilation of podofoInfo tool More... over 18 years ago
Fixed compilation More... over 18 years ago
Fixed compilation More... over 18 years ago
Added PdfPainterMM interface which takes coordinates in 1/1000th mm format which is sometimes more convinient than PDF units. More... over 18 years ago
Added PdfPainterMM interface which takes coordinates in 1/1000th mm format which is sometimes more convinient than PDF units. More... over 18 years ago
PdfPainter uses only doubles for coordinates now - removes all these ugly casts from long. More... over 18 years ago
PdfPainter uses only doubles for coordinates now - removes all these ugly casts from long. More... over 18 years ago
PdfXObject, PdfImage, PdfFont, PdfPage, PdfAnnotation and PdfAction are now all PdfElements. 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. 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. More... over 18 years ago