summaryrefslogtreecommitdiffstats
path: root/src/libcola/connected_components.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Put adaptagrams into its own folderMarc Jeanmougin2018-04-291-160/+0
|
* Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; ↵Sylvain Chiron2017-07-011-30/+58
| | | | | | changed the code to match the new API Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
* cppcheck: performance + variable typeKris De Gussem2013-09-271-4/+4
| | | (bzr r12603)
* code cleanup: quiet warnings with gcc.Campbell Barton2012-11-201-1/+1
| | | (bzr r11888)
* minor performance improvementTim Dwyer2006-07-171-5/+7
| | | (bzr r1428)
* remove debug messagesTim Dwyer2006-07-171-9/+10
| | | (bzr r1426)
* remove overlaps between connected componentsTim Dwyer2006-07-171-0/+44
| | | (bzr r1425)
* Constraints are now properly divided up between the connected componentsTim Dwyer2006-07-171-4/+22
| | | (bzr r1424)
* Layout algorithm is now applied to each connected component in the Tim Dwyer2006-07-161-0/+67
selection separately. Previously, behaviour of layout on disconnected graphs was... undefined! (bzr r1421)