]> granicus.if.org Git - graphviz/log
graphviz
18 years agouse $LIBPOSTFIX when looking for python libs
ellson [Wed, 15 Feb 2006 15:05:47 +0000 (15:05 +0000)]
use $LIBPOSTFIX when looking for python libs

19 years agoAdd kindOf function, plus functions to set and get default values
erg [Thu, 9 Feb 2006 22:14:50 +0000 (22:14 +0000)]
Add kindOf function, plus functions to set and get default values

19 years agostart 2.9 development series
ellson [Sat, 4 Feb 2006 00:47:32 +0000 (00:47 +0000)]
start 2.9 development series

19 years agorelease 2.8
ellson [Fri, 3 Feb 2006 22:29:10 +0000 (22:29 +0000)]
release 2.8

19 years agodiffimg already in SUBDIRS, putting it in EXTA_DIST as well results in
ellson [Thu, 2 Feb 2006 19:35:29 +0000 (19:35 +0000)]
diffimg already in SUBDIRS, putting it in EXTA_DIST as well results in
things like .cvsignore being included in the distribution.

19 years agoset and get html strings in regular quoted "label" strings from the language bindings.
ellson [Thu, 2 Feb 2006 19:28:44 +0000 (19:28 +0000)]
set and get html strings in regular quoted "label" strings from the language bindings.

19 years agoFix incorrect bounding box calculation for flat adjacent edges
erg [Thu, 2 Feb 2006 19:23:26 +0000 (19:23 +0000)]
Fix incorrect bounding box calculation for flat adjacent edges

19 years agoFix for accidentally creating parallel edge in constraint graph
north [Wed, 1 Feb 2006 20:59:32 +0000 (20:59 +0000)]
Fix for accidentally creating parallel edge in constraint graph
when a cluster has a label.

19 years agoImprove DEBUG error message when cycles are present.
north [Wed, 1 Feb 2006 20:58:55 +0000 (20:58 +0000)]
Improve DEBUG error message when cycles are present.

19 years agoZero out Agraphinfo_t on *_cleanup_graph so that graph can be
erg [Wed, 1 Feb 2006 17:30:17 +0000 (17:30 +0000)]
Zero out Agraphinfo_t on *_cleanup_graph so that graph can be
passed to gvLayout again with core dumping.

19 years agoRemove unused globals; make two globals that are only used in xdgen.c static
erg [Wed, 1 Feb 2006 17:29:08 +0000 (17:29 +0000)]
Remove unused globals; make two globals that are only used in xdgen.c static

19 years agoonly rm config if there is no dot executable after rpm update
ellson [Mon, 30 Jan 2006 23:45:06 +0000 (23:45 +0000)]
only rm config if there is no dot executable after rpm update

19 years agotry using %preun, instead of %postun, to rm config
ellson [Mon, 30 Jan 2006 23:22:32 +0000 (23:22 +0000)]
try using %preun, instead of %postun, to rm config

19 years agoUse explicit "pt" dimensions for font-size in svggen.c to work-around
ellson [Mon, 30 Jan 2006 22:34:27 +0000 (22:34 +0000)]
Use explicit "pt" dimensions for font-size in svggen.c to work-around
firefox odditity:  https://bugzilla.mozilla.org/show_bug.cgi?id=234789

19 years agoUpdate linux.i386 test data
erg [Mon, 30 Jan 2006 20:43:47 +0000 (20:43 +0000)]
Update linux.i386 test data

19 years agoUpdate linux.i386 test data
erg [Mon, 30 Jan 2006 20:43:47 +0000 (20:43 +0000)]
Update linux.i386 test data

19 years agoUpdate layers test data for share
erg [Mon, 30 Jan 2006 20:43:30 +0000 (20:43 +0000)]
Update layers test data for share

19 years agoRemove b15 test until core dump is fixed
erg [Mon, 30 Jan 2006 20:43:12 +0000 (20:43 +0000)]
Remove b15 test until core dump is fixed

19 years agoHaving bool != char is catching some real bugs!
ellson [Sun, 29 Jan 2006 23:34:31 +0000 (23:34 +0000)]
Having bool != char is catching some real bugs!

