4
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected about 2 years ago.
Dec 12, 2022 — Dec 12, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Script Editor: scroll to end of errors after compilation More... over 14 years ago
Changed log message to be more descriptive. More... almost 15 years ago
Handle 64-bit Windows properly. More... almost 15 years ago
Got bitten by the "source string".indexOf("thing you're looking for") > 0 again. S/b >= 0. More... almost 15 years ago
Script Editor: fix import of CR/LF encumbered sources from .jar files More... almost 15 years ago
Took out renaming of temporary copy of shared library (it wasn't working properly anyway; wapmx does it in a more sophisticated way). Renaming is only necessary because the createTempFile javadoc claims only three characters of suffix are guaranteed, however in practice the five character suffix "dylib" is working fine. I believe this is from 8.3 file name legacy systems: In an 8.3 file name there are three characters of prefix, the random five numbers, and the three character suffix. More... almost 15 years ago
New strategy for dealing with temporary shared libraries, deleteUponExit is problematic. Delete all matching temporary files for this shared library initially, then extract to unique temporary file name. More... almost 15 years ago
Took out redundant 'deleteUponExit' call, tidied up a bit. More... almost 15 years ago
Delete temporary shared libraries upon exit. More... almost 15 years ago
Tidied up pom.xml somewhat. Unfortunately tabs are disabled in my IDE (substitutes spaces) and pom uses tabs. More... almost 15 years ago
Renamed packages since I'm modifying the wapmx code. Extract from a known spot in the jar to the temporary directory and do a System.load from there. More... almost 15 years ago
Uses a different strategy to get the native library. Extracts from jar to temporary directory and does a System.load from there. Subsequent System.loadLibrary, etc. will succeed once library has been loaded. More... almost 15 years ago
Script Editor: when initializing a new plugin, add a CLASSPATH, too More... almost 15 years ago
Make POM project names clearer. More... almost 15 years ago
Fix up POMs a bit more: More... almost 15 years ago
Standardize POM repository comment. More... almost 15 years ago
Script Editor: unbreak opening from the Macro Recorder More... almost 15 years ago
Clean up licensing and add license blurbs. More... almost 15 years ago
Add BSD license file. More... almost 15 years ago
Fix extra projects' POM hierarchy. More... almost 15 years ago
Merge remote-tracking branch 'origin/updater' More... almost 15 years ago
Script Editor: hide unnerving messages unless in debug mode More... almost 15 years ago
Can't find a writable directory in the library path under Linux. More... almost 15 years ago
Update TODOs More... almost 15 years ago
Add another level of hierarchy to the ImageJ projects. More... almost 15 years ago
Script Editor: when looking for class names, ignore multi-line selections More... almost 15 years ago
Script Editor: TextEditor.open(String) returns the Tab, and there is a Tab newTab(String,String) method. More... almost 15 years ago
Serve Maven artifacts using Apache on port 80. More... almost 15 years ago
Script Editor: add a Tracking Tool template More... almost 15 years ago
Script Editor: make sure accelerators are added to the correct JTextArea More... almost 15 years ago