]> granicus.if.org Git - graphviz/log
graphviz
17 years agoAdd test for HAVE_CONFIG_DECL
erg [Mon, 25 Jun 2007 18:44:55 +0000 (18:44 +0000)]
Add test for HAVE_CONFIG_DECL

17 years agoFix space leak in fdp.
erg [Mon, 25 Jun 2007 18:42:47 +0000 (18:42 +0000)]
Fix space leak in fdp.

17 years agoFix our definition of getopt() to be used only if HAVE_GETOPT_DECL
erg [Mon, 25 Jun 2007 18:34:23 +0000 (18:34 +0000)]
Fix our definition of getopt() to be used only if HAVE_GETOPT_DECL
is not defined, not just if getopt.h is missing.

17 years agoFix use of ZALLOC macro.
erg [Mon, 25 Jun 2007 17:49:46 +0000 (17:49 +0000)]
Fix use of ZALLOC macro.

17 years agoRemove redundant (and thus, incorrect) code.
erg [Mon, 25 Jun 2007 17:49:29 +0000 (17:49 +0000)]
Remove redundant (and thus, incorrect) code.

17 years agofix for Bug # 1151 by using ZALLOC instead of ALLOC
ellson [Mon, 25 Jun 2007 15:50:22 +0000 (15:50 +0000)]
fix for Bug # 1151 by using ZALLOC instead of ALLOC

17 years agoFix various memory leaks.
erg [Fri, 22 Jun 2007 19:11:23 +0000 (19:11 +0000)]
Fix various memory leaks.

17 years agoFix memory leak in pointset.
erg [Wed, 20 Jun 2007 18:49:13 +0000 (18:49 +0000)]
Fix memory leak in pointset.

17 years agoFix memory leak.
erg [Tue, 19 Jun 2007 17:59:21 +0000 (17:59 +0000)]
Fix memory leak.

17 years agoFix space leaks in pointset.
erg [Tue, 19 Jun 2007 15:40:30 +0000 (15:40 +0000)]
Fix space leaks in pointset.

17 years agoFix bug 1145
erg [Mon, 18 Jun 2007 22:45:11 +0000 (22:45 +0000)]
Fix bug 1145

17 years agoNeed #include <fcntl.h> to get definition of O_BINARY
erg [Thu, 14 Jun 2007 20:23:16 +0000 (20:23 +0000)]
Need #include <fcntl.h> to get definition of O_BINARY

17 years agoSet output file to binary mode when necessary to make sure Windows
erg [Thu, 14 Jun 2007 14:39:49 +0000 (14:39 +0000)]
Set output file to binary mode when necessary to make sure Windows
does not convert \n to \r\n on stdout. (See gd/gvrender_gd.c.)

17 years agoFix rule for making ps_font_equiv.h
erg [Wed, 13 Jun 2007 14:59:43 +0000 (14:59 +0000)]
Fix rule for making ps_font_equiv.h

17 years agoFix Makefile.am so that new source ps_fontmap.txt is included in distribution
erg [Tue, 12 Jun 2007 17:23:42 +0000 (17:23 +0000)]
Fix Makefile.am so that new source ps_fontmap.txt is included in distribution

17 years agoFix ps_font_equiv.h for systems that don't have fontconfig setup to
erg [Fri, 8 Jun 2007 22:10:54 +0000 (22:10 +0000)]
Fix ps_font_equiv.h for systems that don't have fontconfig setup to
run off of ghostscript. At present, this means allowing Windows to
use the fonts in the windows system font directory.

17 years agoFix no_builtins.c for Windows dlls
erg [Fri, 8 Jun 2007 22:09:14 +0000 (22:09 +0000)]
Fix no_builtins.c for Windows dlls

17 years agoFix bug 1138
erg [Wed, 6 Jun 2007 18:09:41 +0000 (18:09 +0000)]
Fix bug 1138

17 years agoAdd new source file to old Makefile
erg [Fri, 1 Jun 2007 18:47:17 +0000 (18:47 +0000)]
Add new source file to old Makefile

17 years agoFixes so that the stupid way Windows handles dll variables works
erg [Wed, 30 May 2007 22:28:27 +0000 (22:28 +0000)]
Fixes so that the stupid way Windows handles dll variables works
using builtins

