]> granicus.if.org Git - graphviz/log
graphviz
15 years agosmyrna changes
arif [Thu, 8 Oct 2009 18:31:43 +0000 (18:31 +0000)]
smyrna changes

15 years ago*** empty log message ***
arif [Wed, 7 Oct 2009 21:14:43 +0000 (21:14 +0000)]
*** empty log message ***

15 years ago*** empty log message ***
arif [Wed, 7 Oct 2009 21:00:16 +0000 (21:00 +0000)]
*** empty log message ***

15 years agoupdate here, for now
ellson [Wed, 7 Oct 2009 12:49:04 +0000 (12:49 +0000)]
update here, for now

15 years agoadd support for: --without-jpeg
ellson [Tue, 6 Oct 2009 14:45:25 +0000 (14:45 +0000)]
add support for:  --without-jpeg

15 years agoPut quotes around use of RGB colors.
erg [Mon, 5 Oct 2009 14:58:41 +0000 (14:58 +0000)]
Put quotes around use of RGB colors.

15 years agoFix for bug#1747 - there should be no head arrow with dir=back arrowhead=normal
ellson [Mon, 5 Oct 2009 13:06:08 +0000 (13:06 +0000)]
Fix for bug#1747 - there should be no head arrow with dir=back arrowhead=normal

15 years agoFix for bug#1776
ellson [Sun, 4 Oct 2009 20:15:42 +0000 (20:15 +0000)]
Fix for bug#1776

Not quite the fix suggested by Eric Rannaud <eric.rannaud@gmail.com>
because we have traditionally used SIGINT to get partial layouts.

Just prevent -Tgtk, -Txlib, or any other event-handling devices from rendering
after an interrupt.

