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 environment: Fix path for upgraded gradle. More... over 7 years ago
CI environment: Fix upgrade of gradle. More... over 7 years ago
CI environment: Allow sudo. More... over 7 years ago
CI environment: Install latest gradle version. More... over 7 years ago
CI environment: Show gradle version before installation. More... over 7 years ago
CI environment: Show gradle version. More... over 7 years ago
Build: Updated Gradle Cobertura plugin to version 2.5.0. More... over 7 years ago
CI environment: Run tests also on JDK 8. More... over 7 years ago
Build: Updated JMH microbenchmarking framework to version 0.4.4. More... over 7 years ago
Updated year in license headers. More... over 7 years ago
Updated VectorGraphics2D dependency to version 0.12. More... over 7 years ago
Removed Legend.refresh(). ValueLegend takes care of refreshes whenever a DataSource is added, removed, or changed. SeriesLegend refreshes automatically when a DataSource is added or removed. Removed obsolete methods isValid, invalidate, and refresh from AbstractLegend. More... over 8 years ago
Added getter for AbstractLegend.source. More... over 8 years ago
AbstractPlot no longer calls Legend.refresh(). ValueLegend refreshes itself when the underlying data changes. More... over 8 years ago
Replaced PointRenderer with BoxWhiskerRenderer in constructor of BoxPlot.LegendSymbol. More... over 8 years ago
BoxPlot.LegendSymbol no longer depends on BoxPlot. More... over 8 years ago
Simplified BoxPlot.LegendSymbol. More... over 8 years ago
Fixed a bug in BoxPlot that caused the legend symbols to have wrong styling. More... over 8 years ago
PiePlot.LegendSymbol no longer depends on PiePlot. More... over 8 years ago
BarPlot.LegendSymbol no longer depends on BarPlot. More... over 8 years ago
Simplified BarPlot.LegendSymbol.draw. More... over 8 years ago
BarPlot.LegendSymbol receives a BarRenderer instead of a general PointRenderer as a constructor argument. More... over 8 years ago
The legend symbols of BarPlot, BoxPlot, and PiePlot no longer use row.getSource(). However, they require an additional PointRenderer to be passed as a constructor argument. More... over 8 years ago
Removed obsolete method SeriesLegend.getEntries(DataSource). More... over 8 years ago
SeriesLegend stores Drawables by DataSource, instead of by Row. More... over 8 years ago
SeriesLegend.getLabel() now takes a DataSource instead of a Row. More... over 8 years ago
Moved AbstractLegend.getLabel(Row) into subclasses, because the code was designed for ValueLegend only. More... over 8 years ago
SeriesLegend.getSymbol() takes a DataSource as argument. This was changed, because SeriesLegend works with DataSource object as opposed to ValueLegend which works with records. More... over 8 years ago
Moved AbstractLegend.getSymbol(Row) into subclasses, because the code was designed for ValueLegend only. More... over 8 years ago
Pushed AbstractLegend.components into subclasses, because the code was designed for ValueLegend only. More... over 8 years ago