]> granicus.if.org Git - graphviz/log
graphviz
19 years agoindicate bug #824 has been fixed.
ellson [Tue, 17 Jan 2006 19:59:07 +0000 (19:59 +0000)]
indicate bug #824 has been fixed.

19 years agodon't claim #826 is fixed
ellson [Tue, 17 Jan 2006 19:39:28 +0000 (19:39 +0000)]
don't claim #826 is fixed

19 years agopreparing for 2.8
ellson [Tue, 17 Jan 2006 19:35:12 +0000 (19:35 +0000)]
preparing for 2.8

19 years agoAlter layout code to allow use of subgraphs;
erg [Tue, 17 Jan 2006 18:21:43 +0000 (18:21 +0000)]
Alter layout code to allow use of subgraphs;
fix gvc code to delay cleanup until necessary;
graph now contains pointer to necessary cleanup routine
depending on layout

19 years agoAdd high-level graph packing function; remove shiftGraphs from API
erg [Tue, 17 Jan 2006 18:19:02 +0000 (18:19 +0000)]
Add high-level graph packing function; remove shiftGraphs from API

19 years agoAdd high-level graph packing function; remove shiftGraphs from API
erg [Tue, 17 Jan 2006 18:19:02 +0000 (18:19 +0000)]
Add high-level graph packing function; remove shiftGraphs from API

19 years agodon't break switch order independence
ellson [Tue, 17 Jan 2006 04:39:08 +0000 (04:39 +0000)]
don't break switch order independence

19 years agoincrease fudge factor increase of background size to cover accumulation
ellson [Mon, 16 Jan 2006 22:27:43 +0000 (22:27 +0000)]
increase fudge factor increase of background size to cover accumulation
of errors (or something) in:  dot | dot -Knop

19 years agoremove duplicate -n processing code that was not being used
ellson [Mon, 16 Jan 2006 22:26:10 +0000 (22:26 +0000)]
remove duplicate -n processing code that was not being used

19 years agochange default PSinputscale to 72 only when -n is used
ellson [Mon, 16 Jan 2006 22:25:23 +0000 (22:25 +0000)]
change default PSinputscale to 72 only when -n is used