15 years agofix crash on installing in Snow Leopard (postinstall script needed #!/bin/sh header)
glenlow [Sat, 3 Oct 2009 02:08:59 +0000 (02:08 +0000)]
fix crash on installing in Snow Leopard (postinstall script needed #!/bin/sh header)

15 years agotrying to handle new graphs on stdin
ellson [Thu, 24 Sep 2009 20:04:37 +0000 (20:04 +0000)]
trying to handle new graphs on stdin

15 years agofix obvious typo in cgraph code that isn't in use yet
ellson [Thu, 24 Sep 2009 19:49:29 +0000 (19:49 +0000)]
fix obvious typo in cgraph code that isn't in use yet

15 years agoadd check for fcntl.h
ellson [Thu, 24 Sep 2009 17:27:21 +0000 (17:27 +0000)]
add check for fcntl.h

15 years agoargh!!! the magic of XFlush(display)
ellson [Thu, 24 Sep 2009 15:22:56 +0000 (15:22 +0000)]
argh!!!  the magic of XFlush(display)

15 years agoneed renderdata for use in gv_tcl: eval [gv::renderdata $G tk]
ellson [Thu, 24 Sep 2009 13:31:08 +0000 (13:31 +0000)]
need renderdata for use in gv_tcl:   eval [gv::renderdata $G tk]

15 years agosmyrna 3D navigation tune up
arif [Mon, 21 Sep 2009 18:59:38 +0000 (18:59 +0000)]
smyrna 3D navigation tune up

15 years agoapply patch that:
ellson [Mon, 21 Sep 2009 12:23:21 +0000 (12:23 +0000)]
apply patch that:
adds "layout" to doc/schema/attributes.xml and thus to the graph attributes in the inspector window
from Ryan Schmidt <graphviz-2009a@ryandesign.com>

15 years agoFix warnings; re-indent
erg [Thu, 17 Sep 2009 20:26:38 +0000 (20:26 +0000)]
Fix warnings; re-indent

15 years agoSmyrna changes
arif [Thu, 17 Sep 2009 19:30:24 +0000 (19:30 +0000)]
Smyrna changes
1-new 3d engine
2-gui new layout
3-some improvements and changes(cameras removed , mouse interrraction has ben improved etc)

15 years agoadd stdlib.h per bug #1770
ellson [Thu, 17 Sep 2009 11:57:48 +0000 (11:57 +0000)]
add stdlib.h per bug #1770

15 years agovmalloc doesn't need headers from ast or sfio
ellson [Wed, 16 Sep 2009 18:49:46 +0000 (18:49 +0000)]
vmalloc doesn't need headers from ast or sfio

15 years agoUpdate build notes
erg [Wed, 16 Sep 2009 17:59:31 +0000 (17:59 +0000)]
Update build notes

15 years agoMigrate change to infosrc/attrs.1 to info/attrs.html
erg [Wed, 16 Sep 2009 17:59:21 +0000 (17:59 +0000)]
Migrate change to infosrc/attrs.1 to info/attrs.html

15 years agoAdd "yes"/"no" support to -Gsplines=
ellson [Tue, 15 Sep 2009 19:16:38 +0000 (19:16 +0000)]
Add "yes"/"no" support to -Gsplines=

15 years agoadd support for "yes" and "no" as boolean values
ellson [Tue, 15 Sep 2009 18:59:50 +0000 (18:59 +0000)]
add support for "yes" and "no" as boolean values

15 years agoFix bug in neato on disconnected graphs. The change in code
erg [Tue, 15 Sep 2009 18:15:47 +0000 (18:15 +0000)]
Fix bug in neato on disconnected graphs. The change in code
needed to allow backgrounds caused a reordering of packing
and edge creation. Since edges are now created earlier, we needed
to tell pack to handle edges as well.

15 years agomake missing libXaw-devel show up in configure summary as breaking lefty
ellson [Mon, 14 Sep 2009 16:09:07 +0000 (16:09 +0000)]
make missing libXaw-devel show up in configure summary as breaking lefty

15 years agomore conditionals for when pagocairo not available
ellson [Fri, 11 Sep 2009 18:48:53 +0000 (18:48 +0000)]
more conditionals for when pagocairo not available

15 years agodon't use cairo_format_stride_for_width()
ellson [Fri, 11 Sep 2009 18:16:42 +0000 (18:16 +0000)]
don't use cairo_format_stride_for_width()
   as it was not available until cairo-1.6.4 or so.

15 years agoSupport for gif images in -Tgif now fixed. Convert Stephen's last entry to past...
ellson [Thu, 10 Sep 2009 23:44:57 +0000 (23:44 +0000)]
Support for gif images in -Tgif now fixed.  Convert Stephen's last entry to past-tense.

15 years agoadd support for loading gif images into cairo-based renderers (e.g. -Tpng, -Tgif)
ellson [Thu, 10 Sep 2009 23:18:32 +0000 (23:18 +0000)]
add support for loading gif images into cairo-based renderers (e.g. -Tpng, -Tgif)

15 years agoAdd info about importing GIF images.
north [Thu, 10 Sep 2009 20:34:32 +0000 (20:34 +0000)]
Add info about importing GIF images.

15 years agofix wrong colored wide lines when using node images
ellson [Thu, 10 Sep 2009 18:30:01 +0000 (18:30 +0000)]
fix wrong colored wide lines when using node images
(need to use trueColor brushes on trueColor drawings)

15 years agoRemove information on formats that are no longer supported.
erg [Tue, 8 Sep 2009 19:29:57 +0000 (19:29 +0000)]
Remove information on formats that are no longer supported.

15 years agofix for bug 1683
arif [Tue, 8 Sep 2009 15:56:12 +0000 (15:56 +0000)]
fix for bug 1683

15 years agoFix bugs 1718 and 1720.
erg [Fri, 4 Sep 2009 21:27:43 +0000 (21:27 +0000)]
Fix bugs 1718 and 1720.

15 years agoFix bug in circo: component subgraphs were being freed in the
erg [Fri, 4 Sep 2009 17:47:42 +0000 (17:47 +0000)]
Fix bug in circo: component subgraphs were being freed in the
context of the original graph, not the derived graph

15 years agoFinish fixing bug 1759
erg [Fri, 4 Sep 2009 15:53:00 +0000 (15:53 +0000)]
Finish fixing bug 1759

15 years agodo not shrink after the first stage of overlap removal. This is so that if some set...
yifanhu [Fri, 4 Sep 2009 14:35:04 +0000 (14:35 +0000)]
do not shrink after the first stage of overlap removal. This is so that if some set -Goverlap_scaling=-1000, the first stage may found no overlap at all and even decide to shrink, which defeat the original intention of the user of setting a huge scaling factor to expand the layout

15 years agoFix bug 1759
erg [Fri, 4 Sep 2009 14:23:35 +0000 (14:23 +0000)]
Fix bug 1759

15 years agoFix holes in code for writing when using libcgraph
erg [Fri, 4 Sep 2009 02:44:21 +0000 (02:44 +0000)]
Fix holes in code for writing when using libcgraph

15 years agoFix memory leaks in use of triangle library
erg [Fri, 4 Sep 2009 02:40:11 +0000 (02:40 +0000)]
Fix memory leaks in use of triangle library

15 years agoFix bug in agputs for cgraph
erg [Thu, 3 Sep 2009 22:12:51 +0000 (22:12 +0000)]
Fix bug in agputs for cgraph

15 years agoExpose flush function to be used in Agiodisc_t of cgraph.
erg [Thu, 3 Sep 2009 21:55:20 +0000 (21:55 +0000)]
Expose flush function to be used in Agiodisc_t of cgraph.

15 years agoRe-indent
erg [Thu, 3 Sep 2009 21:39:16 +0000 (21:39 +0000)]
Re-indent

15 years agoFixing attribute initialization. Some problems with ProtoGraph
north [Wed, 2 Sep 2009 17:39:54 +0000 (17:39 +0000)]
Fixing attribute initialization. Some problems with ProtoGraph
getting in the way.

15 years agoCommit a version of gvpack that works with libcgraph
erg [Tue, 1 Sep 2009 22:23:07 +0000 (22:23 +0000)]
Commit a version of gvpack that works with libcgraph

15 years agoUse agxset when setting graph bounding boxes. This is more efficient and provides
erg [Tue, 1 Sep 2009 22:22:16 +0000 (22:22 +0000)]
Use agxset when setting graph bounding boxes. This is more efficient and provides
a workaround for a bug in the cgraph library.

15 years agoFix common_init_edge to work with cgraph, which does not automatically define
erg [Tue, 1 Sep 2009 22:20:56 +0000 (22:20 +0000)]
Fix common_init_edge to work with cgraph, which does not automatically define
the tailport and headport attributes;
restructure safe_dcl into two readable functions rather than being chopped up
by #ifdef WITH_CGRAPH

15 years agoFix typo
erg [Tue, 1 Sep 2009 22:06:27 +0000 (22:06 +0000)]
Fix typo

15 years agovisual studio project files changes
arif [Mon, 31 Aug 2009 20:03:39 +0000 (20:03 +0000)]
visual studio project files changes

15 years ago*** empty log message ***
arif [Mon, 31 Aug 2009 19:41:27 +0000 (19:41 +0000)]
*** empty log message ***

15 years agovs project file for gvprlib added to ext dist
arif [Mon, 31 Aug 2009 19:40:58 +0000 (19:40 +0000)]
vs project file for gvprlib added to ext dist

15 years agoMove support for background xdot from gvc to GD_drawing;
erg [Fri, 28 Aug 2009 19:46:42 +0000 (19:46 +0000)]
Move support for background xdot from gvc to GD_drawing;
add initial hooks for globally positioned labels.

15 years agoUse AM_SILENT_RULES to make builds less noisy and compile warnings more obvious
ellson [Fri, 28 Aug 2009 12:24:49 +0000 (12:24 +0000)]
Use AM_SILENT_RULES to make builds less noisy and compile warnings more obvious

15 years agofix issue with multiple peripheries in tk output
ellson [Wed, 26 Aug 2009 23:17:14 +0000 (23:17 +0000)]
fix issue with multiple peripheries in tk output

15 years agoAdd tag for Brewer colors
erg [Tue, 25 Aug 2009 16:27:46 +0000 (16:27 +0000)]
Add tag for Brewer colors

15 years agodisable spurious "Hello World" text
ellson [Wed, 19 Aug 2009 17:19:43 +0000 (17:19 +0000)]
disable spurious "Hello World" text

15 years agoRemove dependency on libgraph
erg [Mon, 17 Aug 2009 21:04:11 +0000 (21:04 +0000)]
Remove dependency on libgraph

15 years agoRemove use of undefined macro.
erg [Wed, 12 Aug 2009 13:49:36 +0000 (13:49 +0000)]
Remove use of undefined macro.

15 years agoRe-expose pack_graph function;
erg [Tue, 11 Aug 2009 21:23:23 +0000 (21:23 +0000)]
Re-expose pack_graph function;
update man page

15 years agoUse the edge type of the input graph, not its root graph.
erg [Tue, 11 Aug 2009 21:21:20 +0000 (21:21 +0000)]
Use the edge type of the input graph, not its root graph.
This allows graphs to be split and laid out separately as connected components;
it also allows each component to have a different edge type.

15 years agoFix bug that causes a node not to be added to its non-trivial parent block;
erg [Tue, 11 Aug 2009 20:59:17 +0000 (20:59 +0000)]
Fix bug that causes a node not to be added to its non-trivial parent block;
fix bugs that causes circo to use too much space

15 years agoRemove unused code
erg [Mon, 10 Aug 2009 20:15:19 +0000 (20:15 +0000)]
Remove unused code

15 years agoadd blockSize function
erg [Mon, 10 Aug 2009 20:14:23 +0000 (20:14 +0000)]
add blockSize function

15 years agoRemoved unsupported code for user-specified blocks
erg [Mon, 10 Aug 2009 20:14:04 +0000 (20:14 +0000)]
Removed unsupported code for user-specified blocks

15 years agoFix bug 1738
erg [Fri, 7 Aug 2009 16:45:04 +0000 (16:45 +0000)]
Fix bug 1738

15 years agobased on 8/6/09 meeting
north [Thu, 6 Aug 2009 15:17:39 +0000 (15:17 +0000)]
based on 8/6/09 meeting

15 years agothis is more likely to be the problem
ellson [Fri, 31 Jul 2009 19:30:09 +0000 (19:30 +0000)]
this is more likely to be the problem

15 years agostruggling with libxdot packaging on debian
ellson [Fri, 31 Jul 2009 19:12:23 +0000 (19:12 +0000)]
struggling with libxdot packaging on debian

15 years agono contrib/xdot
ellson [Fri, 31 Jul 2009 19:04:18 +0000 (19:04 +0000)]
no contrib/xdot

15 years agoremove contrib/xdot
ellson [Fri, 31 Jul 2009 19:01:29 +0000 (19:01 +0000)]
remove contrib/xdot

15 years agofix debian packaging of libxdot
ellson [Fri, 31 Jul 2009 18:38:01 +0000 (18:38 +0000)]
fix debian packaging of libxdot

15 years agoadd xdot.3 to EXTRA_DIST
ellson [Fri, 31 Jul 2009 16:56:36 +0000 (16:56 +0000)]
add xdot.3 to EXTRA_DIST

15 years agolibgvc depends on libxdot being built first
ellson [Fri, 31 Jul 2009 16:22:51 +0000 (16:22 +0000)]
libgvc depends on libxdot being built first

15 years agodoesn't need cgraph
ellson [Fri, 31 Jul 2009 16:05:39 +0000 (16:05 +0000)]
doesn't need cgraph

15 years agorename
ellson [Fri, 31 Jul 2009 16:03:32 +0000 (16:03 +0000)]
rename

15 years agotake a guess at the missing xdot.pc.in file
ellson [Fri, 31 Jul 2009 16:01:34 +0000 (16:01 +0000)]
take a guess at the missing xdot.pc.in file

15 years agoRemove accidentally committed incomplete code for exterior labels
erg [Fri, 31 Jul 2009 14:35:14 +0000 (14:35 +0000)]
Remove accidentally committed incomplete code for exterior labels

15 years agoadd libgd-dev to Build-Depends:
ellson [Fri, 31 Jul 2009 13:34:21 +0000 (13:34 +0000)]
add libgd-dev to Build-Depends:

15 years agoAdd prototype implementation for background polygons
erg [Thu, 30 Jul 2009 22:00:39 +0000 (22:00 +0000)]
Add prototype implementation for background polygons

15 years agoFix format
erg [Thu, 30 Jul 2009 21:53:27 +0000 (21:53 +0000)]
Fix format

15 years agoMake xdot into a first-class library
erg [Thu, 30 Jul 2009 21:51:16 +0000 (21:51 +0000)]
Make xdot into a first-class library

15 years agofix fractional penwidths
ellson [Thu, 30 Jul 2009 19:13:26 +0000 (19:13 +0000)]
fix fractional penwidths

15 years agosome spec file fixes
ellson [Thu, 30 Jul 2009 19:01:11 +0000 (19:01 +0000)]
some spec file fixes

15 years agocomplete renaming to xgtk
ellson [Thu, 30 Jul 2009 18:48:36 +0000 (18:48 +0000)]
complete renaming to xgtk

15 years agorename plugin to xgtk to not conflict with regular gtk plugin
ellson [Thu, 30 Jul 2009 18:44:56 +0000 (18:44 +0000)]
rename plugin to xgtk to not conflict with regular gtk plugin

15 years agoadd some notes about the demo
ellson [Thu, 30 Jul 2009 18:01:58 +0000 (18:01 +0000)]
add some notes about the demo

15 years agofixes to "make rpm"
ellson [Thu, 30 Jul 2009 17:58:16 +0000 (17:58 +0000)]
fixes to "make rpm"

15 years agomore ignores
ellson [Thu, 30 Jul 2009 17:23:44 +0000 (17:23 +0000)]
more ignores

15 years agodon't need libltdl
ellson [Thu, 30 Jul 2009 17:23:10 +0000 (17:23 +0000)]
don't need libltdl

15 years agoadd "make rpm" target
ellson [Thu, 30 Jul 2009 17:22:26 +0000 (17:22 +0000)]
add "make rpm" target

15 years agoignore products
ellson [Thu, 30 Jul 2009 16:58:35 +0000 (16:58 +0000)]
ignore products

15 years agooverride pkglibdir so that its based on "graphviz" and not on this package's name
ellson [Thu, 30 Jul 2009 16:55:19 +0000 (16:55 +0000)]
override pkglibdir so that its based on "graphviz" and not on this package's name

15 years agoadd a demo of an independently packaged and compiled plugin
ellson [Thu, 30 Jul 2009 16:45:29 +0000 (16:45 +0000)]
add a demo of an independently packaged and compiled plugin

15 years agoFound out how to save alpha channel to PNGs from gd.
ellson [Thu, 30 Jul 2009 15:14:49 +0000 (15:14 +0000)]
Found out how to save alpha channel to PNGs from gd.
Improves -Tpng:cairo:gd  when using transparent backgrounds
(not that anyone should care.  Just use the default -Tpng:cairo:cairo )

15 years agofix for -Gbgcolor=transparent in -Tgif:cairo:gd -Tpng:cairo:gd -Tjpg:cairo:gd
ellson [Wed, 29 Jul 2009 19:52:36 +0000 (19:52 +0000)]
fix for -Gbgcolor=transparent in -Tgif:cairo:gd -Tpng:cairo:gd -Tjpg:cairo:gd

15 years agofew patches for smyrna
arif [Wed, 29 Jul 2009 19:10:12 +0000 (19:10 +0000)]
few patches for smyrna

15 years agofix for transparency in -Tgif:gd
ellson [Wed, 29 Jul 2009 18:02:17 +0000 (18:02 +0000)]
fix for transparency in -Tgif:gd

15 years agodemo_file attribute implementation
arif [Wed, 29 Jul 2009 14:12:28 +0000 (14:12 +0000)]
demo_file attribute implementation

15 years agoFix typo
erg [Tue, 28 Jul 2009 21:07:10 +0000 (21:07 +0000)]
Fix typo