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
Refactored PdfObject constructor. It takes now a PdfReference instead of 2 longs; Refactored PdfWriter for cleaner linearization code (and fixed some bugs along with it); More... over 17 years ago
Refactored PdfObject constructor. It takes now a PdfReference instead of 2 longs; More... over 17 years ago
I generated the first pdf file which is recognized as web optimized by Acrobat Reader and KPDF today. Even though hint streams are currently missing completely. Do these viewers even need hint streams?? More... over 17 years ago
I generated the first pdf file which is recognized as web optimized by Acrobat Reader and KPDF today. Even though hint streams are currently missing completely. Do these viewers even need hint streams?? More... over 17 years ago
Fixed PDF parser for linearized PDF files generated by ghostscript; Further work on PdfHintStream; More... over 17 years ago
Fixed PDF parser for linearized PDF files generated by ghostscript; More... over 17 years ago
Added support to compare hex and normal strings More... over 17 years ago
Added support to compare hex and normal strings More... over 17 years ago
Added a bunch of new drawing operators to PdfPainter More... over 17 years ago
Added a bunch of new drawing operators to PdfPainter Line, Curve & Arc methods that match the H, V, S, Q, T & A operators from SVG Rounded rectangles to DrawRect & FillRect DrawCircle & FillCircle More... over 17 years ago
Updated VCProj with HintStream Fixed compilation problems on Windows with HintStream Enabled compilation of PoDoFo on Mac OS X - fixed all the conditionals Added XCode Project for building with XCode More... over 17 years ago
Updated VCProj with HintStream More... over 17 years ago
Initial hint stream work. The linearization dictionary should be correct now. Only correct hint streams are missing now for linerarization support. And of course lots of optimization as this will be awefully slow the way it is right now. More... over 17 years ago
Initial hint stream work. The linearization dictionary should be correct now. Only correct hint streams are missing now for linerarization support. And of course lots of optimization as this will be awefully slow the way it is right now. More... over 17 years ago
Stop gcc 4 complaining about missing virtual destructors More... over 17 years ago
Stop gcc 4 complaining about missing virtual destructors More... over 17 years ago
Further linearization improvements; Better code to write the XRef table; More... almost 18 years ago
Further linearization improvements; More... almost 18 years ago
Added support for drawing bezier curves More... almost 18 years ago
Added support for drawing bezier curves More... almost 18 years ago
Compilation fixed for gcc 4.1.1; More... almost 18 years ago
Compilation fixed for gcc 4.1.1; More... almost 18 years ago
Comparison support for PdfString and PdfRefCountedBuffer; More... almost 18 years ago
Comparison support for PdfString and PdfRefCountedBuffer; GetValue method for PdfNamesTree to directly get a value out of the names tree; To get this really working we need kids array support though. Is there any possibility to share some kids array code between PdfNamesTree and PdfPagesTree? More... almost 18 years ago
Fixed writing of the trailer (do only write the keys we know that they are correct); Do not throw an exception for named destinations in PdfDestination; More... almost 18 years ago
Fixed writing of the trailer (do only write the keys we know that they are correct); More... almost 18 years ago
Fixed compilation on Linux. gcc needs the PdfName parameter references in PdfNamesTree to be a const reference. Otherwise I get compilation errors. Also added PdfNamesTree.h to the podofo.h header file. Some indentation fixes while having the files open in EMACS. More... almost 18 years ago
Fixed compilation on Linux. gcc needs the PdfName parameter references in PdfNamesTree to be a const reference. Otherwise I get compilation errors. More... almost 18 years ago
Added new PdfInputDevice class to mirror the PdfOutputDevice More... almost 18 years ago
Added new PdfInputDevice class to mirror the PdfOutputDevice this is in preparation for modifying the PdfParser to support input from a variety of input sources - not just files! More... almost 18 years ago