Branch: refs/heads/feature/haystack_edges
Home: https://github.com/cytoscape/cytoscape-impl
Commit: 2ee1848ca7bf44509f259c5e1b0543799f7c82cd
https://github.com/cytoscape/cytoscape-impl/commit/2ee1848ca7bf44509f259c5e1b0543799f7c82cd
Author: Mike Kucera <[email protected]>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/InputHandlerGlassPane.java
Log Message:
-----------
Don't show node/edge tooltip if the text is blank.
Commit: 2fdb91b8e65108b2061028b5f2e425a6f3b67f2f
https://github.com/cytoscape/cytoscape-impl/commit/2fdb91b8e65108b2061028b5f2e425a6f3b67f2f
Author: Christian Lopes <[email protected]>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/cyannotator/annotations/AnnotationSelection.java
Log Message:
-----------
CYTOSCAPE-12722 Fixes ConcurrentModificationException that happens when
duplicating annotations quickly. Minor cleanup.
Commit: a32683da74f8ea1f52e49b5489c2c259f092f16b
https://github.com/cytoscape/cytoscape-impl/commit/a32683da74f8ea1f52e49b5489c2c259f092f16b
Author: Mike Kucera <[email protected]>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/DEdgeDetails.java
Log Message:
-----------
Fix edge source arrow paint transparency.
Commit: 701a3e80a7906573e191c13b19cc0e31a6ac3797
https://github.com/cytoscape/cytoscape-impl/commit/701a3e80a7906573e191c13b19cc0e31a6ac3797
Author: Mike Kucera <[email protected]>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/strokes/AnimatedDashDotStroke.java
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/strokes/DashDotStroke.java
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/strokes/SolidStroke.java
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/graph/render/immed/GraphGraphics.java
Log Message:
-----------
CYTOSCAPE-12757 Simple edge strokes should have round end.
Commit: 69e10e50698daf5f9db32827ca3f014f83e2d257
https://github.com/cytoscape/cytoscape-impl/commit/69e10e50698daf5f9db32827ca3f014f83e2d257
Author: Christian Lopes <[email protected]>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/InputHandlerGlassPane.java
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/cyannotator/annotations/AnnotationSelection.java
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/cyannotator/tasks/DuplicateAnnotationsTask.java
Log Message:
-----------
CYTOSCAPE-12722 Fixes bug where selected annotations are duplicated twice
when pressing Ctrl-D. Also, the duplicated annotation should not have the same
ID as the original one.
Commit: fd55d0ced8025785f68d635e3312de05baee6a9d
https://github.com/cytoscape/cytoscape-impl/commit/fd55d0ced8025785f68d635e3312de05baee6a9d
Author: Christian Lopes <[email protected]>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/cyannotator/annotations/AbstractAnnotation.java
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/cyannotator/ui/AnnotationMainPanel.java
Log Message:
-----------
CYTOSCAPE-12722 AbstractAnnotation.equals() should probably return true for
two annotations with the sane UUID. Minor code reformatting and cleanup.
Commit: 281101d9d225c92d741c45901f19708674c8b88b
https://github.com/cytoscape/cytoscape-impl/commit/281101d9d225c92d741c45901f19708674c8b88b
Author: Mike Kucera <[email protected]>
Date: 2020-12-09 (Wed, 09 Dec 2020)
Changed paths:
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/graph/render/stateful/GraphRenderer.java
Log Message:
-----------
CYTOSCAPE-12762 Fix haystack edges sometimes shifting positions.
Commit: a29b6df26caa05b83b01867c78e8d86f67c6ccd7
https://github.com/cytoscape/cytoscape-impl/commit/a29b6df26caa05b83b01867c78e8d86f67c6ccd7
Author: Mike Kucera <[email protected]>
Date: 2020-12-09 (Wed, 09 Dec 2020)
Changed paths:
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/DEdgeDetails.java
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/InputHandlerGlassPane.java
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/cyannotator/annotations/AbstractAnnotation.java
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/cyannotator/annotations/AnnotationSelection.java
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/cyannotator/tasks/DuplicateAnnotationsTask.java
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/cyannotator/ui/AnnotationMainPanel.java
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/strokes/AnimatedDashDotStroke.java
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/strokes/DashDotStroke.java
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/strokes/SolidStroke.java
M
ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/graph/render/immed/GraphGraphics.java
Log Message:
-----------
Merge branch 'develop' into feature/haystack_edges
Compare:
https://github.com/cytoscape/cytoscape-impl/compare/fc447872eaf7...a29b6df26caa
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/cytoscape-cvs/cytoscape/cytoscape-impl/push/refs/heads/feature/haystack_edges/fc4478-a29b6d%40github.com.