[med-svn] [imagej] branch upstream updated (a544c43 -> 808af31)
Carnë Draug
carandraug+dev at gmail.com
Tue Sep 26 14:32:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
carandraug-guest pushed a change to branch upstream
in repository imagej.
from a544c43 New upstream version 1.51p+dfsg
new 808af31 New upstream version 1.51q
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
IJ_Props.txt | 7 +-
build.xml | 7 +-
ij/IJ.java | 32 +-
ij/ImageJ.java | 2 +-
ij/ImagePlus.java | 53 +-
ij/Menus.java | 2 +-
ij/Prefs.java | 2 +
ij/gui/ImageCanvas.java | 4 +-
ij/gui/ImageWindow.java | 2 +
ij/gui/Plot.java | 1206 ++++++++++++++++++++------------
ij/gui/PlotCanvas.java | 10 +-
ij/gui/PlotDialog.java | 38 +-
ij/gui/PlotWindow.java | 237 ++++---
ij/gui/PointRoi.java | 30 +-
ij/gui/ProfilePlot.java | 4 +-
ij/gui/Roi.java | 22 +-
ij/gui/RotatedRectRoi.java | 18 +-
ij/gui/ShapeRoi.java | 1 -
ij/gui/StackWindow.java | 9 +-
ij/gui/Toolbar.java | 74 +-
ij/gui/Wand.java | 16 +-
ij/io/FileInfo.java | 5 +-
ij/io/FileOpener.java | 4 +
ij/io/FileSaver.java | 12 +
ij/io/RoiDecoder.java | 2 +-
ij/io/TiffDecoder.java | 20 +-
ij/io/TiffEncoder.java | 14 +
ij/macro/Functions.java | 577 ++++++++-------
ij/macro/Interpreter.java | 5 +-
ij/macro/MacroConstants.java | 6 +-
ij/measure/ResultsTable.java | 2 +-
ij/plugin/BrowserLauncher.java | 12 +-
ij/plugin/CalibrationBar.java | 22 +-
ij/plugin/Duplicator.java | 125 +++-
ij/plugin/FFT.java | 12 +-
ij/plugin/GelAnalyzer.java | 7 +-
ij/plugin/MacroInstaller.java | 2 +-
ij/plugin/NewPlugin.java | 4 +-
ij/plugin/RGBStackConverter.java | 2 +
ij/plugin/ScaleBar.java | 26 +-
ij/plugin/Selection.java | 2 +-
ij/plugin/StackPlotter.java | 93 +++
ij/plugin/Straightener.java | 14 +-
ij/plugin/WandToolOptions.java | 12 +-
ij/plugin/ZProjector.java | 141 +++-
ij/plugin/frame/ContrastAdjuster.java | 5 -
ij/plugin/frame/Editor.java | 9 +-
ij/plugin/frame/LineWidthAdjuster.java | 10 +-
ij/plugin/frame/MemoryMonitor.java | 2 +-
ij/plugin/frame/PlugInDialog.java | 4 +-
ij/plugin/frame/Recorder.java | 6 +-
ij/process/AutoThresholder.java | 1 -
ij/process/FHT.java | 2 +-
ij/process/FloatProcessor.java | 7 +-
ij/process/ImageProcessor.java | 79 ++-
ij/util/FontUtil.java | 56 ++
macros/SmoothWandTool.txt | 104 +++
release-notes.html | 24 +-
58 files changed, 2129 insertions(+), 1077 deletions(-)
create mode 100644 ij/plugin/StackPlotter.java
create mode 100644 ij/util/FontUtil.java
create mode 100644 macros/SmoothWandTool.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/imagej.git
More information about the debian-med-commit
mailing list