summaryrefslogtreecommitdiffstats
path: root/src/graphlayout (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-14Move around files to remove some vanity directories.Krzysztof Kosi??ski5-311/+0
2010-03-02Cleanup on id access.Jon A. Cruz1-75/+75
2009-12-02Merge GSoC2009 Connectors into trunkArcadie M. Cracan1-0/+1
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-6/+1
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher1-1/+3
2009-01-09Cmake: restructure build files to be more like current build system. Should r...Joshua L. Blocher1-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-06-24Cmake: remove header files from source listsJoshua L. Blocher1-1/+0
2008-04-07cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen1-4/+4
2008-03-30revert Makefile changes accidentally committed (sorry to make this mistake a...Johan B. C. Engelen1-107/+17
2008-03-30add CMakeFiles for io, jabber_whiteboard libavoid libcola.Johan B. C. Engelen1-17/+107
2008-03-30revert Makefile changes accidentally committedJohan B. C. Engelen1-107/+17
2008-03-30add CMakeLists.txt files for removeoverlap and svgJohan B. C. Engelen1-17/+107
2008-03-30add CMakeLists.txt file for src/graphlayoutJohan B. C. Engelen1-0/+4
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 Dwyer2-12/+27
2006-07-12Added layout button and ideal connector length spinbox to connector toolbarTim Dwyer2-3/+3
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 Dwyer2-33/+50
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 Dwyer4-0/+191