]> granicus.if.org Git - graphviz/log
graphviz
15 years agoselection and moving tools fixed
arif [Thu, 23 Apr 2009 20:15:16 +0000 (20:15 +0000)]
selection and moving tools fixed
graph can be modified and be saved with new position info,

15 years agoFix warnings, missing return values, etc.
erg [Thu, 23 Apr 2009 19:58:46 +0000 (19:58 +0000)]
Fix warnings, missing return values, etc.

15 years agoFix warnings, missing return values, etc.
erg [Thu, 23 Apr 2009 19:58:46 +0000 (19:58 +0000)]
Fix warnings, missing return values, etc.

15 years agoFix warnings, missing return values, etc.
erg [Thu, 23 Apr 2009 19:58:46 +0000 (19:58 +0000)]
Fix warnings, missing return values, etc.

15 years agoBYTE -> md5_byte_t
arif [Thu, 23 Apr 2009 18:40:52 +0000 (18:40 +0000)]
BYTE -> md5_byte_t

15 years agograph modified dialog implemented , BYTE defined in smyrnadefs , cleaned up test...
arif [Thu, 23 Apr 2009 18:06:03 +0000 (18:06 +0000)]
graph modified dialog implemented , BYTE defined in smyrnadefs , cleaned up test code in main

15 years agoForgot to commit new files
arif [Thu, 23 Apr 2009 15:39:46 +0000 (15:39 +0000)]
Forgot to commit new files

15 years agoForgot to commit new files
arif [Thu, 23 Apr 2009 15:39:46 +0000 (15:39 +0000)]
Forgot to commit new files

15 years agosmyrna error fixes
arif [Thu, 23 Apr 2009 15:32:30 +0000 (15:32 +0000)]
smyrna error fixes
MD5 based graph comparision functions

15 years agosmyrna error fixes
arif [Thu, 23 Apr 2009 15:32:30 +0000 (15:32 +0000)]
smyrna error fixes
MD5 based graph comparision functions

15 years agosmyrna error fixes
arif [Thu, 23 Apr 2009 15:32:30 +0000 (15:32 +0000)]
smyrna error fixes
MD5 based graph comparision functions

15 years agosmyrna error fixes
arif [Thu, 23 Apr 2009 15:32:30 +0000 (15:32 +0000)]
smyrna error fixes
MD5 based graph comparision functions

15 years agoAdd new dot template for smyrna
erg [Wed, 22 Apr 2009 23:57:08 +0000 (23:57 +0000)]
Add new dot template for smyrna

15 years agoAvoid processing empty labels. This seems like the right thing, especially
erg [Wed, 22 Apr 2009 20:48:05 +0000 (20:48 +0000)]
Avoid processing empty labels.  This seems like the right thing, especially
since if any subgraph has a label, the root graph gets a label of "" and then
so do all other subgraphs that don't explicitly have a label.
Because of the PAD macro, empty labels take up non-zero space. I hope there is
not some user relying on this mechanism for adding some space.

15 years agoFix cleanup routines to use available clusters and avoid freeing edge information...
erg [Wed, 22 Apr 2009 20:43:45 +0000 (20:43 +0000)]
Fix cleanup routines to use available clusters and avoid freeing edge information twice.

15 years agonew smyrna gui
arif [Tue, 21 Apr 2009 18:55:31 +0000 (18:55 +0000)]
new smyrna gui

15 years agoa lot of smyrna changes,
arif [Tue, 21 Apr 2009 18:42:21 +0000 (18:42 +0000)]
a lot of smyrna changes,

15 years agoa lot of smyrna changes,
arif [Tue, 21 Apr 2009 18:42:21 +0000 (18:42 +0000)]
a lot of smyrna changes,

15 years agoa lot of smyrna changes,
arif [Tue, 21 Apr 2009 18:42:21 +0000 (18:42 +0000)]
a lot of smyrna changes,

15 years agoa lot of smyrna changes,
arif [Tue, 21 Apr 2009 18:42:21 +0000 (18:42 +0000)]
a lot of smyrna changes,

