3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added 0.10 release and stub for 0.11 to CHANGES file. More... about 11 years ago
Renamed Gradle distribution 'main' to 'standard'. More... about 11 years ago
Fixed an issue that caused minZoom and maxZoom to be swapped in the PlotNavigator. This commit fixed issue #77. More... about 11 years ago
AbstractLegend.Item exposes its symbol and label properties through getters. More... about 11 years ago
The class Item in AbstractLegend is now public. More... about 11 years ago
Removed unused import. More... about 11 years ago
Updated email address for mseifert in license headers of exmaple applications. More... about 11 years ago
Removed unnecessary usage of DataUtils.getValueOrDefault(). More... about 11 years ago
Removed orphaned JavaDoc comments. More... about 11 years ago
Revert precision to 1e-14. More... about 11 years ago
Removed duplicate statement. More... about 11 years ago
Removed redundant initializations. More... about 11 years ago
Using TestUtils.DELTA for unit test precision where possible. Fixed visibility modifiers of several attributes. More... about 11 years ago
Removed unnecessary boxing and unboxing. More... about 11 years ago
Using Collections.addAll() instead of manually adding elements. Replaced String.indexOf() with String.contains(). More... about 11 years ago
Replaced for loops with foreach loops where possible. More... about 11 years ago
Replaced non-looping while with an if statement. More... about 11 years ago
Removed redundant type casts. More... about 11 years ago
Removed final modifier from static methods. More... about 11 years ago
Removed unnecessary semicolons. Fixed package declaration in package-info.java for legend tests. Fixed some JavaDoc comments. More... about 11 years ago
Fixed example code in reST documentation. More... about 11 years ago
Updated version to GRAL 0.10. More... about 11 years ago
Added documentation for BoxPlot and RasterPlot. More... about 11 years ago
Updated documentation to use getter and setter methods for properties instead of the old settings. More... about 11 years ago
Changed e-mail address of mseifert in license header texts. Added missing license headers to several files. More... about 11 years ago
Using local credentials for Maven repository upload. More... about 11 years ago
JdbcData no longer maintains its own column types property (fixes ticket #68). More... about 11 years ago
Merge branch 'gradle' More... about 11 years ago
Removed gradle wrapper scripts from the distributed archives. More... about 11 years ago
Updated README to the gradle build system. More... about 11 years ago