]> granicus.if.org Git - graphviz/log
graphviz
13 years agoRemove unused code
Emden Gansner [Wed, 7 Dec 2011 19:03:43 +0000 (14:03 -0500)]
Remove unused code

13 years agoRestored reference to 01local.xml
Dwight Perry [Tue, 6 Dec 2011 16:28:42 +0000 (11:28 -0500)]
Restored reference to 01local.xml

13 years agoAdded nl to end of file
Dwight Perry [Mon, 5 Dec 2011 23:30:01 +0000 (18:30 -0500)]
Added nl to end of file

13 years agoAdded message to end of macosx installation
Dwight Perry [Fri, 2 Dec 2011 20:49:38 +0000 (15:49 -0500)]
Added message to end of macosx installation

13 years agofixing integer overflow in rectangle.c RectArea again
Donald Caldwell [Thu, 1 Dec 2011 19:29:45 +0000 (14:29 -0500)]
fixing integer overflow in rectangle.c RectArea again
add AC_CHECK_SIZEOF([long long]), AC_CHECK_SIZEOF([int]) to configure.ac
made 2 copies of RectArea
 one with inexpensive long long test when size of long long > int
 one with expensive division test when not

13 years agoMove agmemread to io.c. Having it in grammar.y causes some strange error
Emden Gansner [Fri, 25 Nov 2011 19:33:51 +0000 (14:33 -0500)]
Move agmemread to io.c. Having it in grammar.y causes some strange error
during compilation.

