]> granicus.if.org Git - graphviz/commit
Simplify dotneato_postprocess interface;
authorerg <devnull@localhost>
Fri, 29 Jul 2005 22:59:35 +0000 (22:59 +0000)
committererg <devnull@localhost>
Fri, 29 Jul 2005 22:59:35 +0000 (22:59 +0000)
commit5ddb8e3865114d305db45823cf404adc9a202e9c
tree4e3328ef0accc6c003d7baea11c35b46f3e3d759
parenta296a36a7a749879a26df5baeab72aa33a1d58a2
Simplify dotneato_postprocess interface;
remove unnecessary nodesize functions for circo and twopi;
initialize layout state in graph_init so that it will be initialized anew
for each layout;
move aspect ratio and copying of coords from ND_pos to ND_coord out of
neato spline code;
adopt convention that if the splines attribute is set to "", no splines
are generated.
lib/circogen/circularinit.c
lib/common/input.c
lib/common/postproc.c
lib/common/renderprocs.h
lib/dotgen/dotinit.c
lib/dotgen/dotsplines.c
lib/fdpgen/layout.c
lib/neatogen/neatoinit.c
lib/neatogen/neatosplines.c