19 years agofix unitialized variable
ellson [Sun, 29 Jan 2006 23:33:14 +0000 (23:33 +0000)]
fix unitialized variable

19 years agoneeds config.h to get bool defined
ellson [Sun, 29 Jan 2006 12:04:11 +0000 (12:04 +0000)]
needs config.h to get bool defined

19 years agosuppress bgcolor rectangle drawing entirely if layers are in use
ellson [Sun, 29 Jan 2006 01:44:11 +0000 (01:44 +0000)]
suppress bgcolor rectangle drawing entirely if layers are in use

19 years agoUpdate newarrows.gif test data
erg [Sat, 28 Jan 2006 23:23:22 +0000 (23:23 +0000)]
Update newarrows.gif test data

19 years agothe configure test for bool tested only the CC compiler, but we already know that...
ellson [Sat, 28 Jan 2006 00:20:45 +0000 (00:20 +0000)]
the configure test for bool tested only the CC compiler, but we already know that C++ defines bool

19 years agothe configure test for bool tested only the CC compiler, but we already know that...
ellson [Sat, 28 Jan 2006 00:20:45 +0000 (00:20 +0000)]
the configure test for bool tested only the CC compiler, but we already know that C++ defines bool

19 years agofix mismatched function declaration - caught by improved bool definition
ellson [Sat, 28 Jan 2006 00:08:28 +0000 (00:08 +0000)]
fix mismatched function declaration - caught by improved bool definition

19 years agoimprove test for bool support, uses stdbool.h if available
ellson [Fri, 27 Jan 2006 23:37:15 +0000 (23:37 +0000)]
improve test for bool support,  uses stdbool.h if available

19 years agoUpdate test files
erg [Fri, 27 Jan 2006 23:25:53 +0000 (23:25 +0000)]
Update test files

19 years agoshow edge positions as well
ellson [Fri, 27 Jan 2006 20:26:25 +0000 (20:26 +0000)]
show edge positions as well

19 years ago- add new function render() which is a wrapper for attach_attrs()
ellson [Fri, 27 Jan 2006 20:12:31 +0000 (20:12 +0000)]
- add new function render() which is a wrapper for attach_attrs()
- add example python script to illustrate

19 years agoFix warning messages in changed minmax_edges2 function
erg [Thu, 26 Jan 2006 22:53:35 +0000 (22:53 +0000)]
Fix warning messages in changed minmax_edges2 function

19 years agoUpdate windows build script to make tgz file
erg [Thu, 26 Jan 2006 17:10:59 +0000 (17:10 +0000)]
Update windows build script to make tgz file

19 years agoFix typo in dot grammar
erg [Thu, 26 Jan 2006 17:07:46 +0000 (17:07 +0000)]
Fix typo in dot grammar

19 years agoMinor cleanup for previous patch to fix init_rank trouble.
north [Thu, 26 Jan 2006 14:27:26 +0000 (14:27 +0000)]
Minor cleanup for previous patch to fix init_rank trouble.

19 years agoFix "trouble in init_rank" when graph has a disconnected node
north [Thu, 26 Jan 2006 14:19:51 +0000 (14:19 +0000)]
Fix "trouble in init_rank" when graph has a disconnected node
with rank=max or rank=sink.  b7.dot still dumps core.

19 years agoadd contrib/sdlshapes to the distribution
ellson [Fri, 20 Jan 2006 23:18:46 +0000 (23:18 +0000)]
add contrib/sdlshapes to the distribution

19 years agoAdd contributed SDL node shapes
erg [Fri, 20 Jan 2006 20:58:20 +0000 (20:58 +0000)]
Add contributed SDL node shapes

19 years agoUpdate info files
erg [Fri, 20 Jan 2006 20:53:53 +0000 (20:53 +0000)]
Update info files

19 years agoUpdate info files
erg [Fri, 20 Jan 2006 20:50:51 +0000 (20:50 +0000)]
Update info files

