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