1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
VectorGraphics2D now requires Gradle 4 to build. More... over 7 years ago
Build: Fixed test coverage with Cobertura plugin by adding missing logging libraries. More... over 7 years ago
Build: Measure test coverage and upload results to coveralls.io. More... over 7 years ago
Tests: Covered that FormattingWriter can correctly write bytes, strings and EOLs. More... over 7 years ago
FormattingWriter fails with invalid arguments in constructor. More... over 7 years ago
Tests: Added test class for utils.FormattingWriter. More... over 7 years ago
Tests: Simplified regular expression for XML matching. More... over 7 years ago
Updated CHANGES.rst. More... over 7 years ago
Replaced Arrays.asList(item) with Collections.singletonList(item) to improve performance. More... over 7 years ago
Fixed test for an empty PDF document to match output of byte-based PDFDocument. More... over 7 years ago
Updated PDFDocument to use byte[] instead of String to avoid errors with binary streams in PDF (fixes #64). More... over 7 years ago
Made FormattingWriter auto closable. More... over 7 years ago
Implemented writing of byte[] data in FormattingWriter. More... over 7 years ago
Derived PDF streams from OutputStream to ensure easier interface. More... over 7 years ago
Added method to check whether a PDF payload is empty. More... over 7 years ago
Tests: TestBrowser uses a single instance for its save dialog to preserve the file path when test cases changes. More... over 7 years ago
PDFDocument outputs an end-of-line before the "endstream" keywords of PDFObject instances. More... over 7 years ago
Simplified return values of FormattingWriter methods. More... over 7 years ago
Fixed wrong code in README. More... over 7 years ago
Tests: Restored original regular expressions for testing of XML. More... over 7 years ago
Fixed wrong example code in README. More... over 7 years ago
Updated README. More... over 7 years ago
Made class attributes final where possible. More... over 7 years ago
Removed local redundant variables. More... over 7 years ago
Used bulk operation addAll() instead of loop. More... over 7 years ago
Used switch instead of if-else cascade. More... over 7 years ago
Removed unnused import. More... over 7 years ago
Use the multi-catch syntax of Java 7 where possible. More... over 7 years ago
Use the diamond operator of Java 7 where possible. More... over 7 years ago
VectorGraphics2D now requires at least Java 7 to build. More... over 7 years ago