19 years agoFix -Glandscape -Gcenter (Bug#858)
ellson [Mon, 16 Jan 2006 19:45:36 +0000 (19:45 +0000)]
Fix -Glandscape -Gcenter  (Bug#858)

19 years agoAdd support for a -Glandscape boolean. Now landscape can be set with:
ellson [Mon, 16 Jan 2006 19:44:23 +0000 (19:44 +0000)]
Add support for a -Glandscape boolean.  Now landscape can be set with:
-Glandscape
-Gorientation=landscape
-Grotat=90

19 years agoedge proto attributes need root graph
ellson [Fri, 13 Jan 2006 19:50:49 +0000 (19:50 +0000)]
edge proto attributes need root graph

19 years agoAdd libagraph documentation.
erg [Fri, 13 Jan 2006 16:54:16 +0000 (16:54 +0000)]
Add libagraph documentation.

19 years agoProvide a default input scaling for -Knop* equivalent to "-s72"
ellson [Fri, 13 Jan 2006 16:49:34 +0000 (16:49 +0000)]
Provide a default input scaling for -Knop* equivalent to "-s72"

19 years agoAdd pseudo layout engines:
ellson [Fri, 13 Jan 2006 16:36:27 +0000 (16:36 +0000)]
Add pseudo layout engines:
dot -Knop   ==  neato -n1
dot -Knop1  ==  neato -n1
dot -Knop2  ==  neato -n2
These are needed primarily by the script bindings.

19 years agofix crash when trying to create new edge attributes from scripts
ellson [Fri, 13 Jan 2006 15:20:02 +0000 (15:20 +0000)]
fix crash when trying to create new edge attributes from scripts

19 years agoRename "csharp" to "sharp" to confirm with the emerging naming
ellson [Tue, 10 Jan 2006 14:39:21 +0000 (14:39 +0000)]
Rename "csharp" to "sharp" to confirm with the emerging naming
convention now that Mono is in Fedora core

19 years agofix to keep pad size constant under scaling
ellson [Tue, 10 Jan 2006 00:32:36 +0000 (00:32 +0000)]
fix to keep pad size constant under scaling

19 years agoAdd another modification request
erg [Mon, 9 Jan 2006 23:14:20 +0000 (23:14 +0000)]
Add another modification request

19 years agomake -Tps more reasonable
ellson [Mon, 9 Jan 2006 21:05:41 +0000 (21:05 +0000)]
make -Tps more reasonable
- reduce size of PageBoundingBox per PostScript reference
- fix various -Gorientation=landscape problems

19 years agosimplify Pad calculations
ellson [Sun, 8 Jan 2006 21:34:07 +0000 (21:34 +0000)]
simplify Pad calculations

19 years agosuppress any attempt to create protonode
ellson [Sat, 7 Jan 2006 18:13:52 +0000 (18:13 +0000)]
suppress any attempt to create protonode

19 years agofix clip box
ellson [Fri, 6 Jan 2006 23:26:27 +0000 (23:26 +0000)]
fix clip box

19 years agofix pageBoundingBox to include margins
ellson [Fri, 6 Jan 2006 22:48:27 +0000 (22:48 +0000)]
fix pageBoundingBox to include margins

19 years agoNew 4pt pad around graph. Not to be confused with margin which is around pages.
ellson [Fri, 6 Jan 2006 22:06:37 +0000 (22:06 +0000)]
New 4pt pad around graph.  Not to be confused with margin which is around pages.

19 years agoSimplify script bindings a bit by introducing N=protonode(g) and E=protoedge(g) funct...
ellson [Fri, 6 Jan 2006 19:54:20 +0000 (19:54 +0000)]
Simplify script bindings a bit by introducing N=protonode(g) and E=protoedge(g) functions.
Now, common attribute manipulations can be used.

19 years agoneed stdio.h for FILE
ellson [Fri, 6 Jan 2006 17:06:56 +0000 (17:06 +0000)]
need stdio.h for FILE

19 years agoavoid redefining _GNU_SOURCE
ellson [Fri, 6 Jan 2006 17:05:53 +0000 (17:05 +0000)]
avoid redefining _GNU_SOURCE

19 years agoignore brewer_lib product
ellson [Fri, 6 Jan 2006 17:05:08 +0000 (17:05 +0000)]
ignore brewer_lib product

19 years agoFix agsafeset so that subgraphs can be used.
erg [Wed, 4 Jan 2006 21:17:23 +0000 (21:17 +0000)]
Fix agsafeset so that subgraphs can be used.

19 years agoBack out changes to remove warnings. The new code is illegal C and
erg [Wed, 4 Jan 2006 20:04:51 +0000 (20:04 +0000)]
Back out changes to remove warnings. The new code is illegal C and
fails on sgis, suns and windows. Also, agxputc should mimic the
semantics of putc, which returns an int. If warnings are a problem,
we should use a compiler flag to turn off the warning or fix the
uses.

19 years agoUpdate info files
erg [Wed, 4 Jan 2006 16:46:13 +0000 (16:46 +0000)]
Update info files

19 years agoUpdate info files
erg [Wed, 4 Jan 2006 16:29:52 +0000 (16:29 +0000)]
Update info files

19 years agoMention dotty syntax errors due to shell environment, some other
north [Wed, 4 Jan 2006 03:28:06 +0000 (03:28 +0000)]
Mention dotty syntax errors due to shell environment, some other
cleanup, add anchors to questions.

19 years agoUpdate info files
erg [Tue, 3 Jan 2006 21:58:04 +0000 (21:58 +0000)]
Update info files

19 years agoUpdate info files
erg [Tue, 3 Jan 2006 21:37:15 +0000 (21:37 +0000)]
Update info files

19 years agoUpdate info files
erg [Tue, 3 Jan 2006 20:48:42 +0000 (20:48 +0000)]
Update info files

19 years agospelling
ellson [Tue, 3 Jan 2006 17:22:24 +0000 (17:22 +0000)]
spelling

19 years agofix bug in "make uninstall"
ellson [Tue, 3 Jan 2006 16:48:06 +0000 (16:48 +0000)]
fix bug in "make uninstall"

19 years agorecode agxbputc macro to avoid unused int result
ellson [Fri, 30 Dec 2005 14:10:31 +0000 (14:10 +0000)]
recode agxbputc macro to avoid unused int result

19 years agocasting int to void to suppress unused return value doesn't work with Sun's compiler
ellson [Fri, 30 Dec 2005 13:53:03 +0000 (13:53 +0000)]
casting int to void to suppress unused return value doesn't work with Sun's compiler

19 years agoFixed typos etc.
north [Tue, 27 Dec 2005 12:25:54 +0000 (12:25 +0000)]
Fixed typos etc.

19 years agoMention antialiasing tricks. Fix date stamp.
north [Tue, 27 Dec 2005 12:11:14 +0000 (12:11 +0000)]
Mention antialiasing tricks.  Fix date stamp.

19 years agoTeach "make uninstall" and "rpm -e" to remove any /usr/lib/graphviz/config
ellson [Sun, 25 Dec 2005 13:40:20 +0000 (13:40 +0000)]
Teach "make uninstall" and "rpm -e" to remove any /usr/lib/graphviz/config

19 years agojanitor - value computed is not used
ellson [Fri, 23 Dec 2005 17:58:44 +0000 (17:58 +0000)]
janitor - value computed is not used

19 years agojanitor - fix some "warning: value computed is not used" by casting to (void)
ellson [Fri, 23 Dec 2005 17:50:33 +0000 (17:50 +0000)]
janitor - fix some "warning: value computed is not used" by casting to (void)

19 years agoRemove unnecessary dereference of pointer
erg [Fri, 23 Dec 2005 17:24:28 +0000 (17:24 +0000)]
Remove unnecessary dereference of pointer

19 years agojanitor - unitialized variable
ellson [Fri, 23 Dec 2005 16:41:59 +0000 (16:41 +0000)]
janitor - unitialized variable

19 years agojanitor - clean up some warnings and move -DNO_FPERR to config.h
ellson [Fri, 23 Dec 2005 16:28:34 +0000 (16:28 +0000)]
janitor - clean up some warnings and move -DNO_FPERR to config.h

19 years agoMention graphviz-devel, and spline routing issues affect circo, fdp, twopi
north [Fri, 23 Dec 2005 15:03:48 +0000 (15:03 +0000)]
Mention graphviz-devel, and spline routing issues affect circo, fdp, twopi
as well as neato.

19 years agojanitor - more "value computed is not used" fixes
ellson [Thu, 22 Dec 2005 18:29:51 +0000 (18:29 +0000)]
janitor - more "value computed is not used" fixes

19 years agojanitor - suppress some "value computed is not used" messages from gcc-4.1.0
ellson [Thu, 22 Dec 2005 18:26:17 +0000 (18:26 +0000)]
janitor - suppress some "value computed is not used" messages from gcc-4.1.0

19 years agonew version of automake detected a typo
ellson [Thu, 22 Dec 2005 17:34:48 +0000 (17:34 +0000)]
new version of automake detected a typo

19 years agoxhtml also needs directory for products
ellson [Thu, 22 Dec 2005 17:31:24 +0000 (17:31 +0000)]
xhtml also needs directory for products

19 years agoRe-prioritized.
north [Thu, 22 Dec 2005 16:42:52 +0000 (16:42 +0000)]
Re-prioritized.

19 years agotrain cvs to ignore docbook products
ellson [Thu, 22 Dec 2005 16:38:24 +0000 (16:38 +0000)]
train cvs to ignore docbook products

19 years agoadd docbook version of plugin documentation
ellson [Thu, 22 Dec 2005 16:32:51 +0000 (16:32 +0000)]
add docbook version of plugin documentation

19 years agoadd docbook version of plugin documentation
ellson [Thu, 22 Dec 2005 16:32:51 +0000 (16:32 +0000)]
add docbook version of plugin documentation

19 years agouse _GNU_SOURCE instead of __USE_GNU
ellson [Sat, 17 Dec 2005 04:43:29 +0000 (04:43 +0000)]
use _GNU_SOURCE instead of __USE_GNU

19 years agomake FP error trapping conditional on not using -ffast-math
ellson [Fri, 16 Dec 2005 22:17:23 +0000 (22:17 +0000)]
make FP error trapping conditional on not using -ffast-math

19 years agomake FP error trapping conditional on not using -ffast-math
ellson [Fri, 16 Dec 2005 22:17:23 +0000 (22:17 +0000)]
make FP error trapping conditional on not using -ffast-math

19 years agoWorkaround for a problem in gcc-4.1.0 when used with -O2
ellson [Thu, 15 Dec 2005 01:57:22 +0000 (01:57 +0000)]
Workaround for a problem in gcc-4.1.0 when used with -O2

19 years agoUpdate dot manual to include new rankdir options
erg [Mon, 12 Dec 2005 18:58:17 +0000 (18:58 +0000)]
Update dot manual to include new rankdir options

19 years agoCleanup fdp code to use local root graph (argument to fdp_layout) for
erg [Thu, 8 Dec 2005 22:01:14 +0000 (22:01 +0000)]
Cleanup fdp code to use local root graph (argument to fdp_layout) for
root tests.

19 years agoFix misspelling of plugin library for install rule
erg [Thu, 8 Dec 2005 22:00:29 +0000 (22:00 +0000)]
Fix misspelling of plugin library for install rule

19 years agoModify sample programs to use agsafeset().
erg [Thu, 8 Dec 2005 21:22:16 +0000 (21:22 +0000)]
Modify sample programs to use agsafeset().

19 years agojanitor - minor comment fix to remind me how .sl extensions are dealt with
ellson [Wed, 7 Dec 2005 22:21:20 +0000 (22:21 +0000)]
janitor - minor comment fix to remind me how .sl extensions are dealt with

19 years agoguess at dll extension when not provided
ellson [Wed, 7 Dec 2005 22:12:16 +0000 (22:12 +0000)]
guess at dll extension when not provided
Bob Lied <lied@lucent.com>

19 years agoUpdate info files
erg [Wed, 7 Dec 2005 19:34:16 +0000 (19:34 +0000)]
Update info files

19 years agoFix for bug 837
erg [Tue, 6 Dec 2005 22:22:33 +0000 (22:22 +0000)]
Fix for bug 837

19 years agoimprove test for /usr/lib64/libjpeg and /usr/lib64/libexpat
ellson [Tue, 6 Dec 2005 13:51:35 +0000 (13:51 +0000)]
improve test for /usr/lib64/libjpeg and /usr/lib64/libexpat

19 years agoUpdate URL for zlib sources and add note about building it as a shared library.
ellson [Fri, 2 Dec 2005 17:13:51 +0000 (17:13 +0000)]
Update URL for zlib sources and add note about building it as a shared library.

19 years agoaccording to "man regex" an "#include <sys/types.h>" is required.
ellson [Fri, 2 Dec 2005 04:14:47 +0000 (04:14 +0000)]
according to "man regex" an "#include <sys/types.h>" is required.
   apparently this is really so on Mac OSX

19 years agonew feature: simulated duplex edges using parallel edges.
ellson [Thu, 1 Dec 2005 04:43:39 +0000 (04:43 +0000)]
new feature: simulated duplex edges using parallel edges.
- head arrow takes first color, tail arrow takes second color

19 years agofix for plugin loading on HPUX
ellson [Thu, 1 Dec 2005 04:40:32 +0000 (04:40 +0000)]
fix for plugin loading on HPUX
Bob Lied <lied@lucent.com>

19 years agoUpdate info files
erg [Wed, 30 Nov 2005 22:33:15 +0000 (22:33 +0000)]
Update info files

19 years agoPrevent core dump when a cluster has no label to be used as a tooltip.
erg [Wed, 30 Nov 2005 22:19:52 +0000 (22:19 +0000)]
Prevent core dump when a cluster has no label to be used as a tooltip.

19 years agoFix bug 830
erg [Wed, 30 Nov 2005 22:19:13 +0000 (22:19 +0000)]
Fix bug 830

19 years agoUpdate Windows bat files
erg [Tue, 29 Nov 2005 22:12:03 +0000 (22:12 +0000)]
Update Windows bat files

19 years agodefault margin for ps
ellson [Tue, 29 Nov 2005 17:33:16 +0000 (17:33 +0000)]
default margin for ps

19 years agofix small rounding error in Y pos of labels between cg and gd plugin that was detecte...
ellson [Mon, 28 Nov 2005 23:58:39 +0000 (23:58 +0000)]
fix small rounding error in Y pos of labels between cg and gd plugin that was detected by diffimg

19 years agofix for thinlines in polylines
ellson [Mon, 28 Nov 2005 23:33:06 +0000 (23:33 +0000)]
fix for thinlines in polylines

19 years agodifferentiate two identical error messages
ellson [Mon, 28 Nov 2005 23:31:30 +0000 (23:31 +0000)]
differentiate two identical error messages

19 years agoPartial fix for bug #825
ellson [Mon, 28 Nov 2005 18:57:41 +0000 (18:57 +0000)]
Partial fix for bug #825
-Gsize now scales graph only, margins are always unscaled by zoom or size.
Don't scale margin by zoom factor.
Ensure background color extends into margin.
Some additional fprints in conditional code.

19 years agoadd lib/common/brewer_colors to distribution
ellson [Wed, 23 Nov 2005 13:29:38 +0000 (13:29 +0000)]
add lib/common/brewer_colors to distribution

19 years agoadd another example to dot.demo/
ellson [Wed, 23 Nov 2005 13:21:52 +0000 (13:21 +0000)]
add another example to dot.demo/

19 years agocolor_lib has to depend on brewer_lib and brewer_lib might as well
north [Tue, 22 Nov 2005 23:39:17 +0000 (23:39 +0000)]
color_lib has to depend on brewer_lib and brewer_lib might as well
depend on the awk script that generates it as well.

19 years agoUpdate info files
erg [Tue, 22 Nov 2005 18:25:04 +0000 (18:25 +0000)]
Update info files

19 years ago- fix 1 point extra margin UR.
ellson [Tue, 22 Nov 2005 01:53:30 +0000 (01:53 +0000)]
- fix 1 point extra margin UR.
- fix -Gmargin in -Tps (defaults to 5 points)

19 years agoAdd support for color namespaces; add Brewer color data
erg [Mon, 21 Nov 2005 21:25:40 +0000 (21:25 +0000)]
Add support for color namespaces; add Brewer color data

19 years agoAdd support for color namespaces; add Brewer color data
erg [Mon, 21 Nov 2005 21:25:40 +0000 (21:25 +0000)]
Add support for color namespaces; add Brewer color data

19 years agoAdd support for color namespaces; add Brewer color data
erg [Mon, 21 Nov 2005 21:25:40 +0000 (21:25 +0000)]
Add support for color namespaces; add Brewer color data

19 years agoUpdate info files
erg [Mon, 21 Nov 2005 21:24:49 +0000 (21:24 +0000)]
Update info files

19 years agofix memory leak in gdtclft
ellson [Sun, 20 Nov 2005 02:17:03 +0000 (02:17 +0000)]
fix memory leak in gdtclft
reported by Dave Bodenstab <dave_bodenstab@sbcglobal.net>

19 years agobacking out tcldot changes as they break webdot
ellson [Sat, 19 Nov 2005 23:26:27 +0000 (23:26 +0000)]
backing out tcldot changes as they break webdot

19 years agoapparently we don't need unistd.h anymore
ellson [Sat, 19 Nov 2005 22:11:20 +0000 (22:11 +0000)]
apparently we don't need unistd.h anymore

19 years agoadd changes for tcldot on Windows
ellson [Sat, 19 Nov 2005 22:08:14 +0000 (22:08 +0000)]
add changes for tcldot on Windows
Michael Schlenker <schlenk@uni-oldenburg.de>

19 years agosome demo fixes
ellson [Sat, 19 Nov 2005 21:17:54 +0000 (21:17 +0000)]
some demo fixes

19 years agofix typo in last change
ellson [Sat, 19 Nov 2005 21:12:32 +0000 (21:12 +0000)]
fix typo in last change