]>
granicus.if.org Git - graphviz/log
erg [Tue, 17 Jul 2007 21:49:24 +0000 (21:49 +0000)]
Since libexpr includes libsfio, make sure sfio external variable are
treated as local, not imported from dlls on Windows.
erg [Tue, 17 Jul 2007 21:47:46 +0000 (21:47 +0000)]
For Windows dlls, allow extern data structure error_info to be accessed
by functions.
erg [Tue, 17 Jul 2007 21:47:46 +0000 (21:47 +0000)]
For Windows dlls, allow extern data structure error_info to be accessed
by functions.
erg [Tue, 17 Jul 2007 21:46:51 +0000 (21:46 +0000)]
Allow default disciplines to be used in dlls on Windows.
erg [Tue, 17 Jul 2007 21:46:06 +0000 (21:46 +0000)]
Fix gvpr code to work with stupid Windows dll variables.
erg [Tue, 17 Jul 2007 21:45:10 +0000 (21:45 +0000)]
Fix declaration of MemTest to work with dlls on Windows.
erg [Tue, 17 Jul 2007 18:35:02 +0000 (18:35 +0000)]
Move definition of GLOB_* above first use.
ellson [Mon, 16 Jul 2007 15:39:07 +0000 (15:39 +0000)]
revert previous change that checked for swig > 1.3.21 as it breaks EL4 builds
el4 has swig-1.3.6 which is good enough for all except csharp (from mono)
ellson [Mon, 16 Jul 2007 15:01:56 +0000 (15:01 +0000)]
first cut at ChaneLog for 2.14 release
ellson [Sat, 14 Jul 2007 13:27:09 +0000 (13:27 +0000)]
swig-1.3.21 is too old. No -namespace support for C++
ellson [Fri, 13 Jul 2007 18:59:02 +0000 (18:59 +0000)]
some changes backported from Redhat's spec
erg [Thu, 12 Jul 2007 16:47:57 +0000 (16:47 +0000)]
We use black as the default color. This is not recognized if a colorscheme
is set. Thus, we make sure black is always recognized. See note about
a better solution when the codegens go away.
ellson [Fri, 6 Jul 2007 15:45:39 +0000 (15:45 +0000)]
allow tcl packages that don't require swig to build on redhat[789]
north [Mon, 2 Jul 2007 20:35:53 +0000 (20:35 +0000)]
make linkable question tags in FAQ
erg [Thu, 28 Jun 2007 18:04:10 +0000 (18:04 +0000)]
Fix 2 space leaks.
ellson [Wed, 27 Jun 2007 16:45:04 +0000 (16:45 +0000)]
Apply fix suggested in b1111 for potential problems with multiple make
targets when used with "make -j"
north [Tue, 26 Jun 2007 21:50:21 +0000 (21:50 +0000)]
the usual updates
erg [Mon, 25 Jun 2007 18:44:55 +0000 (18:44 +0000)]
Add test for HAVE_CONFIG_DECL
erg [Mon, 25 Jun 2007 18:42:47 +0000 (18:42 +0000)]
Fix space leak in fdp.
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.
erg [Mon, 25 Jun 2007 17:49:46 +0000 (17:49 +0000)]
Fix use of ZALLOC macro.
erg [Mon, 25 Jun 2007 17:49:29 +0000 (17:49 +0000)]
Remove redundant (and thus, incorrect) code.
ellson [Mon, 25 Jun 2007 15:50:22 +0000 (15:50 +0000)]
fix for Bug # 1151 by using ZALLOC instead of ALLOC
erg [Fri, 22 Jun 2007 19:11:23 +0000 (19:11 +0000)]
Fix various memory leaks.
erg [Wed, 20 Jun 2007 18:49:13 +0000 (18:49 +0000)]
Fix memory leak in pointset.
erg [Tue, 19 Jun 2007 17:59:21 +0000 (17:59 +0000)]
Fix memory leak.
erg [Tue, 19 Jun 2007 15:40:30 +0000 (15:40 +0000)]
Fix space leaks in pointset.
erg [Mon, 18 Jun 2007 22:45:11 +0000 (22:45 +0000)]
Fix bug 1145
erg [Thu, 14 Jun 2007 20:23:16 +0000 (20:23 +0000)]
Need #include <fcntl.h> to get definition of O_BINARY
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.)
erg [Wed, 13 Jun 2007 14:59:43 +0000 (14:59 +0000)]
Fix rule for making ps_font_equiv.h
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
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.
erg [Fri, 8 Jun 2007 22:09:14 +0000 (22:09 +0000)]
Fix no_builtins.c for Windows dlls
erg [Wed, 6 Jun 2007 18:09:41 +0000 (18:09 +0000)]
Fix bug 1138
erg [Fri, 1 Jun 2007 18:47:17 +0000 (18:47 +0000)]
Add new source file to old Makefile
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
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
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.
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.
erg [Wed, 30 May 2007 22:25:37 +0000 (22:25 +0000)]
Alter snprintf code to work on older Windows
erg [Tue, 29 May 2007 19:30:20 +0000 (19:30 +0000)]
Use config.h when building libgraph.
erg [Tue, 29 May 2007 19:29:49 +0000 (19:29 +0000)]
Remove sfpopen from Windows build; it is not used by gvpr
erg [Tue, 29 May 2007 19:29:16 +0000 (19:29 +0000)]
Provide implementation of snprintf for Windows
erg [Thu, 24 May 2007 19:23:50 +0000 (19:23 +0000)]
Further modifications for Graphviz dlls for Windows
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.
ellson [Thu, 24 May 2007 11:16:25 +0000 (11:16 +0000)]
add -Tvml support from: seth@swoolley.homeip.net
ellson [Thu, 24 May 2007 01:23:51 +0000 (01:23 +0000)]
clean up pkgIndex.tcl during make clean
ellson [Thu, 24 May 2007 01:01:24 +0000 (01:01 +0000)]
add if WITH_PANGO condition
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.
ellson [Tue, 22 May 2007 16:44:22 +0000 (16:44 +0000)]
add test for /usr/include/php5 (debian) v. /usr/include/php (fedora)
ellson [Tue, 22 May 2007 16:43:38 +0000 (16:43 +0000)]
include graphviz.7 man page in distribution
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>
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
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
ellson [Tue, 22 May 2007 07:53:17 +0000 (07:53 +0000)]
php include fixes from Debiam maintainer
cyril.brulebois@enst-bretagne.fr
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
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
ellson [Tue, 22 May 2007 07:44:45 +0000 (07:44 +0000)]
improved lua configuration tests from Debian maintainer
cyril.brulebois@enst-bretagne.fr
erg [Mon, 21 May 2007 21:10:37 +0000 (21:10 +0000)]
Fix bug 1130
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.
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.
erg [Tue, 8 May 2007 22:25:39 +0000 (22:25 +0000)]
Remove unnecessary global data variables
erg [Tue, 8 May 2007 22:25:39 +0000 (22:25 +0000)]
Remove unnecessary global data variables
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
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
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
erg [Tue, 8 May 2007 18:23:44 +0000 (18:23 +0000)]
Make unnecessary extern into static
erg [Mon, 7 May 2007 19:58:32 +0000 (19:58 +0000)]
Modify makefile to include compat_unistd.h in dist
erg [Mon, 7 May 2007 18:55:03 +0000 (18:55 +0000)]
Remove Sfio_dc makefile from configure
erg [Fri, 4 May 2007 18:38:09 +0000 (18:38 +0000)]
Fix sfio to build on Windows.
erg [Fri, 4 May 2007 18:38:09 +0000 (18:38 +0000)]
Fix sfio to build on Windows.
erg [Fri, 4 May 2007 18:38:09 +0000 (18:38 +0000)]
Fix sfio to build on Windows.
erg [Fri, 4 May 2007 18:38:09 +0000 (18:38 +0000)]
Fix sfio to build on Windows.
erg [Thu, 3 May 2007 23:19:43 +0000 (23:19 +0000)]
Modify library code to work on Windows
erg [Thu, 3 May 2007 19:09:15 +0000 (19:09 +0000)]
Add 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
erg [Wed, 2 May 2007 20:28:06 +0000 (20:28 +0000)]
Wrap unistd.h in #ifdef HAVE_UNISTD_H
erg [Wed, 2 May 2007 14:44:09 +0000 (14:44 +0000)]
Fix bug 1123
erg [Tue, 1 May 2007 21:50:21 +0000 (21:50 +0000)]
Update info files
erg [Mon, 30 Apr 2007 17:57:51 +0000 (17:57 +0000)]
Fix bug 1124
erg [Mon, 23 Apr 2007 18:12:39 +0000 (18:12 +0000)]
Fix memory leak - Pobsclose should free object as well as its parts.
erg [Mon, 23 Apr 2007 18:07:13 +0000 (18:07 +0000)]
Fix typo in font name conversion
ellson [Mon, 23 Apr 2007 16:29:56 +0000 (16:29 +0000)]
Fix for second part of Redhat Bug #237497
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.
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.
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.
erg [Wed, 28 Mar 2007 17:51:38 +0000 (17:51 +0000)]
Update info files
erg [Tue, 27 Mar 2007 18:46:48 +0000 (18:46 +0000)]
Fix bug 1107
ellson [Sat, 24 Mar 2007 02:56:44 +0000 (02:56 +0000)]
*** empty log message ***
ellson [Sat, 24 Mar 2007 02:45:25 +0000 (02:45 +0000)]
fixes for --without-pangocairo
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
erg [Fri, 23 Mar 2007 16:03:06 +0000 (16:03 +0000)]
Update info files
erg [Fri, 23 Mar 2007 15:06:46 +0000 (15:06 +0000)]
Update info files
erg [Thu, 22 Mar 2007 22:12:50 +0000 (22:12 +0000)]
Update info files
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.
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.
erg [Wed, 21 Mar 2007 18:51:11 +0000 (18:51 +0000)]
Update info files
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.
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.