]> granicus.if.org Git - graphviz/log
graphviz
19 years agorename "is_configured" to "has_been_rendered" and set from gvevent.c
ellson [Tue, 18 Oct 2005 20:57:52 +0000 (20:57 +0000)]
rename "is_configured" to "has_been_rendered" and set from gvevent.c

19 years agoadd "is_configured" to GVJ_t* so that custom actions can take place on first
ellson [Tue, 18 Oct 2005 20:55:26 +0000 (20:55 +0000)]
add "is_configured" to GVJ_t* so that custom actions can take place on first
configure event

19 years ago-lc didn't solve the _environ problem. remove
ellson [Tue, 18 Oct 2005 20:51:31 +0000 (20:51 +0000)]
-lc didn't solve the _environ problem.  remove

19 years agolibpack should have -no-undefined
ellson [Tue, 18 Oct 2005 20:51:28 +0000 (20:51 +0000)]
libpack should have -no-undefined

19 years agoexclude Doxyfile* and dosygen/ from graphviz-win.tgz
ellson [Tue, 18 Oct 2005 20:51:25 +0000 (20:51 +0000)]
exclude Doxyfile* and dosygen/ from graphviz-win.tgz

19 years agostart 2.7 development series
ellson [Tue, 18 Oct 2005 20:51:17 +0000 (20:51 +0000)]
start 2.7 development series

19 years agosome missed fileremovals
ellson [Tue, 18 Oct 2005 20:34:50 +0000 (20:34 +0000)]
some missed fileremovals
missed removes

19 years agomissed change
ellson [Tue, 18 Oct 2005 20:22:19 +0000 (20:22 +0000)]
missed change

19 years agomissed change
ellson [Tue, 18 Oct 2005 20:16:57 +0000 (20:16 +0000)]
missed change

19 years agorelease 2.6
ellson [Tue, 18 Oct 2005 19:15:02 +0000 (19:15 +0000)]
release 2.6

19 years agoadjust for renamed Config.mk.old
ellson [Tue, 18 Oct 2005 19:14:56 +0000 (19:14 +0000)]
adjust for renamed Config.mk.old

19 years agowork around "if IRIX +1" weirdness in libtool LT_CURRENT versioning
ellson [Tue, 18 Oct 2005 19:14:53 +0000 (19:14 +0000)]
work around "if IRIX +1" weirdness in libtool LT_CURRENT versioning

19 years ago'!' is not 1's compliment, use '~' instead
ellson [Tue, 18 Oct 2005 19:13:05 +0000 (19:13 +0000)]
'!' is not 1's compliment, use '~' instead

19 years agoattempting to fix undefined in libexpr on Mac OS/X
ellson [Tue, 18 Oct 2005 19:12:58 +0000 (19:12 +0000)]
attempting to fix undefined in libexpr on Mac OS/X

19 years agoUse AC_CANONICAL_HOST instead of AC_CANONICAL_TARGET.
ellson [Tue, 18 Oct 2005 19:12:53 +0000 (19:12 +0000)]
Use AC_CANONICAL_HOST instead of AC_CANONICAL_TARGET.
Ralf Corsepius <rc040203@freenet.de>

19 years agoFixed HTML formatting error.
ellson [Tue, 18 Oct 2005 19:12:43 +0000 (19:12 +0000)]
Fixed HTML formatting error.

19 years agoUpdate old make configure and build process;
ellson [Tue, 18 Oct 2005 19:12:38 +0000 (19:12 +0000)]
Update old make configure and build process;
avoid including sys/time.h in lefty/common.h on Windows;
fix Windows build;
remove a couple of holes related to the new libgvc_dot_builtins.a;
fix several bugs in dotty and lefty related to sending output to
the printer and rendering output in postscript

19 years agoUpdate old make configure and build process;
ellson [Tue, 18 Oct 2005 19:12:38 +0000 (19:12 +0000)]
Update old make configure and build process;
avoid including sys/time.h in lefty/common.h on Windows;
fix Windows build;
remove a couple of holes related to the new libgvc_dot_builtins.a;
fix several bugs in dotty and lefty related to sending output to
the printer and rendering output in postscript

19 years agoput back AC_CANONICAL_TARGET, otherwise LIBPOSTFIX isn't set on x86_64
ellson [Tue, 18 Oct 2005 19:12:25 +0000 (19:12 +0000)]
put back AC_CANONICAL_TARGET, otherwise LIBPOSTFIX isn't set on x86_64

19 years agomissed change
ellson [Tue, 18 Oct 2005 19:12:11 +0000 (19:12 +0000)]
missed change

