summaryrefslogtreecommitdiffstats
path: root/src/libcola (unfollow)
Commit message (Expand)AuthorFilesLines
2006-07-17cleanup, remove warningsTim Dwyer2-50/+56
2006-07-17minor performance improvementTim Dwyer1-5/+7
2006-07-17remove debug messagesTim Dwyer1-9/+10
2006-07-17remove overlaps between connected componentsTim Dwyer2-15/+63
2006-07-17Constraints are now properly divided up between the connected componentsTim Dwyer2-6/+35
2006-07-16Layout algorithm is now applied to each connected component in the Tim Dwyer5-79/+184
2006-07-14fixed warningsTim Dwyer1-0/+2
2006-07-14- Connectors with end-markers now constrained to point downwards in graph layoutTim Dwyer5-44/+45
2006-07-12- added toggle buttons for directed layout (doesn't do anything yet) and over...Tim Dwyer1-2/+2
2006-07-12Previously graph layout was done using the Kamada-Kawai layout algorithm Tim Dwyer14-0/+2229