]> granicus.if.org Git - graphviz/log
graphviz
13 years agomagic scaling failed to solve problem
ellson [Fri, 11 Feb 2011 19:56:26 +0000 (19:56 +0000)]
magic scaling failed to solve problem

13 years agouse a "magic" scaling to get reasonable ascent/descent values
ellson [Fri, 11 Feb 2011 19:50:06 +0000 (19:50 +0000)]
use a "magic" scaling to get reasonable ascent/descent values

13 years agomisc tidy and enable ascent/descent - even though clearly wrong
ellson [Fri, 11 Feb 2011 19:30:16 +0000 (19:30 +0000)]
misc tidy and enable ascent/descent - even though clearly wrong

13 years agopango_cairo_context_set_resolution() seems cleaner that pango_cairo_font_map_set_reso...
ellson [Fri, 11 Feb 2011 18:32:21 +0000 (18:32 +0000)]
pango_cairo_context_set_resolution() seems cleaner that pango_cairo_font_map_set_resolution()

13 years agotrying to get at ascent/descent metrics
ellson [Fri, 11 Feb 2011 18:21:20 +0000 (18:21 +0000)]
trying to get at ascent/descent metrics

13 years agoshow ink_rect
ellson [Fri, 11 Feb 2011 16:53:47 +0000 (16:53 +0000)]
show ink_rect

13 years agoadded quartz flags to configure options for cairo
ellson [Fri, 11 Feb 2011 16:08:39 +0000 (16:08 +0000)]
added quartz flags to configure options for cairo

13 years ago*** empty log message ***
arif [Thu, 10 Feb 2011 15:25:25 +0000 (15:25 +0000)]
*** empty log message ***

13 years agoadd pangotest to repo
ellson [Thu, 10 Feb 2011 14:10:19 +0000 (14:10 +0000)]
add pangotest to repo

13 years agoinclude new header in distribution
ellson [Thu, 10 Feb 2011 12:07:07 +0000 (12:07 +0000)]
include new header in distribution

13 years agooops, didn't mean to commit that, it didn't work -- revert
ellson [Thu, 10 Feb 2011 05:19:21 +0000 (05:19 +0000)]
oops, didn't mean to commit that, it didn't work -- revert

13 years agoAdd note to man page how lefty (dotty/lneato) relies on xdot.
erg [Thu, 10 Feb 2011 02:44:46 +0000 (02:44 +0000)]
Add note to man page how lefty (dotty/lneato) relies on xdot.

13 years agoAdd support for node and graph names in gvgen
erg [Thu, 10 Feb 2011 02:43:41 +0000 (02:43 +0000)]
Add support for node and graph names in gvgen

13 years agouse a new fontmap
ellson [Thu, 10 Feb 2011 02:24:52 +0000 (02:24 +0000)]
use a new fontmap

13 years agoProtect against an empty graph
erg [Wed, 9 Feb 2011 23:01:28 +0000 (23:01 +0000)]
Protect against an empty graph

13 years agoFix memory leak
erg [Wed, 9 Feb 2011 22:56:15 +0000 (22:56 +0000)]
Fix memory leak

13 years agoFix space leak in twopi.
erg [Wed, 9 Feb 2011 22:53:58 +0000 (22:53 +0000)]
Fix space leak in twopi.

13 years agoback out the FONT_DPI / POINTS_PER_INCH changes that gave incorrect results
ellson [Wed, 9 Feb 2011 22:13:22 +0000 (22:13 +0000)]
back out the FONT_DPI / POINTS_PER_INCH changes that gave incorrect results

13 years agofactor out FONT_DPI into header so that its defined just once
ellson [Wed, 9 Feb 2011 21:15:25 +0000 (21:15 +0000)]
factor out FONT_DPI into header so that its defined just once

13 years agoMade changes to set font resolution to 96. Inverted text scaling factor from POINTS_P...
dperry [Wed, 9 Feb 2011 19:48:11 +0000 (19:48 +0000)]
Made changes to set font resolution to 96. Inverted text scaling factor from POINTS_PER_INCH/FONT_DPI, except for yoffset_layout.

