9
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 2 years ago.
Jan 27, 2022 — Jan 27, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message *** More... over 17 years ago
*** empty log message *** More... over 17 years ago
fix for win2k - patch provided by canutf More... over 17 years ago
- Fixed a bug in the selection which was affecting the brush for AreaList. More... over 17 years ago
- made object selection from the trees, Search, and Compare better: - listens to shift key for adding to the current selection (or clearing it first) - better canvas arrangement - added a Utils.now() function to get the current time in HH:MM:SS More... over 17 years ago
- 0.5f - fixed problem with single core machines: no image loader threads were being generated at all. More... over 17 years ago
- fixed double slash problem in paths provided by ImageJ. More... over 17 years ago
- fixed and error in Profile mouseDragged signature. More... over 17 years ago
- HOLY SHIT I forgot to update some mouse method signatues ... AreaLis and Profile where broken. - fixed 'make subproject': now passes along the preprocessor plugin and mipmap folders, as well as project properties. More... over 17 years ago
*** empty log message *** More... over 17 years ago
fix for whitespace at start of commandline More... over 17 years ago
*** empty log message *** More... over 17 years ago
*** empty log message *** More... over 17 years ago
- fixed an error in deselecting objects with the ESC key. More... over 17 years ago
- made Dissector zoom-invariance configurable in the project properties dialog. More... over 17 years ago
- made Dissector points radius zoom-invariant. - made Dissector paint the snapshot always as a box - removed some debugging strings from DisplayCanvas and Dissector. More... over 17 years ago
- fixed an error in the preloader thread (lack of list length check) - fixed an error that prevented consumation of the key event for - and + keys (i.e. another ImageJ window as also receiving it) - cleanup old methods from Utils More... over 17 years ago
- fixed an error in the export for web functions: non-rectangular areas to export were failing because of a single letter typo (x for y). More... over 17 years ago
- cleaned up leftover cruft from the controller mouse methods. More... over 17 years ago
- added proper setup and cleanup for preloader threading system. More... over 17 years ago
- preloading now first the last images added to the queue, since those are the last requested. It gives a chance for the others to be removed from the queue before preloading, if no longer relevant. More... over 17 years ago
- minor changes to background image preloader system. More... over 17 years ago
- rewritten image preloader to use up to CPU core threads only in all cases. More... over 17 years ago
- fixed bounding boxes of pipes, still some issues (box a bit too large) when the pipe is rotated or scaled. More... over 17 years ago
- Display class code cleanup. - removed LayerSet.active_layer: wrong concept, it's a Display that has an active Layer. - added generics to Layer.al_displayables and LayerSet.al_zdispl and LayerSet.al_layers, for ease of looping and less verbosity. More... over 17 years ago
- now recycling DisplayablePanels for even faster layer browsing. - fixed more swing-related threading issues. More... over 17 years ago
- fixed issues with dispatcher threads and swing/awt threads involving ImageJ's log window. More... over 17 years ago
- added thread dispatchers for the log and status window: so the log is finally the ImageJ log window. - fixed some swing issues regarding updating the Display tabs (I finally grok it) More... over 17 years ago
- fixed issues involving swing's borked thread model: - in opening saved displays, now the image repaints fine (Patch.prePaint was failing at willPaint because of threading issues) - in creating a new ZDisplayable from the ProjectTree, it was not selected in the front Display if the proper tab was not there (again threading issues) More... over 17 years ago
- disabled "Export 3D" from the ProjectTree: this is handled by the Export DXF and Export Wavefront within the 3D viewer. More... over 17 years ago