]>
granicus.if.org Git - graphviz/log
Emden Gansner [Fri, 2 Sep 2011 01:38:48 +0000 (21:38 -0400)]
Add note describing required size information for image files.
John Ellson [Thu, 1 Sep 2011 10:54:09 +0000 (06:54 -0400)]
fix gv.py dependency that was breaking
'make -j'
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.
Emden Gansner [Thu, 25 Aug 2011 15:41:30 +0000 (11:41 -0400)]
Fix SDL table formatting
Emden Gansner [Thu, 25 Aug 2011 15:35:17 +0000 (11:35 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
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.
Emden Gansner [Thu, 25 Aug 2011 15:33:22 +0000 (11:33 -0400)]
Note addition of font markup to svg
Emden Gansner [Thu, 25 Aug 2011 15:32:02 +0000 (11:32 -0400)]
Add missing rule for converting .gv to .gif
Dwight Perry [Thu, 25 Aug 2011 15:27:34 +0000 (11:27 -0400)]
Made changes to accomodate the imagepath graph attribute.
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
Emden Gansner [Wed, 24 Aug 2011 19:23:42 +0000 (15:23 -0400)]
Fix core svg renderer to support font markup
Emden Gansner [Wed, 24 Aug 2011 19:22:41 +0000 (15:22 -0400)]
Make test part of dot.c work with cgraph
Emden Gansner [Thu, 18 Aug 2011 19:09:18 +0000 (15:09 -0400)]
Fix compatibility with cgraph library
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
Emden Gansner [Thu, 18 Aug 2011 18:59:45 +0000 (14:59 -0400)]
Add #include "config.h"
Emden Gansner [Wed, 17 Aug 2011 21:36:47 +0000 (17:36 -0400)]
Fix bug 2128
Emden Gansner [Wed, 17 Aug 2011 19:57:34 +0000 (15:57 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Wed, 17 Aug 2011 19:57:10 +0000 (15:57 -0400)]
Add documentation on tapered edges
Emden Gansner [Wed, 17 Aug 2011 19:56:40 +0000 (15:56 -0400)]
Fix reversed arguments in monitor command
Stephen North [Wed, 17 Aug 2011 17:30:11 +0000 (13:30 -0400)]
agnsubg() not Agnsubg()
Stephen North [Wed, 17 Aug 2011 16:23:50 +0000 (12:23 -0400)]
Automated merge with http://hg.research.att.com/graphviz
Emden Gansner [Tue, 16 Aug 2011 21:28:18 +0000 (17:28 -0400)]
Initial implementation of tapered edges
Stephen North [Mon, 15 Aug 2011 15:20:12 +0000 (11:20 -0400)]
Added warnings that the library is not thread safe.
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.
John Ellson [Thu, 11 Aug 2011 15:48:34 +0000 (11:48 -0400)]
fix entities.html breakage
John Ellson [Wed, 10 Aug 2011 23:13:20 +0000 (19:13 -0400)]
use new image and improve page text
John Ellson [Wed, 10 Aug 2011 23:03:50 +0000 (19:03 -0400)]
update to use current w3c entities.html
John Ellson [Wed, 10 Aug 2011 22:54:36 +0000 (18:54 -0400)]
resore original entities.html name
John Ellson [Wed, 10 Aug 2011 22:29:22 +0000 (18:29 -0400)]
no easy way to handle the rest of the .hgignore
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
John Ellson [Wed, 10 Aug 2011 22:01:46 +0000 (18:01 -0400)]
change filename to gdtclft.entites.example.png in dist target
John Ellson [Wed, 10 Aug 2011 20:53:21 +0000 (16:53 -0400)]
fix up web page with entites example
John Ellson [Wed, 10 Aug 2011 20:48:43 +0000 (16:48 -0400)]
change font and repair entities demo
John Ellson [Wed, 10 Aug 2011 19:56:21 +0000 (15:56 -0400)]
fix 'make uninstall' mostly (works first time after a 'make install')
John Ellson [Wed, 10 Aug 2011 19:30:09 +0000 (15:30 -0400)]
merging something ????
John Ellson [Wed, 10 Aug 2011 19:28:28 +0000 (15:28 -0400)]
try that again - dropping '?='
John Ellson [Wed, 10 Aug 2011 19:10:54 +0000 (15:10 -0400)]
no need to use '?=' (deferred) assignments
Dwight Perry [Mon, 8 Aug 2011 18:03:43 +0000 (14:03 -0400)]
Removing files again
Dwight Perry [Mon, 8 Aug 2011 17:53:03 +0000 (13:53 -0400)]
Pulled latest from central repo
Dwight Perry [Mon, 8 Aug 2011 17:50:54 +0000 (13:50 -0400)]
Removed files not needed in repository
Stephen North [Mon, 8 Aug 2011 16:56:08 +0000 (12:56 -0400)]
Added agnsubg
Emden Gansner [Fri, 5 Aug 2011 20:26:13 +0000 (16:26 -0400)]
Fix bug 2124
Emden Gansner [Fri, 5 Aug 2011 16:54:45 +0000 (12:54 -0400)]
Add documentation concerning xlabels
Emden Gansner [Thu, 4 Aug 2011 21:05:49 +0000 (17:05 -0400)]
Remove use of mode attribute from sfdp - still experimental
Emden Gansner [Thu, 4 Aug 2011 18:51:26 +0000 (14:51 -0400)]
Fix bug 2122; add regression test
Emden Gansner [Wed, 3 Aug 2011 20:35:07 +0000 (16:35 -0400)]
When only one cell per line, adjust rule width to handle space and parent border on both sides
Emden Gansner [Wed, 3 Aug 2011 20:19:05 +0000 (16:19 -0400)]
Fix bug 2120
Emden Gansner [Wed, 3 Aug 2011 20:07:10 +0000 (16:07 -0400)]
Remove extraneous initial tab from xlabels.c;
remove unnecessary pathname qualifier graphviz in #include in nrtmain.c and xlabels.h;
turn off redundant #defines in nrtmain.c
Emden Gansner [Wed, 3 Aug 2011 19:25:44 +0000 (15:25 -0400)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Wed, 3 Aug 2011 19:25:35 +0000 (15:25 -0400)]
Integrate xlabels with neato -n.
Donald Caldwell [Tue, 2 Aug 2011 17:55:33 +0000 (13:55 -0400)]
in placeLabels when bp.n != 0 but bp.area == 0, set the label position
to that saved in bp.pos
Donald Caldwell [Tue, 2 Aug 2011 13:36:18 +0000 (09:36 -0400)]
added lblenclosing function to check if a label encloses a 0 sized object
added a loop in xlintersections to call lblenclosing and return a bestpos
with a count of 1 and area of 0
added lines in placeLabels to use a position that encloses a midpoint
if no better position had been found
Dwight Perry [Mon, 1 Aug 2011 20:29:35 +0000 (16:29 -0400)]
Replaced cvs references with hg references.
Emden Gansner [Mon, 1 Aug 2011 19:15:02 +0000 (15:15 -0400)]
Enrich print data for xlabels.
Emden Gansner [Mon, 1 Aug 2011 15:09:40 +0000 (11:09 -0400)]
Fix name of test program
Emden Gansner [Sun, 31 Jul 2011 13:30:34 +0000 (09:30 -0400)]
Add additional comment to label test stub.
Emden Gansner [Sun, 31 Jul 2011 13:29:22 +0000 (09:29 -0400)]
Move label build before gvc build
Emden Gansner [Fri, 29 Jul 2011 18:37:56 +0000 (14:37 -0400)]
I have no idea why I have to commit this. I didn't make any changes,
and it is identical to the current version
Emden Gansner [Fri, 29 Jul 2011 18:34:30 +0000 (14:34 -0400)]
Add initial implementation of external labels
Emden Gansner [Fri, 29 Jul 2011 17:26:49 +0000 (13:26 -0400)]
Fix ancient bug in dotneato_closest. This could never have worked
except by chance.
Dwight Perry [Fri, 29 Jul 2011 17:13:55 +0000 (13:13 -0400)]
finished testing
Dwight Perry [Thu, 28 Jul 2011 18:50:25 +0000 (14:50 -0400)]
testing
John Ellson [Mon, 25 Jul 2011 20:24:51 +0000 (16:24 -0400)]
fix stringize.awk to work with gawk-4.0.0 and gawk-3.1.8 - fix suggested by arnold@skeeve.com
convert-repo [Fri, 22 Jul 2011 19:55:06 +0000 (19:55 +0000)]
update tags
erg [Wed, 20 Jul 2011 21:13:59 +0000 (21:13 +0000)]
Fix table to fill background, draw cells, and then draw boundaries, as is
done with node shapes;
tweak rounded shape call to take into account that, to get the same bounding
box, the shape has to be reduced by half the pen width;
remove earlier division by 2 in computing length of rules.
erg [Wed, 20 Jul 2011 21:10:50 +0000 (21:10 +0000)]
Modify the round_corner function so that it draws a boundary only if penc != NULL
erg [Wed, 20 Jul 2011 19:29:25 +0000 (19:29 +0000)]
Pull out overly-complex changes to handle rounded tables with thick borders
dperry [Tue, 19 Jul 2011 18:50:20 +0000 (18:50 +0000)]
Added a visible border to rounded tables.
erg [Thu, 14 Jul 2011 20:39:20 +0000 (20:39 +0000)]
Note addition of graphml2gv
erg [Thu, 14 Jul 2011 20:38:39 +0000 (20:38 +0000)]
Add an initial implementation of graphml2gv
erg [Thu, 14 Jul 2011 15:42:42 +0000 (15:42 +0000)]
Add addranks gvpr script
erg [Tue, 12 Jul 2011 18:12:54 +0000 (18:12 +0000)]
Make sure width=0 is supported for shape=point
ellson [Sat, 9 Jul 2011 00:44:42 +0000 (00:44 +0000)]
switch to egrep - supposedly available everywhere - including Oracle's
erg [Fri, 8 Jul 2011 18:58:09 +0000 (18:58 +0000)]
Note addition of horizontal and vertical rules
erg [Fri, 8 Jul 2011 18:52:33 +0000 (18:52 +0000)]
Add support for horizontal and vertical rules in html tables.
Note that at present the width of the rules is only 1.
We also allow formatting information about rules to be supplied by
the columns and rows attributes of TABLE. This is limited now to just
specifying all or nothing. These could be extended to accept more
general specifications as used in tabular environment in LaTeX.
erg [Fri, 8 Jul 2011 18:47:07 +0000 (18:47 +0000)]
Move intset to common
erg [Fri, 8 Jul 2011 18:46:13 +0000 (18:46 +0000)]
Add documentation concerning horizontal and vertical rules in html tables
erg [Fri, 8 Jul 2011 18:45:30 +0000 (18:45 +0000)]
Add example concerning applications which are layout-aware
erg [Fri, 8 Jul 2011 18:20:56 +0000 (18:20 +0000)]
Add tests for horizontal and vertical rules in html tables
ellson [Fri, 8 Jul 2011 17:55:01 +0000 (17:55 +0000)]
try re-enabling perl binding for rhel 4/5
erg [Thu, 7 Jul 2011 17:49:32 +0000 (17:49 +0000)]
Turn off use of rules until they can be made optional.
dperry [Wed, 6 Jul 2011 21:15:02 +0000 (21:15 +0000)]
Added support for table rules and test cases.
erg [Fri, 1 Jul 2011 14:19:08 +0000 (14:19 +0000)]
Fix bug 2113
ellson [Sun, 26 Jun 2011 15:53:01 +0000 (15:53 +0000)]
apply patch from #
0002109
erg [Fri, 24 Jun 2011 21:36:38 +0000 (21:36 +0000)]
Add gv2gml to convert gv to gml format
ellson [Sat, 11 Jun 2011 15:13:59 +0000 (15:13 +0000)]
ellson [Sat, 11 Jun 2011 14:54:56 +0000 (14:54 +0000)]
ellson [Sat, 11 Jun 2011 13:45:07 +0000 (13:45 +0000)]
Fix #
0002101 using patch from Torigoe Takashi
ellson [Sat, 11 Jun 2011 13:43:39 +0000 (13:43 +0000)]
sometimes php is known as php5
ellson [Sat, 4 Jun 2011 14:01:37 +0000 (14:01 +0000)]
prefer GNU's grep over Oracle's broken one
erg [Tue, 31 May 2011 15:46:20 +0000 (15:46 +0000)]
Fix use of extra data. Originally, we used ND_alg but this needs to be
freed, as some spline routing uses it. But when splines=compound, we
also need the PARENT field. So we now use the dot part of Agnodeinfo_t
to provide the parent and dnode fields.
ellson [Tue, 31 May 2011 12:26:13 +0000 (12:26 +0000)]
get rid of -xarch from GD_LDFLAGS as it breaks gcc
ellson [Tue, 31 May 2011 12:00:51 +0000 (12:00 +0000)]
hopefully correct -L for libgd when not in /usr/lib or /usr/lib64
ellson [Sun, 29 May 2011 19:16:19 +0000 (19:16 +0000)]
use perl instead of sed, it seems to work better on opencsw
ellson [Sun, 29 May 2011 14:46:35 +0000 (14:46 +0000)]
sed cleanup of CFLAGS from perl which break on opencsw - should be harmless elsewhere
ellson [Sun, 29 May 2011 12:27:45 +0000 (12:27 +0000)]
prevent libltdl config from modifying LIBS - its not required by all executables
ellson [Sun, 29 May 2011 09:10:38 +0000 (09:10 +0000)]
add a BUILT_SOURCES for generated headers, known to be problematic in other projects
ellson [Fri, 27 May 2011 14:54:21 +0000 (14:54 +0000)]
Fix prebuild for nightly build.
north [Fri, 27 May 2011 14:53:06 +0000 (14:53 +0000)]
Fix nightly build
erg [Wed, 25 May 2011 16:03:00 +0000 (16:03 +0000)]
Fix node memory leak in subgraphs