]>
granicus.if.org Git - graphviz/log
erg [Mon, 20 Mar 2006 21:31:34 +0000 (21:31 +0000)]
Update test files to reflect changes to svg and font spacing change.
ellson [Fri, 17 Mar 2006 19:26:34 +0000 (19:26 +0000)]
a little more consistency
ellson [Fri, 17 Mar 2006 19:01:31 +0000 (19:01 +0000)]
add tests for fc6, el6, el5
ellson [Thu, 16 Mar 2006 18:15:12 +0000 (18:15 +0000)]
vertically align text up a smidgen
ellson [Thu, 16 Mar 2006 17:54:52 +0000 (17:54 +0000)]
remove tclsh84 dependencies
ellson [Thu, 16 Mar 2006 17:43:27 +0000 (17:43 +0000)]
improve arrow shapes by passing through FP coords to renderer
ellson [Thu, 16 Mar 2006 16:52:38 +0000 (16:52 +0000)]
improved egg and distorted ellipse shapes by passing FP to renderers
erg [Thu, 16 Mar 2006 00:17:17 +0000 (00:17 +0000)]
Fix bug 906 - in layout cleanup, zero out Agraphinfo only if non-root
graph. For root graph, this is cleaned up in graph_cleanup.
erg [Wed, 15 Mar 2006 20:45:48 +0000 (20:45 +0000)]
Fix bug 905
erg [Wed, 15 Mar 2006 20:45:27 +0000 (20:45 +0000)]
Remove redundant .o in library - causes problems on Apples
erg [Tue, 14 Mar 2006 22:33:25 +0000 (22:33 +0000)]
Fix for bug 902 - use root graph to determine charset value
erg [Tue, 14 Mar 2006 18:44:47 +0000 (18:44 +0000)]
Update info files
erg [Mon, 13 Mar 2006 15:13:53 +0000 (15:13 +0000)]
Update info files
ellson [Wed, 8 Mar 2006 21:18:59 +0000 (21:18 +0000)]
Back out recent GVG_t changes. It broke too much stuff.
ellson [Wed, 8 Mar 2006 04:03:29 +0000 (04:03 +0000)]
public api change - should fix raptor build error
ellson [Mon, 6 Mar 2006 19:04:31 +0000 (19:04 +0000)]
Split GVC_t into GVC_t and GVG_t.
GVG_t is a new struct to support multiple different graphs open at the same time.
GVC_t contains the context for all graphs, e.g. plugins.
GVG_t contains the context for a single graph
GVJ_t contains teh context for a single rendering of a single graph
ellson [Sun, 5 Mar 2006 05:04:04 +0000 (05:04 +0000)]
can't expect tclsh8.4 on older distros
ellson [Sat, 4 Mar 2006 03:43:47 +0000 (03:43 +0000)]
small adjustment in vertical postion of html label text
ellson [Sat, 4 Mar 2006 03:12:28 +0000 (03:12 +0000)]
centered text is indicated by a label->just of 'n' not 'c'
ellson [Sat, 4 Mar 2006 02:36:40 +0000 (02:36 +0000)]
I hate this! I need a factor of 72/100 to get the font size right in SVG and i don't knw why!!!
ellson [Fri, 3 Mar 2006 15:51:34 +0000 (15:51 +0000)]
remove dead code and variables
ellson [Fri, 3 Mar 2006 15:50:12 +0000 (15:50 +0000)]
remove never-used variable
ellson [Fri, 3 Mar 2006 15:49:07 +0000 (15:49 +0000)]
fix bug flagged by warning message on raptor
ellson [Fri, 3 Mar 2006 14:51:57 +0000 (14:51 +0000)]
let script find its own tclsh
ellson [Fri, 3 Mar 2006 14:04:43 +0000 (14:04 +0000)]
raptor has a really broken, old /usr/bin/tclsh. Use "#!/usr/bin/env tclsh8.4"
erg [Fri, 3 Mar 2006 03:22:43 +0000 (03:22 +0000)]
New HTML code to support font changes in running text, plus attribute
extensions to make it easier to specify text alignment using the
entire cell width.
erg [Fri, 3 Mar 2006 03:19:52 +0000 (03:19 +0000)]
Update info files
erg [Thu, 2 Mar 2006 20:20:12 +0000 (20:20 +0000)]
Update test data to reflect postscript changes
ellson [Thu, 2 Mar 2006 20:16:06 +0000 (20:16 +0000)]
add explicit BR for tcl-devel and tk-devel for all distros that had them
ellson [Thu, 2 Mar 2006 18:26:48 +0000 (18:26 +0000)]
fix BuildRequires for EL4 - suggested by: emorisse@redhat.com
ellson [Thu, 2 Mar 2006 18:05:55 +0000 (18:05 +0000)]
fix bug#896 - need html escaping of graph name when used in -Tcmapx
ellson [Wed, 1 Mar 2006 14:40:08 +0000 (14:40 +0000)]
fix dumb copy/paste error
ellson [Wed, 1 Mar 2006 14:34:06 +0000 (14:34 +0000)]
generate %%BoundingBox: (atend) using the "high water mark" of all %%PageBoundingBox:
ellson [Wed, 1 Mar 2006 04:17:23 +0000 (04:17 +0000)]
fix "-ve coordinates in %BoundingBox" problem
ellson [Wed, 1 Mar 2006 03:52:18 +0000 (03:52 +0000)]
use -O0 instead of -O2 with icc-8.1 on ia64 - no time to track down optimizer bugs on a dead architecture...
ellson [Tue, 28 Feb 2006 21:58:54 +0000 (21:58 +0000)]
subtract pad from -Gsize before using as graph size.
ellson [Tue, 28 Feb 2006 20:50:19 +0000 (20:50 +0000)]
various fixes backported from Fedora-Extras graphviz.spec
north [Tue, 28 Feb 2006 19:54:06 +0000 (19:54 +0000)]
Make the FAQ questions linkable.
ellson [Tue, 28 Feb 2006 19:07:12 +0000 (19:07 +0000)]
make gv.layout in script interface do the gvFreeLayout()
ellson [Tue, 28 Feb 2006 19:01:51 +0000 (19:01 +0000)]
revert previous change so that gvLayout() (C API) can be used on sublayouts.
ellson [Tue, 28 Feb 2006 18:40:00 +0000 (18:40 +0000)]
ensure any previous layout is freed before generating new one.
erg [Tue, 28 Feb 2006 17:06:52 +0000 (17:06 +0000)]
Update URL for bug reports in lefty
ellson [Fri, 24 Feb 2006 19:44:14 +0000 (19:44 +0000)]
fix bug when using multiple windows on same graph
ellson [Fri, 24 Feb 2006 19:15:02 +0000 (19:15 +0000)]
fixes to job list processing for multiple window support
ellson [Thu, 23 Feb 2006 01:09:03 +0000 (01:09 +0000)]
fix so that "dot -c" works when rpm relocated
ellson [Wed, 22 Feb 2006 19:18:21 +0000 (19:18 +0000)]
tell rpm that graphviz is relocatable
ellson [Wed, 22 Feb 2006 19:16:03 +0000 (19:16 +0000)]
fix bitrot in code that finds dot's libdir automagically
ellson [Mon, 20 Feb 2006 16:56:42 +0000 (16:56 +0000)]
fix bug#886 - correct titles of manpages
ellson [Mon, 20 Feb 2006 16:56:42 +0000 (16:56 +0000)]
fix bug#886 - correct titles of manpages
erg [Fri, 17 Feb 2006 20:35:34 +0000 (20:35 +0000)]
Implement esep attribute to allow graph to specify room around
nodes for spline routing.
erg [Fri, 17 Feb 2006 20:33:59 +0000 (20:33 +0000)]
Update info files
erg [Fri, 17 Feb 2006 19:48:03 +0000 (19:48 +0000)]
Fix bug 884
erg [Thu, 16 Feb 2006 22:54:13 +0000 (22:54 +0000)]
Fix bug in previous version: technically, '\0' is a control character
but we can't treat it as white space.
erg [Thu, 16 Feb 2006 03:33:25 +0000 (03:33 +0000)]
Fix bug 882 - treat unquoted control characters as space during lexing
erg [Thu, 16 Feb 2006 03:32:16 +0000 (03:32 +0000)]
Fix windows install to provide necessary .h files
north [Wed, 15 Feb 2006 19:47:19 +0000 (19:47 +0000)]
Comments on Cairo FC4.
north [Wed, 15 Feb 2006 17:24:19 +0000 (17:24 +0000)]
New info on SVG in firefox, eog, evince.
ellson [Wed, 15 Feb 2006 15:58:10 +0000 (15:58 +0000)]
automatically include $PREFIX/lib/pkgconfig in PKG_CONFIG_PATH
ellson [Wed, 15 Feb 2006 15:05:47 +0000 (15:05 +0000)]
use $LIBPOSTFIX when looking for python libs
erg [Thu, 9 Feb 2006 22:14:50 +0000 (22:14 +0000)]
Add kindOf function, plus functions to set and get default values
ellson [Sat, 4 Feb 2006 00:47:32 +0000 (00:47 +0000)]
start 2.9 development series
ellson [Fri, 3 Feb 2006 22:29:10 +0000 (22:29 +0000)]
release 2.8
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.
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.
erg [Thu, 2 Feb 2006 19:23:26 +0000 (19:23 +0000)]
Fix incorrect bounding box calculation for flat adjacent edges
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.
north [Wed, 1 Feb 2006 20:58:55 +0000 (20:58 +0000)]
Improve DEBUG error message when cycles are present.
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.
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
ellson [Mon, 30 Jan 2006 23:45:06 +0000 (23:45 +0000)]
only rm config if there is no dot executable after rpm update
ellson [Mon, 30 Jan 2006 23:22:32 +0000 (23:22 +0000)]
try using %preun, instead of %postun, to rm config
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
erg [Mon, 30 Jan 2006 20:43:47 +0000 (20:43 +0000)]
Update linux.i386 test data
erg [Mon, 30 Jan 2006 20:43:47 +0000 (20:43 +0000)]
Update linux.i386 test data
erg [Mon, 30 Jan 2006 20:43:30 +0000 (20:43 +0000)]
Update layers test data for share
erg [Mon, 30 Jan 2006 20:43:12 +0000 (20:43 +0000)]
Remove b15 test until core dump is fixed
ellson [Sun, 29 Jan 2006 23:34:31 +0000 (23:34 +0000)]
Having bool != char is catching some real bugs!
ellson [Sun, 29 Jan 2006 23:33:14 +0000 (23:33 +0000)]
fix unitialized variable
ellson [Sun, 29 Jan 2006 12:04:11 +0000 (12:04 +0000)]
needs config.h to get bool defined
ellson [Sun, 29 Jan 2006 01:44:11 +0000 (01:44 +0000)]
suppress bgcolor rectangle drawing entirely if layers are in use
erg [Sat, 28 Jan 2006 23:23:22 +0000 (23:23 +0000)]
Update newarrows.gif test data
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
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
ellson [Sat, 28 Jan 2006 00:08:28 +0000 (00:08 +0000)]
fix mismatched function declaration - caught by improved bool definition
ellson [Fri, 27 Jan 2006 23:37:15 +0000 (23:37 +0000)]
improve test for bool support, uses stdbool.h if available
erg [Fri, 27 Jan 2006 23:25:53 +0000 (23:25 +0000)]
Update test files
ellson [Fri, 27 Jan 2006 20:26:25 +0000 (20:26 +0000)]
show edge positions as well
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
erg [Thu, 26 Jan 2006 22:53:35 +0000 (22:53 +0000)]
Fix warning messages in changed minmax_edges2 function
erg [Thu, 26 Jan 2006 17:10:59 +0000 (17:10 +0000)]
Update windows build script to make tgz file
erg [Thu, 26 Jan 2006 17:07:46 +0000 (17:07 +0000)]
Fix typo in dot grammar
north [Thu, 26 Jan 2006 14:27:26 +0000 (14:27 +0000)]
Minor cleanup for previous patch to fix init_rank trouble.
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.
ellson [Fri, 20 Jan 2006 23:18:46 +0000 (23:18 +0000)]
add contrib/sdlshapes to the distribution
erg [Fri, 20 Jan 2006 20:58:20 +0000 (20:58 +0000)]
Add contributed SDL node shapes
erg [Fri, 20 Jan 2006 20:53:53 +0000 (20:53 +0000)]
Update info files
erg [Fri, 20 Jan 2006 20:50:51 +0000 (20:50 +0000)]
Update info files
erg [Fri, 20 Jan 2006 20:50:51 +0000 (20:50 +0000)]
Update info files
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
ellson [Fri, 20 Jan 2006 19:10:21 +0000 (19:10 +0000)]
add support (disabled for now) for generating ToPAS files