source: @ 5524

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5524   3 days curtis Move ImageJ project to Git See:  https://github.com/imagej/imagej
(edit) @5523   3 days curtis Tweak method name, for consistency
(edit) @5522   3 days curtis Fix how and where window packing is done
(edit) @5521   3 days curtis Fix Eclipse warning
(edit) @5520   3 days curtis Tweak comment
(edit) @5519   3 days curtis Add debugging flag to disable Mac screen menus This is nice for debugging …
(edit) @5518   3 days curtis Fix menu bar creation & associated event handling The Swing UI *always* …
(edit) @5517   3 days curtis Convert comment to javadoc
(edit) @5516   3 days curtis Add missing file headers
(edit) @5515   3 days curtis Add section headers
(edit) @5514   3 days curtis Clean up imports
(edit) @5513   3 days curtis Add author credits
(edit) @5512   3 days curtis Fix display viewer event subscription
(edit) @5511   3 days curtis Organize imports
(edit) @5510   3 days curtis Remove superfluous getImageDisplay() method We can use getDisplay() …
(edit) @5509   3 days curtis Make instance vars private rather than protected
(edit) @5508   3 days curtis Tweak javadoc
(edit) @5507   3 days curtis Prefer getters to instance variables
(edit) @5506   3 days curtis Move getImageDisplay() to proper section
(edit) @5505   3 days curtis Add section labels
(edit) @5504   3 days curtis Make makeLabel() private & move to Helper section
(edit) @5503   3 days curtis Make subscriber refs private
(edit) @5502   3 days curtis Add convenience method for obtaining EventService This is used in the …
(edit) @5501   3 days curtis Remove unnecessary constructor
(edit) @5500   3 days curtis Add note to fix method design later
(edit) @5499   3 days curtis Add javadoc
(edit) @5498   3 days curtis Remove unused field
(edit) @5497   3 days curtis Use consistent, non-clashing vars in view methods
(edit) @5496   3 days curtis Use getWindow rather than getDisplayWindow This is for conciseness, as …
(edit) @5495   3 days curtis Split Swing-specific viewer logic to an interface This allows alternative …
(edit) @5494   3 days curtis Fix style and improve javadocs
(edit) @5493   3 days curtis Update Eclipse preferences In particular, this changes the …
(edit) @5492   3 days curtis Tweak warning message
(edit) @5491   3 days curtis Add simple unit tests for core display logic
(edit) @5490   3 days curtis Move DefaultTextDisplay into ij-ext This also combines the …
(edit) @5489   3 days curtis Add a default display for all objects This display has a very low …
(edit) @5488   3 days curtis Improve javadoc and comments
(edit) @5487   3 days curtis Show display window when display is created Previously, the SDI …
(edit) @5486   3 days curtis Move common implementation to superclass
(edit) @5485   4 days bdezonia Add missing return statement This fixes a bug that caused undesirable …
(edit) @5484   4 days bdezonia Update window label when curr axis position changes
(edit) @5483   4 days bdezonia Eliminate some persist=false cases that were missed
(edit) @5482   5 days curtis Remove unnecessary required and persist flags The required flag is true …
(edit) @5481   5 days curtis Do not persist objects that cannot be restored Such objects include …
(edit) @5480   5 days curtis Add ClassUtils#canConvert method This method checks on whether calling …
(edit) @5479   5 days bdezonia Make sure canvas label updated as needed Before this change making a type …
(edit) @5478   5 days bdezonia Remove redundant display.update() call The display @Parameter is marked …
(edit) @5477   5 days bdezonia Tag read/write @Parameters with ItemIO.BOTH type
(edit) @5476   6 days bdezonia eliminate warnings
(edit) @5475   6 days bdezonia Eliminate warning
(edit) @5474   6 days bdezonia Add OverlayService::getDisplays(Overlay o)
(edit) @5473   6 days curtis Add maven-java-formatter-plugin configuration This uses the Eclipse …
(edit) @5472   6 days curtis Use new project.rootdir property where applicable
(edit) @5471   6 days curtis Add project.rootdir that always points to toplevel This is a bit of a …
(edit) @5470   6 days bdezonia Add a TODO
(edit) @5469   8 days dscho Updater: refactor writing out single file objects Signed-off-by: Johannes …
(edit) @5468   8 days dscho Updater: initialize metadata from pom.xml When (Mini-)Maven generates a …
(edit) @5467   8 days dscho Updater: introduce convenience class to turn an Enumeration into an …
(edit) @5466   8 days dscho Updater: be nice to old-style update sites There are update sites -- …
(edit) @5465   8 days dscho Updater: files read from local db can never be new Signed-off-by: …
(edit) @5464   8 days dscho Updater: fix a test We actually wanted to test a clean slate... …
(edit) @5463   8 days dscho Updater: safeguard against ill-formed db.xml.gz We should accept invalid …
(edit) @5462   8 days dscho Updater: store then-current file names with the previous versions If we …
(edit) @5461   9 days dscho MacOSX launcher: fix icon path detection Signed-off-by: Johannes …
(edit) @5460   9 days curtis Remove debugging statement
(edit) @5459   9 days curtis Use StatusService for status updates
(edit) @5458   9 days curtis Tweak style
(edit) @5457   9 days curtis Use StatusService for status updates
(edit) @5456   9 days curtis Add Display.isDisplaying(Object) method This is a general method similar …
(edit) @5455   10 days curtis Reuse one AWT event dispatcher per display viewer This provides for more …
(edit) @5454   10 days curtis Narrow return type of getPanel()
(edit) @5453   10 days curtis Make mouse coord tracking slightly more readable
(edit) @5452   10 days curtis When zooming with +/-, use mouse coords as center Does not yet work …
(edit) @5451   10 days curtis Rename ARGB_Plane class to match Java convention
(edit) @5450   10 days curtis Migrate AppQuitEvent handling logic to UIService
(edit) @5449   10 days curtis Make alternative UIs extend AbstractUserInterface
(edit) @5448   10 days curtis Standardize quitting logic
(edit) @5447   10 days curtis Expose application-level methods in AppService This renames the old …
(edit) @5446   10 days curtis Allow null EventService
(edit) @5445   10 days curtis Simplify window event handling
(edit) @5444   10 days curtis Add some missing javadoc
(edit) @5443   10 days curtis Streamline AWT input event dispatching logic This eliminates the separate …
(edit) @5442   10 days curtis Remove obsolete relative mouse coordinate logic
(edit) @5441   11 days dscho ImageJ launcher (windows): really make it a GUI application We tried to …
(edit) @5440   11 days curtis Add AWT menu creator for PopupMenus
(edit) @5439   11 days curtis Clarify & expand javadoc for menu creator classes
(edit) @5438   11 days dscho ImageJ launcher: handle update/ first thing after discovering ijdir …
(edit) @5437   11 days dscho ImageJ launcher: defensive programming When NULL is provided for a %s …
(edit) @5436   12 days dscho ij-app*.zip: include ij-launcher.jar under the versioned filename Now …
(edit) @5435   12 days dscho ij-launcher: Be nice to Java 1.4 Java 1.4 pretended that getenv() goes …
(edit) @5434   12 days dscho Provide a main-class attribute for ij-launcher.jar Signed-off-by: …
(edit) @5433   12 days dscho ij-launcher: complete the move from the 'fiji' to the 'imagej' package …
(edit) @5432   12 days dscho ImageJ launcher: hardcode retrotranslator into the C code again Rather …
(edit) @5431   12 days dscho Add a script to build the launcher without using Maven This is very …
(edit) @5430   12 days dscho launcher: discover jars/ij-launcher{-[0-9]*,}.jar We really want to have …
(edit) @5429   12 days dscho launcher: make usage of suffixcmp() more convenient Signed-off-by: …
(edit) @5428   12 days dscho ImageJ launcher: include client/ or server/ in LD_LIBRARY_PATH When …
(edit) @5427   12 days bdezonia Update status events from LegacyPlugin::run() Some IJ1 plugins run slowly …
(edit) @5426   12 days bdezonia LegacyPlugin - when waiting ignore timer threads The …
(edit) @5425   13 days curtis Clean up some minor style issues
Note: See TracRevisionLog for help on using the revision log.