9
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months 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
- made final numerous methods and variables from ImageSaver. It is never meant to be extended and the final keyword is a huge hint for compiler optimization. More... over 17 years ago
- version 0.4t More... over 17 years ago
- fixed lack of file handler closing which was catastrophic in the long run: the OS would run out of file handles and need to be rebooted! More... over 17 years ago
- added ability to create sub projects Includes a full-fledged cloning system for LayerSet, Layer, etc. Changed the clone method of Displayable to include the Project pointer into which the clone is going. - added support for http:// URLs More... over 17 years ago
- cleaned up repainting machinery, now even more abstracted away (and shorter and clearer) with the new AbstractOffscreenThread class. More... over 17 years ago
- fixed improper checkbox listener in the import sequence as grid dialog More... over 17 years ago
- fixed infinite but subtle loop in the DisplayNavigator: the UpdateGraphicsThread was calling the extended AbstractRepaintThread with a 'true' update_graphics flag, resulting in new UpdateGraphicsThreads being created continuously. More... over 17 years ago
- another safety check to the AbstractRepaintThread More... over 17 years ago
- added safety checks to the repaint thread machinery to avoid potential locks. More... over 17 years ago
- cleaned up repainting machinery, now with a single unique final Thread for each DisplayNavigator and DisplayCanvas. More... over 17 years ago
Merge [email protected]:/backup/repos/TrakEM More... over 17 years ago
- merging temp code. More... over 17 years ago
- StichingTEM.stichTopLeft() uses the imported pose for all patches as start point for the optimizer now
Stephan Saalfeld
as Stephan
More... over 17 years ago
- fixed the grid-import, that did not use the actual pose of the fixed patch
Stephan Saalfeld
as Stephan
More... over 17 years ago
- added ini/trakem2/utils/Lock.java More... over 17 years ago
- more repaint adjustments. Half-way through fixinf navigator for good as well. More... over 17 years ago
- simplified repainting. Getting clearer to fine control, and no longer creates a thread for each repainting operation. More... over 17 years ago
- experimenting with repaint once more. More... over 17 years ago
- created a CSV image file importer with the format: filename x y z The separator can be tab, space or comma, and there are fields for calibration, layer thickness and choosing the first layer. More... over 17 years ago
- fixed proper image pasting: creates a new file in the storage folder, and its mipmaps as well. - fixed improper panel updating after changing the name of a Displayable object. More... over 17 years ago
- fixed snapping, still issues with the linked dependants when rotated More... over 17 years ago
- snapping now attempts to set the rotation too. Needs work. - partially fixed edge of black pixels on painted patches. - now the bounding box is painted as the perimeter. AreaList paints as a box because it has no getPerimeter() method, so it's like an image (0,0,width,height of the data) More... over 17 years ago
- fixed snapping, was failing when there was only one target. More... over 17 years ago
- fixed bad snapping: was using last checked patch, not the best one, as reference to the dx,dy - fixed painting of images with alpha != 1 (the background was being painted on top) More... over 17 years ago
- even more !@#$%^ More... over 17 years ago
- Yet more repaint threading fine-tuning. Now locks less, can kill easier previous threads. More... over 17 years ago
- Further refined repainting threading. More... over 17 years ago
- set min_time for quitting a repainting thread to 0. Seems to be fine now with the proper clip for each Displayable. More... over 17 years ago
- Removed debugging strings. - Fixed black line above floating images. Kind of ... More... over 17 years ago
- Fine tuned clips for repainted Displayable. More... over 17 years ago