13 years agoAdd utility function agmemread (as in libgraph) to cgraph
Emden Gansner [Fri, 25 Nov 2011 19:19:02 +0000 (14:19 -0500)]
Add utility function agmemread (as in libgraph) to cgraph

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Fri, 25 Nov 2011 03:32:37 +0000 (22:32 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoFix bug 2164
Emden Gansner [Fri, 25 Nov 2011 03:32:27 +0000 (22:32 -0500)]
Fix bug 2164

13 years agomerge from head
John Ellson [Thu, 24 Nov 2011 19:12:35 +0000 (14:12 -0500)]
merge from head

13 years agopartially completed (disabled) framework for gdk_pixbuf based loadimage plugins
John Ellson [Thu, 24 Nov 2011 19:11:19 +0000 (14:11 -0500)]
partially completed (disabled) framework for gdk_pixbuf based loadimage plugins

13 years agoFix for bug 2163
Emden Gansner [Thu, 24 Nov 2011 17:53:20 +0000 (12:53 -0500)]
Fix for bug 2163

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Wed, 23 Nov 2011 23:22:04 +0000 (18:22 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoAdd prototype pov renderer. It probably needs a bit more work vis-a-vis
Emden Gansner [Wed, 23 Nov 2011 23:21:51 +0000 (18:21 -0500)]
Add prototype pov renderer. It probably needs a bit more work vis-a-vis
fonts, this being another case where there are special font constraints.
For pov, it seems only ttf files are accepted, and the pov file wants
the actual file name. (It is not necessary to have the fonts in the local
directory: povray allows you to specify a path variable where it can find
various system resources like fonts.) Presumably there should also be ways
to allow the user to specify different backgrounds as well.

13 years agofix #!/bin/ksh so it works for other user's
John Ellson [Wed, 23 Nov 2011 13:03:49 +0000 (08:03 -0500)]
fix #!/bin/ksh so it works for other user's

13 years agoxlable library edit
Dwight Perry [Tue, 22 Nov 2011 18:17:50 +0000 (13:17 -0500)]
xlable library edit

13 years agooverflow in RectArea
Donald Caldwell [Fri, 18 Nov 2011 17:01:38 +0000 (12:01 -0500)]
overflow in RectArea
in rectangle.c
changed type of area and return type of RectArea to unsigned int
added overflow check in RectArea
in split.q.h
changed type of SplitQ_t.CoverSplitArea to unsigned int

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Tue, 15 Nov 2011 18:57:30 +0000 (13:57 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoMake sure default attributes are printed, even if empty.
Emden Gansner [Tue, 15 Nov 2011 18:57:19 +0000 (13:57 -0500)]
Make sure default attributes are printed, even if empty.

13 years agoTest cases for edge path code changes
Dwight Perry [Tue, 15 Nov 2011 17:28:04 +0000 (12:28 -0500)]
Test cases for edge path code changes

13 years agoReplace direct data structure access with macro from types.h
Emden Gansner [Tue, 15 Nov 2011 16:39:52 +0000 (11:39 -0500)]
Replace direct data structure access with macro from types.h

13 years agobranch merge
Dwight Perry [Mon, 14 Nov 2011 23:15:18 +0000 (18:15 -0500)]
branch merge

13 years agoChanges to improve the appearance of some edge paths
Dwight Perry [Mon, 14 Nov 2011 23:13:51 +0000 (18:13 -0500)]
Changes to improve the appearance of some edge paths

13 years agoMake sure components each have minrank 0 in new ranking
Emden Gansner [Mon, 14 Nov 2011 22:50:22 +0000 (17:50 -0500)]
Make sure components each have minrank 0 in new ranking

13 years agoOn output, recurse down the subgraph tree even if the subgraph is "irrelevant", as
Emden Gansner [Fri, 11 Nov 2011 23:06:25 +0000 (18:06 -0500)]
On output, recurse down the subgraph tree even if the subgraph is "irrelevant", as
it may contain non-irrelevant subgraphs.

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Fri, 11 Nov 2011 20:12:21 +0000 (15:12 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoFix warning messages
Emden Gansner [Fri, 11 Nov 2011 20:12:13 +0000 (15:12 -0500)]
Fix warning messages

13 years agoWrap new level code with WITH_CGRAPH
Emden Gansner [Fri, 11 Nov 2011 19:48:54 +0000 (14:48 -0500)]
Wrap new level code with WITH_CGRAPH

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Fri, 11 Nov 2011 19:34:41 +0000 (14:34 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoSimilar fix that we did for dot: cgraph does not have a flat namespace for subgraphs,
Emden Gansner [Fri, 11 Nov 2011 19:34:26 +0000 (14:34 -0500)]
Similar fix that we did for dot: cgraph does not have a flat namespace for subgraphs,
so we need to construct an explicit map from name to cluster. Pulled out the code we
used in dot and moved it to utils.c.

13 years ago do same with stddef.h
John Ellson [Fri, 11 Nov 2011 19:33:34 +0000 (14:33 -0500)]
 do same with stddef.h

13 years agoadd explicit include of stdint.h for ptrdiff_t
John Ellson [Fri, 11 Nov 2011 19:28:33 +0000 (14:28 -0500)]
add explicit include of stdint.h for ptrdiff_t

13 years agoFix unused variable declaration
Emden Gansner [Fri, 11 Nov 2011 16:48:53 +0000 (11:48 -0500)]
Fix unused variable declaration

13 years agoAdd #include <stdlib.h> for malloc declaration (this is included automatically
Emden Gansner [Fri, 11 Nov 2011 16:48:16 +0000 (11:48 -0500)]
Add #include <stdlib.h> for malloc declaration (this is included automatically
in graph.h)

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Fri, 11 Nov 2011 16:35:25 +0000 (11:35 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoClean up tests: fix misnamed fdp test; remove meaningless Symbol test;
Emden Gansner [Fri, 11 Nov 2011 16:27:02 +0000 (11:27 -0500)]
Clean up tests: fix misnamed fdp test; remove meaningless Symbol test;
add test entries for the font test graphs and output; coalesce ruled
table tests.

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Thu, 10 Nov 2011 20:19:33 +0000 (15:19 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoSupply code to use the new ranking algorithm. This is only available
Emden Gansner [Thu, 10 Nov 2011 20:19:23 +0000 (15:19 -0500)]
Supply code to use the new ranking algorithm. This is only available
via cgraph. At present, it is conditional on setting the graph attribute
newrank=true.

13 years agoAdd flag to indicate using the new ranking algorithm.
Emden Gansner [Thu, 10 Nov 2011 19:52:39 +0000 (14:52 -0500)]
Add flag to indicate using the new ranking algorithm.

13 years agoAdd helper functions to access Agraphinfo_t and Agnodeinfo_t.
Emden Gansner [Thu, 10 Nov 2011 19:51:49 +0000 (14:51 -0500)]
Add helper functions to access Agraphinfo_t and Agnodeinfo_t.

13 years agoDon't reset LexPtr unless file changes. This allows multiple graphs
Emden Gansner [Tue, 8 Nov 2011 18:18:57 +0000 (13:18 -0500)]
Don't reset LexPtr unless file changes. This allows multiple graphs
on the same line.

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Mon, 7 Nov 2011 19:48:38 +0000 (14:48 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoMake the grammar used to describe types a bit cleaner;
Emden Gansner [Mon, 7 Nov 2011 19:48:27 +0000 (14:48 -0500)]
Make the grammar used to describe types a bit cleaner;
remove redundant pointf type;
add new types allowing a '+' before a double or a point

13 years agoadd COPYING (softlink to epl-v10.txt) to avoid warning durint autogen.sh
John Ellson [Sun, 6 Nov 2011 15:59:17 +0000 (10:59 -0500)]
add COPYING (softlink to epl-v10.txt) to avoid warning durint autogen.sh

13 years agoone more tweak for php abi versioning
John Ellson [Sun, 6 Nov 2011 15:49:35 +0000 (10:49 -0500)]
one more tweak for php abi versioning

13 years agobackport ugly code from Fedora for dealing with PHP's abi versioning mess
John Ellson [Sat, 5 Nov 2011 23:56:52 +0000 (19:56 -0400)]
backport ugly code from Fedora for dealing with PHP's abi versioning mess

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Fri, 4 Nov 2011 22:04:46 +0000 (18:04 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoMake sure node size information gets transferred to the derived graph.
Emden Gansner [Fri, 4 Nov 2011 22:04:32 +0000 (18:04 -0400)]
Make sure node size information gets transferred to the derived graph.

13 years agoremove cmake stuff - never completed - never worked (couldn't handle convenience...
John Ellson [Fri, 4 Nov 2011 18:45:35 +0000 (14:45 -0400)]
remove cmake stuff - never completed - never worked (couldn't handle convenience libs)

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Wed, 2 Nov 2011 20:40:28 +0000 (16:40 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoAdd note on explicitly using overlap=voronoi
Emden Gansner [Wed, 2 Nov 2011 20:40:04 +0000 (16:40 -0400)]
Add note on explicitly using overlap=voronoi

13 years agoreturn 0 instead of crash on agnxtsubg(g) when g is a root graph
Stephen North [Mon, 31 Oct 2011 17:20:00 +0000 (13:20 -0400)]
return 0 instead of crash on agnxtsubg(g) when g is a root graph

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Wed, 26 Oct 2011 15:49:20 +0000 (11:49 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoRemove unused and incorrect subgraph code
Emden Gansner [Wed, 26 Oct 2011 15:49:01 +0000 (11:49 -0400)]
Remove unused and incorrect subgraph code

13 years agoRemove redundant memory reclamation
Emden Gansner [Tue, 25 Oct 2011 19:32:26 +0000 (15:32 -0400)]
Remove redundant memory reclamation

13 years agoDon't require diffimg to generate test output
Emden Gansner [Tue, 25 Oct 2011 19:31:27 +0000 (15:31 -0400)]
Don't require diffimg to generate test output

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

13 years agoTurn off assertion if new ranking is used
Emden Gansner [Tue, 25 Oct 2011 16:32:28 +0000 (12:32 -0400)]
Turn off assertion if new ranking is used

13 years agoMake sure new rank function works with cgraph;
Emden Gansner [Tue, 25 Oct 2011 16:31:43 +0000 (12:31 -0400)]
Make sure new rank function works with cgraph;
clean up allocated node edge lists in level graph

13 years agoMove debug code in network simplex to rely on graph structure, not
Emden Gansner [Tue, 25 Oct 2011 16:26:39 +0000 (12:26 -0400)]
Move debug code in network simplex to rely on graph structure, not
shadow graph structure.

13 years agoAdd new ranking code
Emden Gansner [Tue, 25 Oct 2011 15:26:03 +0000 (11:26 -0400)]
Add new ranking code

13 years agoProvide more parameters to network simplex;
Emden Gansner [Tue, 25 Oct 2011 15:20:49 +0000 (11:20 -0400)]
Provide more parameters to network simplex;
add additional debug scaffolding

13 years agoFix printf for pointer type
Emden Gansner [Mon, 24 Oct 2011 20:07:32 +0000 (16:07 -0400)]
Fix printf for pointer type

13 years agoRemove extra space
Emden Gansner [Mon, 24 Oct 2011 19:59:03 +0000 (15:59 -0400)]
Remove extra space

13 years agoPull out incorrect and redundant code, re-added after I pulled it out before,
Emden Gansner [Thu, 20 Oct 2011 16:11:47 +0000 (12:11 -0400)]
Pull out incorrect and redundant code, re-added after I pulled it out before,
to support the imagepath attribute.

13 years agoAdd information concerning the imagepath attribute
Emden Gansner [Thu, 20 Oct 2011 16:10:10 +0000 (12:10 -0400)]
Add information concerning the imagepath attribute

13 years agomerge with head
John Ellson [Wed, 19 Oct 2011 21:56:00 +0000 (17:56 -0400)]
merge with head

13 years agorewrite svg_size() using regexps to handle image svg with only viewBox (no absolute...
John Ellson [Wed, 19 Oct 2011 21:55:01 +0000 (17:55 -0400)]
rewrite svg_size() using regexps to handle image svg with only viewBox (no absolute width height) fixes 0002135

13 years agoAdded tag rel_2_28 for changeset c35b5b7f953c
Dwight Perry [Wed, 19 Oct 2011 21:49:02 +0000 (17:49 -0400)]
Added tag rel_2_28 for changeset c35b5b7f953c

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Wed, 19 Oct 2011 20:50:49 +0000 (16:50 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoFix bug 2150 plus finish fix to 1852 (old bug 1921).
Emden Gansner [Wed, 19 Oct 2011 20:50:37 +0000 (16:50 -0400)]
Fix bug 2150 plus finish fix to 1852 (old bug 1921).

13 years agoTurn of DEBUG flag
Emden Gansner [Wed, 19 Oct 2011 20:39:27 +0000 (16:39 -0400)]
Turn of DEBUG flag

13 years agoapply patch from 0002147 for improved vendorarch tests
John Ellson [Wed, 19 Oct 2011 18:08:42 +0000 (14:08 -0400)]
apply patch from 0002147 for improved vendorarch tests

13 years agoapply patch for LIBPOSTFIX on Solaris - Mantis 0002148
John Ellson [Wed, 19 Oct 2011 18:03:12 +0000 (14:03 -0400)]
apply patch for LIBPOSTFIX on Solaris - Mantis 0002148

13 years agoFix bug 2149
Emden Gansner [Wed, 19 Oct 2011 17:22:52 +0000 (13:22 -0400)]
Fix bug 2149

13 years agoChange links in info files to refer to FAQ pages
Emden Gansner [Wed, 19 Oct 2011 15:56:10 +0000 (11:56 -0400)]
Change links in info files to refer to FAQ pages

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

13 years agoFix for bug 1199.
Emden Gansner [Tue, 18 Oct 2011 20:57:17 +0000 (16:57 -0400)]
Fix for bug 1199.

13 years agoFix for bug 1199 and adjust formatting.
Emden Gansner [Tue, 18 Oct 2011 20:57:00 +0000 (16:57 -0400)]
Fix for bug 1199 and adjust formatting.

13 years agoChanges to support ubuntu11
Dwight Perry [Tue, 18 Oct 2011 17:16:18 +0000 (13:16 -0400)]
Changes to support ubuntu11

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Fri, 14 Oct 2011 21:10:47 +0000 (17:10 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoAllow memtest to quit after a few iterations
Emden Gansner [Fri, 14 Oct 2011 21:10:40 +0000 (17:10 -0400)]
Allow memtest to quit after a few iterations

13 years agoFix warning messages
Emden Gansner [Fri, 14 Oct 2011 20:18:55 +0000 (16:18 -0400)]
Fix warning messages

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

13 years agoFix cgraph code in dot related to virtual nodes. In particular, avoid calling agsubno...
Emden Gansner [Fri, 14 Oct 2011 19:54:56 +0000 (15:54 -0400)]
Fix cgraph code in dot related to virtual nodes. In particular, avoid calling agsubnode on
virtual node.

13 years agoAdding macosx platform support for help and project
Dwight Perry [Fri, 14 Oct 2011 14:38:29 +0000 (10:38 -0400)]
Adding macosx platform support for help and project

13 years agoConfigure macosx lion help
Dwight Perry [Thu, 13 Oct 2011 19:29:28 +0000 (15:29 -0400)]
Configure macosx lion help

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Thu, 13 Oct 2011 16:36:31 +0000 (12:36 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/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 agoAdjustments for macosx lion build
Dwight Perry [Thu, 13 Oct 2011 14:56:14 +0000 (10:56 -0400)]
Adjustments for macosx lion build

13 years agoAdded support for macosx lion
Dwight Perry [Wed, 12 Oct 2011 21:55:53 +0000 (17:55 -0400)]
Added support for macosx lion

13 years agoFix trace print when -n flag is used
Emden Gansner [Wed, 12 Oct 2011 14:46:01 +0000 (10:46 -0400)]
Fix trace print when -n flag is used

13 years agoFix formatting and remove erroneous comment
Emden Gansner [Wed, 12 Oct 2011 14:45:07 +0000 (10:45 -0400)]
Fix formatting and remove erroneous comment

13 years agoAt present, cgraph uses a separate refstr cache for each graph. This means that in
Emden Gansner [Wed, 12 Oct 2011 14:43:25 +0000 (10:43 -0400)]
At present, cgraph uses a separate refstr cache for each graph. This means that in
agcopyattr(), new strings are generated but the html bit may be lost. This fix
makes sure the bit is transferred.

13 years agoFix incorrect test specification
Emden Gansner [Wed, 12 Oct 2011 14:38:09 +0000 (10:38 -0400)]
Fix incorrect test specification

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