ellson [Wed, 19 Dec 2007 22:03:36 +0000 (22:03 +0000)]
use new gvprintnum routine in -Tps:core
ellson [Wed, 19 Dec 2007 20:57:07 +0000 (20:57 +0000)]
add:
void gvdevice_printnum(GVC_t *job, double num);
void gvdevice_printpointf(GVC_t *job, pointf p);
ellson [Wed, 19 Dec 2007 20:47:12 +0000 (20:47 +0000)]
change to:
char *gvprintnum(int *len, double num);
to avoid a strcpy()
ellson [Wed, 19 Dec 2007 19:22:49 +0000 (19:22 +0000)]
add gvprintnum to -lgvc
ellson [Wed, 19 Dec 2007 19:20:50 +0000 (19:20 +0000)]
new function: int gvprintnum(char *buf, double num);
prints doubles as: fixed point, 2 decimal places, trailing zeroes suppressed
ellson [Wed, 19 Dec 2007 17:33:28 +0000 (17:33 +0000)]
Janitor - fix differ in signedness warning
ellson [Wed, 19 Dec 2007 17:02:28 +0000 (17:02 +0000)]
improved handling of configure optional packages in dot_static and dot_builtins
glenlow [Wed, 19 Dec 2007 08:01:17 +0000 (08:01 +0000)]
automated builds of Mac packages
ellson [Tue, 18 Dec 2007 17:53:24 +0000 (17:53 +0000)]
no longer using graphviz-win.tar.gz for windows builds
ellson [Mon, 17 Dec 2007 22:14:00 +0000 (22:14 +0000)]
fix #1249 - potential race with make -j
Martin von Gagern <Martin.vGagern@gmx.net>
ellson [Fri, 14 Dec 2007 22:06:54 +0000 (22:06 +0000)]
a font faq
ellson [Thu, 13 Dec 2007 13:24:29 +0000 (13:24 +0000)]
restart 2.17 development series
ellson [Thu, 13 Dec 2007 04:38:57 +0000 (04:38 +0000)]
Release 2.16.1
ellson [Wed, 12 Dec 2007 19:26:17 +0000 (19:26 +0000)]
disable ming in fc9 - not ready for primetime yet
erg [Wed, 12 Dec 2007 03:31:34 +0000 (03:31 +0000)]
Make sure regular nodes have lw+rw == ht.
erg [Wed, 12 Dec 2007 03:08:57 +0000 (03:08 +0000)]
Fix bug 1245
erg [Fri, 7 Dec 2007 17:10:02 +0000 (17:10 +0000)]
Update info files
ellson [Fri, 7 Dec 2007 01:06:51 +0000 (01:06 +0000)]
change ipsepcola default to no
ellson [Thu, 6 Dec 2007 14:12:13 +0000 (14:12 +0000)]
fix bug with sign of radius value in mapping of circles
reported by: Skye Bender-deMoll <skyebend@skyeome.net>
(and Greg)
erg [Tue, 4 Dec 2007 21:37:05 +0000 (21:37 +0000)]
Fix typos in nop man page.
erg [Tue, 4 Dec 2007 21:22:17 +0000 (21:22 +0000)]
Fix precedence bug in gvdevice.c;
move fflush to end_graph rather than end_page, because the dot and
xdot renderers don't call agwrite until end_graph. Right now the
fflush flushes nothing.
erg [Tue, 4 Dec 2007 17:10:23 +0000 (17:10 +0000)]
Update info files
ellson [Mon, 3 Dec 2007 21:16:53 +0000 (21:16 +0000)]
Bandaid fix for: neato -Tps ngc*dot -Tps -o t1.ps
ellson [Fri, 30 Nov 2007 18:57:44 +0000 (18:57 +0000)]
fix zoom-at-mouse-point
ellson [Thu, 29 Nov 2007 14:02:09 +0000 (14:02 +0000)]
configure.ac: try to harden tests for R - forcing --disable-r
graphviz.spec.in: add commented reminder about BR swig >= 1.3.33
erg [Wed, 28 Nov 2007 17:27:51 +0000 (17:27 +0000)]
Add lib directory to distribution
ellson [Wed, 28 Nov 2007 02:24:20 +0000 (02:24 +0000)]
add some brief notes on coordinates and callbacks at the plugin apis
ellson [Wed, 28 Nov 2007 01:55:22 +0000 (01:55 +0000)]
first cut at a SWIG-based binding to R, currently disabled because the generated code doesn't compile
erg [Tue, 27 Nov 2007 20:02:32 +0000 (20:02 +0000)]
Fix bug 1239 - output user name only if all ascii
erg [Mon, 26 Nov 2007 18:13:53 +0000 (18:13 +0000)]
Fix bug 1238 - PDF output is binary.
ellson [Wed, 21 Nov 2007 17:31:12 +0000 (17:31 +0000)]
ocaml build teaks from the Debian maintainer:
Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
ellson [Wed, 21 Nov 2007 02:37:21 +0000 (02:37 +0000)]
need to generate warnings instead of hard error if fontconfig.pc|freetype2.pc not available
ellson [Wed, 21 Nov 2007 02:17:09 +0000 (02:17 +0000)]
no freetype.pc on redhat[78] - use /usr/bin/freetype-config instead
ellson [Mon, 19 Nov 2007 05:55:27 +0000 (05:55 +0000)]
improvements to php demo
ellson [Sun, 18 Nov 2007 11:59:12 +0000 (11:59 +0000)]
swig support for php5 is not available on rhel4, rhel5, fedora4
ellson [Sun, 18 Nov 2007 03:25:26 +0000 (03:25 +0000)]
do the rtests as part of the automake-standard "make check" target
ellson [Sun, 18 Nov 2007 03:14:25 +0000 (03:14 +0000)]
Use new "cd rtest;make rtest" for regression testing
ellson [Sun, 18 Nov 2007 03:13:12 +0000 (03:13 +0000)]
only use external write discipline for writes to stdout, writes to named now work normally
ellson [Sun, 18 Nov 2007 03:03:31 +0000 (03:03 +0000)]
change TESTS to DEVTSTS to prevent these tests from showing up in "make check"
ellson [Sun, 18 Nov 2007 02:45:53 +0000 (02:45 +0000)]
Use dot_builtins and diffimg from the build tree
Target is now: make rtest
ellson [Sun, 18 Nov 2007 02:34:35 +0000 (02:34 +0000)]
Add a "make test" target
ellson [Sun, 18 Nov 2007 02:25:45 +0000 (02:25 +0000)]
Make dot_builtins as a noinst_PROGRAM so that it can be used from in teh build tree for regression testing.
ellson [Sun, 18 Nov 2007 02:10:20 +0000 (02:10 +0000)]
PHP binding only works for php5 or later because of the function overloading.
Change swig test from -php to -php5 since older swigs (e.g. on centos4) don't support -php5
ellson [Sat, 17 Nov 2007 23:24:22 +0000 (23:24 +0000)]
partially apply changes from David. Holding off on using dot from build tree
patch from: David Fang <fang@csl.cornell.edu>
ellson [Sat, 17 Nov 2007 23:22:13 +0000 (23:22 +0000)]
correct -L path to python library - good job we haven't used it so far ;)
patch from: David Fang <fang@csl.cornell.edu>
ellson [Sat, 17 Nov 2007 00:31:11 +0000 (00:31 +0000)]
setjmp.h must come after png.h
ellson [Sat, 17 Nov 2007 00:25:23 +0000 (00:25 +0000)]
Fix #1234 based on suggested fix from:
Alexander Berger <alexander.berger@finnova.ch>
erg [Fri, 16 Nov 2007 22:55:03 +0000 (22:55 +0000)]
Remove unnecessary termination test for mode=KK
erg [Fri, 16 Nov 2007 22:50:03 +0000 (22:50 +0000)]
Update info files
ellson [Fri, 16 Nov 2007 22:22:56 +0000 (22:22 +0000)]
nodename focus must be in single quotes
ellson [Fri, 16 Nov 2007 22:05:20 +0000 (22:05 +0000)]
extend -Gviewport to also accept "X,Y,Z,nodename"
ellson [Fri, 16 Nov 2007 20:20:49 +0000 (20:20 +0000)]
PHP binding fixes:
- return bool success indicator instead of void so that "func() or die()" idiom works
- Support language specific write() functions.
- Use PHPWRITE() for buffered output when PHP used from Apache
ellson [Fri, 16 Nov 2007 20:20:49 +0000 (20:20 +0000)]
PHP binding fixes:
- return bool success indicator instead of void so that "func() or die()" idiom works
- Support language specific write() functions.
- Use PHPWRITE() for buffered output when PHP used from Apache
ellson [Fri, 16 Nov 2007 20:20:49 +0000 (20:20 +0000)]
PHP binding fixes:
- return bool success indicator instead of void so that "func() or die()" idiom works
- Support language specific write() functions.
- Use PHPWRITE() for buffered output when PHP used from Apache
north [Thu, 15 Nov 2007 04:31:44 +0000 (04:31 +0000)]
sequence link must be first in agsubnode.
ellson [Wed, 14 Nov 2007 21:57:54 +0000 (21:57 +0000)]
Use "swig -php5" so that we can use gv:: class methods as advertised
ellson [Wed, 14 Nov 2007 21:57:54 +0000 (21:57 +0000)]
Use "swig -php5" so that we can use gv:: class methods as advertised
ellson [Wed, 14 Nov 2007 21:18:35 +0000 (21:18 +0000)]
start at a php demo
ellson [Wed, 14 Nov 2007 21:02:12 +0000 (21:02 +0000)]
gv.php is used to find gv.so
north [Wed, 14 Nov 2007 21:00:49 +0000 (21:00 +0000)]
clean up fastgraphs
north [Wed, 14 Nov 2007 21:00:49 +0000 (21:00 +0000)]
clean up fastgraphs
north [Wed, 14 Nov 2007 21:00:49 +0000 (21:00 +0000)]
clean up fastgraphs
north [Wed, 14 Nov 2007 21:00:49 +0000 (21:00 +0000)]
clean up fastgraphs
ellson [Wed, 14 Nov 2007 19:50:03 +0000 (19:50 +0000)]
an almost working php binding test
north [Tue, 13 Nov 2007 12:45:19 +0000 (12:45 +0000)]
*** empty log message ***
north [Tue, 13 Nov 2007 12:45:19 +0000 (12:45 +0000)]
*** empty log message ***
erg [Mon, 12 Nov 2007 22:25:14 +0000 (22:25 +0000)]
Fix bug when mode=ipsep: overlap mode function requires non-NULL string
erg [Mon, 12 Nov 2007 22:24:27 +0000 (22:24 +0000)]
Turn off print statement when overlap=vpsc
erg [Mon, 12 Nov 2007 18:38:01 +0000 (18:38 +0000)]
Fix bug 1228. Note that this involves removing the fix for bug 789,
but refixing it in the context of neato -n.
ellson [Mon, 12 Nov 2007 04:36:06 +0000 (04:36 +0000)]
fix problem with building rpms on machines with ming
ellson [Sat, 10 Nov 2007 14:49:34 +0000 (14:49 +0000)]
start graphviz-2.17 development series
ellson [Sat, 10 Nov 2007 02:17:32 +0000 (02:17 +0000)]
graphviz-2.16 release
ellson [Sat, 10 Nov 2007 02:17:07 +0000 (02:17 +0000)]
Janitor fixes
ellson [Sat, 10 Nov 2007 02:16:26 +0000 (02:16 +0000)]
save new baseline for rtest
erg [Fri, 9 Nov 2007 23:39:28 +0000 (23:39 +0000)]
Removed obsolete declaration of agrebind
erg [Fri, 9 Nov 2007 23:31:43 +0000 (23:31 +0000)]
Turn on anti-aliased fonts in cairo
erg [Fri, 9 Nov 2007 18:09:46 +0000 (18:09 +0000)]
Fix tab bug
erg [Fri, 9 Nov 2007 18:09:18 +0000 (18:09 +0000)]
Add parameter names to agcopyattr to help reader
erg [Fri, 9 Nov 2007 18:08:09 +0000 (18:08 +0000)]
Update Windows build files
ellson [Thu, 8 Nov 2007 22:07:24 +0000 (22:07 +0000)]
fix the nojustify.dot issue by using the postscript interpreter
to stretch the string to fit the expected width.
ellson [Thu, 8 Nov 2007 22:07:24 +0000 (22:07 +0000)]
fix the nojustify.dot issue by using the postscript interpreter
to stretch the string to fit the expected width.
erg [Thu, 8 Nov 2007 21:41:21 +0000 (21:41 +0000)]
Change semantics of agnameof() so that NULL is returned for anonymous edges.
erg [Thu, 8 Nov 2007 21:40:52 +0000 (21:40 +0000)]
Fix bug in agsafeset()
north [Thu, 8 Nov 2007 20:32:25 +0000 (20:32 +0000)]
Ag_dictop_G has to be reset to 0 after user.
erg [Thu, 8 Nov 2007 19:42:15 +0000 (19:42 +0000)]
Add code so that, for a given font, fontconfig is always called with
the same string.
erg [Thu, 8 Nov 2007 19:00:58 +0000 (19:00 +0000)]
Update old makefiles to include the cgraph library
erg [Thu, 8 Nov 2007 19:00:58 +0000 (19:00 +0000)]
Update old makefiles to include the cgraph library
erg [Thu, 8 Nov 2007 17:35:23 +0000 (17:35 +0000)]
Fix type error in debug code
ellson [Thu, 8 Nov 2007 01:46:16 +0000 (01:46 +0000)]
ocaml binding fixes
ellson [Thu, 8 Nov 2007 01:46:16 +0000 (01:46 +0000)]
ocaml binding fixes
ellson [Thu, 8 Nov 2007 01:46:16 +0000 (01:46 +0000)]
ocaml binding fixes
ellson [Wed, 7 Nov 2007 16:08:15 +0000 (16:08 +0000)]
another ocaml make rule dependency
ellson [Wed, 7 Nov 2007 15:30:44 +0000 (15:30 +0000)]
trying to make sense of ocaml build rules
ellson [Wed, 7 Nov 2007 13:56:57 +0000 (13:56 +0000)]
correct LD_LIBRARY_PATH for rtest on x86_64 systems
ellson [Wed, 7 Nov 2007 12:43:50 +0000 (12:43 +0000)]
clean up more ocaml detritis
ellson [Wed, 7 Nov 2007 12:30:14 +0000 (12:30 +0000)]
fix PATH for rtest binaries
ellson [Wed, 7 Nov 2007 04:15:47 +0000 (04:15 +0000)]
re-baseline the regression tests
ellson [Wed, 7 Nov 2007 04:15:47 +0000 (04:15 +0000)]
re-baseline the regression tests
ellson [Wed, 7 Nov 2007 04:15:47 +0000 (04:15 +0000)]
re-baseline the regression tests
ellson [Wed, 7 Nov 2007 03:57:53 +0000 (03:57 +0000)]
install diffimg (needed by rtest.sh)