]> granicus.if.org Git - graphviz/log
graphviz
17 years agoAdd a "make test" target
ellson [Sun, 18 Nov 2007 02:34:35 +0000 (02:34 +0000)]
Add a "make test" target

17 years agoMake dot_builtins as a noinst_PROGRAM so that it can be used from in teh build tree...
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.

17 years agoPHP binding only works for php5 or later because of the function overloading.
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

17 years agopartially apply changes from David. Holding off on using dot from build tree
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>

17 years agocorrect -L path to python library - good job we haven't used it so far ;)
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>

17 years agosetjmp.h must come after png.h
ellson [Sat, 17 Nov 2007 00:31:11 +0000 (00:31 +0000)]
setjmp.h must come after png.h

17 years agoFix #1234 based on suggested fix from:
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>

17 years agoRemove unnecessary termination test for mode=KK
erg [Fri, 16 Nov 2007 22:55:03 +0000 (22:55 +0000)]
Remove unnecessary termination test for mode=KK

17 years agoUpdate info files
erg [Fri, 16 Nov 2007 22:50:03 +0000 (22:50 +0000)]
Update info files

17 years agonodename focus must be in single quotes
ellson [Fri, 16 Nov 2007 22:22:56 +0000 (22:22 +0000)]
nodename focus must be in single quotes

17 years agoextend -Gviewport to also accept "X,Y,Z,nodename"
ellson [Fri, 16 Nov 2007 22:05:20 +0000 (22:05 +0000)]
extend -Gviewport to also accept "X,Y,Z,nodename"

17 years agoPHP binding fixes:
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

17 years agoPHP binding fixes:
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

17 years agoPHP binding fixes:
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

17 years agosequence link must be first in agsubnode.
north [Thu, 15 Nov 2007 04:31:44 +0000 (04:31 +0000)]
sequence link must be first in agsubnode.

17 years agoUse "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

17 years agoUse "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

17 years agostart at a php demo
ellson [Wed, 14 Nov 2007 21:18:35 +0000 (21:18 +0000)]
start at a php demo

17 years agogv.php is used to find gv.so
ellson [Wed, 14 Nov 2007 21:02:12 +0000 (21:02 +0000)]
gv.php is used to find gv.so

17 years agoclean up fastgraphs
north [Wed, 14 Nov 2007 21:00:49 +0000 (21:00 +0000)]
clean up fastgraphs

17 years agoclean up fastgraphs
north [Wed, 14 Nov 2007 21:00:49 +0000 (21:00 +0000)]
clean up fastgraphs

17 years agoclean up fastgraphs
north [Wed, 14 Nov 2007 21:00:49 +0000 (21:00 +0000)]
clean up fastgraphs

17 years agoclean up fastgraphs
north [Wed, 14 Nov 2007 21:00:49 +0000 (21:00 +0000)]
clean up fastgraphs

17 years agoan almost working php binding test
ellson [Wed, 14 Nov 2007 19:50:03 +0000 (19:50 +0000)]
an almost working php binding test