15 years agoFix grammar error
erg [Mon, 20 Apr 2009 16:41:03 +0000 (16:41 +0000)]
Fix grammar error

15 years agoUse ≥ for greater than or equal.
erg [Mon, 20 Apr 2009 16:38:55 +0000 (16:38 +0000)]
Use ≥ for greater than or equal.

15 years agodrop gtk+ - unable to build
ellson [Sun, 19 Apr 2009 09:24:32 +0000 (09:24 +0000)]
drop gtk+ - unable to build
add jpeg support to gd - and ready for gtk+
add tiff support - ready for gtk+

15 years agodrop gtk+ - unable to build
ellson [Sun, 19 Apr 2009 09:24:32 +0000 (09:24 +0000)]
drop gtk+ - unable to build
add jpeg support to gd - and ready for gtk+
add tiff support - ready for gtk+

15 years agodrop gtk+ - unable to build
ellson [Sun, 19 Apr 2009 09:24:32 +0000 (09:24 +0000)]
drop gtk+ - unable to build
add jpeg support to gd - and ready for gtk+
add tiff support - ready for gtk+

15 years agofix conflicts with local uncommitted changes on slayman
ellson [Sun, 19 Apr 2009 08:12:30 +0000 (08:12 +0000)]
fix conflicts with local uncommitted changes on slayman

15 years agoUpdate to pango 1.24.1 for bug# 1318 (http://bugzilla.gnome.ork/show_bug.cgi?id=577952)
ellson [Sun, 19 Apr 2009 08:05:21 +0000 (08:05 +0000)]
Update to pango 1.24.1 for bug# 1318 (http://bugzilla.gnome.ork/show_bug.cgi?id=577952)
Also update: gd-2.0.36RC1, pixman-0.15.2, glib-2.20.1

15 years agoModify dijkstra to allow 0 edge lengths; also avoid updates for nodes
erg [Thu, 16 Apr 2009 21:10:43 +0000 (21:10 +0000)]
Modify dijkstra to allow 0 edge lengths; also avoid updates for nodes
that are off the queue. This means each edge is used exactly once, so it
is unnecessary to store the edge length.

15 years agoChange bad edge length into a warning, which is really is;
erg [Thu, 16 Apr 2009 20:45:32 +0000 (20:45 +0000)]
Change bad edge length into a warning, which is really is;
allow length of 0 for Nop.

15 years agoagdelete should't check graph/subgraph of nodes and edges any more.
north [Thu, 16 Apr 2009 18:40:04 +0000 (18:40 +0000)]
agdelete should't check graph/subgraph of nodes and edges any more.
nodes and edges are universal now. actual membership is checked in
the delete function of each graph object type anyway.

15 years agoFix error in freeing edge when deleted.
north [Thu, 16 Apr 2009 18:13:58 +0000 (18:13 +0000)]
Fix error in freeing edge when deleted.

15 years agoMemory for nodes and edges wasn't being freed in agdelnode and agdeledge.
erg [Thu, 16 Apr 2009 16:49:40 +0000 (16:49 +0000)]
Memory for nodes and edges wasn't being freed in agdelnode and agdeledge.

15 years agoMemory for nodes and edges wasn't being freed in agdelnode and agdeledge.
erg [Thu, 16 Apr 2009 16:49:40 +0000 (16:49 +0000)]
Memory for nodes and edges wasn't being freed in agdelnode and agdeledge.

15 years agoFix bug 1610
erg [Tue, 14 Apr 2009 19:03:30 +0000 (19:03 +0000)]
Fix bug 1610

15 years agoconnectable object model extra sparkling clean
glenlow [Fri, 10 Apr 2009 03:27:17 +0000 (03:27 +0000)]
connectable object model extra sparkling clean

15 years agoconnectable object model extra sparkling clean
glenlow [Fri, 10 Apr 2009 03:27:17 +0000 (03:27 +0000)]
connectable object model extra sparkling clean

15 years agoconnectable object model extra sparkling clean
glenlow [Fri, 10 Apr 2009 03:27:17 +0000 (03:27 +0000)]
connectable object model extra sparkling clean

