Add command line flags for specifying layout and view;
authorerg <devnull@localhost>
Thu, 26 Jun 2008 20:38:46 +0000 (20:38 +0000)
committererg <devnull@localhost>
Thu, 26 Jun 2008 20:38:46 +0000 (20:38 +0000)
commit4d2add2dcb82ac083bd6044a8151644ffd4d05b7
tree490bbe8a39ea785cf091f5eb3ad870fc6eeb74a7
parentcfc3a1d320f275bf198adf55ca65175f68a65114
Add command line flags for specifying layout and view;
add code to pick best layout choice for given input graph;
fixed various bugs;
factored out much common code;
added enums for various main options.
cmd/smyrna/glexpose.c
cmd/smyrna/gui/callbacks.c
cmd/smyrna/gui/gui.c
cmd/smyrna/gui/gui.h
cmd/smyrna/gui/menucallbacks.c
cmd/smyrna/gui/topviewsettings.c
cmd/smyrna/main.c
cmd/smyrna/smyrnadefs.h
cmd/smyrna/topview.c
cmd/smyrna/viewport.c