]> granicus.if.org Git - graphviz/log
graphviz
12 years agoRemove unnecessary delete
Emden Gansner [Fri, 4 May 2012 16:31:11 +0000 (12:31 -0400)]
Remove unnecessary delete

12 years agoFix bug in delete function
Emden Gansner [Fri, 4 May 2012 15:00:37 +0000 (11:00 -0400)]
Fix bug in delete function

12 years agoFix bug 2225; change documentation to note that edge weights in
Emden Gansner [Thu, 3 May 2012 01:47:22 +0000 (21:47 -0400)]
Fix bug 2225; change documentation to note that edge weights in
dot must be integers; change other uses of AGID to AGSEQ.

12 years agoIn cgraph, use AGSEQ rather than AGID as the former gives a monotonic progression
Emden Gansner [Wed, 2 May 2012 21:25:40 +0000 (17:25 -0400)]
In cgraph, use AGSEQ rather than AGID as the former gives a monotonic progression
of small integers similar to the ids used in libgraph, where in cgraph, the id is
often a hash value.

12 years agoFix unitialized text flags.
Emden Gansner [Mon, 30 Apr 2012 20:43:30 +0000 (16:43 -0400)]
Fix unitialized text flags.

12 years agoFix inconsistency in dot manual
Emden Gansner [Mon, 30 Apr 2012 19:45:23 +0000 (15:45 -0400)]
Fix inconsistency in dot manual

12 years agoRefresh libguide
Emden Gansner [Wed, 25 Apr 2012 19:34:32 +0000 (15:34 -0400)]
Refresh libguide

12 years agoInform user of limit value for samehead/sametail.
Emden Gansner [Mon, 23 Apr 2012 14:54:00 +0000 (10:54 -0400)]
Inform user of limit value for samehead/sametail.

12 years agoFix freeing of bad memory pointer.
Emden Gansner [Mon, 23 Apr 2012 14:17:14 +0000 (10:17 -0400)]
Fix freeing of bad memory pointer.