15 years agoconnectable object model extra sparkling clean
glenlow [Fri, 10 Apr 2009 03:27:17 +0000 (03:27 +0000)]
connectable object model extra sparkling clean

15 years agocleaned up connectable object model
glenlow [Fri, 10 Apr 2009 00:25:08 +0000 (00:25 +0000)]
cleaned up connectable object model

15 years agosmyrna improvements
arif [Wed, 8 Apr 2009 18:55:09 +0000 (18:55 +0000)]
smyrna improvements

15 years agosmyrna improvements
arif [Wed, 8 Apr 2009 18:55:09 +0000 (18:55 +0000)]
smyrna improvements

15 years agosmyrna improvements
arif [Wed, 8 Apr 2009 18:55:08 +0000 (18:55 +0000)]
smyrna improvements

15 years agosmyrna improvements
arif [Wed, 8 Apr 2009 18:55:08 +0000 (18:55 +0000)]
smyrna improvements

15 years agosmyrna improvements
arif [Wed, 8 Apr 2009 18:55:08 +0000 (18:55 +0000)]
smyrna improvements

15 years agosmyrna improvements
arif [Wed, 8 Apr 2009 18:55:08 +0000 (18:55 +0000)]
smyrna improvements

15 years agosmyrna improvements
arif [Wed, 8 Apr 2009 18:55:08 +0000 (18:55 +0000)]
smyrna improvements

15 years agosmyrna improvements
arif [Wed, 8 Apr 2009 18:55:08 +0000 (18:55 +0000)]
smyrna improvements

15 years agowhen edge type is line or polyline, force Visio connectors to be straight
glenlow [Tue, 7 Apr 2009 04:12:49 +0000 (04:12 +0000)]
when edge type is line or polyline, force Visio connectors to be straight

15 years agowithin an edge, render first connectable geom as a connector and others as outer...
glenlow [Tue, 7 Apr 2009 03:32:38 +0000 (03:32 +0000)]
within an edge, render first connectable geom as a connector and others as outer shapes, rather than just the first geom

15 years agofew project file changes to add regex + graph.lib
arif [Mon, 6 Apr 2009 17:18:13 +0000 (17:18 +0000)]
few project file changes to add regex + graph.lib

15 years agoHandle invisible nodes in emit_node. Otherwise, style=invis has to
erg [Mon, 6 Apr 2009 16:41:31 +0000 (16:41 +0000)]
Handle invisible nodes in emit_node. Otherwise, style=invis has to
go into the HTML label code, plus gvrender_usershape so that images
in invisible nodes aren't drawn.
The only changes in semantics is that we no longer emit map data for
invisible nodes. If someone can make a case that invisible nodes should
be sensitive, we can go the more complex route.

15 years ago*** empty log message ***
arif [Fri, 3 Apr 2009 19:41:29 +0000 (19:41 +0000)]
*** empty log message ***

15 years agoFix bug in agdegree; out was being also used for in
erg [Fri, 3 Apr 2009 18:26:07 +0000 (18:26 +0000)]
Fix bug in agdegree; out was being also used for in

15 years agoalso have to test for GL/glut.h
ellson [Fri, 3 Apr 2009 17:04:36 +0000 (17:04 +0000)]
also have to test for GL/glut.h

15 years agouse #include <GL/glut.h> instaead of #include "glut.h"
ellson [Fri, 3 Apr 2009 16:57:20 +0000 (16:57 +0000)]
use #include <GL/glut.h> instaead of #include "glut.h"

15 years agobetter font rendering performence woth glut fonts
arif [Thu, 2 Apr 2009 20:55:30 +0000 (20:55 +0000)]
better font rendering performence woth glut fonts

15 years agootk fix
arif [Thu, 2 Apr 2009 17:05:42 +0000 (17:05 +0000)]
otk fix

15 years agofixing glut.h stuff
ellson [Thu, 2 Apr 2009 17:03:41 +0000 (17:03 +0000)]
fixing glut.h stuff