13 years agonot yet complete changes for "go" language support
ellson [Wed, 9 Feb 2011 19:04:40 +0000 (19:04 +0000)]
not yet complete changes for "go" language support

13 years agoAdd simpleSplineRoute to Windows export file
erg [Mon, 7 Feb 2011 16:20:20 +0000 (16:20 +0000)]
Add simpleSplineRoute to Windows export file

13 years agoFix the previous fix.
erg [Mon, 7 Feb 2011 16:00:40 +0000 (16:00 +0000)]
Fix the previous fix.

13 years agoFix assignment not allowed by Windows.
erg [Mon, 7 Feb 2011 15:59:34 +0000 (15:59 +0000)]
Fix assignment not allowed by Windows.

13 years agoFix bug 2129
erg [Sun, 6 Feb 2011 00:19:45 +0000 (00:19 +0000)]
Fix bug 2129

13 years agoFix bug 2044
erg [Sun, 6 Feb 2011 00:18:42 +0000 (00:18 +0000)]
Fix bug 2044

13 years agoInitial implementation of rounded corners for tables
erg [Fri, 4 Feb 2011 18:52:31 +0000 (18:52 +0000)]
Initial implementation of rounded corners for tables

13 years agoAdd N_ordering and G_ordering to Windows global variable file
erg [Fri, 4 Feb 2011 18:51:54 +0000 (18:51 +0000)]
Add N_ordering and G_ordering to Windows global variable file

13 years agoAdd info on using rounded corners in tables
erg [Fri, 4 Feb 2011 18:44:56 +0000 (18:44 +0000)]
Add info on using rounded corners in tables

13 years agoFix declarations to appear at top of block to satisfy older compilers.
erg [Fri, 4 Feb 2011 18:36:12 +0000 (18:36 +0000)]
Fix declarations to appear at top of block to satisfy older compilers.

13 years agoAlways recompute the graph's bounding box in neato -n
erg [Tue, 1 Feb 2011 23:16:04 +0000 (23:16 +0000)]
Always recompute the graph's bounding box in neato -n

13 years agoSupport ordering attribute on a per node basis
erg [Tue, 1 Feb 2011 22:29:03 +0000 (22:29 +0000)]
Support ordering attribute on a per node basis

13 years agoNote support for ordering as a node attribute.
erg [Tue, 1 Feb 2011 21:21:34 +0000 (21:21 +0000)]
Note support for ordering as a node attribute.

13 years agoadd some explicit casts
ellson [Tue, 1 Feb 2011 20:30:32 +0000 (20:30 +0000)]
add some explicit casts

13 years agoAdd note that Graphviz is not thread-safe.
erg [Tue, 1 Feb 2011 19:56:00 +0000 (19:56 +0000)]
Add note that Graphviz is not thread-safe.

13 years agoThe use of commas should only be done in client-map maps. Restore previous code
erg [Mon, 31 Jan 2011 20:20:39 +0000 (20:20 +0000)]
The use of commas should only be done in client-map maps. Restore previous code
for server-side maps.

13 years agoFix bug in coordinates of image maps. The list of coordinates should be comma-separated,
erg [Mon, 31 Jan 2011 19:36:01 +0000 (19:36 +0000)]
Fix bug in coordinates of image maps. The list of coordinates should be comma-separated,
not space-separated between adjacent points.

13 years agoAdd comment about twopi producing the chosen root node.
erg [Fri, 28 Jan 2011 21:39:04 +0000 (21:39 +0000)]
Add comment about twopi producing the chosen root node.

13 years agoAllow twopi to note vertex picked as root if not specified
erg [Fri, 28 Jan 2011 21:24:44 +0000 (21:24 +0000)]
Allow twopi to note vertex picked as root if not specified

13 years agoAdd comment to code
erg [Fri, 28 Jan 2011 16:24:29 +0000 (16:24 +0000)]
Add comment to code

