3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CI: Switch to openjdk7 as oraclejdk7 is broken on Travis CI (see https://github.com/travis-ci/travis-ci/issues/7884). More... over 7 years ago
CI: Worked around Ubuntu's gradle installation overwriting JAVA_HOME (use sudo). More... over 7 years ago
CI: Worked around Ubuntu's gradle installation overwriting JAVA_HOME. More... over 7 years ago
NPE fix for Donut PiePlot in pointRenderers More... over 7 years ago
Build: Version bump VectorGraphics2D library to version 0.13. More... over 7 years ago
Build, CI: Integrated test coverage upload coveralls.io. More... over 7 years ago
Build: Update plugin repositories. More... over 7 years ago
Added missing JavaDocs for coloring indices. More... over 7 years ago
GraphicsUtils.fillPaintedShape() deosn't fill shapes without area. More... over 7 years ago
Plot export: Use Processors.get(String) of VectorGraphics2D 0.12 to simplify processor creation. More... over 7 years ago
Used automatic resource management when exporting plots. More... over 7 years ago
Removed unused method call in DummyData. More... over 7 years ago
Fix typos in JavaDocs. More... over 7 years ago
Tests: Fix typo in IndexedColorsTest. More... over 7 years ago
StackedLayout: Fix typo in property stretched. More... over 7 years ago
Fix typo in error message. More... over 7 years ago
Fix encoding of localized German messages. More... over 7 years ago
Used StringBuilder for string concatenation in loops. More... over 7 years ago
Tests: Removed unused import. More... over 7 years ago
Removed redundant local variables. More... over 7 years ago
Code style: Remove unnecessary modifiers. More... over 7 years ago
Tests: Disabled the ExportDialog tests when running on a headless system. More... over 7 years ago
Worked around missing standard constructor in VectorGraphics2D 0.12 by adding an additional code path for the PDFProcessor :-( More... over 7 years ago
Fix VectorWriter to use commands of VectorGraphics2D 0.12. More... over 7 years ago
Use multi-catch syntax of Java 7 where possible. More... over 7 years ago
Tests: Used automatic resource management in try blocks. More... over 7 years ago
Build script: Removed unnecessary semicolon. More... over 7 years ago
Used Java 7 diamond operator. More... over 7 years ago
Avoided unnecessary unpacking. More... over 7 years ago
GRAL now requires at least Java 7 and Gradle 4 to build. More... over 7 years ago