summaryrefslogtreecommitdiffstats
path: root/src/graphlayout (follow)
Commit message (Expand)AuthorAgeFilesLines
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-6/+1
* Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher2009-01-121-1/+3
* Cmake: restructure build files to be more like current build system. Should r...Joshua L. Blocher2009-01-091-0/+1
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-3/+3
* Merge from fe-movedTed Gould2008-11-211-2/+2
* From trunkTed Gould2008-10-271-12/+13
* Merging from trunkTed Gould2008-10-111-7/+7
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-1/+12
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-15/+6
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-2/+2
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-1/+0
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-4/+4
* revert Makefile changes accidentally committed (sorry to make this mistake a...Johan B. C. Engelen2008-03-301-107/+17
* add CMakeFiles for io, jabber_whiteboard libavoid libcola.Johan B. C. Engelen2008-03-301-17/+107
* revert Makefile changes accidentally committedJohan B. C. Engelen2008-03-301-107/+17
* add CMakeLists.txt files for removeoverlap and svgJohan B. C. Engelen2008-03-301-17/+107
* add CMakeLists.txt file for src/graphlayoutJohan B. C. Engelen2008-03-301-0/+4
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
* 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