13 years agoUpdate documentation to reflect changes to the id attribute, and its
erg [Thu, 27 Jan 2011 00:08:07 +0000 (00:08 +0000)]
Update documentation to reflect changes to the id attribute, and its
support now in html-like labels.

13 years agoFix bug 1480; simplify code in emit.c constructing internal object ids;
erg [Wed, 26 Jan 2011 23:57:53 +0000 (23:57 +0000)]
Fix bug 1480; simplify code in emit.c constructing internal object ids;
add the id field to TD and TABLE elements; use graph id attribute as
prefix for xml ids, if supplied.

13 years agoExtend statistics to all fields
erg [Wed, 26 Jan 2011 23:52:19 +0000 (23:52 +0000)]
Extend statistics to all fields

13 years agoMoved to EPL.
north [Wed, 26 Jan 2011 22:37:43 +0000 (22:37 +0000)]
Moved to EPL.

13 years agochange header from CPL to EPL
ellson [Wed, 26 Jan 2011 02:20:41 +0000 (02:20 +0000)]
change header from CPL to EPL

13 years agoupdate to EPL in xgtk plugin demo
ellson [Tue, 25 Jan 2011 20:44:22 +0000 (20:44 +0000)]
update to EPL in xgtk plugin demo

13 years agoupdate to EPL
ellson [Tue, 25 Jan 2011 20:10:31 +0000 (20:10 +0000)]
update to EPL
add "program-name", "DotEdit"

13 years agofix some breakage from EPL changes
ellson [Tue, 25 Jan 2011 16:36:55 +0000 (16:36 +0000)]
fix some breakage from EPL changes

13 years agochange to EPL
ellson [Tue, 25 Jan 2011 16:30:52 +0000 (16:30 +0000)]
change to EPL

13 years agoChange type of id to escString
erg [Mon, 24 Jan 2011 21:26:12 +0000 (21:26 +0000)]
Change type of id to escString

13 years agoRemove all uses of sscanf for efficiency's sake
erg [Sat, 22 Jan 2011 23:54:34 +0000 (23:54 +0000)]
Remove all uses of sscanf for efficiency's sake

13 years agoUpdate documentation to reflect that Prism is now the default overlap removal algorithm,
erg [Fri, 21 Jan 2011 19:59:46 +0000 (19:59 +0000)]
Update documentation to reflect that Prism is now the default overlap removal algorithm,
as of 2.28.

13 years agoMake prism the default overlap removal algorithm
erg [Fri, 21 Jan 2011 19:44:33 +0000 (19:44 +0000)]
Make prism the default overlap removal algorithm

13 years agoFix core dump when using -v and no font is found.
erg [Fri, 21 Jan 2011 19:43:29 +0000 (19:43 +0000)]
Fix core dump when using -v and no font is found.

13 years agoFix for bug 2113: don't try to do pages if not supported.
erg [Thu, 20 Jan 2011 21:17:42 +0000 (21:17 +0000)]
Fix for bug 2113: don't try to do pages if not supported.

13 years agoMap Times-Roman to Times for all non-Windows machines.
erg [Thu, 20 Jan 2011 20:12:21 +0000 (20:12 +0000)]
Map Times-Roman to Times for all non-Windows machines.

13 years agofix for extraneous line segment when drawing ellipses
ellson [Wed, 19 Jan 2011 15:08:05 +0000 (15:08 +0000)]
fix for extraneous line segment when drawing ellipses

13 years agoAdd patch from Stefan Kost, so that if triangulation fails, the
erg [Fri, 14 Jan 2011 22:40:02 +0000 (22:40 +0000)]
Add patch from Stefan Kost, so that if triangulation fails, the
code doesn't abort but uses a line segment.

13 years agoDon't try to use the font variable in -v to report info if font==NULL
erg [Fri, 14 Jan 2011 21:49:23 +0000 (21:49 +0000)]
Don't try to use the font variable in -v to report info if font==NULL

13 years agook - no php for EL5
ellson [Thu, 13 Jan 2011 19:31:09 +0000 (19:31 +0000)]
ok - no php for EL5

