]> granicus.if.org Git - graphviz/log
graphviz
13 years agoAdd more details to the library man page
Emden Gansner [Thu, 13 Oct 2011 16:36:25 +0000 (12:36 -0400)]
Add more details to the library man page

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Tue, 11 Oct 2011 16:39:04 +0000 (12:39 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoMake sure edges are stored in node creation order
Emden Gansner [Tue, 11 Oct 2011 16:38:58 +0000 (12:38 -0400)]
Make sure edges are stored in node creation order

13 years agoTo support logical heads and tails for compound graphs, use flat name
Emden Gansner [Tue, 11 Oct 2011 01:03:12 +0000 (21:03 -0400)]
To support logical heads and tails for compound graphs, use flat name
space map as in libgraph.

13 years agoreenable R
John Ellson [Sat, 8 Oct 2011 12:49:37 +0000 (08:49 -0400)]
reenable R

13 years agotry again to turn off R for fc17
John Ellson [Sat, 8 Oct 2011 02:26:53 +0000 (22:26 -0400)]
try again to turn off R for fc17

13 years agodisable graphviz-R packkage until R gets fixed
John Ellson [Fri, 7 Oct 2011 22:53:30 +0000 (18:53 -0400)]
disable graphviz-R packkage until R gets fixed

13 years agoUse ordinary dotgen even with cgraph
Emden Gansner [Fri, 7 Oct 2011 18:48:09 +0000 (14:48 -0400)]
Use ordinary dotgen even with cgraph

13 years agoAmend quartz driver makefile to handle cgraph
Emden Gansner [Fri, 7 Oct 2011 18:46:48 +0000 (14:46 -0400)]
Amend quartz driver makefile to handle cgraph

13 years agoGenerate dotgen if using cgraph
Emden Gansner [Fri, 7 Oct 2011 18:45:58 +0000 (14:45 -0400)]
Generate dotgen if using cgraph

13 years agoMake sure clusters get a Agraphinfo_t record;
Emden Gansner [Fri, 7 Oct 2011 18:44:39 +0000 (14:44 -0400)]
Make sure clusters get a Agraphinfo_t record;
for neato -n, make sure a cluster has a valid bounding box before binding

13 years agoFix print statement to use %f for doubles.
Emden Gansner [Fri, 7 Oct 2011 18:23:38 +0000 (14:23 -0400)]
Fix print statement to use %f for doubles.

13 years agoAdd Agnodinfo_t to top-level graph nodes. This has to be done early, before processCl...
Emden Gansner [Fri, 7 Oct 2011 18:22:23 +0000 (14:22 -0400)]
Add Agnodinfo_t to top-level graph nodes. This has to be done early, before processClusterEdges.
Thus, the generic call to neato_init_node can no longer be used, as this also binds Agnodeinfo_t.

13 years agoFix undeclared variable
Emden Gansner [Fri, 7 Oct 2011 18:19:57 +0000 (14:19 -0400)]
Fix undeclared variable

13 years agoFix indentation; remove wrong/extraneous comment
Emden Gansner [Fri, 7 Oct 2011 18:18:42 +0000 (14:18 -0400)]
Fix indentation; remove wrong/extraneous comment

13 years agoEnable beautify feature in sfdp. This tries to draw leaf nodes uniformly on a circle
Emden Gansner [Fri, 7 Oct 2011 14:54:34 +0000 (10:54 -0400)]
Enable beautify feature in sfdp. This tries to draw leaf nodes uniformly on a circle
around root node.

13 years agoUpdate todo list
Emden Gansner [Fri, 7 Oct 2011 14:53:38 +0000 (10:53 -0400)]
Update todo list

13 years agoeliminate head
Dwight Perry [Wed, 5 Oct 2011 15:35:22 +0000 (11:35 -0400)]
eliminate head

13 years agoRevised project file
Dwight Perry [Tue, 4 Oct 2011 22:14:17 +0000 (18:14 -0400)]
Revised project file

13 years agoFix so anonymous subgraphs that contain named subgraphs are written.
Stephen North [Tue, 4 Oct 2011 16:30:13 +0000 (12:30 -0400)]
Fix so anonymous subgraphs that contain named subgraphs are written.
Previously they were skipped. irrelevant_subgraph() was made recursive.

13 years agomemory leak
Donald Caldwell [Mon, 3 Oct 2011 14:38:47 +0000 (10:38 -0400)]
memory leak
replicated Yifans memory leak fix in call_tri

13 years agomemory leaks
Donald Caldwell [Fri, 30 Sep 2011 21:46:19 +0000 (17:46 -0400)]
memory leaks
freed memory for cluster and clusterp at end of Multilevel_coarsen_internal
commented out dtsearch call in xlhdxload
added xlhdxunload in xlabels.c to clear node memory

13 years agoAll subgraphs, not just clusters, need Agraphinfo. So for cgraph, we bind the
Emden Gansner [Fri, 30 Sep 2011 20:51:41 +0000 (16:51 -0400)]
All subgraphs, not just clusters, need Agraphinfo. So for cgraph, we bind the
structure for all subgraphs, and fix cleanup to remove these from all subgraphs.

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Fri, 30 Sep 2011 19:08:03 +0000 (15:08 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoFix gvedit and quartz plugin to at least compile using cgraph.
Emden Gansner [Fri, 30 Sep 2011 19:07:54 +0000 (15:07 -0400)]
Fix gvedit and quartz plugin to at least compile using cgraph.

13 years agoChanged SDKROOT
Dwight Perry [Fri, 30 Sep 2011 17:32:32 +0000 (13:32 -0400)]
Changed SDKROOT

13 years agoFix port name generation to use the same code with graph and cgraph
Emden Gansner [Fri, 30 Sep 2011 15:28:07 +0000 (11:28 -0400)]
Fix port name generation to use the same code with graph and cgraph

13 years agoAdded support for platform specific project.pbxproj files
Dwight Perry [Thu, 29 Sep 2011 21:13:54 +0000 (17:13 -0400)]
Added support for platform specific project.pbxproj files

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Thu, 29 Sep 2011 21:00:44 +0000 (17:00 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoAdd remainder of Glen Low's changes fo graphviz to use cgraph.
Emden Gansner [Thu, 29 Sep 2011 21:00:26 +0000 (17:00 -0400)]
Add remainder of Glen Low's changes fo graphviz to use cgraph.

13 years agomemory leak in index.c RTreeClose
Donald Caldwell [Thu, 29 Sep 2011 18:27:49 +0000 (14:27 -0400)]
memory leak in index.c RTreeClose
the rtree root node had not been freed when the rtree was closed

13 years agoAdded support for lion
Dwight Perry [Thu, 29 Sep 2011 17:40:42 +0000 (13:40 -0400)]
Added support for lion

13 years agoUpdate help info
Emden Gansner [Wed, 28 Sep 2011 19:24:57 +0000 (15:24 -0400)]
Update help info

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Wed, 28 Sep 2011 18:24:43 +0000 (14:24 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoAdded instructions for using neato layout
Dwight Perry [Tue, 27 Sep 2011 21:43:10 +0000 (17:43 -0400)]
Added instructions for using neato layout

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Tue, 27 Sep 2011 20:31:55 +0000 (16:31 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoEnhance gvgen with twisted torus, balls, triangular mesh, random graph, etc.
Emden Gansner [Tue, 27 Sep 2011 20:31:50 +0000 (16:31 -0400)]
Enhance gvgen with twisted torus, balls, triangular mesh, random graph, etc.

13 years agogood idea for ner feature doesn't work with old rpm on centor4/5
John Ellson [Thu, 22 Sep 2011 13:12:15 +0000 (09:12 -0400)]
good idea for ner feature doesn't work with old rpm on centor4/5

13 years agoexplicitly ship entities.html in tcl demo files
John Ellson [Wed, 21 Sep 2011 22:18:08 +0000 (18:18 -0400)]
explicitly ship entities.html in tcl demo files

13 years agoFixed help message and updated ChangeLog
Dwight Perry [Wed, 21 Sep 2011 14:21:05 +0000 (10:21 -0400)]
Fixed help message and updated ChangeLog

13 years agoAdded blurb about the layout attribute
Dwight Perry [Tue, 20 Sep 2011 22:41:28 +0000 (18:41 -0400)]
Added blurb about the layout attribute

13 years agoEnhanced macosx help page and imagepath test description
Dwight Perry [Tue, 20 Sep 2011 22:34:58 +0000 (18:34 -0400)]
Enhanced macosx help page and imagepath test description

13 years agoCorrected unix shell specification
Dwight Perry [Tue, 20 Sep 2011 14:34:49 +0000 (10:34 -0400)]
Corrected unix shell specification

13 years agoAdded test cases for imagepath attribute feature
Dwight Perry [Mon, 19 Sep 2011 21:58:20 +0000 (17:58 -0400)]
Added test cases for imagepath attribute feature

13 years agoTry to get this going
Stephen North [Fri, 16 Sep 2011 18:11:50 +0000 (14:11 -0400)]
Try to get this going

13 years agoFix stupid syntax error in generated script when ignoring tclpkg make
Stephen North [Fri, 16 Sep 2011 17:58:01 +0000 (13:58 -0400)]
Fix stupid syntax error in generated script when ignoring tclpkg make

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Stephen North [Fri, 16 Sep 2011 17:46:07 +0000 (13:46 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoUse small integers for node ids.
Emden Gansner [Thu, 15 Sep 2011 16:14:26 +0000 (12:14 -0400)]
Use small integers for node ids.

13 years agoMerge
Emden Gansner [Wed, 14 Sep 2011 20:29:54 +0000 (16:29 -0400)]
Merge

13 years agoAdd triangular mesh and n-ary tree
Emden Gansner [Wed, 14 Sep 2011 20:28:27 +0000 (16:28 -0400)]
Add triangular mesh and n-ary tree

13 years agonew visio plugin
Dwight Perry [Tue, 13 Sep 2011 19:19:33 +0000 (15:19 -0400)]
new visio plugin

13 years agoAdded imagepath functionality and help functionality to macosx
Dwight Perry [Mon, 12 Sep 2011 20:39:22 +0000 (16:39 -0400)]
Added imagepath functionality and help functionality to macosx

13 years agowin32 visio plugin added
Dwight Perry [Mon, 12 Sep 2011 19:08:52 +0000 (15:08 -0400)]
win32 visio plugin added

13 years agodon't attempt to package various old Makefiles that have been deleted
John Ellson [Thu, 8 Sep 2011 17:05:58 +0000 (13:05 -0400)]
don't attempt to package various old Makefiles that have been deleted

13 years agoWrap agbindrec() call with #ifdef WITH_CGRAPH
Emden Gansner [Thu, 8 Sep 2011 16:29:43 +0000 (12:29 -0400)]
Wrap agbindrec() call with #ifdef WITH_CGRAPH

13 years agoAdd version info for the new HTML markups
Emden Gansner [Wed, 7 Sep 2011 20:40:58 +0000 (16:40 -0400)]
Add version info for the new HTML markups

13 years agoFix check for cache cleaning to use pointers. This is a bit cruder than
Emden Gansner [Wed, 7 Sep 2011 18:44:38 +0000 (14:44 -0400)]
Fix check for cache cleaning to use pointers. This is a bit cruder than
using strcmp but avoids having to check for NULL values passed to strcmp.
Also, since the imagepath value comes from graph strings, these are already
hashed and pointer comparison is sufficient.

13 years agoMerge
Emden Gansner [Wed, 7 Sep 2011 18:03:52 +0000 (14:03 -0400)]
Merge

13 years agoFix improperly entered agbindrec code.
Emden Gansner [Wed, 7 Sep 2011 18:03:04 +0000 (14:03 -0400)]
Fix improperly entered agbindrec code.

13 years agocommit merge
John Ellson [Wed, 7 Sep 2011 16:05:20 +0000 (12:05 -0400)]
commit merge

13 years agoadd code snippet for easy application of patches
John Ellson [Wed, 7 Sep 2011 16:04:10 +0000 (12:04 -0400)]
add code snippet for easy application of patches

13 years agoFlush image cache if the image path variable changes.
Emden Gansner [Tue, 6 Sep 2011 21:12:37 +0000 (17:12 -0400)]
Flush image cache if the image path variable changes.

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Tue, 6 Sep 2011 18:32:58 +0000 (14:32 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Tue, 6 Sep 2011 18:23:09 +0000 (14:23 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoCleanup up cgraph code. In particular, add necessary agbindrec calls.
Emden Gansner [Tue, 6 Sep 2011 17:57:48 +0000 (13:57 -0400)]
Cleanup up cgraph code. In particular, add necessary agbindrec calls.

13 years agoFix error message from gvpack when edges have no pos due to concentrate=true
Emden Gansner [Tue, 6 Sep 2011 17:44:25 +0000 (13:44 -0400)]
Fix error message from gvpack when edges have no pos due to concentrate=true

13 years agoFix bug 2136
Emden Gansner [Tue, 6 Sep 2011 16:04:10 +0000 (12:04 -0400)]
Fix bug 2136

13 years agofixed image path
Dwight Perry [Fri, 2 Sep 2011 14:36:32 +0000 (10:36 -0400)]
fixed image path

13 years agoAdd note describing required size information for image files.
Emden Gansner [Fri, 2 Sep 2011 01:38:48 +0000 (21:38 -0400)]
Add note describing required size information for image files.

13 years agofix gv.py dependency that was breaking
John Ellson [Thu, 1 Sep 2011 10:54:09 +0000 (06:54 -0400)]
fix gv.py dependency that was breaking
'make -j'

13 years agoBack out initial implementation of imagepath: it assumed a single graph and
Emden Gansner [Thu, 25 Aug 2011 20:50:01 +0000 (16:50 -0400)]
Back out initial implementation of imagepath: it assumed a single graph and
a single path, the tests where distributed, and it broke the caching of images
in gvusershape.c. It also didn't check for graphviz being used as a web server.

13 years agoFix SDL table formatting
Emden Gansner [Thu, 25 Aug 2011 15:41:30 +0000 (11:41 -0400)]
Fix SDL table formatting

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Thu, 25 Aug 2011 15:35:17 +0000 (11:35 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoAdd note to documentation noting that the bold, italic, etc. font markups
Emden Gansner [Thu, 25 Aug 2011 15:34:01 +0000 (11:34 -0400)]
Add note to documentation noting that the bold, italic, etc. font markups
are only available via cairo and svg.

13 years agoNote addition of font markup to svg
Emden Gansner [Thu, 25 Aug 2011 15:33:22 +0000 (11:33 -0400)]
Note addition of font markup to svg

13 years agoAdd missing rule for converting .gv to .gif
Emden Gansner [Thu, 25 Aug 2011 15:32:02 +0000 (11:32 -0400)]
Add missing rule for converting .gv to .gif

13 years agoMade changes to accomodate the imagepath graph attribute.
Dwight Perry [Thu, 25 Aug 2011 15:27:34 +0000 (11:27 -0400)]
Made changes to accomodate the imagepath graph attribute.

13 years agoFix bug in html code; make sure htmlfont info is passed along
Emden Gansner [Wed, 24 Aug 2011 19:24:25 +0000 (15:24 -0400)]
Fix bug in html code; make sure htmlfont info is passed along
during rendering

13 years agoFix core svg renderer to support font markup
Emden Gansner [Wed, 24 Aug 2011 19:23:42 +0000 (15:23 -0400)]
Fix core svg renderer to support font markup

13 years agoMake test part of dot.c work with cgraph
Emden Gansner [Wed, 24 Aug 2011 19:22:41 +0000 (15:22 -0400)]
Make test part of dot.c work with cgraph

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Stephen North [Thu, 18 Aug 2011 21:28:23 +0000 (17:28 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoFix compatibility with cgraph library
Emden Gansner [Thu, 18 Aug 2011 19:09:18 +0000 (15:09 -0400)]
Fix compatibility with cgraph library

13 years agoConvert headlabels and taillabels to use external labels;
Emden Gansner [Thu, 18 Aug 2011 19:01:21 +0000 (15:01 -0400)]
Convert headlabels and taillabels to use external labels;
make forcelabels true by default

13 years agoAdd #include "config.h"
Emden Gansner [Thu, 18 Aug 2011 18:59:45 +0000 (14:59 -0400)]
Add #include "config.h"

13 years agoFix bug 2128
Emden Gansner [Wed, 17 Aug 2011 21:36:47 +0000 (17:36 -0400)]
Fix bug 2128

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Wed, 17 Aug 2011 19:57:34 +0000 (15:57 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoAdd documentation on tapered edges
Emden Gansner [Wed, 17 Aug 2011 19:57:10 +0000 (15:57 -0400)]
Add documentation on tapered edges

13 years agoFix reversed arguments in monitor command
Emden Gansner [Wed, 17 Aug 2011 19:56:40 +0000 (15:56 -0400)]
Fix reversed arguments in monitor command

13 years agoagnsubg() not Agnsubg()
Stephen North [Wed, 17 Aug 2011 17:30:11 +0000 (13:30 -0400)]
agnsubg() not Agnsubg()

13 years agoAutomated merge with http://hg.research.att.com/graphviz
Stephen North [Wed, 17 Aug 2011 16:23:50 +0000 (12:23 -0400)]
Automated merge with http://hg.research.att.com/graphviz

13 years agoInitial implementation of tapered edges
Emden Gansner [Tue, 16 Aug 2011 21:28:18 +0000 (17:28 -0400)]
Initial implementation of tapered edges

13 years agoAdded warnings that the library is not thread safe.
Stephen North [Mon, 15 Aug 2011 15:20:12 +0000 (11:20 -0400)]
Added warnings that the library is not thread safe.

13 years agoremoved return statement from first loop in xlintersections
Donald Caldwell [Sun, 14 Aug 2011 16:54:38 +0000 (12:54 -0400)]
removed return statement from first loop in xlintersections
even if the label position covers an edge midpoint, there may be
intersections of other nodes or labels that should be measured.

13 years agofix entities.html breakage
John Ellson [Thu, 11 Aug 2011 15:48:34 +0000 (11:48 -0400)]
fix entities.html breakage

13 years agouse new image and improve page text
John Ellson [Wed, 10 Aug 2011 23:13:20 +0000 (19:13 -0400)]
use new image and improve page text

13 years agoupdate to use current w3c entities.html
John Ellson [Wed, 10 Aug 2011 23:03:50 +0000 (19:03 -0400)]
update to use current w3c entities.html

13 years agoresore original entities.html name
John Ellson [Wed, 10 Aug 2011 22:54:36 +0000 (18:54 -0400)]
resore original entities.html name

13 years agono easy way to handle the rest of the .hgignore
John Ellson [Wed, 10 Aug 2011 22:29:22 +0000 (18:29 -0400)]
no easy way to handle the rest of the .hgignore

13 years agoa starter .hgignore so that is less annoying to build in the checkout tree
John Ellson [Wed, 10 Aug 2011 22:02:39 +0000 (18:02 -0400)]
a starter .hgignore so that is less annoying to build in the checkout tree

13 years agochange filename to gdtclft.entites.example.png in dist target
John Ellson [Wed, 10 Aug 2011 22:01:46 +0000 (18:01 -0400)]
change filename to gdtclft.entites.example.png in dist target