19 years agoUpdate info files
erg [Fri, 20 Jan 2006 20:50:51 +0000 (20:50 +0000)]
Update info files

19 years agochange job->dpi from int to pointf to allow for values obtained from display devices...
ellson [Fri, 20 Jan 2006 19:11:55 +0000 (19:11 +0000)]
change job->dpi from int to pointf to allow for values obtained from display devices like X

19 years agoadd support (disabled for now) for generating ToPAS files
ellson [Fri, 20 Jan 2006 19:10:21 +0000 (19:10 +0000)]
add support (disabled for now) for generating ToPAS files

19 years agoAdd new gif to info pages
erg [Fri, 20 Jan 2006 02:33:53 +0000 (02:33 +0000)]
Add new gif to info pages

19 years agoUpdate info files
erg [Fri, 20 Jan 2006 02:32:15 +0000 (02:32 +0000)]
Update info files

19 years agoFix bug 864
erg [Fri, 20 Jan 2006 02:04:37 +0000 (02:04 +0000)]
Fix bug 864

19 years agoAvoid writing user name in svg output if not ascii.
erg [Thu, 19 Jan 2006 22:55:09 +0000 (22:55 +0000)]
Avoid writing user name in svg output if not ascii.

19 years agoUpdate FAQ to reflect new neato -n usage.
erg [Thu, 19 Jan 2006 22:38:42 +0000 (22:38 +0000)]
Update FAQ to reflect new neato -n usage.

19 years agoUpdate info files
erg [Thu, 19 Jan 2006 22:37:15 +0000 (22:37 +0000)]
Update info files

19 years agoFix neato so that neato -n forces -s72
erg [Thu, 19 Jan 2006 22:31:10 +0000 (22:31 +0000)]
Fix neato so that neato -n forces -s72

19 years agoeliminate jpeg dependency
ellson [Thu, 19 Jan 2006 22:28:20 +0000 (22:28 +0000)]
eliminate jpeg dependency

19 years agoindicate #861 fixed
ellson [Thu, 19 Jan 2006 05:11:48 +0000 (05:11 +0000)]
indicate #861 fixed

19 years ago-Wno-unused-parameter is only required to work around a bug in gcc-3.x.x, but it...
ellson [Thu, 19 Jan 2006 05:10:57 +0000 (05:10 +0000)]
-Wno-unused-parameter is only required to work around a bug in gcc-3.x.x, but it wasn't available in gcc-2.9x

19 years agoUpdate info files
erg [Wed, 18 Jan 2006 20:20:31 +0000 (20:20 +0000)]
Update info files

19 years agoFix tools windows .mak files to remove absolute path name.
erg [Wed, 18 Jan 2006 19:30:02 +0000 (19:30 +0000)]
Fix tools windows .mak files to remove absolute path name.

19 years agoFix tools windows .mak files to remove absolute path name.
erg [Wed, 18 Jan 2006 19:30:02 +0000 (19:30 +0000)]
Fix tools windows .mak files to remove absolute path name.

19 years agoFix tools windows .mak files to remove absolute path name.
erg [Wed, 18 Jan 2006 19:30:02 +0000 (19:30 +0000)]
Fix tools windows .mak files to remove absolute path name.

19 years agoFix windows .bat file to reflect 2.6 structure
erg [Wed, 18 Jan 2006 19:29:02 +0000 (19:29 +0000)]
Fix windows .bat file to reflect 2.6 structure

19 years agoremove unused variable
ellson [Wed, 18 Jan 2006 16:28:55 +0000 (16:28 +0000)]
remove unused variable

19 years agoFix partially changed code.
erg [Wed, 18 Jan 2006 15:39:36 +0000 (15:39 +0000)]
Fix partially changed code.

19 years agoFix node adjustment functions to have a return value indicated whether
erg [Tue, 17 Jan 2006 22:56:22 +0000 (22:56 +0000)]
Fix node adjustment functions to have a return value indicated whether
nodes were moved or not.

19 years agoindicate bug #824 has been fixed.
ellson [Tue, 17 Jan 2006 19:59:07 +0000 (19:59 +0000)]
indicate bug #824 has been fixed.

