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
2010-03-14
Move around files to remove some vanity directories.
Krzysztof Kosi??ski
1
-262
/
+0
2010-03-02
Cleanup on id access.
Jon A. Cruz
1
-75
/
+75
2009-12-02
Merge GSoC2009 Connectors into trunk
Arcadie M. Cracan
1
-0
/
+1
2008-12-28
More NR ==> Geom changes
Joshua L. Blocher
1
-3
/
+3
2008-11-21
Merge from fe-moved
Ted Gould
1
-2
/
+2
2008-10-27
From trunk
Ted Gould
1
-12
/
+13
2008-10-11
Merging from trunk
Ted Gould
1
-7
/
+7
2008-09-18
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
1
-1
/
+12
2008-09-16
Refactored preferences handling into a new version of
Krzysztof Kosi??ski
1
-15
/
+6
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-2
/
+2
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+2
2007-03-18
more judicious checking of results of find on my shape lookup table. Null
Tim Dwyer
1
-40
/
+78
2007-03-16
Added check for null bounding box of shapes involved in graph layout.
Tim Dwyer
1
-10
/
+18
2007-03-10
Merge further bbox work
MenTaLguY
1
-5
/
+7
2007-02-02
* src/graphlayout/graphlayout.cpp: For the purposes of graph layout,
mjwybrow
1
-1
/
+7
2006-07-18
We now use connector spacing to determine the minimum space required
Tim Dwyer
1
-2
/
+12
2006-07-17
remove debug messages
Tim Dwyer
1
-7
/
+1
2006-07-17
remove overlaps between connected components
Tim Dwyer
1
-0
/
+1
2006-07-17
Constraints are now properly divided up between the connected components
Tim Dwyer
1
-3
/
+12
2006-07-16
Layout algorithm is now applied to each connected component in the
Tim Dwyer
1
-12
/
+17
2006-07-14
fixed warnings
Tim Dwyer
1
-9
/
+5
2006-07-14
- Connectors with end-markers now constrained to point downwards in graph layout
Tim Dwyer
1
-26
/
+55
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