13 years agofixing leopard prebuild to work as before - am unable to upgrade glib
ellson [Wed, 12 Jan 2011 21:26:19 +0000 (21:26 +0000)]
fixing leopard prebuild to work as before - am unable to upgrade glib

14 years agoupdate glib to latest stable - and fix resulting bugs with Universal build - what...
ellson [Wed, 12 Jan 2011 18:15:29 +0000 (18:15 +0000)]
update glib to latest stable - and fix resulting bugs with Universal build - what a pain!

14 years agotry re-enabling php on centos5
ellson [Wed, 12 Jan 2011 16:37:10 +0000 (16:37 +0000)]
try re-enabling php on centos5

14 years agoreinstating ppc64 for leopard only
ellson [Wed, 12 Jan 2011 04:35:47 +0000 (04:35 +0000)]
reinstating ppc64 for leopard only

14 years agoreinstate ppc64 for leopard only
ellson [Wed, 12 Jan 2011 04:25:08 +0000 (04:25 +0000)]
reinstate ppc64 for leopard only

14 years agodrop ppc64 leopard builds
ellson [Wed, 12 Jan 2011 04:17:08 +0000 (04:17 +0000)]
drop ppc64 leopard builds

14 years agocairo-1.8.10 was ok on leopard
ellson [Wed, 12 Jan 2011 02:46:20 +0000 (02:46 +0000)]
cairo-1.8.10 was ok on leopard

14 years agoupdating prebuild for leopard
ellson [Wed, 12 Jan 2011 02:40:46 +0000 (02:40 +0000)]
updating prebuild for leopard

14 years agofix for jpeb-8b
ellson [Wed, 12 Jan 2011 01:28:43 +0000 (01:28 +0000)]
fix for jpeb-8b

14 years agoupdate pango.patch
ellson [Wed, 12 Jan 2011 01:21:53 +0000 (01:21 +0000)]
update pango.patch

14 years agoupdating prebuild dependencies for snowleopard
ellson [Wed, 12 Jan 2011 01:20:13 +0000 (01:20 +0000)]
updating prebuild dependencies for snowleopard

14 years agoAdd note about the visible attribute, and fix a typo.
erg [Tue, 11 Jan 2011 16:21:45 +0000 (16:21 +0000)]
Add note about the visible attribute, and fix a typo.

14 years agoBetter fix for bug #2102
ellson [Fri, 7 Jan 2011 18:43:06 +0000 (18:43 +0000)]
Better fix for bug #2102

Root cause was zero-divides from rendering of degenerate ellipse

14 years agofix for bug #2102
ellson [Fri, 7 Jan 2011 16:13:21 +0000 (16:13 +0000)]
fix for bug #2102
Apparently cairo doesn't leave a valid surface if nothing was ever written to it.

14 years agoMake sure numeric values use "C" locale conventions.
erg [Thu, 6 Jan 2011 21:47:35 +0000 (21:47 +0000)]
Make sure numeric values use "C" locale conventions.

14 years agoUpdate todo list
erg [Wed, 5 Jan 2011 18:39:01 +0000 (18:39 +0000)]
Update todo list

14 years agoanother fix for expat 32+64 -devel
ellson [Wed, 5 Jan 2011 17:56:03 +0000 (17:56 +0000)]
another fix for expat 32+64 -devel

14 years agotry a change to get right libexpat when both 32 and 64 expat-devel packages are installed
ellson [Wed, 5 Jan 2011 17:38:30 +0000 (17:38 +0000)]
try a change to get right libexpat when both 32 and 64 expat-devel packages are installed

14 years agoMake sure \\ is not generated when doing line breaks
erg [Mon, 3 Jan 2011 23:01:57 +0000 (23:01 +0000)]
Make sure \\ is not generated when doing line breaks

14 years agoMake sure backslashes can be escaped in escape strings
erg [Wed, 22 Dec 2010 22:54:14 +0000 (22:54 +0000)]
Make sure backslashes can be escaped in escape strings