17 years agoFixes so that the stupid way Windows handles dll variables works
erg [Wed, 30 May 2007 22:28:27 +0000 (22:28 +0000)]
Fixes so that the stupid way Windows handles dll variables works
using builtins

17 years agoFix use of globals to not use imports with dlls since the globals
erg [Wed, 30 May 2007 22:27:12 +0000 (22:27 +0000)]
Fix use of globals to not use imports with dlls since the globals
are all part of the same dll.

17 years agoFix use of globals to not use imports with dlls since the globals
erg [Wed, 30 May 2007 22:27:12 +0000 (22:27 +0000)]
Fix use of globals to not use imports with dlls since the globals
are all part of the same dll.

17 years agoAlter snprintf code to work on older Windows
erg [Wed, 30 May 2007 22:25:37 +0000 (22:25 +0000)]
Alter snprintf code to work on older Windows

17 years agoUse config.h when building libgraph.
erg [Tue, 29 May 2007 19:30:20 +0000 (19:30 +0000)]
Use config.h when building libgraph.

17 years agoRemove sfpopen from Windows build; it is not used by gvpr
erg [Tue, 29 May 2007 19:29:49 +0000 (19:29 +0000)]
Remove sfpopen from Windows build; it is not used by gvpr

17 years agoProvide implementation of snprintf for Windows
erg [Tue, 29 May 2007 19:29:16 +0000 (19:29 +0000)]
Provide implementation of snprintf for Windows

17 years agoFurther modifications for Graphviz dlls for Windows
erg [Thu, 24 May 2007 19:23:50 +0000 (19:23 +0000)]
Further modifications for Graphviz dlls for Windows

17 years agoFix bug with listing of available plugins when last plugin of previous type was in...
ellson [Thu, 24 May 2007 14:33:59 +0000 (14:33 +0000)]
Fix bug with listing of available plugins when last plugin of previous type was in the same
library as the first plugin of a new type.   Would cause some plugins to be unlisted.

17 years agoadd -Tvml support from: seth@swoolley.homeip.net
ellson [Thu, 24 May 2007 11:16:25 +0000 (11:16 +0000)]
add -Tvml support from: seth@swoolley.homeip.net

17 years agoclean up pkgIndex.tcl during make clean
ellson [Thu, 24 May 2007 01:23:51 +0000 (01:23 +0000)]
clean up pkgIndex.tcl during make clean

17 years agoadd if WITH_PANGO condition
ellson [Thu, 24 May 2007 01:01:24 +0000 (01:01 +0000)]
add if WITH_PANGO condition

17 years agoAlter gvUserName to check the environment for USERNAME, which should pick
erg [Wed, 23 May 2007 17:52:58 +0000 (17:52 +0000)]
Alter gvUserName to check the environment for USERNAME, which should pick
up Windows users.

17 years agoadd test for /usr/include/php5 (debian) v. /usr/include/php (fedora)
ellson [Tue, 22 May 2007 16:44:22 +0000 (16:44 +0000)]
add test for /usr/include/php5 (debian) v. /usr/include/php (fedora)

17 years agoinclude graphviz.7 man page in distribution
ellson [Tue, 22 May 2007 16:43:38 +0000 (16:43 +0000)]
include graphviz.7 man page in distribution

17 years agoAdd an overview man page - created originally for Debian by:
ellson [Tue, 22 May 2007 11:58:18 +0000 (11:58 +0000)]
Add an overview man page - created originally for Debian by:
Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>

17 years agoAdd missing include paths - fix from Debian maintainer
ellson [Tue, 22 May 2007 07:59:10 +0000 (07:59 +0000)]
Add missing include paths - fix from Debian maintainer
cyril.brulebois@enst-bretagne.fr

17 years agoautomatic test for ruby shared library name - from Debian maintainer
ellson [Tue, 22 May 2007 07:58:02 +0000 (07:58 +0000)]
automatic test for ruby shared library name - from Debian maintainer
cyril.brulebois@enst-bretagne.fr

17 years agophp include fixes from Debiam maintainer
ellson [Tue, 22 May 2007 07:53:17 +0000 (07:53 +0000)]
php include fixes from Debiam maintainer
cyril.brulebois@enst-bretagne.fr

