1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
GraphicsUtils.getAlphaImage() returns white image for opaque input with bitmask alpha. More... over 7 years ago
Tests: Reduce redundancy in GraphicsUtils by moving hardcoded values to constants. More... over 7 years ago
GraphicsUtils.getAlphaImage() returns black image for transparent input with bitmask alpha. More... over 7 years ago
GraphicsUtils.getAlphaImage() returns black image for transparent input. More... over 7 years ago
GraphicsUtils.getAlphaImage() returns white image for input without alpha channel. More... over 7 years ago
Removed commented code in GraphicsUtils.getAlphaImage(). More... over 7 years ago
Tests: GraphicsUtils.usesAlpha() returns false for image without transparent pixels. More... over 7 years ago
Tests: GraphicsUtils.usesAlpha() returns true for image with transparent pixels. More... over 7 years ago
Tests: GraphicsUtils.usesAlpha() returns false for image without alpha channel. More... over 7 years ago
Tests: GraphicsUtils.usesAlpha() returns false for null image. More... over 7 years ago
As Batik 1.9 is used for tests now, the workaround for standalone XML in SVGDocument can be removed (resolves #35). More... over 7 years ago
Made PDFObject class package local and added a basic JavaDoc description to it. More... over 7 years ago
Build: Update Batik SVG library to version 1.9.1. More... over 7 years ago
Tests: Removed unused variable from DataUtils test case. More... over 7 years ago
Release VectorGraphics2D 0.13. More... over 7 years ago
Prepare 0.13 release. More... over 7 years ago
Add more JavaDocs. More... over 7 years ago
Don't allow the creation of utility classes that only contain static methods. More... over 7 years ago
Reduce visibility of EPSDocument and SVGDocument to "default". More... over 7 years ago
Add JavaDocs to all Document implementations. More... over 7 years ago
Add JavaDocs to all classes in the base package. More... over 7 years ago
Fix JavaDocs of processor classes. More... over 7 years ago
Add JavaDocs for all packages. More... over 7 years ago
Tests: GraphicsUtils.clone(null) returns null. More... over 7 years ago
Tests: DataUtils.transfer() writes all bytes of input stream to output stream. More... over 7 years ago
Tests: DataUtils.asList() returns empty list for null double array. More... over 7 years ago
Tests: DataUtils.asList() returns empty list for null float array. More... over 7 years ago
Tests: DataUtils.asList(double[]) returns list containing correct double values. More... over 7 years ago
Tests: DataUtils.asList(float[]) returns list containing correct float values. More... over 7 years ago
Tests: FormattingWriter.tell() returns correct position. More... over 7 years ago