]>
granicus.if.org Git - graphviz/log
Emden Gansner [Fri, 4 May 2012 16:31:11 +0000 (12:31 -0400)]
Remove unnecessary delete
Emden Gansner [Fri, 4 May 2012 15:00:37 +0000 (11:00 -0400)]
Fix bug in delete function
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.
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.
Emden Gansner [Mon, 30 Apr 2012 20:43:30 +0000 (16:43 -0400)]
Fix unitialized text flags.
Emden Gansner [Mon, 30 Apr 2012 19:45:23 +0000 (15:45 -0400)]
Fix inconsistency in dot manual
Emden Gansner [Wed, 25 Apr 2012 19:34:32 +0000 (15:34 -0400)]
Refresh libguide
Emden Gansner [Mon, 23 Apr 2012 14:54:00 +0000 (10:54 -0400)]
Inform user of limit value for samehead/sametail.
Emden Gansner [Mon, 23 Apr 2012 14:17:14 +0000 (10:17 -0400)]
Fix freeing of bad memory pointer.
Emden Gansner [Mon, 16 Apr 2012 18:31:57 +0000 (14:31 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Mon, 16 Apr 2012 18:31:37 +0000 (14:31 -0400)]
Fix bug 2217
John Ellson [Mon, 16 Apr 2012 16:34:46 +0000 (12:34 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
John Ellson [Mon, 16 Apr 2012 16:34:31 +0000 (12:34 -0400)]
apply patch from dds@aueb.gr
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.
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
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.
Emden Gansner [Wed, 11 Apr 2012 14:29:08 +0000 (10:29 -0400)]
Fix bug 2210
Emden Gansner [Mon, 9 Apr 2012 15:59:58 +0000 (11:59 -0400)]
Update dotguide to reflect new layers syntax
Emden Gansner [Mon, 9 Apr 2012 15:59:27 +0000 (11:59 -0400)]
Add missing dot.dot file to Makefile
Emden Gansner [Mon, 9 Apr 2012 15:44:47 +0000 (11:44 -0400)]
Fix typos in on-line docs
Emden Gansner [Thu, 5 Apr 2012 20:38:02 +0000 (16:38 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Dwight Perry [Thu, 5 Apr 2012 19:50:10 +0000 (15:50 -0400)]
removed lines that copy ocaml development files
Dwight Perry [Thu, 5 Apr 2012 19:29:41 +0000 (15:29 -0400)]
changed extension for ocam files to .cm*
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.
John Ellson [Wed, 4 Apr 2012 01:34:20 +0000 (21:34 -0400)]
comit merge
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
Emden Gansner [Fri, 23 Mar 2012 20:57:13 +0000 (16:57 -0400)]
Fix bug 2213
John Ellson [Thu, 22 Mar 2012 17:21:04 +0000 (13:21 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
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.
Emden Gansner [Mon, 19 Mar 2012 13:44:49 +0000 (09:44 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Mon, 19 Mar 2012 13:44:44 +0000 (09:44 -0400)]
Add note on limitations of spline=ortho
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)
John Ellson [Sat, 17 Mar 2012 12:22:48 +0000 (08:22 -0400)]
barchart => bar-chart (spelling complaint from fedora autotester)
John Ellson [Sat, 17 Mar 2012 12:10:46 +0000 (08:10 -0400)]
add shebang line - suggested by fedora autotester
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.
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
Emden Gansner [Mon, 12 Mar 2012 14:36:43 +0000 (10:36 -0400)]
Fix documentation on weight attribute in sfdp
Emden Gansner [Mon, 12 Mar 2012 14:35:22 +0000 (10:35 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Mon, 12 Mar 2012 14:35:16 +0000 (10:35 -0400)]
Add prototype json output to xdot library
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
John Ellson [Sat, 10 Mar 2012 17:30:40 +0000 (12:30 -0500)]
disconnect internal "mylibgd" library from distro and binaries
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.
John Ellson [Wed, 7 Mar 2012 22:55:56 +0000 (17:55 -0500)]
commit merge
John Ellson [Wed, 7 Mar 2012 22:54:48 +0000 (17:54 -0500)]
remove broken conditional that was preventing dot -T? from working
Emden Gansner [Mon, 5 Mar 2012 21:46:55 +0000 (16:46 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Mon, 5 Mar 2012 21:46:43 +0000 (16:46 -0500)]
Remove a built-in dependency on graph.h.
Dwight Perry [Fri, 2 Mar 2012 22:41:19 +0000 (17:41 -0500)]
Added support for Apple imagepath testing.
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.
Emden Gansner [Thu, 1 Mar 2012 18:52:32 +0000 (13:52 -0500)]
Update change log
Emden Gansner [Thu, 1 Mar 2012 18:34:34 +0000 (13:34 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
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.
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.
John Ellson [Thu, 1 Mar 2012 00:28:18 +0000 (19:28 -0500)]
apply Makefile.am fixes from sjackman@bcgsc.ca
Emden Gansner [Wed, 29 Feb 2012 22:39:49 +0000 (17:39 -0500)]
Add timer to rendering
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.
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.
John Ellson [Tue, 28 Feb 2012 22:26:06 +0000 (17:26 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
John Ellson [Tue, 28 Feb 2012 22:25:50 +0000 (17:25 -0500)]
apply typo coreection from #
0002206
Dwight Perry [Tue, 28 Feb 2012 17:47:36 +0000 (12:47 -0500)]
Bug fixed
John Ellson [Tue, 28 Feb 2012 03:26:57 +0000 (22:26 -0500)]
more work on tcldot us of cgraph id disc
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
John Ellson [Mon, 27 Feb 2012 20:21:17 +0000 (15:21 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
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.
Dwight Perry [Mon, 27 Feb 2012 18:49:04 +0000 (13:49 -0500)]
bzero replaced with memset
John Ellson [Mon, 27 Feb 2012 17:38:41 +0000 (12:38 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Dwight Perry [Mon, 27 Feb 2012 17:31:27 +0000 (12:31 -0500)]
Win32 file edits
Emden Gansner [Mon, 27 Feb 2012 17:23:26 +0000 (12:23 -0500)]
Add code attribution.
Emden Gansner [Mon, 27 Feb 2012 16:38:37 +0000 (11:38 -0500)]
Change the man page to use GVPRPATH rather than GPRPATH.
Emden Gansner [Mon, 27 Feb 2012 16:28:30 +0000 (11:28 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
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.
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
John Ellson [Sun, 26 Feb 2012 21:51:01 +0000 (16:51 -0500)]
restore -Tpic
John Ellson [Sat, 25 Feb 2012 21:29:39 +0000 (16:29 -0500)]
need agbindrec when graph is created
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
John Ellson [Fri, 24 Feb 2012 20:37:25 +0000 (15:37 -0500)]
DFLT_GVPRPATH now includes <prefix>/share/graphviz/gvpr/
John Ellson [Fri, 24 Feb 2012 20:35:31 +0000 (15:35 -0500)]
remove temporary file
John Ellson [Fri, 24 Feb 2012 20:07:21 +0000 (15:07 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
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/
Dwight Perry [Fri, 24 Feb 2012 19:55:38 +0000 (14:55 -0500)]
Added html code for backslash char
Emden Gansner [Fri, 24 Feb 2012 18:48:12 +0000 (13:48 -0500)]
Fix typos.
Emden Gansner [Fri, 24 Feb 2012 17:30:30 +0000 (12:30 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Fri, 24 Feb 2012 17:30:04 +0000 (12:30 -0500)]
Update project file for expr per Arif.
John Ellson [Thu, 23 Feb 2012 18:54:06 +0000 (13:54 -0500)]
clean up temporary file
John Ellson [Thu, 23 Feb 2012 17:52:14 +0000 (12:52 -0500)]
ignore some more products
John Ellson [Thu, 23 Feb 2012 17:18:49 +0000 (12:18 -0500)]
fix inverted conditionals
Emden Gansner [Thu, 23 Feb 2012 16:22:55 +0000 (11:22 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Thu, 23 Feb 2012 16:22:48 +0000 (11:22 -0500)]
Add missing parentheses.
John Ellson [Thu, 23 Feb 2012 16:10:53 +0000 (11:10 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
John Ellson [Thu, 23 Feb 2012 16:09:37 +0000 (11:09 -0500)]
some more checks for (ab)use of proto*
Emden Gansner [Thu, 23 Feb 2012 14:43:03 +0000 (09:43 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Thu, 23 Feb 2012 14:42:54 +0000 (09:42 -0500)]
Add macros for Windows to provide strtoull and strtoll
John Ellson [Thu, 23 Feb 2012 14:35:21 +0000 (09:35 -0500)]
skip cleanup if no Agraphinfo_t yet
John Ellson [Thu, 23 Feb 2012 13:34:16 +0000 (08:34 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
John Ellson [Thu, 23 Feb 2012 02:44:15 +0000 (21:44 -0500)]
use the Agraph_* as the protonode or protoedge
John Ellson [Wed, 22 Feb 2012 20:23:12 +0000 (15:23 -0500)]
disable cgraph until protonode issue resolved
John Ellson [Wed, 22 Feb 2012 19:21:08 +0000 (14:21 -0500)]
partial implementation of stub protonode/edge
John Ellson [Wed, 22 Feb 2012 17:10:25 +0000 (12:10 -0500)]
configure WITH_CGRAPH by default + fix up some swig issues
Emden Gansner [Mon, 20 Feb 2012 20:08:19 +0000 (15:08 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Mon, 20 Feb 2012 20:08:06 +0000 (15:08 -0500)]
Fix visio plugin to work with libcgraph
Dwight Perry [Mon, 20 Feb 2012 19:22:06 +0000 (14:22 -0500)]
Fixed broken link