Skip to content
Changes
- release notes
—
Jeremy Faden /
detail
- code assumed strings were at least four characters when testing for dates.
—
Jeremy Faden /
detail
- bug 2705: after we saw that the time contained a space, simply allow times to contain spaces, since they parse properly.
—
Jeremy Faden /
detail
- bug 2705: print the datum value which caused the runtime exception
—
Jeremy Faden /
detail
- clean up docs for this project
—
Jeremy Faden /
detail
- clean up docs for this project
—
Jeremy Faden /
detail
- whoops, undo restore setThreadId, which is needed for Java 8
—
Jeremy Faden /
detail
- trivial remove use of deprecated setThreadId. (IDs are now longs)
—
Jeremy Faden /
detail
- add PolyMeshRenderer to compile list
—
Jeremy Faden /
detail
- bugfix: error bar style should not be enabled by default.
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- remove name
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- corrections to fix path append needs.
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- bugfix: normalize bytes by items, and check to see if ITEM_BYTES is already there. https://pds-ppi.igpp.ucla.edu/data/VG1-J_S_SS-PWS-1-EDR-WFRM-60MS-V1.0/DATA/WFRM/P9/V1P9_002/C0105058.LBL?WAVEFORM_BYTE wouldn't read
—
Jeremy Faden /
detail
- add voyager highrate files, after seeing WAVEFORM_BYTE was not handled properly.
—
Jeremy Faden /
detail
- put in a simple cache since the label document is read many times per second, resulting in significant slowdown.
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- Mike had correction for https://cottagesystems.com/~jbf/autoplot/u/2025/mike/20250505/rbspb_pre_ect-mageisM75-sp-L1_20120908_v1.0.0.cdf?Count_Rate_SpinSetAvg
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- experimental code for handling uncompressed data in CDF file with NIO read and no read to byte[]
—
Jeremy Faden /
detail
- need branch for compressed data.
—
Jeremy Faden /
detail
- https://sourceforge.net/p/autoplot/bugs/2702/: check arguments of call...
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- merge in changes from cdfj project, including Mike L's changes to support RLE, Huffman, and other compression types.
—
Jeremy Faden /
detail
- add compression types
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- showMessageDialog provides a branded message dialog.
—
Jeremy Faden /
detail
- catch situation which will cause runtime error and show dialog instead.
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- 2700: use column of focus plot.
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- add copy filename to clipboard action
—
Jeremy Faden /
detail
- add copy filename to clipboard action
—
Jeremy Faden /
detail
- remove extra newline
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- disable 256MB test, which is misfiring, for now.
—
Jeremy Faden /
detail
- disable 256MB test, which is misfiring, for now.
—
Jeremy Faden /
detail
- remove webstart as launch option. (I thought I'd done this, but I think I would manually remove it.)
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- bug 2692: detect github link and always use external browser.
—
Jeremy Faden /
detail
- bug 1687: sloppy code to support PWD + 'file.cdf?<C>' completions broke completions for "vap+cdaweb:ds=<C>"
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- corrections to completions, where the name of the parameter was repeated. Also descriptions also look for the name, which often is put in there by teams (JAD_30_LRS for example) so that the description is understood out-of-context, but the name provides context.
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- https://sourceforge.net/p/autoplot/bugs/2692/: fix no-argument call where () would be turned in to --, resulting in extra - at the end of the URL
—
Jeremy Faden /
detail
- remove kludge, do properly by importing as with getApplication()
—
Jeremy Faden /
detail
- remove kludge, do properly by importing as with getApplication()
—
Jeremy Faden /
detail
- kludge in MouseModule completions
—
Jeremy Faden /
detail
- attempt to fix @see
—
Jeremy Faden /
detail
- remove <html> from showMessageDialog in example, since it was messing up the rendering.
—
Jeremy Faden /
detail
- see if single quotes fix the documentation rendering bug in addMouseModule rendering
—
Jeremy Faden /
detail
- update the see-also link to something.
—
Jeremy Faden /
detail
- rte_0753429255: support non-ASCII names. Thanks, EDY!
—
Jeremy Faden /
detail
- remove old uiowa reference, the docs are now at CS world headquarters.
—
Jeremy Faden /
detail
- rte_0753429255: support non-ASCII names. Thanks, EDY!
—
Jeremy Faden /
detail
- rte_0753429255: support non-ASCII names. Thanks, EDY!
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- bug https://sourceforge.net/p/autoplot/bugs/2694/: prompt "make this main window" for the menu action the same way we would for the address bar.
—
Jeremy Faden /
detail
-
—
Jeremy Faden /
detail
- javadoc tweaks. Check for at least 500MB of memory, in case someone uses -Xmx16M instead of -Xmx16G.
—
Jeremy Faden /
detail
- catch OutOfMemoryError when parsing bookmarks. Autoplot user reported OutOfMemory while reading (presumably) corrupt bookmarks file while starting up on Apr 9, 2025 to the Autoplot google group.
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- update the new javadoc to not coalesce var arg functions (findgen(int) is same as findgen(int,int))
—
Jeremy Faden /
detail
- release notes
—
Jeremy Faden /
detail
- bugfix https://sourceforge.net/p/autoplot/bugs/2693/: symbolSize was not set initially for scatter.
—
Jeremy Faden /
detail