14 years agoFix wrong order of function parameters
erg [Wed, 22 Dec 2010 22:37:38 +0000 (22:37 +0000)]
Fix wrong order of function parameters

14 years agoDocument the parts of html labels that get processed as escStrings.
erg [Wed, 22 Dec 2010 22:11:22 +0000 (22:11 +0000)]
Document the parts of html labels that get processed as escStrings.

14 years agoPartial fix for bug 2088
erg [Wed, 22 Dec 2010 19:34:47 +0000 (19:34 +0000)]
Partial fix for bug 2088

14 years agoPartial fix for bug 2088
erg [Wed, 22 Dec 2010 19:32:39 +0000 (19:32 +0000)]
Partial fix for bug 2088

14 years agoConvert top-level empty action blocks to a trivial action, since empty blocks
erg [Tue, 14 Dec 2010 20:26:16 +0000 (20:26 +0000)]
Convert top-level empty action blocks to a trivial action, since empty blocks
should not be the same as missing blocks.

14 years agoFix bug with -o flag
erg [Tue, 14 Dec 2010 20:24:41 +0000 (20:24 +0000)]
Fix bug with -o flag

14 years agofix no-no usage of gvprintf() with user input strings -- fixes bug #2087
ellson [Sun, 12 Dec 2010 05:47:26 +0000 (05:47 +0000)]
fix no-no usage of gvprintf() with user input strings -- fixes bug #2087

14 years agoFix warning about splitting ambiguous name to include file name
erg [Mon, 6 Dec 2010 18:42:25 +0000 (18:42 +0000)]
Fix warning about splitting ambiguous name to include file name

14 years agoFix bug in scanner. We weren't handling escaped backslashes.
erg [Mon, 6 Dec 2010 18:35:24 +0000 (18:35 +0000)]
Fix bug in scanner. We weren't handling escaped backslashes.

14 years agofix build breakage
ellson [Mon, 6 Dec 2010 17:03:30 +0000 (17:03 +0000)]
fix build breakage

14 years agotake python-2.7 fixes from debian/ubuntu
ellson [Sat, 4 Dec 2010 05:22:37 +0000 (05:22 +0000)]
take python-2.7 fixes from debian/ubuntu

14 years agoInstall expr man page to complement gvpr
erg [Wed, 1 Dec 2010 20:53:13 +0000 (20:53 +0000)]
Install expr man page to complement gvpr

14 years agoEnrich the man page, and add for sample scripts
erg [Wed, 1 Dec 2010 20:49:31 +0000 (20:49 +0000)]
Enrich the man page, and add for sample scripts

14 years agoFix for problem with "ignored" nodes in cluster. This won't be an issue
north [Fri, 26 Nov 2010 16:17:00 +0000 (16:17 +0000)]
Fix for problem with "ignored" nodes in cluster. This won't be an issue
when the new level assignment code goes in, if that ever happens.

14 years agoFix bug in html font code
erg [Fri, 5 Nov 2010 01:08:16 +0000 (01:08 +0000)]
Fix bug in html font code

14 years agofix EXTRA_DIST
ellson [Thu, 4 Nov 2010 16:43:47 +0000 (16:43 +0000)]
fix EXTRA_DIST

14 years agoOnly rely on obj->id if set; if it is needed, it is set.
erg [Thu, 4 Nov 2010 01:09:16 +0000 (01:09 +0000)]
Only rely on obj->id if set; if it is needed, it is set.

14 years agoReplace .dot with .gv in gvc
erg [Tue, 2 Nov 2010 20:13:28 +0000 (20:13 +0000)]
Replace .dot with .gv in gvc

14 years agoRemove .dot uses from most documentation
erg [Tue, 2 Nov 2010 20:11:49 +0000 (20:11 +0000)]
Remove .dot uses from most documentation

14 years agoRemove old WISE file
erg [Mon, 1 Nov 2010 21:25:43 +0000 (21:25 +0000)]
Remove old WISE file