19 years agodon't claim #826 is fixed
ellson [Tue, 17 Jan 2006 19:39:28 +0000 (19:39 +0000)]
don't claim #826 is fixed

19 years agopreparing for 2.8
ellson [Tue, 17 Jan 2006 19:35:12 +0000 (19:35 +0000)]
preparing for 2.8

19 years agoAlter layout code to allow use of subgraphs;
erg [Tue, 17 Jan 2006 18:21:43 +0000 (18:21 +0000)]
Alter layout code to allow use of subgraphs;
fix gvc code to delay cleanup until necessary;
graph now contains pointer to necessary cleanup routine
depending on layout

19 years agoAdd high-level graph packing function; remove shiftGraphs from API
erg [Tue, 17 Jan 2006 18:19:02 +0000 (18:19 +0000)]
Add high-level graph packing function; remove shiftGraphs from API

19 years agoAdd high-level graph packing function; remove shiftGraphs from API
erg [Tue, 17 Jan 2006 18:19:02 +0000 (18:19 +0000)]
Add high-level graph packing function; remove shiftGraphs from API

19 years agodon't break switch order independence
ellson [Tue, 17 Jan 2006 04:39:08 +0000 (04:39 +0000)]
don't break switch order independence

19 years agoincrease fudge factor increase of background size to cover accumulation
ellson [Mon, 16 Jan 2006 22:27:43 +0000 (22:27 +0000)]
increase fudge factor increase of background size to cover accumulation
of errors (or something) in:  dot | dot -Knop

19 years agoremove duplicate -n processing code that was not being used
ellson [Mon, 16 Jan 2006 22:26:10 +0000 (22:26 +0000)]
remove duplicate -n processing code that was not being used

19 years agochange default PSinputscale to 72 only when -n is used
ellson [Mon, 16 Jan 2006 22:25:23 +0000 (22:25 +0000)]
change default PSinputscale to 72 only when -n is used

