Source code checked in, #25296
+ Fixed ParameterizedLayoutAlgorithm exception (thanks to thinkJD) + Fixed parallel edges calculations in case of opposite-directed edges (thanks to thinkJD)
View ArticleSource code checked in, #25331
+ Fixed invalid parallel edges detection in some cases (thanks to bleibold)
View ArticleSource code checked in, #25741
+ Added GraphArea::AddCustomChildControl() and GraphArea::RemoveCustomChildControl() methods to make the possibility to add any custom controls that are not vertex or edge. + Added...
View ArticleSource code checked in, #25743
+ Fixed issue with inproper overlap removal work (that issue affected some algorithms vis) using new coordinates system
View ArticleSource code checked in, #25758
+ Added correct endpoints rendering for parallel edges on a rectangular vertex shape (thanks to bleibold) + Fixed issue with incorrect rendering of parallel edges (thanks to bleibold)
View ArticleSource code checked in, #25968
RELEASE 2.0.1 + Added GraphArea::AddCustomChildControl() and GraphArea::RemoveCustomChildControl() methods to make the possibility to add any custom controls that are not vertex or edge. + Added...
View ArticleSource code checked in, #25969
+ Added strong name signing + Added files missing due SVN glitch
View ArticlePatch Uploaded: #15872
DaKaLKa has uploaded a patch.Description:Hallo Alexander,I had a simple requirement to use own control-classes for EdgeControl and VertexControl with the "GenerateGraph" and "GenerateAllEdges" methods....
View ArticlePatch Uploaded: #15873
DaKaLKa has uploaded a patch.Description:Updated Patch for my last patch.Sorry, forgot to make a svn update.
View ArticlePatch Uploaded: #15875
DaKaLKa has uploaded a patch.Description:Patched the ZoomToFill Method in the ZoomControl to take care of the MaxZoom-Settings
View ArticlePatch Uploaded: #15876
DaKaLKa has uploaded a patch.Description:Dependency-Property LogicCoreProperty was registered on GraphAreaBase should be GraphArea<TVertex, TEdge, TGraph> (cause problems)
View ArticleSource code checked in, #26012
+ Fixed labels rendering for parallel edges. Now they are displayed separately for each edge. + Fixed async calculations being broken due to LogicCore property became dependency + Some code refactoring
View Article