3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 11 days ago.
Jun 05, 2023 — Jun 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove a bunch of VC7.1 compiler warnings More... almost 18 years ago
Remove a bunch of VC7.1 compiler warnings More... almost 18 years ago
Bugfix: PdfParserObject do not necessarily have a PdfParser as parent anymore as they can live much longer than the PdfParser -> Use a PdfVecObjects as parent; More... almost 18 years ago
Bugfix: PdfParserObject do not necessarily have a PdfParser as parent anymore as they can live much longer than the PdfParser -> Use a PdfVecObjects as parent; More... almost 18 years ago
Existing PdfDocument should be able to be reused for other PDF documents. This is nice for PoDoFoBrowser; More... almost 18 years ago
Existing PdfDocument should be able to be reused for other PDF documents. This is nice for PoDoFoBrowser; More... almost 18 years ago
PdfPages are now owned by the PdfPagesTree; The user accesses pages only through PdfDocument; The user does not have to delete pages on its own; More... almost 18 years ago
PdfPages are now owned by the PdfPagesTree; More... almost 18 years ago
Fixed bug in PdfRefCountedFile operator=, where it wasn't returning *this More... almost 18 years ago
Fixed bug in PdfRefCountedFile operator=, where it wasn't returning *this Updated .vcproj with latest source additions/removals More... almost 18 years ago
Automatic detection of freetype installation under unix; More... almost 18 years ago
Automatic detection of freetype installation under unix; Automatic library versioning under unix; More... almost 18 years ago
Headers are now installed in includedir/podofo/ under unix; More... almost 18 years ago
Headers are now installed in includedir/podofo/ under unix; More... almost 18 years ago
Not needed anymore, PdfDocument does everything More... almost 18 years ago
Not needed anymore, PdfDocument does everything More... almost 18 years ago
Fixed image extraction tool; More... almost 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... almost 18 years ago
Fixed podofotxt2pdf tool; Real wordwrapping is still missing; More... almost 18 years ago
Fixed podofotxt2pdf tool; Real wordwrapping is still missing; More... almost 18 years ago
Fixed info dictionary support and podofopdfino More... almost 18 years ago
Fixed info dictionary support and podofopdfino More... almost 18 years ago
PdfDocument has now all features the old PdfSimpleWriter had; More... almost 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... almost 18 years ago
Fix a crash, do not share the buffer of PdfParserBase between PdfParser and PdfParserObject. More... almost 18 years ago
Fix a crash, do not share the buffer of PdfParserBase between PdfParser and PdfParserObject. More... almost 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... almost 18 years ago
I will only write clean code from now on! More... almost 18 years ago
A nasty bug. Pointers can get casted to long :( More... almost 18 years ago
A nasty bug. Pointers can get casted to long :( More... almost 18 years ago