19 years agoFix -Glandscape -Gcenter (Bug#858)
ellson [Mon, 16 Jan 2006 19:45:36 +0000 (19:45 +0000)]
Fix -Glandscape -Gcenter  (Bug#858)

19 years agoAdd support for a -Glandscape boolean. Now landscape can be set with:
ellson [Mon, 16 Jan 2006 19:44:23 +0000 (19:44 +0000)]
Add support for a -Glandscape boolean.  Now landscape can be set with:
-Glandscape
-Gorientation=landscape
-Grotat=90

19 years agoedge proto attributes need root graph
ellson [Fri, 13 Jan 2006 19:50:49 +0000 (19:50 +0000)]
edge proto attributes need root graph

19 years agoAdd libagraph documentation.
erg [Fri, 13 Jan 2006 16:54:16 +0000 (16:54 +0000)]
Add libagraph documentation.

19 years agoProvide a default input scaling for -Knop* equivalent to "-s72"
ellson [Fri, 13 Jan 2006 16:49:34 +0000 (16:49 +0000)]
Provide a default input scaling for -Knop* equivalent to "-s72"

19 years agoAdd pseudo layout engines:
ellson [Fri, 13 Jan 2006 16:36:27 +0000 (16:36 +0000)]
Add pseudo layout engines:
dot -Knop   ==  neato -n1
dot -Knop1  ==  neato -n1
dot -Knop2  ==  neato -n2
These are needed primarily by the script bindings.

19 years agofix crash when trying to create new edge attributes from scripts
ellson [Fri, 13 Jan 2006 15:20:02 +0000 (15:20 +0000)]
fix crash when trying to create new edge attributes from scripts

19 years agoRename "csharp" to "sharp" to confirm with the emerging naming
ellson [Tue, 10 Jan 2006 14:39:21 +0000 (14:39 +0000)]
Rename "csharp" to "sharp" to confirm with the emerging naming
convention now that Mono is in Fedora core

19 years agofix to keep pad size constant under scaling
ellson [Tue, 10 Jan 2006 00:32:36 +0000 (00:32 +0000)]
fix to keep pad size constant under scaling

19 years agoAdd another modification request
erg [Mon, 9 Jan 2006 23:14:20 +0000 (23:14 +0000)]
Add another modification request

19 years agomake -Tps more reasonable
ellson [Mon, 9 Jan 2006 21:05:41 +0000 (21:05 +0000)]
make -Tps more reasonable
- reduce size of PageBoundingBox per PostScript reference
- fix various -Gorientation=landscape problems

19 years agosimplify Pad calculations
ellson [Sun, 8 Jan 2006 21:34:07 +0000 (21:34 +0000)]
simplify Pad calculations

19 years agosuppress any attempt to create protonode
ellson [Sat, 7 Jan 2006 18:13:52 +0000 (18:13 +0000)]
suppress any attempt to create protonode

19 years agofix clip box
ellson [Fri, 6 Jan 2006 23:26:27 +0000 (23:26 +0000)]
fix clip box

19 years agofix pageBoundingBox to include margins
ellson [Fri, 6 Jan 2006 22:48:27 +0000 (22:48 +0000)]
fix pageBoundingBox to include margins

19 years agoNew 4pt pad around graph. Not to be confused with margin which is around pages.
ellson [Fri, 6 Jan 2006 22:06:37 +0000 (22:06 +0000)]
New 4pt pad around graph.  Not to be confused with margin which is around pages.

19 years agoSimplify script bindings a bit by introducing N=protonode(g) and E=protoedge(g) funct...
ellson [Fri, 6 Jan 2006 19:54:20 +0000 (19:54 +0000)]
Simplify script bindings a bit by introducing N=protonode(g) and E=protoedge(g) functions.
Now, common attribute manipulations can be used.

19 years agoneed stdio.h for FILE
ellson [Fri, 6 Jan 2006 17:06:56 +0000 (17:06 +0000)]
need stdio.h for FILE

19 years agoavoid redefining _GNU_SOURCE
ellson [Fri, 6 Jan 2006 17:05:53 +0000 (17:05 +0000)]
avoid redefining _GNU_SOURCE

19 years agoignore brewer_lib product
ellson [Fri, 6 Jan 2006 17:05:08 +0000 (17:05 +0000)]
ignore brewer_lib product

19 years agoFix agsafeset so that subgraphs can be used.
erg [Wed, 4 Jan 2006 21:17:23 +0000 (21:17 +0000)]
Fix agsafeset so that subgraphs can be used.

19 years agoBack out changes to remove warnings. The new code is illegal C and
erg [Wed, 4 Jan 2006 20:04:51 +0000 (20:04 +0000)]
Back out changes to remove warnings. The new code is illegal C and
fails on sgis, suns and windows. Also, agxputc should mimic the
semantics of putc, which returns an int. If warnings are a problem,
we should use a compiler flag to turn off the warning or fix the
uses.

19 years agoUpdate info files
erg [Wed, 4 Jan 2006 16:46:13 +0000 (16:46 +0000)]
Update info files

19 years agoUpdate info files
erg [Wed, 4 Jan 2006 16:29:52 +0000 (16:29 +0000)]
Update info files

19 years agoMention dotty syntax errors due to shell environment, some other
north [Wed, 4 Jan 2006 03:28:06 +0000 (03:28 +0000)]
Mention dotty syntax errors due to shell environment, some other
cleanup, add anchors to questions.

19 years agoUpdate info files
erg [Tue, 3 Jan 2006 21:58:04 +0000 (21:58 +0000)]
Update info files

19 years agoUpdate info files
erg [Tue, 3 Jan 2006 21:37:15 +0000 (21:37 +0000)]
Update info files

19 years agoUpdate info files
erg [Tue, 3 Jan 2006 20:48:42 +0000 (20:48 +0000)]
Update info files

19 years agospelling
ellson [Tue, 3 Jan 2006 17:22:24 +0000 (17:22 +0000)]
spelling

19 years agofix bug in "make uninstall"
ellson [Tue, 3 Jan 2006 16:48:06 +0000 (16:48 +0000)]
fix bug in "make uninstall"