4
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 years ago. based on code collected over 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 15 years ago
Changed log message to be more descriptive. More... over 15 years ago
Handle 64-bit Windows properly. More... over 15 years ago
Got bitten by the "source string".indexOf("thing you're looking for") > 0 again. S/b >= 0. More... over 15 years ago
Script Editor: fix import of CR/LF encumbered sources from .jar files More... over 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... over 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... over 15 years ago
Took out redundant 'deleteUponExit' call, tidied up a bit. More... over 15 years ago
Delete temporary shared libraries upon exit. More... over 15 years ago
Tidied up pom.xml somewhat. Unfortunately tabs are disabled in my IDE (substitutes spaces) and pom uses tabs. More... over 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... over 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... over 15 years ago
Script Editor: when initializing a new plugin, add a CLASSPATH, too More... over 15 years ago
Make POM project names clearer. More... over 15 years ago
Fix up POMs a bit more: More... over 15 years ago
Standardize POM repository comment. More... over 15 years ago
Script Editor: unbreak opening from the Macro Recorder More... over 15 years ago
Clean up licensing and add license blurbs. More... over 15 years ago
Add BSD license file. More... over 15 years ago
Fix extra projects' POM hierarchy. More... over 15 years ago
Merge remote-tracking branch 'origin/updater' More... over 15 years ago
Script Editor: hide unnerving messages unless in debug mode More... over 15 years ago
Can't find a writable directory in the library path under Linux. More... over 15 years ago
Update TODOs More... over 15 years ago
Add another level of hierarchy to the ImageJ projects. More... over 15 years ago
Script Editor: when looking for class names, ignore multi-line selections More... over 15 years ago
Script Editor: TextEditor.open(String) returns the Tab, and there is a Tab newTab(String,String) method. More... over 15 years ago
Serve Maven artifacts using Apache on port 80. More... over 15 years ago
Script Editor: add a Tracking Tool template More... over 15 years ago
Script Editor: make sure accelerators are added to the correct JTextArea More... over 15 years ago