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
reverted back the writing change More... over 18 years ago
Fixed some issues with reading PdfStreams (vs. PdfDictionaries) More... over 18 years ago
Fixed some issues with reading PdfStreams (vs. PdfDictionaries) Improved the smarts of PdfContents for different object types Fixed up the writing (again) of Object #0 More... over 18 years ago
Added new PdfEncrypt files for upcoming crypto support More... over 18 years ago
Added new PdfEncrypt files for upcoming crypto support Fixed up makefiles for both PdfContent & PdfEncrypt More... over 18 years ago
Finished outline support: Reading outlines from existing PDF files works now; Creating new outlines works; Erasing outline items works, too; Added outline output to podofopdfinfo tool; More... over 18 years ago
Finished outline support: Reading outlines from existing PDF files works now; Creating new outlines works; Erasing outline items works, too; Added outline output to podofopdfinfo tool; Improved PdfDestination; More... over 18 years ago
Added new PdfContent class which wraps the complexities of content stream vs. array Modified PdfCanvas, PdfPage, PdfXObject & PdfPainter to now do the right thing - so we now support drawing on any page! PdfObjects retrieved from GetIndirectKey() have a valid m_pParent - regardless of direct/indirect state Fixed a bunch of compiler warnings Fixed bugs introduced in PdfDocument with PdfObject* vs. PdfObject More... over 18 years ago
Added new PdfContent class which wraps the complexities of content stream vs. array More... over 18 years ago
Writing out the Trailer was broken...fixed now! More... over 18 years ago
Writing out the Trailer was broken...fixed now! More... over 18 years ago
Fixed compilation on Windows of new code More... over 18 years ago
Fixed compilation on Windows of new code More... over 18 years ago
Added support for outlines; Documentation is still missing in parts and parsing and modifying of existing outlines does not yet work; Added a PdfDestination class, which is yet to be used in PdfAnnotation; Updated Creation Test to use outlines; More... over 18 years ago
Added support for outlines; More... over 18 years ago
Set the precision for PdfPainter directly on the output stream and set all numbers to be fixed More... over 18 years ago
Set the precision for PdfPainter directly on the output stream and set all numbers to be fixed More... over 18 years ago
Added suport to set the transformation matrix; Maybe PdfPainterMM will be implemented as a simple transformation matrix; More... over 18 years ago
Added suport to set the transformation matrix; More... over 18 years ago
Changed PdfPainterMM back to inheritance: as of now PdfPainterMM had no way to set the page to draw on or the current color. Instead of reimplementing all methods in PdfPainterMM, I decided to go back to inheritance because of easier maintanance. More... over 18 years ago
Changed PdfPainterMM back to inheritance: as of now PdfPainterMM had no way to set the page to draw on or the current color. Instead of reimplementing all methods in PdfPainterMM, I decided to go back to inheritance because of easier maintanance. More... over 18 years ago
Some cleanups for writing the trailer directory; More... over 18 years ago
Some cleanups for writing the trailer directory; More... over 18 years ago
PdfFontMetrics returns now all values in PDF units as doubles; PdfFontMetrics got convinience methods to access members in 1/1000th mm; Cleaned intendentation in PdfPainterMM; Updated CreationTest to latest PdfFontMetrics changes; More... over 18 years ago
PdfFontMetrics returns now all values in PDF units as doubles; More... over 18 years ago
Cleaned PdfObject from the empty entry setting More... over 18 years ago
Cleaned PdfObject from the empty entry setting More... over 18 years ago
Added support to write Crossreference Streams; More... over 18 years ago
Added support to write Crossreference Streams; Read and write the linked list of free objects correctly; Reuse objects when possible in PdfVecObjects; Fixed many parser bugs regarding cross reference streams and free objects; PdfParser optimization for object streams; Fixed a memory leak with object streams; More... over 18 years ago
Better documentation for viewer preferences More... over 18 years ago