19 years agoFix mode=hier in neato to allow mixed undirected and directed edges
ellson [Tue, 18 Oct 2005 19:10:13 +0000 (19:10 +0000)]
Fix mode=hier in neato to allow mixed undirected and directed edges
using the constraint attribute

19 years agoAdd mode field to neato verbose mode;
ellson [Tue, 18 Oct 2005 19:10:06 +0000 (19:10 +0000)]
Add mode field to neato verbose mode;
use #include <config.h> in gvc.c for VERSION and BUILDDATE

19 years agocustom libgvc_dot_builtins for Makefile.old only (drop libgvc_builtins for Makefile...
ellson [Tue, 18 Oct 2005 19:09:58 +0000 (19:09 +0000)]
custom libgvc_dot_builtins for Makefile.old only (drop libgvc_builtins for Makefile.old)

19 years agocustom libgvc_dot_builtins for Makefile.old only (drop libgvc_builtins for Makefile...
ellson [Tue, 18 Oct 2005 19:09:58 +0000 (19:09 +0000)]
custom libgvc_dot_builtins for Makefile.old only (drop libgvc_builtins for Makefile.old)

19 years agoapparently sys/time.h is needed to define fd_set when using C99 - go figure
ellson [Tue, 18 Oct 2005 19:08:23 +0000 (19:08 +0000)]
apparently sys/time.h is needed to define fd_set when using C99 - go figure

19 years agotypdef bool unless c++
ellson [Tue, 18 Oct 2005 19:08:17 +0000 (19:08 +0000)]
typdef bool unless c++

19 years agoconfig.h is private, don't include from any public headers
ellson [Tue, 18 Oct 2005 19:07:47 +0000 (19:07 +0000)]
config.h is private, don't include from any public headers

19 years agoprovide a separate libgvc_builtins for when builtins are required
ellson [Tue, 18 Oct 2005 19:07:23 +0000 (19:07 +0000)]
provide a separate libgvc_builtins for when builtins are required

19 years agofix to target_cpu v host_cpu canonicalization - reported by rc040203@freenet.de
ellson [Tue, 18 Oct 2005 19:06:21 +0000 (19:06 +0000)]
fix to target_cpu v host_cpu canonicalization - reported by rc040203@freenet.de

19 years agoupdate ChangeLog in preparation for 2.6 release
ellson [Tue, 18 Oct 2005 19:06:16 +0000 (19:06 +0000)]
update ChangeLog in preparation for 2.6 release

19 years agotwo lines, two bugs, sounds about right :-(
ellson [Tue, 18 Oct 2005 19:06:13 +0000 (19:06 +0000)]
two lines, two bugs, sounds about right :-(

19 years agoChange lefty old makefile to support compile-time lefty lib dir;
ellson [Tue, 18 Oct 2005 19:06:08 +0000 (19:06 +0000)]
Change lefty old makefile to support compile-time lefty lib dir;
replace abbreviated boolean attribute assignment

19 years agoChange lefty old makefile to support compile-time lefty lib dir;
ellson [Tue, 18 Oct 2005 19:06:07 +0000 (19:06 +0000)]
Change lefty old makefile to support compile-time lefty lib dir;
replace abbreviated boolean attribute assignment

19 years agofix check for library version using LT_CURRENT
ellson [Tue, 18 Oct 2005 19:06:02 +0000 (19:06 +0000)]
fix check for library version using LT_CURRENT

19 years agoChange test data a3.dot to reflect the bug fix for graph labels and
ellson [Tue, 18 Oct 2005 19:05:55 +0000 (19:05 +0000)]
Change test data a3.dot to reflect the bug fix for graph labels and
rankdir=BT;
don't print any config file info with -v if plugins are disabled;
move free of fontpath malloced in libgd to after possible use.

19 years agoChange test data a3.dot to reflect the bug fix for graph labels and
ellson [Tue, 18 Oct 2005 19:05:55 +0000 (19:05 +0000)]
Change test data a3.dot to reflect the bug fix for graph labels and
rankdir=BT;
don't print any config file info with -v if plugins are disabled;
move free of fontpath malloced in libgd to after possible use.

19 years agoFix compile-time-path-of-last-resort for lefty to find its scripts
ellson [Tue, 18 Oct 2005 19:05:50 +0000 (19:05 +0000)]
Fix compile-time-path-of-last-resort for lefty to find its scripts

19 years ago...and so it will still be undefined in libpack
ellson [Tue, 18 Oct 2005 19:05:46 +0000 (19:05 +0000)]
...and so it will still be undefined in libpack

19 years agodrop --no-undefined from lib/gvc/Makefile.am since lt_preloaded_symbols is not defined
ellson [Tue, 18 Oct 2005 19:05:41 +0000 (19:05 +0000)]
drop --no-undefined from lib/gvc/Makefile.am since lt_preloaded_symbols is not defined

19 years agofix some unitialized variable warnings
ellson [Tue, 18 Oct 2005 19:05:38 +0000 (19:05 +0000)]
fix some unitialized variable warnings

19 years agoSecurity fixes from Javier Fernández-Sanguino Peña <jfs@computer.org>
ellson [Tue, 18 Oct 2005 19:05:34 +0000 (19:05 +0000)]
Security fixes from Javier Fernández-Sanguino Peña <jfs@computer.org>
and ek@research.att.com

19 years agoSecurity fixes from Javier Fernández-Sanguino Peña <jfs@computer.org>
ellson [Tue, 18 Oct 2005 19:05:34 +0000 (19:05 +0000)]
Security fixes from Javier Fernández-Sanguino Peña <jfs@computer.org>
and ek@research.att.com

19 years agouse "NULL" instead of "0" in execl params (4 places)
ellson [Tue, 18 Oct 2005 19:05:30 +0000 (19:05 +0000)]
use "NULL" instead of "0" in execl params (4 places)
patch from: Andreas Gruenbacher <agruen@suse.de>

19 years agoanother try at libpack library dependencies
ellson [Tue, 18 Oct 2005 19:05:27 +0000 (19:05 +0000)]
another try at libpack library dependencies

19 years agotry without -no-undefined
ellson [Tue, 18 Oct 2005 19:05:21 +0000 (19:05 +0000)]
try without -no-undefined

19 years agoundo Makefile.am breakage
ellson [Tue, 18 Oct 2005 19:05:18 +0000 (19:05 +0000)]
undo Makefile.am breakage

19 years agoAdd FAQ on libexpat and security
ellson [Tue, 18 Oct 2005 19:05:11 +0000 (19:05 +0000)]
Add FAQ on libexpat and security

19 years agotry adding -lgvc to libpack LIBADD to solve problem on MacOS/X
ellson [Tue, 18 Oct 2005 19:05:08 +0000 (19:05 +0000)]
try adding -lgvc to libpack LIBADD to solve problem on MacOS/X

19 years agoadd "extern codegen_t GD_CodeGen;" in case no freetype installed.
ellson [Tue, 18 Oct 2005 19:05:04 +0000 (19:05 +0000)]
add "extern codegen_t GD_CodeGen;" in case no freetype installed.

19 years agoFix bug#774 - extra </g> when invis edges.
ellson [Tue, 18 Oct 2005 19:04:59 +0000 (19:04 +0000)]
Fix bug#774 - extra </g> when invis edges.
Reported by: Emmanuel Pietriga <emmanuel.pietriga@inria.fr>

19 years agoFix bug 772
ellson [Tue, 18 Oct 2005 19:04:55 +0000 (19:04 +0000)]
Fix bug 772

19 years agoFix bug when rankdir=BT and graph has a label. The graph was not being
ellson [Tue, 18 Oct 2005 19:04:50 +0000 (19:04 +0000)]
Fix bug when rankdir=BT and graph has a label. The graph was not being
translated enough for the label

19 years agofix quoting in RIBU|Y\7f\7f\7f\7f
ellson [Tue, 18 Oct 2005 19:04:46 +0000 (19:04 +0000)]
fix quoting in RIBU|Y\7f\7f\7f\7f
fix quoting in setting of RUBY_LIBS

19 years agotrying to retain old cairo surface...
ellson [Tue, 18 Oct 2005 19:04:42 +0000 (19:04 +0000)]
trying to retain old cairo surface...

19 years agoreuse curent job for "New" graph
ellson [Tue, 18 Oct 2005 19:04:37 +0000 (19:04 +0000)]
reuse curent job for "New" graph

19 years agotrim down on the storage and code for gui_state (active, selected, visited,
ellson [Tue, 18 Oct 2005 19:04:33 +0000 (19:04 +0000)]
trim down on the storage and code for gui_state (active, selected, visited,
deleted)

19 years agoreturn empty string, instead of NULL, for empty lists of plugins
ellson [Tue, 18 Oct 2005 19:04:25 +0000 (19:04 +0000)]
return empty string, instead of NULL, for empty lists of plugins

19 years agomake [style=bold] a bit less ugly in gd bitmap outputs
ellson [Tue, 18 Oct 2005 19:04:20 +0000 (19:04 +0000)]
make [style=bold] a bit less ugly in gd bitmap outputs

19 years agoFix -V flag in lefty scripts
ellson [Tue, 18 Oct 2005 19:03:28 +0000 (19:03 +0000)]
Fix -V flag in lefty scripts

19 years agoBack out lefty's use of lneato.sh as a ksh script; return to earlier
ellson [Tue, 18 Oct 2005 19:03:25 +0000 (19:03 +0000)]
Back out lefty's use of lneato.sh as a ksh script; return to earlier
bourne shell script

19 years agoBack out lefty's use of lneato.sh as a ksh script; return to earlier
ellson [Tue, 18 Oct 2005 19:03:25 +0000 (19:03 +0000)]
Back out lefty's use of lneato.sh as a ksh script; return to earlier
bourne shell script

19 years agoruby libdir fix from Bob Lied <lied@lucent.com>
ellson [Tue, 18 Oct 2005 18:59:37 +0000 (18:59 +0000)]
ruby libdir fix from  Bob Lied <lied@lucent.com>

19 years agomove check for MATH_LIBS ahead of check for -lpng which needs it
ellson [Tue, 18 Oct 2005 18:59:34 +0000 (18:59 +0000)]
move check for MATH_LIBS ahead of check for -lpng which needs it
Bob Lied <lied@lucent.com>

19 years agosupport for "New" graphs
ellson [Tue, 18 Oct 2005 18:59:31 +0000 (18:59 +0000)]
support for "New" graphs

19 years agoimplement event processing needed for load/save/export
ellson [Tue, 18 Oct 2005 18:59:26 +0000 (18:59 +0000)]
implement event processing needed for load/save/export

19 years agouse less glaring colors for active/selected/etc states, fix transitions bug
ellson [Tue, 18 Oct 2005 18:59:21 +0000 (18:59 +0000)]
use less glaring colors for active/selected/etc states, fix transitions bug

19 years agoimpliment "visited" coloring
ellson [Tue, 18 Oct 2005 18:59:16 +0000 (18:59 +0000)]
impliment "visited" coloring

19 years agoadd comment about why wrong initializations is OK
ellson [Tue, 18 Oct 2005 18:59:11 +0000 (18:59 +0000)]
add comment about why wrong initializations is OK

19 years agovaious fixes for rendering to gtk or xlig from a script. modgraph.tcl demo
ellson [Tue, 18 Oct 2005 18:59:02 +0000 (18:59 +0000)]
vaious fixes for rendering to gtk or xlig from a script.  modgraph.tcl demo

19 years agomore header cleanup, add generalized point-around-origin rotations
ellson [Tue, 18 Oct 2005 18:58:22 +0000 (18:58 +0000)]
more header cleanup, add generalized point-around-origin rotations

19 years agovaious fixes for rendering to gtk or xlig from a script. modgraph.tcl demo
ellson [Tue, 18 Oct 2005 18:57:14 +0000 (18:57 +0000)]
vaious fixes for rendering to gtk or xlig from a script.  modgraph.tcl demo

19 years agobugfix to setv $g node attr val
ellson [Tue, 18 Oct 2005 18:57:09 +0000 (18:57 +0000)]
bugfix to setv $g node attr val

19 years agoadd setv, getv and iterators for node/edge attributes of graph
ellson [Tue, 18 Oct 2005 18:57:05 +0000 (18:57 +0000)]
add setv, getv and iterators for node/edge attributes of graph

19 years agoWhen lefty updated dotty, he assumes ksh and made dotty.sh basically
ellson [Tue, 18 Oct 2005 18:56:31 +0000 (18:56 +0000)]
When lefty updated dotty, he assumes ksh and made dotty.sh basically
a ksh script, and no longer has a dotty.ksh. Moved dotty.sh to dotty.ksh,
and restored old vanilla dotty.sh.

19 years agoWhen lefty updated dotty, he assumes ksh and made dotty.sh basically
ellson [Tue, 18 Oct 2005 18:56:31 +0000 (18:56 +0000)]
When lefty updated dotty, he assumes ksh and made dotty.sh basically
a ksh script, and no longer has a dotty.ksh. Moved dotty.sh to dotty.ksh,
and restored old vanilla dotty.sh.

19 years agofix breakage with rendering to Tk canvas from tcldot
ellson [Tue, 18 Oct 2005 18:56:25 +0000 (18:56 +0000)]
fix breakage with rendering to Tk canvas from tcldot

19 years agoand more transitive includes
ellson [Tue, 18 Oct 2005 18:56:21 +0000 (18:56 +0000)]
and more transitive includes

19 years agoremoving more transitive includes
ellson [Tue, 18 Oct 2005 18:56:16 +0000 (18:56 +0000)]
removing more transitive includes

19 years agomore header rationalization
ellson [Tue, 18 Oct 2005 18:56:10 +0000 (18:56 +0000)]
more header rationalization

19 years agoclean up some transitive includes
ellson [Tue, 18 Oct 2005 18:56:05 +0000 (18:56 +0000)]
clean up some transitive includes

19 years agoreplace // with #if 0
ellson [Tue, 18 Oct 2005 18:55:50 +0000 (18:55 +0000)]
replace // with #if 0

19 years agoupdate gd-2.0.33 patch, ignore "make test" products
ellson [Tue, 18 Oct 2005 18:55:23 +0000 (18:55 +0000)]
update gd-2.0.33 patch, ignore "make test" products

19 years agoreplace // with #if 0
ellson [Tue, 18 Oct 2005 18:55:18 +0000 (18:55 +0000)]
replace // with #if 0

19 years agominimize differences with gd-2.0.33
ellson [Tue, 18 Oct 2005 18:55:13 +0000 (18:55 +0000)]
minimize differences with gd-2.0.33

19 years agominimize differences with gd-2.0.33
ellson [Tue, 18 Oct 2005 18:55:13 +0000 (18:55 +0000)]
minimize differences with gd-2.0.33

19 years agominimize differences with gd-2.0.33
ellson [Tue, 18 Oct 2005 18:55:13 +0000 (18:55 +0000)]
minimize differences with gd-2.0.33

19 years agominimize differences with gd-2.0.33
ellson [Tue, 18 Oct 2005 18:55:13 +0000 (18:55 +0000)]
minimize differences with gd-2.0.33

19 years agouse Makefile.am for diffimg, build as noinst so it is available for rtest
ellson [Tue, 18 Oct 2005 18:55:01 +0000 (18:55 +0000)]
use Makefile.am for diffimg, build as noinst so it is available for rtest

19 years agouse exit status codes,
ellson [Tue, 18 Oct 2005 18:54:05 +0000 (18:54 +0000)]
use exit status codes,

19 years agoone wider and other higher, region in neither is same (black)
ellson [Tue, 18 Oct 2005 18:54:01 +0000 (18:54 +0000)]
one wider and other higher, region in neither is same (black)

19 years agostub some callback support for file load/store/export
ellson [Tue, 18 Oct 2005 18:53:58 +0000 (18:53 +0000)]
stub some callback support for file  load/store/export

19 years agoset diffimg return code to result of comparison
ellson [Tue, 18 Oct 2005 18:53:53 +0000 (18:53 +0000)]
set diffimg return code to result of comparison

19 years agoproduce saturated B/W diff images, optional output filename arg
ellson [Tue, 18 Oct 2005 18:53:45 +0000 (18:53 +0000)]
produce saturated B/W diff images, optional output filename arg

19 years agosuitable filenames for intermediate .ps.png images
ellson [Tue, 18 Oct 2005 18:53:40 +0000 (18:53 +0000)]
suitable filenames for intermediate .ps.png images

19 years agoadd .ps to diffimg by using system(gs ...) for the conversion
ellson [Tue, 18 Oct 2005 18:53:33 +0000 (18:53 +0000)]
add .ps to diffimg by using system(gs ...) for the conversion

19 years agoextend diffimg to support .gif and .jpg in addition to .png
ellson [Tue, 18 Oct 2005 18:53:29 +0000 (18:53 +0000)]
extend diffimg to support .gif and .jpg in addition to .png

19 years agoa bit more header cleaning
ellson [Tue, 18 Oct 2005 18:53:23 +0000 (18:53 +0000)]
a bit more header cleaning

19 years agocut back on overloading: set -> getv + setv
ellson [Tue, 18 Oct 2005 18:53:17 +0000 (18:53 +0000)]
cut back on overloading: set -> getv + setv

19 years agocut back on overloading: set -> getv + setv
ellson [Tue, 18 Oct 2005 18:53:17 +0000 (18:53 +0000)]
cut back on overloading: set -> getv + setv

19 years agocut back on overloading: set -> getv + setv
ellson [Tue, 18 Oct 2005 18:53:17 +0000 (18:53 +0000)]
cut back on overloading: set -> getv + setv