15 years agofixing glut.h stuff
ellson [Thu, 2 Apr 2009 17:03:41 +0000 (17:03 +0000)]
fixing glut.h stuff

15 years agoadd configure tests for glut
ellson [Thu, 2 Apr 2009 16:45:20 +0000 (16:45 +0000)]
add configure tests for glut

15 years agoadd configure tests for glut
ellson [Thu, 2 Apr 2009 16:45:20 +0000 (16:45 +0000)]
add configure tests for glut

15 years ago*** empty log message ***
arif [Thu, 2 Apr 2009 16:11:19 +0000 (16:11 +0000)]
*** empty log message ***

15 years agoFix infinite loop when deleting node with >1 loop.
north [Wed, 1 Apr 2009 23:44:04 +0000 (23:44 +0000)]
Fix infinite loop when deleting node with >1 loop.

15 years ago*** empty log message ***
arif [Wed, 1 Apr 2009 21:14:03 +0000 (21:14 +0000)]
*** empty log message ***

15 years agoglufonts removed
arif [Wed, 1 Apr 2009 21:08:24 +0000 (21:08 +0000)]
glufonts removed

15 years agoFix neato spline code to revert to line segments if the nodes overlap
erg [Wed, 1 Apr 2009 20:26:28 +0000 (20:26 +0000)]
Fix neato spline code to revert to line segments if the nodes overlap

15 years ago*** empty log message ***
arif [Wed, 1 Apr 2009 20:25:45 +0000 (20:25 +0000)]
*** empty log message ***

15 years agosmyrna fonts improvement
arif [Wed, 1 Apr 2009 20:19:23 +0000 (20:19 +0000)]
smyrna fonts improvement

15 years agonew function def added
arif [Wed, 1 Apr 2009 16:20:44 +0000 (16:20 +0000)]
new function def added
common_init_node_opt in utils.c

15 years agomust protect text output with xml_string
glenlow [Wed, 1 Apr 2009 00:13:59 +0000 (00:13 +0000)]
must protect text output with xml_string

15 years agomust protect text output with xml_string
glenlow [Wed, 1 Apr 2009 00:13:59 +0000 (00:13 +0000)]
must protect text output with xml_string

15 years agocommon_init_node_opt prototype included in utils.h
arif [Tue, 31 Mar 2009 19:19:26 +0000 (19:19 +0000)]
common_init_node_opt prototype included in utils.h

15 years agoHook up Glen's new -Tvdx Visio renderer
ellson [Tue, 31 Mar 2009 15:07:56 +0000 (15:07 +0000)]
Hook up Glen's new -Tvdx  Visio renderer

15 years agoHook up Glen's new -Tvdx Visio renderer
ellson [Tue, 31 Mar 2009 15:07:56 +0000 (15:07 +0000)]
Hook up Glen's new -Tvdx  Visio renderer

15 years agoVisio VDX render plugin
glenlow [Tue, 31 Mar 2009 13:14:48 +0000 (13:14 +0000)]
Visio VDX render plugin

15 years agoVisio VDX render plugin
glenlow [Tue, 31 Mar 2009 13:14:48 +0000 (13:14 +0000)]
Visio VDX render plugin

15 years agoVisio VDX render plugin
glenlow [Tue, 31 Mar 2009 13:14:48 +0000 (13:14 +0000)]
Visio VDX render plugin