17 years agoman page syntax fixes from Debian maintainer (mostly use of \(hy )
ellson [Tue, 22 May 2007 07:50:39 +0000 (07:50 +0000)]
man page syntax fixes from Debian maintainer (mostly use of \(hy )
cyril.brulebois@enst-bretagne.fr

17 years agoman page syntax fixes from Debian maintainer (mostly use of \(hy )
ellson [Tue, 22 May 2007 07:50:38 +0000 (07:50 +0000)]
man page syntax fixes from Debian maintainer (mostly use of \(hy )
cyril.brulebois@enst-bretagne.fr

17 years agoimproved lua configuration tests from Debian maintainer
ellson [Tue, 22 May 2007 07:44:45 +0000 (07:44 +0000)]
improved lua configuration tests from Debian maintainer
cyril.brulebois@enst-bretagne.fr

17 years agoFix bug 1130
erg [Mon, 21 May 2007 21:10:37 +0000 (21:10 +0000)]
Fix bug 1130

17 years agoFix include files so that imports for DLL has to be turned on explicitly.
erg [Fri, 11 May 2007 17:06:35 +0000 (17:06 +0000)]
Fix include files so that imports for DLL has to be turned on explicitly.

17 years agoFix include files so that imports for DLL has to be turned on explicitly.
erg [Fri, 11 May 2007 17:06:35 +0000 (17:06 +0000)]
Fix include files so that imports for DLL has to be turned on explicitly.

17 years agoRemove unnecessary global data variables
erg [Tue, 8 May 2007 22:25:39 +0000 (22:25 +0000)]
Remove unnecessary global data variables

17 years agoRemove unnecessary global data variables
erg [Tue, 8 May 2007 22:25:39 +0000 (22:25 +0000)]
Remove unnecessary global data variables

17 years agoadd support for --with-gnomeui
ellson [Tue, 8 May 2007 21:26:32 +0000 (21:26 +0000)]
add support for --with-gnomeui
  - patch from cyril.brulebois@enst-bretagne.fr
  - fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422862
    and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422873

17 years agoFirst pass at arranging for DLLs on Windows: need to provide import
erg [Tue, 8 May 2007 18:25:54 +0000 (18:25 +0000)]
First pass at arranging for DLLs on Windows: need to provide import
definition for users of extern data

17 years agoMake sure ast uses vt_threaded=0 consistent with how sfio is built
erg [Tue, 8 May 2007 18:24:38 +0000 (18:24 +0000)]
Make sure ast uses vt_threaded=0 consistent with how sfio is built

17 years agoMake unnecessary extern into static
erg [Tue, 8 May 2007 18:23:44 +0000 (18:23 +0000)]
Make unnecessary extern into static

17 years agoModify makefile to include compat_unistd.h in dist
erg [Mon, 7 May 2007 19:58:32 +0000 (19:58 +0000)]
Modify makefile to include compat_unistd.h in dist

17 years agoRemove Sfio_dc makefile from configure
erg [Mon, 7 May 2007 18:55:03 +0000 (18:55 +0000)]
Remove Sfio_dc makefile from configure

17 years agoFix sfio to build on Windows.
erg [Fri, 4 May 2007 18:38:09 +0000 (18:38 +0000)]
Fix sfio to build on Windows.

17 years agoFix sfio to build on Windows.
erg [Fri, 4 May 2007 18:38:09 +0000 (18:38 +0000)]
Fix sfio to build on Windows.

17 years agoFix sfio to build on Windows.
erg [Fri, 4 May 2007 18:38:09 +0000 (18:38 +0000)]
Fix sfio to build on Windows.

17 years agoFix sfio to build on Windows.
erg [Fri, 4 May 2007 18:38:09 +0000 (18:38 +0000)]
Fix sfio to build on Windows.

17 years agoModify library code to work on Windows
erg [Thu, 3 May 2007 23:19:43 +0000 (23:19 +0000)]
Modify library code to work on Windows

17 years agoAdd modifications for ast to build on Windows
erg [Thu, 3 May 2007 19:09:15 +0000 (19:09 +0000)]
Add modifications for ast to build on Windows

17 years agoAdd modifications for ast to build on Windows
erg [Thu, 3 May 2007 19:09:15 +0000 (19:09 +0000)]
Add modifications for ast to build on Windows

17 years agoWrap unistd.h in #ifdef HAVE_UNISTD_H
erg [Wed, 2 May 2007 20:28:06 +0000 (20:28 +0000)]
Wrap unistd.h in #ifdef HAVE_UNISTD_H

17 years agoFix bug 1123
erg [Wed, 2 May 2007 14:44:09 +0000 (14:44 +0000)]
Fix bug 1123

17 years agoUpdate info files
erg [Tue, 1 May 2007 21:50:21 +0000 (21:50 +0000)]
Update info files

17 years agoFix bug 1124
erg [Mon, 30 Apr 2007 17:57:51 +0000 (17:57 +0000)]
Fix bug 1124

17 years agoFix memory leak - Pobsclose should free object as well as its parts.
erg [Mon, 23 Apr 2007 18:12:39 +0000 (18:12 +0000)]
Fix memory leak - Pobsclose should free object as well as its parts.

17 years agoFix typo in font name conversion
erg [Mon, 23 Apr 2007 18:07:13 +0000 (18:07 +0000)]
Fix typo in font name conversion

17 years agoFix for second part of Redhat Bug #237497
ellson [Mon, 23 Apr 2007 16:29:56 +0000 (16:29 +0000)]
Fix for second part of Redhat Bug #237497

17 years agoFix build section to note the need to link in the plugin library.
erg [Thu, 19 Apr 2007 22:28:16 +0000 (22:28 +0000)]
Fix build section to note the need to link in the plugin library.
Also, note that on non-Windows systems, most libraries are combined.

17 years agoAdd warning that lefty cannot be built if X is used but there is no Xaw.
erg [Tue, 10 Apr 2007 22:30:11 +0000 (22:30 +0000)]
Add warning that lefty cannot be built if X is used but there is no Xaw.

17 years agoPull out last change until the cmd/dot Makefile.am is redone to correctly
erg [Thu, 29 Mar 2007 18:15:52 +0000 (18:15 +0000)]
Pull out last change until the cmd/dot Makefile.am is redone to correctly
handle not having a pango plugin.

17 years agoUpdate info files
erg [Wed, 28 Mar 2007 17:51:38 +0000 (17:51 +0000)]
Update info files

17 years agoFix bug 1107
erg [Tue, 27 Mar 2007 18:46:48 +0000 (18:46 +0000)]
Fix bug 1107

17 years ago*** empty log message ***
ellson [Sat, 24 Mar 2007 02:56:44 +0000 (02:56 +0000)]
*** empty log message ***

17 years agofixes for --without-pangocairo
ellson [Sat, 24 Mar 2007 02:45:25 +0000 (02:45 +0000)]
fixes for --without-pangocairo

17 years agoRemove redundent ULR output in begin_node/edge/cluster; with 2.12
erg [Fri, 23 Mar 2007 17:34:15 +0000 (17:34 +0000)]
Remove redundent ULR output in begin_node/edge/cluster; with 2.12
architecture, we rely on begin_anchor to handle all of this
explicitly

17 years agoUpdate info files
erg [Fri, 23 Mar 2007 16:03:06 +0000 (16:03 +0000)]
Update info files

17 years agoUpdate info files
erg [Fri, 23 Mar 2007 15:06:46 +0000 (15:06 +0000)]
Update info files

17 years agoUpdate info files
erg [Thu, 22 Mar 2007 22:12:50 +0000 (22:12 +0000)]
Update info files

17 years agoVersion 1.2 of xdot supporting images;
erg [Thu, 22 Mar 2007 22:02:34 +0000 (22:02 +0000)]
Version 1.2 of xdot supporting images;
fixes to image code - various calculations were incorrect,
use unscaled image.

17 years agoVersion 1.2 of xdot supporting images;
erg [Thu, 22 Mar 2007 22:02:33 +0000 (22:02 +0000)]
Version 1.2 of xdot supporting images;
fixes to image code - various calculations were incorrect,
use unscaled image.

17 years agoUpdate info files
erg [Wed, 21 Mar 2007 18:51:11 +0000 (18:51 +0000)]
Update info files

17 years agoCleanup and fixing of various code related to hot spots and HTML labels.
erg [Wed, 21 Mar 2007 18:07:54 +0000 (18:07 +0000)]
Cleanup and fixing of various code related to hot spots and HTML labels.
In particular:
  HTML labels were not being initialized correctly when used with
graphs or edges
  HTML labels now inherent url info from the object and use that unless
a subpart overrides it.
  There is now more control over which parts of an edge are active. The
URL attribute still provides a default for all pieces, which can be
overridden. We now also give control over the edge and main label
separately, so now the edge, label, headlabel and taillabel can be
independently set.

17 years agoFix bug affecting old codegens. Need to make sure Output_file is
erg [Tue, 20 Mar 2007 21:00:53 +0000 (21:00 +0000)]
Fix bug affecting old codegens. Need to make sure Output_file is
initialized before calling begin_job. The removes an assignment
of Output_file from mpgen which was used to solve the same problem.
Here we are solving it for all of the codegens.

17 years agoFix bug affecting old codegens. Need to make sure Output_file is
erg [Tue, 20 Mar 2007 21:00:53 +0000 (21:00 +0000)]
Fix bug affecting old codegens. Need to make sure Output_file is
initialized before calling begin_job. The removes an assignment
of Output_file from mpgen which was used to solve the same problem.
Here we are solving it for all of the codegens.

17 years agoUpdate info files
erg [Tue, 20 Mar 2007 20:57:01 +0000 (20:57 +0000)]
Update info files

17 years agoAdd two new renderers. They are the same as cmapx and imap except they
erg [Tue, 20 Mar 2007 20:54:27 +0000 (20:54 +0000)]
Add two new renderers. They are the same as cmapx and imap except they
only use rectangles.

17 years agoonly run /sbin/ldconfig if it exists and is exxecutable
ellson [Sun, 18 Mar 2007 14:46:17 +0000 (14:46 +0000)]
only run /sbin/ldconfig if it exists and is exxecutable

17 years agorpmbuild is particular about the time-ordering of the %changelog
ellson [Sat, 17 Mar 2007 13:07:34 +0000 (13:07 +0000)]
rpmbuild is particular about the time-ordering of the %changelog

17 years agoFix html table code so that images are kept at their natural size.
erg [Fri, 16 Mar 2007 20:40:47 +0000 (20:40 +0000)]
Fix html table code so that images are kept at their natural size.

17 years agoFix incorrect circle sizing reported in bug 1096.
erg [Fri, 16 Mar 2007 20:40:11 +0000 (20:40 +0000)]
Fix incorrect circle sizing reported in bug 1096.

17 years ago1. run ldconfig during install in case --rpath not used (e.g. when installing in...
ellson [Fri, 16 Mar 2007 16:12:56 +0000 (16:12 +0000)]
1. run ldconfig during install in case --rpath not used (e.g. when installing in /usr/local)

2. run "dot_static -c" if "dot" not available

17 years agoremove xorg-x11-devel from rhel >= 5 as RHEL does not have
north [Fri, 16 Mar 2007 15:10:46 +0000 (15:10 +0000)]
remove xorg-x11-devel from rhel >= 5 as RHEL does not have
this and other development packages

17 years agoFix bug in gvpack. The new library architecture requires a gvc attached to
erg [Fri, 16 Mar 2007 15:10:14 +0000 (15:10 +0000)]
Fix bug in gvpack. The new library architecture requires a gvc attached to
a graph in order to do font lookup.

17 years agoFix bug 1093; also redo default background in svg output.
erg [Thu, 15 Mar 2007 22:45:40 +0000 (22:45 +0000)]
Fix bug 1093; also redo default background in svg output.

17 years agoModify lefty makefile to build and use Windows resource file.
erg [Wed, 14 Mar 2007 20:53:57 +0000 (20:53 +0000)]
Modify lefty makefile to build and use Windows resource file.

17 years agoModify lefty makefile to build and use Windows resource file.
erg [Wed, 14 Mar 2007 20:53:57 +0000 (20:53 +0000)]
Modify lefty makefile to build and use Windows resource file.

17 years agomake cvs quiet
ellson [Tue, 13 Mar 2007 18:56:23 +0000 (18:56 +0000)]
make cvs quiet

17 years agodisable ms builds on x11 platforms
ellson [Tue, 13 Mar 2007 18:52:22 +0000 (18:52 +0000)]
disable ms builds on x11 platforms

17 years agodisable ms builds on x11 platforms
ellson [Tue, 13 Mar 2007 18:52:22 +0000 (18:52 +0000)]
disable ms builds on x11 platforms

17 years agoRemove LEFTYDATADIR from Windows build since it is built on '/' path
erg [Tue, 13 Mar 2007 18:34:56 +0000 (18:34 +0000)]
Remove LEFTYDATADIR from Windows build since it is built on '/' path
separator and lefty is looking for '\'. Also, it is unlikely the
path will be where the software is installed.