summaryrefslogtreecommitdiffstats
path: root/src/graphlayout.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-2/+3
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-3/+3
2011-07-02compatibility for building with clang, this failed for 2 reasons.Campbell Barton1-3/+4
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-0/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-2/+2
2010-03-14Move around files to remove some vanity directories.Krzysztof Kosi??ski1-1/+1
2010-03-02Cleanup on id access.Jon A. Cruz1-75/+75
2009-12-02Merge GSoC2009 Connectors into trunkArcadie M. Cracan1-0/+1
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-3/+3
2008-11-21Merge from fe-movedTed Gould1-2/+2
2008-10-27From trunkTed Gould1-12/+13
2008-10-11Merging from trunkTed Gould1-7/+7
2008-09-18More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert1-1/+12
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski1-15/+6
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-2/+2
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
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