15 years agoFix bug 1615. This removes the fixed-size buffer in parse_reclbl.
erg [Mon, 30 Mar 2009 22:55:39 +0000 (22:55 +0000)]
Fix bug 1615. This removes the fixed-size buffer in parse_reclbl.
(You just can't trust users.)
The big buffer used for everything else is used for port names as
well. The port name is strduped and stored via tmpport until the
field is fully parsed. It is then attached to the field.

Also, in case of errors, the code now cleans up the partially constructed
field structure. Previously, this just became lost memory.

15 years agoimprove labels for patchwork
north [Mon, 30 Mar 2009 19:32:09 +0000 (19:32 +0000)]
improve labels for patchwork

15 years agoimprove labels for patchwork
north [Mon, 30 Mar 2009 19:32:09 +0000 (19:32 +0000)]
improve labels for patchwork

15 years agoAdd warnings for bad ports beginning with 'e' or 'w'.
erg [Mon, 30 Mar 2009 19:09:46 +0000 (19:09 +0000)]
Add warnings for bad ports beginning with 'e' or 'w'.

15 years agoFix the previous fix; strdup() only if there is a non-null pointer
erg [Mon, 30 Mar 2009 18:55:55 +0000 (18:55 +0000)]
Fix the previous fix; strdup() only if there is a non-null pointer

15 years agoFix bug 1617
erg [Mon, 30 Mar 2009 18:45:24 +0000 (18:45 +0000)]
Fix bug 1617

15 years agoFix bug in agnxtedge; the agnxtin branch wasn't checking for NULL return.
erg [Mon, 30 Mar 2009 17:31:42 +0000 (17:31 +0000)]
Fix bug in agnxtedge; the agnxtin branch wasn't checking for NULL return.

15 years agoMove use of otk_lib.h inside #ifdef WIN32
erg [Fri, 27 Mar 2009 18:57:18 +0000 (18:57 +0000)]
Move use of otk_lib.h inside #ifdef WIN32

15 years agofew smyrna fixes to get it work on unix
arif [Fri, 27 Mar 2009 15:14:03 +0000 (15:14 +0000)]
few smyrna fixes to get it work on unix

15 years agofew smyrna fixes to get it work on unix
arif [Fri, 27 Mar 2009 15:14:03 +0000 (15:14 +0000)]
few smyrna fixes to get it work on unix

15 years agowin_regex project is rmeoved,
arif [Thu, 26 Mar 2009 16:25:23 +0000 (16:25 +0000)]
win_regex project is rmeoved,

15 years agoregex code inclusion removed
arif [Thu, 26 Mar 2009 16:12:17 +0000 (16:12 +0000)]
regex code inclusion  removed
topview node filtering improved

15 years agoregex code inclusion removed
arif [Thu, 26 Mar 2009 16:12:17 +0000 (16:12 +0000)]
regex code inclusion  removed
topview node filtering improved

15 years agoagdegree() conforms to a formal defintion of degree (a node with one
north [Tue, 24 Mar 2009 18:37:30 +0000 (18:37 +0000)]
agdegree() conforms to a formal defintion of degree (a node with one
self-arc has degree 2).  agcountuniqedges() counts the number of unique
Agedge_t objects for a given node.

15 years agoagdegree() conforms to a formal defintion of degree (a node with one
north [Tue, 24 Mar 2009 18:37:30 +0000 (18:37 +0000)]
agdegree() conforms to a formal defintion of degree (a node with one
self-arc has degree 2).  agcountuniqedges() counts the number of unique
Agedge_t objects for a given node.

15 years agoregex code was isolated in a new dir
arif [Tue, 24 Mar 2009 15:16:10 +0000 (15:16 +0000)]
regex code was isolated in a new dir

15 years agoregex code was isolated in a new dir
arif [Tue, 24 Mar 2009 15:16:10 +0000 (15:16 +0000)]
regex code was isolated in a new dir

15 years agofix breakage due to filename case mismatches!
ellson [Tue, 24 Mar 2009 10:16:39 +0000 (10:16 +0000)]
fix breakage due to filename case mismatches!

15 years agolicence issues
arif [Mon, 23 Mar 2009 19:36:38 +0000 (19:36 +0000)]
licence issues

15 years agolicence issues
arif [Mon, 23 Mar 2009 19:36:38 +0000 (19:36 +0000)]
licence issues

15 years agolicence issues
arif [Mon, 23 Mar 2009 19:36:38 +0000 (19:36 +0000)]
licence issues

15 years agolicence issues
arif [Mon, 23 Mar 2009 19:36:38 +0000 (19:36 +0000)]
licence issues

15 years agolicence issues
arif [Mon, 23 Mar 2009 19:36:38 +0000 (19:36 +0000)]
licence issues