summaryrefslogtreecommitdiffstats
path: root/src/graphlayout/graphlayout.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2007-03-18more judicious checking of results of find on my shape lookup table. NullTim Dwyer1-40/+78
2007-03-16Added check for null bounding box of shapes involved in graph layout.Tim Dwyer1-10/+18
2007-03-10Merge further bbox workMenTaLguY1-5/+7
2007-02-02* src/graphlayout/graphlayout.cpp: For the purposes of graph layout,mjwybrow1-1/+7
2006-07-18We now use connector spacing to determine the minimum space requiredTim Dwyer1-2/+12
2006-07-17remove debug messagesTim Dwyer1-7/+1
2006-07-17remove overlaps between connected componentsTim Dwyer1-0/+1
2006-07-17Constraints are now properly divided up between the connected componentsTim Dwyer1-3/+12
2006-07-16Layout algorithm is now applied to each connected component in the Tim Dwyer1-12/+17
2006-07-14fixed warningsTim Dwyer1-9/+5
2006-07-14- Connectors with end-markers now constrained to point downwards in graph layoutTim Dwyer1-26/+55
2006-07-12- added toggle buttons for directed layout (doesn't do anything yet) and over...Tim Dwyer1-11/+26
2006-07-12Added layout button and ideal connector length spinbox to connector toolbarTim Dwyer1-2/+2
2006-07-12Previously graph layout was done using the Kamada-Kawai layout algorithm Tim Dwyer1-60/+39
2006-02-15* src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, mjwybrow1-1/+1
2006-02-14shuffling includes to make it compile againRalf Stephan1-1/+1
2006-02-14dumps the graph to cout in dot formatTim Dwyer1-1/+1
2006-02-14cleanupTim Dwyer1-31/+44
2006-02-14* src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp,mjwybrow1-1/+1
2006-02-13using libavoid/geomtypes.hTim Dwyer1-6/+2
2006-02-13Make our own simple_pointTim Dwyer1-2/+7
2006-02-13fixTim Dwyer1-1/+1
2006-02-13ifdefsTim Dwyer1-7/+8
2006-02-13cleanupTim Dwyer1-8/+2
2006-02-13added isConnector functionTim Dwyer1-7/+9
2006-02-13Correct connector/node checkTim Dwyer1-2/+8
2006-02-13Added connector graph layout functionalityTim Dwyer1-0/+147