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
Fix for last commit. More... almost 12 years ago
Using different ProGuard Maven plugin to be able to build with Java 1.7. More... almost 12 years ago
Changed some classes to use accessor methods instead of direct access to fields More... about 13 years ago
Updated year in license headers to 2012; Removed some HTML formatting from Javadocs More... about 13 years ago
Updated JUnit to version 4.10 in Maven POM More... about 13 years ago
Updated versions of dependencies More... about 13 years ago
Added profiles for proguard and proguard,macosx to POM (fixes issue #13) More... over 13 years ago
Added site plugin to build configuration (requires Maven 3 now) More... over 13 years ago
Added Proguard to build configuration to produce smaller JAR files; Changed Java version from 1.6 to 1.5 in builds because JAR archives are smaller More... over 13 years ago
Updated license texts to 2011; Minor improvements to exception handling; Minor improvements to JavaDocs More... almost 14 years ago
Fixed image creation for headless configurations More... about 14 years ago
Improved Maven settings; Minor changes to code (no functional changes) More... about 14 years ago
Added settings for rastering resolution and maximal rastered image size; Added comments More... about 14 years ago
Added basic support for Paint objects like gradients or patterns; Minor improvements to code formatting and JavaDocs More... about 14 years ago
Implemented clip() and clipRect() methods in VectorGraphics2D; Fixed VectorGraphics2D.getClipBounds() and VectorGraphics2D.getFontMetrics(font); Changed constructors of utility classes DataUtils and GraphicsUtils to throw exceptions; Minor improvements to code styling and formatting More... about 14 years ago
Changed version to 0.9-SNAPSHOT More... about 14 years ago
Version bump to 0.8 More... about 14 years ago
Finished image support for PDF (see ticket #2) More... about 14 years ago
Fixed xref structure in PDF files which makes output more compatible to PDF specification More... about 14 years ago
Added initial support for images to PDF (there are still compatibility problems with some PDF viewers) More... about 14 years ago
Added VectoGraphics2D.getBytes() method that can take output encoding into account; Removed multi-line code to better reflect Java behavior More... about 14 years ago
Added support for painting strings with line breaks; Fixed string painting in PDF files (see ticket #8) More... about 14 years ago
Added high resolution bounding to EPS output More... about 14 years ago
Fixed unbalanced saving and restoring of graphics state (see ticket #8); Removed unnecessary code for empty PDF outline More... about 14 years ago
Version bump to 0.8-SNAPSHOT More... about 14 years ago
Added support for images in EPS and SVG; Added support for output of transforms (translate, scale, rotate, etc.) More... about 14 years ago
Fixed structure of PDF files (ticket #8) More... about 14 years ago
Fixed wrong bounding box for EPS (ticket #9) More... about 14 years ago
Version 0.7 More... about 14 years ago
Added support for rounded rectangles to EPS (ticket #6); Fixed regression with ellipses in EPS More... about 14 years ago