3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated VCProj with latest changes More... almost 18 years ago
Updated VCProj with latest changes MAJOR improvements to PdfPagesTree to handling correct insertion into both new documents AND existing ones Some improvements for handling of PdfArrays More... almost 18 years ago
Added a shared reference counted buffer that is shared between PdfParser and PdfParserObjects. This shared buffer reduces memory usage by a magnitude and made parsing the PDF Reference PDF document twice as fast on my system. More... almost 18 years ago
Added a shared reference counted buffer that is shared between PdfParser and PdfParserObjects. This shared buffer reduces memory usage by a magnitude and made parsing the PDF Reference PDF document twice as fast on my system. More... almost 18 years ago
Support to create indirect objects of any type. Please see PdfVecObjects::CreateObject( const PdfVariant & rVariant ); More... almost 18 years ago
Support to create indirect objects of any type. Please see PdfVecObjects::CreateObject( const PdfVariant & rVariant ); More... almost 18 years ago
Cleaned up implementation of PdfPainterMM to make it easier to use & cleaner More... almost 18 years ago
Cleaned up implementation of PdfPainterMM to make it easier to use & cleaner More... almost 18 years ago
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; 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
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; Automatic library versioning under unix; More... almost 18 years ago
Automatic detection of freetype installation 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; 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 image extraction tool; 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