12 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Mon, 16 Apr 2012 18:31:57 +0000 (14:31 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

12 years agoFix bug 2217
Emden Gansner [Mon, 16 Apr 2012 18:31:37 +0000 (14:31 -0400)]
Fix bug 2217

12 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
John Ellson [Mon, 16 Apr 2012 16:34:46 +0000 (12:34 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

12 years agoapply patch from dds@aueb.gr
John Ellson [Mon, 16 Apr 2012 16:34:31 +0000 (12:34 -0400)]
apply patch from dds@aueb.gr

12 years agoNote that nodesep is also used in non-dot layouts for multiedge and loop spacing.
Emden Gansner [Mon, 16 Apr 2012 16:06:19 +0000 (12:06 -0400)]
Note that nodesep is also used in non-dot layouts for multiedge and loop spacing.

12 years agoFix logic test for warning. Warning should only be given if Concentrate == false
Emden Gansner [Mon, 16 Apr 2012 15:54:28 +0000 (11:54 -0400)]
Fix logic test for warning. Warning should only be given if Concentrate == false
and the edge is not to be ignored

12 years agoCheck for bgcolor if fill is set but no fillcolor is set.
Emden Gansner [Thu, 12 Apr 2012 16:01:29 +0000 (12:01 -0400)]
Check for bgcolor if fill is set but no fillcolor is set.

12 years agoFix bug 2210
Emden Gansner [Wed, 11 Apr 2012 14:29:08 +0000 (10:29 -0400)]
Fix bug 2210

12 years agoUpdate dotguide to reflect new layers syntax
Emden Gansner [Mon, 9 Apr 2012 15:59:58 +0000 (11:59 -0400)]
Update dotguide to reflect new layers syntax

12 years agoAdd missing dot.dot file to Makefile
Emden Gansner [Mon, 9 Apr 2012 15:59:27 +0000 (11:59 -0400)]
Add missing dot.dot file to Makefile

12 years agoFix typos in on-line docs
Emden Gansner [Mon, 9 Apr 2012 15:44:47 +0000 (11:44 -0400)]
Fix typos in on-line docs

12 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Thu, 5 Apr 2012 20:38:02 +0000 (16:38 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

12 years agoremoved lines that copy ocaml development files
Dwight Perry [Thu, 5 Apr 2012 19:50:10 +0000 (15:50 -0400)]
removed lines that copy ocaml development files

12 years agochanged extension for ocam files to .cm*
Dwight Perry [Thu, 5 Apr 2012 19:29:41 +0000 (15:29 -0400)]
changed extension for ocam files to .cm*

12 years agoFor charset=utf8, if illegal utf8 found, assume input is latin-1, while
Emden Gansner [Wed, 4 Apr 2012 15:39:41 +0000 (11:39 -0400)]
For charset=utf8, if illegal utf8 found, assume input is latin-1, while
warning the user.

12 years agocomit merge
John Ellson [Wed, 4 Apr 2012 01:34:20 +0000 (21:34 -0400)]
comit merge

12 years agoshould be dotstring, not dotread - pinted out by chris@budgie.csse.uwa.edu.au
John Ellson [Wed, 4 Apr 2012 01:32:57 +0000 (21:32 -0400)]
should be dotstring, not dotread - pinted out by chris@budgie.csse.uwa.edu.au

12 years agoFix bug 2213
Emden Gansner [Fri, 23 Mar 2012 20:57:13 +0000 (16:57 -0400)]
Fix bug 2213

12 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
John Ellson [Thu, 22 Mar 2012 17:21:04 +0000 (13:21 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

12 years agoFix bug 2211 and warn about orthogonal edges not handling edge labels.
Emden Gansner [Mon, 19 Mar 2012 14:09:45 +0000 (10:09 -0400)]
Fix bug 2211 and warn about orthogonal edges not handling edge labels.

12 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Mon, 19 Mar 2012 13:44:49 +0000 (09:44 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

12 years agoAdd note on limitations of spline=ortho
Emden Gansner [Mon, 19 Mar 2012 13:44:44 +0000 (09:44 -0400)]
Add note on limitations of spline=ortho

13 years agodrop gv.cmx gv.cmxa gv.a gv.mli - (reccommended by Fedora autotest)
John Ellson [Sat, 17 Mar 2012 12:30:36 +0000 (08:30 -0400)]
drop gv.cmx gv.cmxa gv.a gv.mli - (reccommended by Fedora autotest)

13 years agobarchart => bar-chart (spelling complaint from fedora autotester)
John Ellson [Sat, 17 Mar 2012 12:22:48 +0000 (08:22 -0400)]
barchart => bar-chart  (spelling complaint from fedora autotester)

13 years agoadd shebang line - suggested by fedora autotester
John Ellson [Sat, 17 Mar 2012 12:10:46 +0000 (08:10 -0400)]
add shebang line - suggested by fedora autotester

13 years agoFix problem in canonical output. At present, a single '.' or '-' is considered a...
Emden Gansner [Tue, 13 Mar 2012 14:29:48 +0000 (10:29 -0400)]
Fix problem in canonical output. At present, a single '.' or '-' is considered a number and is
left unquoted. They need to be quoted.

13 years agoadd AC_PROG_LIBTOOL to configure.ac to see if it helps Debian Lenny problem
John Ellson [Tue, 13 Mar 2012 10:18:12 +0000 (06:18 -0400)]
add AC_PROG_LIBTOOL to configure.ac to see if it helps Debian Lenny problem

13 years agoFix documentation on weight attribute in sfdp
Emden Gansner [Mon, 12 Mar 2012 14:36:43 +0000 (10:36 -0400)]
Fix documentation on weight attribute in sfdp

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Mon, 12 Mar 2012 14:35:22 +0000 (10:35 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoAdd prototype json output to xdot library
Emden Gansner [Mon, 12 Mar 2012 14:35:16 +0000 (10:35 -0400)]
Add prototype json output to xdot library

13 years agocan now drop all explit tests and links for libjpeg, libpng, libiconv
John Ellson [Sat, 10 Mar 2012 18:09:21 +0000 (13:09 -0500)]
can now drop all explit tests and links for libjpeg, libpng, libiconv
since all usage is now indirect

13 years agodisconnect internal "mylibgd" library from distro and binaries
John Ellson [Sat, 10 Mar 2012 17:30:40 +0000 (12:30 -0500)]
disconnect internal "mylibgd" library from distro and binaries

13 years agoExperimenting to see if the gd-2.0.33 on centos5/el5 is sufficient.
John Ellson [Sat, 10 Mar 2012 15:35:38 +0000 (10:35 -0500)]
Experimenting to see if the gd-2.0.33 on centos5/el5 is sufficient.
If it is then I can flush "mylibgd" from the source tree.

13 years agocommit merge
John Ellson [Wed, 7 Mar 2012 22:55:56 +0000 (17:55 -0500)]
commit merge

13 years agoremove broken conditional that was preventing dot -T? from working
John Ellson [Wed, 7 Mar 2012 22:54:48 +0000 (17:54 -0500)]
remove broken conditional that was preventing dot -T?  from working

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Mon, 5 Mar 2012 21:46:55 +0000 (16:46 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoRemove a built-in dependency on graph.h.
Emden Gansner [Mon, 5 Mar 2012 21:46:43 +0000 (16:46 -0500)]
Remove a built-in dependency on graph.h.

13 years agoAdded support for Apple imagepath testing.
Dwight Perry [Fri, 2 Mar 2012 22:41:19 +0000 (17:41 -0500)]
Added support for Apple imagepath testing.

13 years agoReplace setjmp/longjmp with simple returns;
Emden Gansner [Fri, 2 Mar 2012 20:51:06 +0000 (15:51 -0500)]
Replace setjmp/longjmp with simple returns;
give name of edge if box reclamation fails.

13 years agoUpdate change log
Emden Gansner [Thu, 1 Mar 2012 18:52:32 +0000 (13:52 -0500)]
Update change log

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Thu, 1 Mar 2012 18:34:34 +0000 (13:34 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoFix a couple of typos and add end point fudge factors to the path to
Emden Gansner [Thu, 1 Mar 2012 18:34:29 +0000 (13:34 -0500)]
Fix a couple of typos and add end point fudge factors to the path to
guarantee the start and end points from ports will be interior to the
bounding boxes. This helps to avoid the possibility that the path planner
may create a degenerate spline running along box edges. Fixes bug 2205.

13 years agoFix finally, it is hoped, the potential infinite loop in routespl. When recovering...
Emden Gansner [Thu, 1 Mar 2012 18:31:42 +0000 (13:31 -0500)]
Fix finally, it is hoped, the potential infinite loop in routespl. When recovering unused space from
the boxes, we try to find the smallest and largest x values of the spline in the box and reduce the
box to that size. This is done by subdividing the spline into small pieces and using the end points.
If the box is small in height, it is possible none of the points will lie in the box. To handle this,
if any box is still unbounded, the spline is divided into smaller pieces and we try again. Alas, some
times the path planner just fails, with the spline not passing through some boxes. In this case, the loop
will never stop. So we now do some reasonable number of passes (initially, 15). If this isn't enough,
we use the shortest path polyline to bound the boxes. This will allow the layout to finish. The bad
spline will be emitted, but this should be obvious and, in any case, will help with debugging.

13 years agoapply Makefile.am fixes from sjackman@bcgsc.ca
John Ellson [Thu, 1 Mar 2012 00:28:18 +0000 (19:28 -0500)]
apply Makefile.am fixes from sjackman@bcgsc.ca

13 years agoAdd timer to rendering
Emden Gansner [Wed, 29 Feb 2012 22:39:49 +0000 (17:39 -0500)]
Add timer to rendering

13 years agoAllow the GVPRPATH variable to specify that the default path be prepended or
Emden Gansner [Wed, 29 Feb 2012 20:33:07 +0000 (15:33 -0500)]
Allow the GVPRPATH variable to specify that the default path be prepended or
appended to it.

13 years agoFix bug 1964 aka b2045. Basically, we give a warning if a cluster is defined twice.
Emden Gansner [Wed, 29 Feb 2012 19:36:54 +0000 (14:36 -0500)]
Fix bug 1964 aka b2045. Basically, we give a warning if a cluster is defined twice.
This is only a problem with libgraph.

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
John Ellson [Tue, 28 Feb 2012 22:26:06 +0000 (17:26 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoapply typo coreection from #0002206
John Ellson [Tue, 28 Feb 2012 22:25:50 +0000 (17:25 -0500)]
apply typo coreection from #0002206

13 years agoBug fixed
Dwight Perry [Tue, 28 Feb 2012 17:47:36 +0000 (12:47 -0500)]
Bug fixed

13 years agomore work on tcldot us of cgraph id disc
John Ellson [Tue, 28 Feb 2012 03:26:57 +0000 (22:26 -0500)]
more work on tcldot us of cgraph id disc

13 years agoget all players using same context struct, both with and w/o cgraph
John Ellson [Mon, 27 Feb 2012 21:02:54 +0000 (16:02 -0500)]
get all players using same context struct, both with and w/o cgraph

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
John Ellson [Mon, 27 Feb 2012 20:21:17 +0000 (15:21 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoAdd a discipline parameter to open function of id and mem disciplines.
Emden Gansner [Mon, 27 Feb 2012 19:40:27 +0000 (14:40 -0500)]
Add a discipline parameter to open function of id and mem disciplines.

13 years agobzero replaced with memset
Dwight Perry [Mon, 27 Feb 2012 18:49:04 +0000 (13:49 -0500)]
bzero replaced with memset

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
John Ellson [Mon, 27 Feb 2012 17:38:41 +0000 (12:38 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoWin32 file edits
Dwight Perry [Mon, 27 Feb 2012 17:31:27 +0000 (12:31 -0500)]
Win32 file edits

13 years agoAdd code attribution.
Emden Gansner [Mon, 27 Feb 2012 17:23:26 +0000 (12:23 -0500)]
Add code attribution.

13 years agoChange the man page to use GVPRPATH rather than GPRPATH.
Emden Gansner [Mon, 27 Feb 2012 16:38:37 +0000 (11:38 -0500)]
Change the man page to use GVPRPATH rather than GPRPATH.

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Mon, 27 Feb 2012 16:28:30 +0000 (11:28 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoAllow a graph object to specify any list of layers to which it should belong;
Emden Gansner [Mon, 27 Feb 2012 16:28:24 +0000 (11:28 -0500)]
Allow a graph object to specify any list of layers to which it should belong;
allow a graph to specify a list of layers to be emitted.

13 years agousing cgraph agiddisc in tcldot.c - graphs only so far - still to do nodes and edges
John Ellson [Sun, 26 Feb 2012 23:28:03 +0000 (18:28 -0500)]
using cgraph agiddisc in tcldot.c - graphs only so far - still to do nodes and edges

13 years agorestore -Tpic
John Ellson [Sun, 26 Feb 2012 21:51:01 +0000 (16:51 -0500)]
restore -Tpic

13 years agoneed agbindrec when graph is created
John Ellson [Sat, 25 Feb 2012 21:29:39 +0000 (16:29 -0500)]
need agbindrec when graph is created

13 years agocorrect Agiddisc_s to agree with cgraph.h, add missing "it", clarify where "void...
John Ellson [Sat, 25 Feb 2012 21:26:23 +0000 (16:26 -0500)]
correct Agiddisc_s to agree with cgraph.h, add missing "it", clarify where "void *state" comes from

13 years agoDFLT_GVPRPATH now includes <prefix>/share/graphviz/gvpr/
John Ellson [Fri, 24 Feb 2012 20:37:25 +0000 (15:37 -0500)]
DFLT_GVPRPATH now includes <prefix>/share/graphviz/gvpr/

13 years agoremove temporary file
John Ellson [Fri, 24 Feb 2012 20:35:31 +0000 (15:35 -0500)]
remove temporary file

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
John Ellson [Fri, 24 Feb 2012 20:07:21 +0000 (15:07 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agodrop .g ext from gvpr scripts, add get-layers_list, install in <prefix>/share/graphvi...
John Ellson [Fri, 24 Feb 2012 20:07:15 +0000 (15:07 -0500)]
drop .g ext from gvpr scripts, add get-layers_list, install in <prefix>/share/graphviz/gvpr/

13 years agoAdded html code for backslash char
Dwight Perry [Fri, 24 Feb 2012 19:55:38 +0000 (14:55 -0500)]
Added html code for backslash char

13 years agoFix typos.
Emden Gansner [Fri, 24 Feb 2012 18:48:12 +0000 (13:48 -0500)]
Fix typos.

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Fri, 24 Feb 2012 17:30:30 +0000 (12:30 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoUpdate project file for expr per Arif.
Emden Gansner [Fri, 24 Feb 2012 17:30:04 +0000 (12:30 -0500)]
Update project file for expr per Arif.

13 years agoclean up temporary file
John Ellson [Thu, 23 Feb 2012 18:54:06 +0000 (13:54 -0500)]
clean up temporary file

13 years agoignore some more products
John Ellson [Thu, 23 Feb 2012 17:52:14 +0000 (12:52 -0500)]
ignore some more products

13 years agofix inverted conditionals
John Ellson [Thu, 23 Feb 2012 17:18:49 +0000 (12:18 -0500)]
fix inverted conditionals

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Thu, 23 Feb 2012 16:22:55 +0000 (11:22 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoAdd missing parentheses.
Emden Gansner [Thu, 23 Feb 2012 16:22:48 +0000 (11:22 -0500)]
Add missing parentheses.

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
John Ellson [Thu, 23 Feb 2012 16:10:53 +0000 (11:10 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agosome more checks for (ab)use of proto*
John Ellson [Thu, 23 Feb 2012 16:09:37 +0000 (11:09 -0500)]
some more checks for (ab)use of proto*

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Thu, 23 Feb 2012 14:43:03 +0000 (09:43 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoAdd macros for Windows to provide strtoull and strtoll
Emden Gansner [Thu, 23 Feb 2012 14:42:54 +0000 (09:42 -0500)]
Add macros for Windows to provide strtoull and strtoll

13 years agoskip cleanup if no Agraphinfo_t yet
John Ellson [Thu, 23 Feb 2012 14:35:21 +0000 (09:35 -0500)]
skip cleanup if no Agraphinfo_t yet

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
John Ellson [Thu, 23 Feb 2012 13:34:16 +0000 (08:34 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agouse the Agraph_* as the protonode or protoedge
John Ellson [Thu, 23 Feb 2012 02:44:15 +0000 (21:44 -0500)]
use the Agraph_* as the protonode or protoedge

13 years agodisable cgraph until protonode issue resolved
John Ellson [Wed, 22 Feb 2012 20:23:12 +0000 (15:23 -0500)]
disable cgraph until protonode issue resolved

13 years agopartial implementation of stub protonode/edge
John Ellson [Wed, 22 Feb 2012 19:21:08 +0000 (14:21 -0500)]
partial implementation of stub protonode/edge

13 years agoconfigure WITH_CGRAPH by default + fix up some swig issues
John Ellson [Wed, 22 Feb 2012 17:10:25 +0000 (12:10 -0500)]
configure WITH_CGRAPH by default + fix up some swig issues

13 years agoAutomated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Mon, 20 Feb 2012 20:08:19 +0000 (15:08 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz

13 years agoFix visio plugin to work with libcgraph
Emden Gansner [Mon, 20 Feb 2012 20:08:06 +0000 (15:08 -0500)]
Fix visio plugin to work with libcgraph

13 years agoFixed broken link
Dwight Perry [Mon, 20 Feb 2012 19:22:06 +0000 (14:22 -0500)]
Fixed broken link