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
Moved KernelUtilsTest to the same package as KernelUtils. More... almost 10 years ago
Adjusted the RenderingHints in BitmapWriter to produce high quality images by default. More... almost 10 years ago
Fixed a bug that could cause a NullPointerException when setting values in uninitialized DataTable objects. More... almost 10 years ago
Merge branch 'master' of github.com:eseifert/gral More... almost 10 years ago
Rename README to README.rst More... almost 10 years ago
Updated year in license texts More... about 10 years ago
Merge remote-tracking branch 'origin/master' More... about 10 years ago
Fixed build scripts to work with gradle 2 or higher. More... about 10 years ago
Fixed index to store DataChangeEvents in DataTable.clear() (Fixes ticket #117). More... about 10 years ago
Merge remote-tracking branch 'origin/master' More... almost 11 years ago
Added new methods {{{zoomAt}}}, {{{zoomInAt}}}, and {{{zoomOutAt}}} to Navigator for scaling at a specified center point. this will be handy for touch input. More... almost 11 years ago
Using equals() instead of identity for comparison of components in PointND. Made test data local in DrawableWriterTest. Made random number generator final in SimplePiePlot example. More... almost 11 years ago
Moved Label from plot package to graphics package. More... almost 11 years ago
Increased readibility of code in AbstractAxisRenderer2D.getPosition(Axis, Number, boolean, boolean). Added comment and TODO for AxisRenderer.worldToView(Axis, Number, boolean). More... almost 11 years ago
Renamed variables and slightly restructured code in AbstractAxisRenderer2D.getPosition(Axis, Number, boolean, boolean) to increase readibility. More... almost 11 years ago
Added a method to Axis that returns the relative position of a specified point to the axis range. More... almost 11 years ago
Merge branch 'master' of ssh://[email protected]/gral.git More... almost 11 years ago
Added a comment to the setBaseFont method that it shouldn't be used manually. More... almost 11 years ago
Replace fake font size constants by actual size of base font. More... almost 11 years ago
Added base font to Legend and AbstractLegend. Implemented propagation of base font from plot to plot area and legend. More... almost 11 years ago
Added base font property to PlotArea. Reorganized imports in AbstractPlot and PlotArea. More... almost 11 years ago
Added base font property to Plot and AbstractPlot. Using static constants for default sizes in AbstractPlot instead of hard coded values. More... almost 11 years ago
Replaced the properties labelFont, labelColor, labelRotation, and String: label with an instance of de.erichseifert.gral.Label. More... almost 11 years ago
Added an example showing a Label with background. More... almost 11 years ago
Label supports a background property. More... almost 11 years ago
Added a method that allows setting the position of a Drawable. More... almost 11 years ago
Added a method to Container that allows to query whether a specified Drawable is stored. More... almost 11 years ago
Added a method to Container that allows the retrieval of a list of stored drawables. More... almost 11 years ago
Updated license headers. Added missing license headers. More... almost 11 years ago
AbstractLegend.refreshLayout no longer explicitly sets the layout of the legend. More... almost 11 years ago