openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
VectorGraphics2D
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 4 of 20
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
VectorGraphics2D now requires Gradle 4 to build.
Erich Seifert
More...
over 7 years ago
Build: Fixed test coverage with Cobertura plugin by adding missing logging libraries.
Erich Seifert
More...
over 7 years ago
Build: Measure test coverage and upload results to coveralls.io.
Erich Seifert
More...
over 7 years ago
Tests: Covered that FormattingWriter can correctly write bytes, strings and EOLs.
Erich Seifert
More...
over 7 years ago
FormattingWriter fails with invalid arguments in constructor.
Erich Seifert
More...
over 7 years ago
Tests: Added test class for utils.FormattingWriter.
Erich Seifert
More...
over 7 years ago
Tests: Simplified regular expression for XML matching.
Erich Seifert
More...
over 7 years ago
Updated CHANGES.rst.
Erich Seifert
More...
over 7 years ago
Replaced Arrays.asList(item) with Collections.singletonList(item) to improve performance.
Erich Seifert
More...
over 7 years ago
Fixed test for an empty PDF document to match output of byte-based PDFDocument.
Erich Seifert
More...
over 7 years ago
Updated PDFDocument to use byte[] instead of String to avoid errors with binary streams in PDF (fixes #64).
Erich Seifert
More...
over 7 years ago
Made FormattingWriter auto closable.
Erich Seifert
More...
over 7 years ago
Implemented writing of byte[] data in FormattingWriter.
Erich Seifert
More...
over 7 years ago
Derived PDF streams from OutputStream to ensure easier interface.
Erich Seifert
More...
over 7 years ago
Added method to check whether a PDF payload is empty.
Erich Seifert
More...
over 7 years ago
Tests: TestBrowser uses a single instance for its save dialog to preserve the file path when test cases changes.
Erich Seifert
More...
over 7 years ago
PDFDocument outputs an end-of-line before the "endstream" keywords of PDFObject instances.
Erich Seifert
More...
over 7 years ago
Simplified return values of FormattingWriter methods.
Erich Seifert
More...
over 7 years ago
Fixed wrong code in README.
Erich Seifert
More...
over 7 years ago
Tests: Restored original regular expressions for testing of XML.
Erich Seifert
More...
over 7 years ago
Fixed wrong example code in README.
Erich Seifert
More...
over 7 years ago
Updated README.
Erich Seifert
More...
over 7 years ago
Made class attributes final where possible.
Erich Seifert
More...
over 7 years ago
Removed local redundant variables.
Erich Seifert
More...
over 7 years ago
Used bulk operation addAll() instead of loop.
Erich Seifert
More...
over 7 years ago
Used switch instead of if-else cascade.
Erich Seifert
More...
over 7 years ago
Removed unnused import.
Erich Seifert
More...
over 7 years ago
Use the multi-catch syntax of Java 7 where possible.
Erich Seifert
More...
over 7 years ago
Use the diamond operator of Java 7 where possible.
Erich Seifert
More...
over 7 years ago
VectorGraphics2D now requires at least Java 7 to build.
Erich Seifert
More...
over 7 years ago
←
1
2
3
4
5
6
7
8
9
…
19
20
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree