index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
graphlayout
/
graphlayout.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2006-07-12
- added toggle buttons for directed layout (doesn't do anything yet) and over...
Tim Dwyer
1
-11
/
+26
2006-07-12
Added layout button and ideal connector length spinbox to connector toolbar
Tim Dwyer
1
-2
/
+2
2006-07-12
Previously graph layout was done using the Kamada-Kawai layout algorithm
Tim Dwyer
1
-60
/
+39
2006-02-15
* src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp,
mjwybrow
1
-1
/
+1
2006-02-14
shuffling includes to make it compile again
Ralf Stephan
1
-1
/
+1
2006-02-14
dumps the graph to cout in dot format
Tim Dwyer
1
-1
/
+1
2006-02-14
cleanup
Tim Dwyer
1
-31
/
+44
2006-02-14
* src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp,
mjwybrow
1
-1
/
+1
2006-02-13
using libavoid/geomtypes.h
Tim Dwyer
1
-6
/
+2
2006-02-13
Make our own simple_point
Tim Dwyer
1
-2
/
+7
2006-02-13
fix
Tim Dwyer
1
-1
/
+1
2006-02-13
ifdefs
Tim Dwyer
1
-7
/
+8
2006-02-13
cleanup
Tim Dwyer
1
-8
/
+2
2006-02-13
added isConnector function
Tim Dwyer
1
-7
/
+9
2006-02-13
Correct connector/node check
Tim Dwyer
1
-2
/
+8
2006-02-13
Added connector graph layout functionality
Tim Dwyer
1
-0
/
+147