Code

remove debug messages
[inkscape.git] / src / graphlayout / graphlayout.cpp
2006-07-17 tgdwyerremove debug messages
2006-07-17 tgdwyerremove overlaps between connected components
2006-07-17 tgdwyerConstraints are now properly divided up between the...
2006-07-16 tgdwyerLayout algorithm is now applied to each connected compo...
2006-07-14 tgdwyerfixed warnings
2006-07-14 tgdwyer - Connectors with end-markers now constrained to point...
2006-07-12 tgdwyer - added toggle buttons for directed layout (doesn...
2006-07-12 tgdwyerAdded layout button and ideal connector length spinbox...
2006-07-12 tgdwyerPreviously graph layout was done using the Kamada-Kawai...
2006-02-15 mjwybrow * src/document.cpp, src/document.h, src/sp-conn...
2006-02-14 rwstshuffling includes to make it compile again
2006-02-14 tgdwyerdumps the graph to cout in dot format
2006-02-14 tgdwyercleanup
2006-02-14 mjwybrow * src/graphlayout/graphlayout.cpp, src/conn-avoid...
2006-02-13 tgdwyerusing libavoid/geomtypes.h
2006-02-13 tgdwyerMake our own simple_point
2006-02-13 tgdwyerfix
2006-02-13 tgdwyerifdefs
2006-02-13 tgdwyercleanup
2006-02-13 tgdwyeradded isConnector function
2006-02-13 tgdwyerCorrect connector/node check
2006-02-13 tgdwyerAdded connector graph layout functionality