]>
granicus.if.org Git - graphviz/log
Dwight Perry [Mon, 23 Jan 2012 19:44:01 +0000 (14:44 -0500)]
Corrected problem with gradient display of record type node.
Emden Gansner [Mon, 23 Jan 2012 18:11:35 +0000 (13:11 -0500)]
Automated merge with ssh://erg@hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Mon, 23 Jan 2012 18:10:38 +0000 (13:10 -0500)]
Arrange that numbers are not quoted on output in cgraph
Emden Gansner [Mon, 23 Jan 2012 18:09:54 +0000 (13:09 -0500)]
Fix code format
Emden Gansner [Mon, 23 Jan 2012 17:59:31 +0000 (12:59 -0500)]
Fix output to not quote numbers in libgraph.
John Ellson [Mon, 23 Jan 2012 13:21:29 +0000 (08:21 -0500)]
also pencolor for clusters
John Ellson [Mon, 23 Jan 2012 00:06:15 +0000 (19:06 -0500)]
more attempts to work around php api issues
John Ellson [Sun, 22 Jan 2012 23:36:29 +0000 (18:36 -0500)]
minor alignments with Fedora's .spec
John Ellson [Sun, 22 Jan 2012 22:22:30 +0000 (17:22 -0500)]
move lasi plugin to graphviz-x
John Ellson [Sun, 22 Jan 2012 20:35:22 +0000 (15:35 -0500)]
emeit_colors() - fix cluster bgcolor, node pencolor, fillcolor gradient endpoint colors
John Ellson [Sun, 22 Jan 2012 18:44:45 +0000 (13:44 -0500)]
rename graphviz-x11 to graphvizx because the "11" broke the website scripts
John Ellson [Sun, 22 Jan 2012 05:15:45 +0000 (00:15 -0500)]
package x11 dependencies in separate rpm - red Hat Bug #447133
John Ellson [Sat, 21 Jan 2012 22:20:37 +0000 (17:20 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
John Ellson [Sat, 21 Jan 2012 22:20:27 +0000 (17:20 -0500)]
attempt to fix php api churn
Dwight Perry [Fri, 20 Jan 2012 20:34:10 +0000 (15:34 -0500)]
Fixed problem with cluster gradient angle
Emden Gansner [Thu, 19 Jan 2012 21:36:06 +0000 (16:36 -0500)]
Make sure the bezier structure is zeroed out, in particular, the sp
and ep values. Apparently, gcc -0 generates code which causes a SIGFPE
when copying a double if the double has some strange form. By initializing
the sp and ep, we are guaranted the x and y will either be 0 or some
reasonable floating point value. See Lefty for more details.
John Ellson [Thu, 19 Jan 2012 18:52:50 +0000 (13:52 -0500)]
webp - fix missing lib, and some ugly color swapping
Emden Gansner [Tue, 17 Jan 2012 22:55:03 +0000 (17:55 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Tue, 17 Jan 2012 22:54:56 +0000 (17:54 -0500)]
Fix tapered edges to take edge dir into account and draw arrowheads if
available.
Dwight Perry [Tue, 17 Jan 2012 22:46:16 +0000 (17:46 -0500)]
Added test cases for colorfill gradient determination
Dwight Perry [Tue, 17 Jan 2012 21:48:01 +0000 (16:48 -0500)]
Gradientcolor determins gradient type when gradient attr not present
Emden Gansner [Tue, 17 Jan 2012 21:33:47 +0000 (16:33 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Dwight Perry [Tue, 17 Jan 2012 21:26:31 +0000 (16:26 -0500)]
Using fillcolor format to determin gradient when gradient attr not present.
John Ellson [Tue, 17 Jan 2012 21:23:49 +0000 (16:23 -0500)]
misc webp bits
Dwight Perry [Tue, 17 Jan 2012 16:22:32 +0000 (11:22 -0500)]
Added test cases for gradient feature
Emden Gansner [Tue, 17 Jan 2012 14:50:22 +0000 (09:50 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Tue, 17 Jan 2012 14:50:17 +0000 (09:50 -0500)]
Correct incorrect test for trivial case
Dwight Perry [Mon, 16 Jan 2012 22:50:08 +0000 (17:50 -0500)]
Replaced style=gradient attribute with gradient=linear and gradient=radial
Emden Gansner [Thu, 12 Jan 2012 20:59:10 +0000 (15:59 -0500)]
Add dummy A*info_t so that the include of graph.h compiles
Emden Gansner [Thu, 12 Jan 2012 20:52:51 +0000 (15:52 -0500)]
Fix label library to use agerr.
Emden Gansner [Thu, 12 Jan 2012 20:22:33 +0000 (15:22 -0500)]
Remove use of aborts from shortest.c and route.c;
make sure return values from Proutespline and Pshortest are handled
Emden Gansner [Thu, 12 Jan 2012 20:19:53 +0000 (15:19 -0500)]
Check for malloc failure
Emden Gansner [Thu, 12 Jan 2012 19:15:49 +0000 (14:15 -0500)]
Fix misplaced longjmp
Emden Gansner [Thu, 12 Jan 2012 17:11:22 +0000 (12:11 -0500)]
Remove abort from triang.c
John Ellson [Thu, 12 Jan 2012 03:34:13 +0000 (22:34 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
John Ellson [Thu, 12 Jan 2012 03:33:31 +0000 (22:33 -0500)]
getting closer....
John Ellson [Thu, 12 Jan 2012 02:42:56 +0000 (21:42 -0500)]
turns out that web comes in different flavors - with different ways of encoding the image size
Emden Gansner [Wed, 11 Jan 2012 22:35:49 +0000 (17:35 -0500)]
Initialize static parsing data before parsing. On good graphs, this will be cleaned up
at the end, but on error, the data is left pointing to graph data that has been freed,
causing a subsequent parse to crash.
Emden Gansner [Wed, 11 Jan 2012 21:53:06 +0000 (16:53 -0500)]
Fix error in line counting during lexing of html strings
John Ellson [Wed, 11 Jan 2012 19:08:05 +0000 (14:08 -0500)]
more webp loadimage bits...
John Ellson [Wed, 11 Jan 2012 16:03:05 +0000 (11:03 -0500)]
fix API type for webp imageloader - was causing crash
John Ellson [Tue, 10 Jan 2012 19:58:49 +0000 (14:58 -0500)]
merging something
John Ellson [Tue, 10 Jan 2012 19:58:10 +0000 (14:58 -0500)]
correct typo in webp loadimage
Dwight Perry [Tue, 10 Jan 2012 18:55:44 +0000 (13:55 -0500)]
Correction
Dwight Perry [Tue, 10 Jan 2012 18:45:21 +0000 (13:45 -0500)]
Fixed problem with gradient offset
Dwight Perry [Tue, 10 Jan 2012 15:38:11 +0000 (10:38 -0500)]
Added gradient fill feature
John Ellson [Tue, 10 Jan 2012 15:25:55 +0000 (10:25 -0500)]
commit merge - or something....
John Ellson [Tue, 10 Jan 2012 15:24:51 +0000 (10:24 -0500)]
fix 'make dist' breakage
Emden Gansner [Mon, 9 Jan 2012 22:41:00 +0000 (17:41 -0500)]
Fix uninitialized variable
Emden Gansner [Mon, 9 Jan 2012 22:39:11 +0000 (17:39 -0500)]
Make sure n_clbls is initialized
Emden Gansner [Mon, 9 Jan 2012 22:37:34 +0000 (17:37 -0500)]
Fix lack of exit if bad format or layout engine is specified;
Use 'Gv' prefix for new global variable
Emden Gansner [Mon, 9 Jan 2012 22:12:19 +0000 (17:12 -0500)]
Move John's changes to the infosrc directory.
Emden Gansner [Mon, 9 Jan 2012 21:56:04 +0000 (16:56 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Mon, 9 Jan 2012 21:55:58 +0000 (16:55 -0500)]
Fix bug 2172; also use cluster labels as obstacles in the placement of
exterior labels.
John Ellson [Mon, 9 Jan 2012 20:09:22 +0000 (15:09 -0500)]
add some notes and links for the webp format
John Ellson [Mon, 9 Jan 2012 19:52:08 +0000 (14:52 -0500)]
commit merge
John Ellson [Mon, 9 Jan 2012 19:50:04 +0000 (14:50 -0500)]
add framework for webp imageloader
John Ellson [Mon, 9 Jan 2012 19:49:32 +0000 (14:49 -0500)]
prepare graphviz.spec for new graphviz-webp
John Ellson [Mon, 9 Jan 2012 17:26:51 +0000 (12:26 -0500)]
looks much better if I don't zero all config parameters
John Ellson [Sun, 8 Jan 2012 22:49:38 +0000 (17:49 -0500)]
-Twebp basically working - a bit fuzzy
John Ellson [Sun, 8 Jan 2012 20:42:14 +0000 (15:42 -0500)]
webp - work in progress
John Ellson [Sun, 8 Jan 2012 20:04:37 +0000 (15:04 -0500)]
add framework for webp plugin
John Ellson [Sun, 8 Jan 2012 19:29:11 +0000 (14:29 -0500)]
add basic magic for RIFF+WEBP image detection and image sizing
Donald Caldwell [Sun, 8 Jan 2012 04:15:01 +0000 (23:15 -0500)]
RectArea versions for systems with or w/o long long
AC_CHECK_SIZEOF macros added to configure.ac
Donald Caldwell [Sun, 8 Jan 2012 03:15:11 +0000 (22:15 -0500)]
a step in backing up to 8511
Donald Caldwell [Sun, 8 Jan 2012 03:14:41 +0000 (22:14 -0500)]
a step in backing up to 8511
Donald Caldwell [Sun, 8 Jan 2012 03:12:45 +0000 (22:12 -0500)]
a step in backing up to 8511
Donald Caldwell [Sun, 8 Jan 2012 03:11:59 +0000 (22:11 -0500)]
a step in backing up to 8511
Donald Caldwell [Sun, 8 Jan 2012 03:11:43 +0000 (22:11 -0500)]
a step in backing up to 8511
Donald Caldwell [Sun, 8 Jan 2012 03:11:28 +0000 (22:11 -0500)]
a step in backing up to 8511
Donald Caldwell [Sun, 8 Jan 2012 03:11:17 +0000 (22:11 -0500)]
step in backing up to 8511
Donald Caldwell [Sun, 8 Jan 2012 03:10:28 +0000 (22:10 -0500)]
a step in backing up to 8511
Emden Gansner [Fri, 6 Jan 2012 21:40:58 +0000 (16:40 -0500)]
Add neato xlabels test
Emden Gansner [Fri, 6 Jan 2012 21:37:35 +0000 (16:37 -0500)]
Remove stupid extraneous statements
Emden Gansner [Fri, 6 Jan 2012 21:30:05 +0000 (16:30 -0500)]
Add initial test for xlabels
Emden Gansner [Fri, 6 Jan 2012 19:38:19 +0000 (14:38 -0500)]
Correct problem using xlabels with neato -n2
Emden Gansner [Fri, 6 Jan 2012 19:06:54 +0000 (14:06 -0500)]
Fix xdot output to handle xlabels
Emden Gansner [Thu, 5 Jan 2012 22:47:56 +0000 (17:47 -0500)]
Add forgotten definition.
Emden Gansner [Thu, 5 Jan 2012 22:47:17 +0000 (17:47 -0500)]
Fix syntax error in WITH_CGRAPH code
Emden Gansner [Thu, 5 Jan 2012 22:33:25 +0000 (17:33 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Thu, 5 Jan 2012 22:04:26 +0000 (17:04 -0500)]
Remove use of exit() from neatogen
Emden Gansner [Thu, 5 Jan 2012 20:44:44 +0000 (15:44 -0500)]
Reset traversal type to default with new BEG_G.
Emden Gansner [Thu, 5 Jan 2012 19:38:11 +0000 (14:38 -0500)]
Update library guide to fix some errors, include more information, and
change some outdated material.
Emden Gansner [Thu, 5 Jan 2012 16:03:35 +0000 (11:03 -0500)]
Fix typo
Emden Gansner [Wed, 4 Jan 2012 22:08:31 +0000 (17:08 -0500)]
Remove exits from ortho lib.
Emden Gansner [Wed, 4 Jan 2012 21:34:05 +0000 (16:34 -0500)]
Remove exits from rbtree
Emden Gansner [Wed, 4 Jan 2012 21:03:19 +0000 (16:03 -0500)]
Automated merge with ssh://hg.research.att.com//home/hgroot/graphviz
Emden Gansner [Wed, 4 Jan 2012 21:03:03 +0000 (16:03 -0500)]
Remove exit from libpack.
Emden Gansner [Wed, 4 Jan 2012 21:02:46 +0000 (16:02 -0500)]
Remove exit() from fdpgen.
Emden Gansner [Wed, 4 Jan 2012 20:04:08 +0000 (15:04 -0500)]
Remove call to exit in position.c
Emden Gansner [Wed, 4 Jan 2012 20:03:34 +0000 (15:03 -0500)]
Remove aborts and exits from cgraph. There is a remaining exit generated by lex
which can be removed be defining our own error handler. To use this, we have to
find out how to nicely abort the scanner generated by lex.
Emden Gansner [Wed, 4 Jan 2012 19:38:54 +0000 (14:38 -0500)]
Remove calls to exit() and abort() from libgraph.
Donald Caldwell [Wed, 4 Jan 2012 19:38:16 +0000 (14:38 -0500)]
some changes to the ad-hoc label positioning at the beginning of xladjust
reporting addition of printobjects added in previous revision
Emden Gansner [Wed, 4 Jan 2012 19:02:41 +0000 (14:02 -0500)]
Remove use of exit() from libcommon. Mainly, the involves gvParseArgs return 0
on success and v if the calling function should call exit(v-1).
Added global ExitOnUsage which, if set, causes dotneato_usage to exit as usual.
Emden Gansner [Wed, 4 Jan 2012 16:32:58 +0000 (11:32 -0500)]
Remove aborts from dotgen.
Emden Gansner [Wed, 4 Jan 2012 16:11:51 +0000 (11:11 -0500)]
Remove abort() from routespl.c.
Emden Gansner [Tue, 3 Jan 2012 22:25:11 +0000 (17:25 -0500)]
Remove aborts (remaining aborts are only in DEBUG mode).
Emden Gansner [Tue, 3 Jan 2012 22:07:32 +0000 (17:07 -0500)]
Remove more uses of abort().
Emden Gansner [Tue, 3 Jan 2012 20:28:08 +0000 (15:28 -0500)]
Fix multiple frees in circo and twopi: bug 2180
John Ellson [Mon, 2 Jan 2012 14:56:13 +0000 (09:56 -0500)]
fix for
0002179 - automake 1.11.2 incompatibility