17 years ago*** empty log message ***
north [Tue, 13 Nov 2007 12:45:19 +0000 (12:45 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
north [Tue, 13 Nov 2007 12:45:19 +0000 (12:45 +0000)]
*** empty log message ***

17 years agoFix bug when mode=ipsep: overlap mode function requires non-NULL string
erg [Mon, 12 Nov 2007 22:25:14 +0000 (22:25 +0000)]
Fix bug when mode=ipsep: overlap mode function requires non-NULL string

17 years agoTurn off print statement when overlap=vpsc
erg [Mon, 12 Nov 2007 22:24:27 +0000 (22:24 +0000)]
Turn off print statement when overlap=vpsc

17 years agoFix bug 1228. Note that this involves removing the fix for bug 789,
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.

17 years agofix problem with building rpms on machines with ming
ellson [Mon, 12 Nov 2007 04:36:06 +0000 (04:36 +0000)]
fix problem with building rpms on machines with ming

17 years agostart graphviz-2.17 development series
ellson [Sat, 10 Nov 2007 14:49:34 +0000 (14:49 +0000)]
start graphviz-2.17 development series

17 years agographviz-2.16 release
ellson [Sat, 10 Nov 2007 02:17:32 +0000 (02:17 +0000)]
graphviz-2.16 release

17 years agoJanitor fixes
ellson [Sat, 10 Nov 2007 02:17:07 +0000 (02:17 +0000)]
Janitor fixes

17 years agosave new baseline for rtest
ellson [Sat, 10 Nov 2007 02:16:26 +0000 (02:16 +0000)]
save new baseline for rtest

17 years agoRemoved obsolete declaration of agrebind
erg [Fri, 9 Nov 2007 23:39:28 +0000 (23:39 +0000)]
Removed obsolete declaration of agrebind

17 years agoTurn on anti-aliased fonts in cairo
erg [Fri, 9 Nov 2007 23:31:43 +0000 (23:31 +0000)]
Turn on anti-aliased fonts in cairo

17 years agoFix tab bug
erg [Fri, 9 Nov 2007 18:09:46 +0000 (18:09 +0000)]
Fix tab bug

17 years agoAdd parameter names to agcopyattr to help reader
erg [Fri, 9 Nov 2007 18:09:18 +0000 (18:09 +0000)]
Add parameter names to agcopyattr to help reader

17 years agoUpdate Windows build files
erg [Fri, 9 Nov 2007 18:08:09 +0000 (18:08 +0000)]
Update Windows build files

17 years agofix the nojustify.dot issue by using the postscript interpreter
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.

17 years agofix the nojustify.dot issue by using the postscript interpreter
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.

17 years agoChange semantics of agnameof() so that NULL is returned for anonymous edges.
erg [Thu, 8 Nov 2007 21:41:21 +0000 (21:41 +0000)]
Change semantics of agnameof() so that NULL is returned for anonymous edges.

17 years agoFix bug in agsafeset()
erg [Thu, 8 Nov 2007 21:40:52 +0000 (21:40 +0000)]
Fix bug in agsafeset()

17 years agoAg_dictop_G has to be reset to 0 after user.
north [Thu, 8 Nov 2007 20:32:25 +0000 (20:32 +0000)]
Ag_dictop_G has to be reset to 0 after user.

17 years agoAdd code so that, for a given font, fontconfig is always called with
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.

17 years agoUpdate 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

17 years agoUpdate 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

17 years agoFix type error in debug code
erg [Thu, 8 Nov 2007 17:35:23 +0000 (17:35 +0000)]
Fix type error in debug code

17 years agoocaml binding fixes
ellson [Thu, 8 Nov 2007 01:46:16 +0000 (01:46 +0000)]
ocaml binding fixes

17 years agoocaml binding fixes
ellson [Thu, 8 Nov 2007 01:46:16 +0000 (01:46 +0000)]
ocaml binding fixes

17 years agoocaml binding fixes
ellson [Thu, 8 Nov 2007 01:46:16 +0000 (01:46 +0000)]
ocaml binding fixes

17 years agoanother ocaml make rule dependency
ellson [Wed, 7 Nov 2007 16:08:15 +0000 (16:08 +0000)]
another ocaml make rule dependency

17 years agotrying to make sense of ocaml build rules
ellson [Wed, 7 Nov 2007 15:30:44 +0000 (15:30 +0000)]
trying to make sense of ocaml build rules

17 years agocorrect LD_LIBRARY_PATH for rtest on x86_64 systems
ellson [Wed, 7 Nov 2007 13:56:57 +0000 (13:56 +0000)]
correct LD_LIBRARY_PATH for rtest on x86_64 systems

17 years agoclean up more ocaml detritis
ellson [Wed, 7 Nov 2007 12:43:50 +0000 (12:43 +0000)]
clean up more ocaml detritis

17 years agofix PATH for rtest binaries
ellson [Wed, 7 Nov 2007 12:30:14 +0000 (12:30 +0000)]
fix PATH for rtest binaries

17 years agore-baseline the regression tests
ellson [Wed, 7 Nov 2007 04:15:47 +0000 (04:15 +0000)]
re-baseline the regression tests

17 years agore-baseline the regression tests
ellson [Wed, 7 Nov 2007 04:15:47 +0000 (04:15 +0000)]
re-baseline the regression tests

17 years agore-baseline the regression tests
ellson [Wed, 7 Nov 2007 04:15:47 +0000 (04:15 +0000)]
re-baseline the regression tests

17 years agoinstall diffimg (needed by rtest.sh)
ellson [Wed, 7 Nov 2007 03:57:53 +0000 (03:57 +0000)]
install diffimg (needed by rtest.sh)

17 years agoadd $OUTFILE to Fail message
ellson [Wed, 7 Nov 2007 03:25:34 +0000 (03:25 +0000)]
add $OUTFILE to Fail message

17 years agobaseline new polypoly test cases
ellson [Wed, 7 Nov 2007 03:17:51 +0000 (03:17 +0000)]
baseline new polypoly test cases

17 years agoclean up extra ocaml products
ellson [Wed, 7 Nov 2007 03:17:05 +0000 (03:17 +0000)]
clean up extra ocaml products

17 years agodo regression tests during rpm builds
ellson [Wed, 7 Nov 2007 03:16:11 +0000 (03:16 +0000)]
do regression tests during rpm builds

17 years agodon't crash on unfinished code
ellson [Tue, 6 Nov 2007 18:14:56 +0000 (18:14 +0000)]
don't crash on unfinished code

17 years agoeliminate references to SWIGTYPE_p_p_void
ellson [Tue, 6 Nov 2007 10:41:15 +0000 (10:41 +0000)]
eliminate references to SWIGTYPE_p_p_void

17 years agoeliminate references to SWIGTYPE_p_p_void
ellson [Tue, 6 Nov 2007 10:41:15 +0000 (10:41 +0000)]
eliminate references to SWIGTYPE_p_p_void

17 years agoBack out code change moving setting of color=black for points
erg [Mon, 5 Nov 2007 21:33:36 +0000 (21:33 +0000)]
Back out code change moving setting of color=black for points
from special code in fillColor() to init_point(). Although the
change made cleaner code, it also causes color=black to appear
for points in dot output.

17 years agoAdd new test for polygons and peripheries
erg [Mon, 5 Nov 2007 20:51:00 +0000 (20:51 +0000)]
Add new test for polygons and peripheries

17 years agoAdd new test for polygons and peripheries
erg [Mon, 5 Nov 2007 20:51:00 +0000 (20:51 +0000)]
Add new test for polygons and peripheries

17 years agoadded baseline reference for new test
ellson [Mon, 5 Nov 2007 20:36:12 +0000 (20:36 +0000)]
added baseline reference for new test

17 years agoupdate with recent changes
ellson [Mon, 5 Nov 2007 20:28:48 +0000 (20:28 +0000)]
update with recent changes

17 years agofix breakage to ellipses with multiple peripheries
ellson [Mon, 5 Nov 2007 20:02:18 +0000 (20:02 +0000)]
fix breakage to ellipses with multiple peripheries

17 years agofix breakage to -Txlib
ellson [Mon, 5 Nov 2007 19:11:53 +0000 (19:11 +0000)]
fix breakage to -Txlib

17 years agofix breakage to landscape paging
ellson [Mon, 5 Nov 2007 18:21:54 +0000 (18:21 +0000)]
fix breakage to landscape paging

17 years agoUpdate info files
erg [Mon, 5 Nov 2007 18:07:20 +0000 (18:07 +0000)]
Update info files

17 years agoadd FIXME notes
ellson [Mon, 5 Nov 2007 15:56:27 +0000 (15:56 +0000)]
add FIXME notes

17 years agoadd a clip region
ellson [Mon, 5 Nov 2007 00:42:59 +0000 (00:42 +0000)]
add a clip region

17 years agoturn off debugging fprintf()s
ellson [Sun, 4 Nov 2007 23:19:26 +0000 (23:19 +0000)]
turn off debugging fprintf()s

17 years agofix margin size under scaling (rtest/graphs/crazy.ps)
ellson [Sun, 4 Nov 2007 23:10:44 +0000 (23:10 +0000)]
fix margin size under scaling (rtest/graphs/crazy.ps)

17 years agorestore portrait pagination
ellson [Sun, 4 Nov 2007 22:26:28 +0000 (22:26 +0000)]
restore portrait pagination

17 years agofix panning in landscape mode
ellson [Sun, 4 Nov 2007 17:59:23 +0000 (17:59 +0000)]
fix panning in landscape mode

17 years agoJanitor: tranlation -> translation
ellson [Sat, 3 Nov 2007 17:51:22 +0000 (17:51 +0000)]
Janitor: tranlation -> translation

17 years agoUpdate info files
erg [Fri, 2 Nov 2007 22:46:14 +0000 (22:46 +0000)]
Update info files

17 years agoAdd image scaling to HTML-like tables.
erg [Fri, 2 Nov 2007 22:15:52 +0000 (22:15 +0000)]
Add image scaling to HTML-like tables.

17 years agoencapsulate gvdevice_* calls into gvrender functions
ellson [Fri, 2 Nov 2007 20:30:28 +0000 (20:30 +0000)]
encapsulate gvdevice_* calls into gvrender functions

17 years agoencapsulate gvdevice_* calls into gvrender functions
ellson [Fri, 2 Nov 2007 20:30:28 +0000 (20:30 +0000)]
encapsulate gvdevice_* calls into gvrender functions

17 years agoencapsulate gvdevice_* calls into gvrender functions
ellson [Fri, 2 Nov 2007 20:30:28 +0000 (20:30 +0000)]
encapsulate gvdevice_* calls into gvrender functions

17 years agoUpdate info files
erg [Fri, 2 Nov 2007 19:29:59 +0000 (19:29 +0000)]
Update info files

17 years agoindicate "gv.ok(obj)" can be replaced by "obj" in languages that accept pointers...
ellson [Fri, 2 Nov 2007 17:11:20 +0000 (17:11 +0000)]
indicate "gv.ok(obj)" can be replaced by "obj" in languages that accept pointers as booleans

17 years agoa first cut at rendering to in-memory strings for script bindings.
ellson [Fri, 2 Nov 2007 17:02:07 +0000 (17:02 +0000)]
a first cut at rendering to in-memory strings for script bindings.

17 years agoUpdate info files
erg [Thu, 1 Nov 2007 22:54:07 +0000 (22:54 +0000)]
Update info files

17 years agofix default=false for imagescale - now: imagescale=[false|true|width|height|both]
ellson [Thu, 1 Nov 2007 21:29:16 +0000 (21:29 +0000)]
fix default=false for imagescale - now: imagescale=[false|true|width|height|both]

17 years agoadd support for imagescale attribute ( imagescale=[no|yes|width|height|both] )
ellson [Thu, 1 Nov 2007 21:01:07 +0000 (21:01 +0000)]
add support for imagescale attribute   ( imagescale=[no|yes|width|height|both] )

17 years agomore ming cleanup - don't break current builds
ellson [Thu, 1 Nov 2007 19:06:35 +0000 (19:06 +0000)]
more ming cleanup - don't break current builds

17 years agoUpdate old makefile to reflect drop of a core plug infile
erg [Thu, 1 Nov 2007 18:44:27 +0000 (18:44 +0000)]
Update old makefile to reflect drop of a core plug infile

17 years agoanother MING typo
ellson [Thu, 1 Nov 2007 18:00:25 +0000 (18:00 +0000)]
another MING typo

17 years agominor fixes for libming
ellson [Thu, 1 Nov 2007 17:49:56 +0000 (17:49 +0000)]
minor fixes for libming

17 years agodisable pango xshow generation as it seems to make -Tps worse
ellson [Thu, 1 Nov 2007 14:43:35 +0000 (14:43 +0000)]
disable pango xshow generation as it seems to make -Tps worse

17 years agoMove special case color code for points into point_init().
erg [Wed, 31 Oct 2007 20:07:36 +0000 (20:07 +0000)]
Move special case color code for points into point_init().