1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 24, 2025 — Feb 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix FreeHEP anti-aliasing bug More... over 11 years ago
Show warning for unset sensor lengths More... over 11 years ago
Remove nbproject/private from repo More... over 11 years ago
Clean up source code; work on manual More... over 11 years ago
Fix file loading bug (booleans/ints) More... over 11 years ago
Label sample directions on site EA plot More... over 11 years ago
Add ditz numbers to bug summaries More... over 11 years ago
Update Java version to 1.7 More... over 11 years ago
Convert Ditz bug database to Bugs Everywhere More... over 11 years ago
Fixed PCA line clipping bug. This is the bug reported by Yoichi Usui on 2014-09-04. In certain uncommon cases, a projected PCA line can be completely outside the clipping rectangle; in this case, Util.clipLineToRectangle (correctly) returns null; Zplot.drawPcaLine then passed this null object to Util.scaleLine, which attempted to call its methods, resulting in a NullPointerException. This situation is now handled correctly. More... over 11 years ago
Minor changes to the manual. More... over 11 years ago
Fixed #285: Selectable units for data import More... over 11 years ago
Fixed #284: PuffinPlot crash on startup due to malformed build date. More... almost 12 years ago
Merged with head from Google Code repository. More... almost 12 years ago
Fixed #283: AMS import does not work with some files More... almost 12 years ago
Minor fix for depth plot. Depth plot is now hidden if there is no valid depth data. More... about 12 years ago
Added rudimentary RPI calculation. More... about 12 years ago
Proof-of-concept depth/inclination plot added. This relates to issue #279. The current plot shows only depth vs. inclination and lacks various important features like variable y-axis scaling. More... about 12 years ago
Proof-of-concept depth/inclination plot added. This relates to issue #279. The current plot shows only depth vs. inclination and lacks various important features like variable y-axis scaling. More... over 12 years ago
Improvements to some figures in manual. I have updated figures 1 and 2, changing the font from Delicious to DejaVu Sand Semi-Condensed, to better harmonize with the fonts used for the manual text. I have also redrafter Figure 1 with a screenshot from the current version of PuffinPlot, rather than the now slightly outdated version previously used. Finally, I have added the figures directory to the repository -- previously only fig-src was included. More... over 12 years ago
Rewrote Plot.putText(). I noticed that an axis label was slightly misaligned. This turned out to be the mouth of a rather deep rabbit-hole, at the bottom of which was a rewrite of Plot.putText(). The new version is not only more correct, but also far more thoroughly commented. More... over 12 years ago
Implemented #272: Fisher analysis for demagnetization data, etc. Also made some changes in terminology (changing "point" to "demagnetization step in many cases), both within the code and in the manual. More... over 12 years ago
Fixed #277: Cache (some) lines on equal-area plots More... over 12 years ago
Work on #277: Cache (some) lines on equal-area plots, etc. Also fixed a great-circle bug: if a great-circle intersection was attempted on a site with only one GC and no PCA directions, Puffin would attempt it (despite the obvious impossibility) and crash as a result of the ensuing NaNs. Now Puffin only does the analysis if there are at least two great circles or one PCA direction. More... over 12 years ago
More work on #272: Fisher analysis for demagnetization data Sample-level Fisher parameters are now exported with other sample data. Still not displayed in sample parameter table, though. More... over 12 years ago
Removed line tapering code for equal-are plots. The equal-area code has long included an option to taper lines so that line segments "nearer" to the viewer are shown as thicker and darker. While this produced quite a pleasing effect, it was never made a user-accessible option, and is unlikely to be wanted by anyone (since, to my knowledge, nobody has ever used tapered lines in a published plot). I'm making some preparations for caching polylines in equal-area plots (since recalculating and reprojecting e.g. a small circle on every redraw is noticeably laggy), and removing the tapering code will simplify this. Even if it is ever required, removing and re-adding it will probably be easier than preserving it through the addition of caching. More... over 12 years ago
Work on #272: Fisher analysis for demagnetization data There is now an action to perform this analysis, and the site equal area plot can show the direction. However, the Fisher parameters are not yet shown textually or exported with the other sample data. More... over 12 years ago
Tidied up menus. Ensured that all menu items had a mnemonic and tooltip, and that none of the mnemonics clashed. Also added numeric mnemonics to recent files list, so e.g. you can quickly reopen your last-used file with alt-f, r, 1. More... over 12 years ago
Fixed #276: Better documentation for site EA plot More... over 12 years ago
Implemented #249: Distinguish demag points from means... More... over 12 years ago