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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
We now use connector spacing to determine the minimum space required
Tim Dwyer
2006-07-18
1
-2
/
+12
*
remove debug messages
Tim Dwyer
2006-07-17
1
-7
/
+1
*
remove overlaps between connected components
Tim Dwyer
2006-07-17
1
-0
/
+1
*
Constraints are now properly divided up between the connected components
Tim Dwyer
2006-07-17
1
-3
/
+12
*
Layout algorithm is now applied to each connected component in the
Tim Dwyer
2006-07-16
1
-12
/
+17
*
fixed warnings
Tim Dwyer
2006-07-14
1
-9
/
+5
*
- Connectors with end-markers now constrained to point downwards in graph layout
Tim Dwyer
2006-07-14
1
-26
/
+55
*
- added toggle buttons for directed layout (doesn't do anything yet) and over...
Tim Dwyer
2006-07-12
2
-12
/
+27
*
Added layout button and ideal connector length spinbox to connector toolbar
Tim Dwyer
2006-07-12
2
-3
/
+3
*
Previously graph layout was done using the Kamada-Kawai layout algorithm
Tim Dwyer
2006-07-12
1
-60
/
+39
*
* src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp,
mjwybrow
2006-02-15
1
-1
/
+1
*
shuffling includes to make it compile again
Ralf Stephan
2006-02-14
1
-1
/
+1
*
dumps the graph to cout in dot format
Tim Dwyer
2006-02-14
1
-1
/
+1
*
cleanup
Tim Dwyer
2006-02-14
2
-33
/
+50
*
* src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp,
mjwybrow
2006-02-14
1
-1
/
+1
*
using libavoid/geomtypes.h
Tim Dwyer
2006-02-13
1
-6
/
+2
*
Make our own simple_point
Tim Dwyer
2006-02-13
1
-2
/
+7
*
fix
Tim Dwyer
2006-02-13
1
-1
/
+1
*
ifdefs
Tim Dwyer
2006-02-13
1
-7
/
+8
*
cleanup
Tim Dwyer
2006-02-13
1
-8
/
+2
*
added isConnector function
Tim Dwyer
2006-02-13
1
-7
/
+9
*
Correct connector/node check
Tim Dwyer
2006-02-13
1
-2
/
+8
*
Added connector graph layout functionality
Tim Dwyer
2006-02-13
4
-0
/
+191