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
*
Move around files to remove some vanity directories.
Krzysztof Kosi??ski
2010-03-14
5
-311
/
+0
*
Cleanup on id access.
Jon A. Cruz
2010-03-02
1
-75
/
+75
*
Merge GSoC2009 Connectors into trunk
Arcadie M. Cracan
2009-12-02
1
-0
/
+1
*
Only build static libraries for subdirs than actually contain libraries,
Krzysztof Kosi??ski
2009-02-20
1
-6
/
+1
*
Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...
Joshua L. Blocher
2009-01-12
1
-1
/
+3
*
Cmake: restructure build files to be more like current build system. Should r...
Joshua L. Blocher
2009-01-09
1
-0
/
+1
*
More NR ==> Geom changes
Joshua L. Blocher
2008-12-28
1
-3
/
+3
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-2
/
+2
*
From trunk
Ted Gould
2008-10-27
1
-12
/
+13
*
Merging from trunk
Ted Gould
2008-10-11
1
-7
/
+7
*
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
2008-09-18
1
-1
/
+12
*
Refactored preferences handling into a new version of
Krzysztof Kosi??ski
2008-09-16
1
-15
/
+6
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
1
-2
/
+2
*
Cmake: remove header files from source lists
Joshua L. Blocher
2008-06-24
1
-1
/
+0
*
cmake: EOL of cmakelists.txt in subdirs
Johan B. C. Engelen
2008-04-07
1
-4
/
+4
*
revert Makefile changes accidentally committed (sorry to make this mistake a...
Johan B. C. Engelen
2008-03-30
1
-107
/
+17
*
add CMakeFiles for io, jabber_whiteboard libavoid libcola.
Johan B. C. Engelen
2008-03-30
1
-17
/
+107
*
revert Makefile changes accidentally committed
Johan B. C. Engelen
2008-03-30
1
-107
/
+17
*
add CMakeLists.txt files for removeoverlap and svg
Johan B. C. Engelen
2008-03-30
1
-17
/
+107
*
add CMakeLists.txt file for src/graphlayout
Johan B. C. Engelen
2008-03-30
1
-0
/
+4
*
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
2008-01-31
1
-0
/
+2
*
more judicious checking of results of find on my shape lookup table. Null
Tim Dwyer
2007-03-18
1
-40
/
+78
*
Added check for null bounding box of shapes involved in graph layout.
Tim Dwyer
2007-03-16
1
-10
/
+18
*
Merge further bbox work
MenTaLguY
2007-03-10
1
-5
/
+7
*
* src/graphlayout/graphlayout.cpp: For the purposes of graph layout,
mjwybrow
2007-02-02
1
-1
/
+7
*
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