]>
granicus.if.org Git - graphviz/log
ellson [Tue, 18 Oct 2005 18:49:22 +0000 (18:49 +0000)]
tkgen.c is a codegen - just needs render.h
ellson [Tue, 18 Oct 2005 18:49:14 +0000 (18:49 +0000)]
another possible fix for fror and raptor + tcldot fix
ellson [Tue, 18 Oct 2005 18:49:08 +0000 (18:49 +0000)]
possible fix for crashes on fror and raptor
ellson [Tue, 18 Oct 2005 18:48:52 +0000 (18:48 +0000)]
Add fdp and circo to gvui;
fix dotneato_basename() to remove possible .exe in Windows version.
ellson [Tue, 18 Oct 2005 18:48:52 +0000 (18:48 +0000)]
Add fdp and circo to gvui;
fix dotneato_basename() to remove possible .exe in Windows version.
ellson [Tue, 18 Oct 2005 18:48:42 +0000 (18:48 +0000)]
finish INST_HDRS change in Makefile.old
ellson [Tue, 18 Oct 2005 18:48:34 +0000 (18:48 +0000)]
cleaning up on set of headers installed from common and gvc
ellson [Tue, 18 Oct 2005 18:48:29 +0000 (18:48 +0000)]
Fix uninitialized variable
ellson [Tue, 18 Oct 2005 18:48:25 +0000 (18:48 +0000)]
Fix typo in Config.mk;
put back assert for mem test in dot.c;
change old makefile for tools to use new LTDL variable;
fix gvpack build files for windows;
be irritated at not-ready-for-prime-time interface of cogito which
forces me to do a single log message for these very unrelated changes.
ellson [Tue, 18 Oct 2005 18:48:25 +0000 (18:48 +0000)]
Fix typo in Config.mk;
put back assert for mem test in dot.c;
change old makefile for tools to use new LTDL variable;
fix gvpack build files for windows;
be irritated at not-ready-for-prime-time interface of cogito which
forces me to do a single log message for these very unrelated changes.
ellson [Tue, 18 Oct 2005 18:48:21 +0000 (18:48 +0000)]
clean up #includes in codegens
ellson [Tue, 18 Oct 2005 18:48:14 +0000 (18:48 +0000)]
trim down on includes in diagen
ellson [Tue, 18 Oct 2005 18:48:08 +0000 (18:48 +0000)]
split colorprocs.h from color.h so that plugins can use color types without
functions
ellson [Tue, 18 Oct 2005 18:47:32 +0000 (18:47 +0000)]
types.h needs stdio.h for FILE
ellson [Tue, 18 Oct 2005 18:47:27 +0000 (18:47 +0000)]
eliminate types.h from render plugin api
ellson [Tue, 18 Oct 2005 18:47:22 +0000 (18:47 +0000)]
eliminate types.h from device plugin api (no access to graph types or funcs)
ellson [Tue, 18 Oct 2005 18:47:10 +0000 (18:47 +0000)]
move sincos definition to arith.h
ellson [Tue, 18 Oct 2005 18:47:05 +0000 (18:47 +0000)]
move current graph object pointers from GVJ_t to GVC_t
ellson [Tue, 18 Oct 2005 18:46:29 +0000 (18:46 +0000)]
provide for "visited" and "deleted" states, in addition to "active", "selected"
ellson [Tue, 18 Oct 2005 18:46:14 +0000 (18:46 +0000)]
splitting out GVJ_s into lib/gvc/gvcjob.h
ellson [Tue, 18 Oct 2005 18:46:08 +0000 (18:46 +0000)]
*** empty log message ***
ellson [Tue, 18 Oct 2005 18:45:59 +0000 (18:45 +0000)]
Go back to correct version of dot.c
ellson [Tue, 18 Oct 2005 18:45:53 +0000 (18:45 +0000)]
Fix some uninitialized variables;
replace raw use of fprintf(stderr,.. with agerr()
replace raw use of *alloc with graphviz versions
ellson [Tue, 18 Oct 2005 18:44:08 +0000 (18:44 +0000)]
Fix wise build file to add new .h files and remove renderprocs.h
ellson [Tue, 18 Oct 2005 18:44:03 +0000 (18:44 +0000)]
add geomprocs.h to Makefile.am and Makefile.old
ellson [Tue, 18 Oct 2005 18:43:56 +0000 (18:43 +0000)]
add (char*) cast to discard const and suppress warning
ellson [Tue, 18 Oct 2005 18:43:48 +0000 (18:43 +0000)]
separate geomprocs.h so that plugins don't get accidental access to libgvc
ellson [Tue, 18 Oct 2005 18:42:59 +0000 (18:42 +0000)]
boolean -> bool (with configure checks and replacements for pre C99 compilers)
ellson [Tue, 18 Oct 2005 18:42:59 +0000 (18:42 +0000)]
boolean -> bool (with configure checks and replacements for pre C99 compilers)
ellson [Tue, 18 Oct 2005 18:42:59 +0000 (18:42 +0000)]
boolean -> bool (with configure checks and replacements for pre C99 compilers)
ellson [Tue, 18 Oct 2005 18:42:45 +0000 (18:42 +0000)]
Update windows build to handle recent changes in how builtins are
handled.
ellson [Tue, 18 Oct 2005 18:42:36 +0000 (18:42 +0000)]
ignore products of Makefile.old
ellson [Tue, 18 Oct 2005 18:42:08 +0000 (18:42 +0000)]
Fix for case of: builtins, but no dynamic plugins
ellson [Tue, 18 Oct 2005 18:41:53 +0000 (18:41 +0000)]
Fix bugs introduced into gvpack from recent changes to the main library.
The node width and height are generated from ND_rw_i, ND_ht_i, and ND_lw_i.
The old version of gvpack just worked by accident.
Also, init_graph resets the layout State, so gvpack must reset it after the
call to init_graph.
ellson [Tue, 18 Oct 2005 18:41:42 +0000 (18:41 +0000)]
Fix some glitches in old make related files
ellson [Tue, 18 Oct 2005 18:41:01 +0000 (18:41 +0000)]
Add .gitignore (top dir only, unlike .cvsignore) to make "cg status" quiet
ellson [Tue, 18 Oct 2005 18:39:36 +0000 (18:39 +0000)]
and include it in source distros.
ellson [Tue, 18 Oct 2005 18:39:26 +0000 (18:39 +0000)]
it works.
ellson [Tue, 18 Oct 2005 18:39:20 +0000 (18:39 +0000)]
make separate plugins like gnu make
ellson [Tue, 18 Oct 2005 18:39:13 +0000 (18:39 +0000)]
fix Makefile.old so that gvpack builds
ellson [Tue, 18 Oct 2005 18:39:02 +0000 (18:39 +0000)]
fix Makefile.old so that it builds.
ellson [Tue, 18 Oct 2005 18:38:54 +0000 (18:38 +0000)]
add new files: logic.h, arith.h
ellson [Tue, 18 Oct 2005 18:38:23 +0000 (18:38 +0000)]
more #include rationalization
ellson [Tue, 18 Oct 2005 18:37:49 +0000 (18:37 +0000)]
pull out memory.[ch] from types.h, macros.h, utils.[ch]
ellson [Tue, 18 Oct 2005 18:35:47 +0000 (18:35 +0000)]
add gvcext.h so plugins get GVC_t and GVJ_t without graph_t
ellson [Tue, 18 Oct 2005 18:35:13 +0000 (18:35 +0000)]
extract color.h from types.h
ellson [Tue, 18 Oct 2005 18:31:17 +0000 (18:31 +0000)]
separate boolean logic defs from types.h and macros.h
ellson [Tue, 18 Oct 2005 18:30:23 +0000 (18:30 +0000)]
avoiding dependencies on pathplan
ellson [Tue, 18 Oct 2005 18:30:23 +0000 (18:30 +0000)]
avoiding dependencies on pathplan
ellson [Tue, 18 Oct 2005 18:30:22 +0000 (18:30 +0000)]
avoiding dependencies on pathplan
ellson [Tue, 18 Oct 2005 18:30:15 +0000 (18:30 +0000)]
separate boolean logic defs from types.h and macros.h
ellson [Tue, 18 Oct 2005 18:30:07 +0000 (18:30 +0000)]
add missing files
ellson [Tue, 18 Oct 2005 18:30:07 +0000 (18:30 +0000)]
add missing files
ellson [Tue, 18 Oct 2005 18:29:28 +0000 (18:29 +0000)]
Trimmed down version of lib/common/geom[hc] that doesn't break neato
ellson [Tue, 18 Oct 2005 18:29:03 +0000 (18:29 +0000)]
back out the geom.[ch] changes that apparently broke neato
ellson [Tue, 18 Oct 2005 18:28:58 +0000 (18:28 +0000)]
Put back magins in Postscript BoundingBox. Default now to 5 points.
ellson [Tue, 18 Oct 2005 18:28:54 +0000 (18:28 +0000)]
fix rankdir=RL and rankdir=BT
ellson [Tue, 18 Oct 2005 18:28:45 +0000 (18:28 +0000)]
use --rpath and avoid need for LD_LIBRARY_PATH in dot.demo/ progs
ellson [Tue, 18 Oct 2005 18:28:41 +0000 (18:28 +0000)]
use the libtool trick for the static builds
ellson [Tue, 18 Oct 2005 18:28:35 +0000 (18:28 +0000)]
fix mechanism for specifying builtins
ellson [Tue, 18 Oct 2005 18:28:35 +0000 (18:28 +0000)]
fix mechanism for specifying builtins
ellson [Tue, 18 Oct 2005 18:28:35 +0000 (18:28 +0000)]
fix mechanism for specifying builtins
ellson [Tue, 18 Oct 2005 18:28:26 +0000 (18:28 +0000)]
but the whole point of the libtool magic was to eliminate the need for builtins.c
ellson [Tue, 18 Oct 2005 18:28:21 +0000 (18:28 +0000)]
still need to use libtool in Makefile for dot.demo/
ellson [Tue, 18 Oct 2005 18:28:16 +0000 (18:28 +0000)]
problem generated .a - this might help
ellson [Tue, 18 Oct 2005 18:28:12 +0000 (18:28 +0000)]
Free memory allocated in libgd
ellson [Tue, 18 Oct 2005 18:28:07 +0000 (18:28 +0000)]
provide some plugin status information in "dot -v"
ellson [Tue, 18 Oct 2005 18:28:01 +0000 (18:28 +0000)]
support --disable-static and use in .spec for rpms
ellson [Tue, 18 Oct 2005 18:27:57 +0000 (18:27 +0000)]
fix typo
ellson [Tue, 18 Oct 2005 18:27:51 +0000 (18:27 +0000)]
don't crash when running dot uninstalled
ellson [Tue, 18 Oct 2005 18:27:43 +0000 (18:27 +0000)]
be quiet about inability to find config
ellson [Tue, 18 Oct 2005 18:27:32 +0000 (18:27 +0000)]
always build dot_static
ellson [Tue, 18 Oct 2005 18:25:49 +0000 (18:25 +0000)]
'get node tooltips from the right place
'
ellson [Tue, 18 Oct 2005 18:22:40 +0000 (18:22 +0000)]
prepare strings for tooltips and hrefs (URL) for use in gui
ellson [Tue, 18 Oct 2005 18:22:22 +0000 (18:22 +0000)]
Fix bug#756 - automatically detect prefix for python includes and libs
- using code suggested by: Javier Cardona <javier@cozybit.com>
ellson [Tue, 18 Oct 2005 18:22:10 +0000 (18:22 +0000)]
avoid potential conflict with basename() defined in strings.h
ellson [Tue, 18 Oct 2005 18:20:41 +0000 (18:20 +0000)]
separate out some put geometry math functions into geom.[ch]
ellson [Tue, 18 Oct 2005 18:18:40 +0000 (18:18 +0000)]
use DIST2 from macros.h instead of defining another version of the same
ellson [Tue, 18 Oct 2005 18:17:03 +0000 (18:17 +0000)]
add geom.[ch] to Makefile.old\n
ellson [Tue, 18 Oct 2005 18:00:11 +0000 (18:00 +0000)]
make main graph the selected object if no other object is selected
ellson [Tue, 18 Oct 2005 17:55:06 +0000 (17:55 +0000)]
tell doxygen about plugin -> lib/plugin change
ellson [Tue, 18 Oct 2005 17:53:51 +0000 (17:53 +0000)]
separate out some put geometry math functions into geom.[ch]
erg [Fri, 23 Sep 2005 17:14:12 +0000 (17:14 +0000)]
Update info files
ellson [Sat, 30 Jul 2005 17:40:04 +0000 (17:40 +0000)]
add some builtins to tcldot and gv language bindings
ellson [Sat, 30 Jul 2005 17:31:29 +0000 (17:31 +0000)]
remove debugging fprintf
ellson [Sat, 30 Jul 2005 17:19:17 +0000 (17:19 +0000)]
fix Makefile.old for no more builtins.c
ellson [Sat, 30 Jul 2005 17:10:16 +0000 (17:10 +0000)]
For static and dynamic programs, builtins are now found
by scanning the symbol table of the program itsel. This means that
making a plugin library into a builtin just requires adding it
to the list of libraries at link time.
This doesn't quite work yet when dot is itself a plugin (tcldot and
the script language bindings) so they still need a builtins.c
ellson [Sat, 30 Jul 2005 13:12:37 +0000 (13:12 +0000)]
be even more specific about the dependencies
ellson [Sat, 30 Jul 2005 09:41:30 +0000 (09:41 +0000)]
make dot_static if --enable-static
ellson [Sat, 30 Jul 2005 00:51:33 +0000 (00:51 +0000)]
too many args to dotneato_postprocess()
ellson [Sat, 30 Jul 2005 00:49:41 +0000 (00:49 +0000)]
str defined as parameter and as local variable, delete local variable
erg [Fri, 29 Jul 2005 22:59:35 +0000 (22:59 +0000)]
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.
erg [Fri, 29 Jul 2005 22:59:35 +0000 (22:59 +0000)]
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.
erg [Fri, 29 Jul 2005 22:59:35 +0000 (22:59 +0000)]
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.
erg [Fri, 29 Jul 2005 22:59:35 +0000 (22:59 +0000)]
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.
ellson [Fri, 29 Jul 2005 22:08:24 +0000 (22:08 +0000)]
add jumptable for gvplugin_device callbacks
- needed so that (non-builtin) plugins can be loaded into static binaries
ellson [Fri, 29 Jul 2005 20:50:20 +0000 (20:50 +0000)]
provide argv list for type & name of selected object
erg [Fri, 29 Jul 2005 17:16:41 +0000 (17:16 +0000)]
Update old makefiles for tools and dot
ellson [Fri, 29 Jul 2005 16:50:30 +0000 (16:50 +0000)]
add support for object selection in gui
extract attribute/value list from selected object
erg [Fri, 29 Jul 2005 14:35:55 +0000 (14:35 +0000)]
Update additional windows build file to handle plugin code move