]>
granicus.if.org Git - graphviz/log
Emden R. Gansner [Thu, 21 Nov 2013 15:04:38 +0000 (10:04 -0500)]
Add note concerning state in xdot drawing attributes
John Ellson [Thu, 21 Nov 2013 03:28:55 +0000 (22:28 -0500)]
disable graphviz-lang-go -- needs later golang
John Ellson [Wed, 20 Nov 2013 23:08:19 +0000 (18:08 -0500)]
more go bits
John Ellson [Wed, 20 Nov 2013 22:32:36 +0000 (17:32 -0500)]
more go bits
John Ellson [Wed, 20 Nov 2013 20:58:49 +0000 (15:58 -0500)]
Merge branch 'master' of github.com:ellson/graphviz
John Ellson [Wed, 20 Nov 2013 20:58:40 +0000 (15:58 -0500)]
experimental go bits
Emden R. Gansner [Wed, 20 Nov 2013 18:21:13 +0000 (13:21 -0500)]
Add '-' to the list of characters that should not be followed by
a line break. This keeps numbers on the same line. This was the case
earlier, but was removed when the code for not quoting numbers was
added.
John Ellson [Tue, 19 Nov 2013 20:57:47 +0000 (15:57 -0500)]
another go file
John Ellson [Tue, 19 Nov 2013 20:43:34 +0000 (15:43 -0500)]
typo
John Ellson [Tue, 19 Nov 2013 20:37:53 +0000 (15:37 -0500)]
more go bits
John Ellson [Tue, 19 Nov 2013 02:23:04 +0000 (21:23 -0500)]
make a -lang-go rpm
John Ellson [Tue, 19 Nov 2013 01:37:14 +0000 (20:37 -0500)]
various bits of golang support
Emden R. Gansner [Mon, 18 Nov 2013 23:00:54 +0000 (18:00 -0500)]
Fix bug 2391
Emden R. Gansner [Sat, 16 Nov 2013 15:11:47 +0000 (10:11 -0500)]
Add note that tapered edges don't use multiple colors, and don't have
a dashed or dotted form.
John Ellson [Fri, 15 Nov 2013 21:46:31 +0000 (16:46 -0500)]
make penwidth=0 at the pointy end(s) of tapered edges (responding to #2391)
John Ellson [Fri, 15 Nov 2013 19:16:41 +0000 (14:16 -0500)]
typo
John Ellson [Fri, 15 Nov 2013 18:03:48 +0000 (13:03 -0500)]
eliminate need for unsafe zdiv function
Emden R. Gansner [Thu, 14 Nov 2013 17:35:54 +0000 (12:35 -0500)]
Merge branch 'master' of https://github.com/ellson/graphviz
Emden R. Gansner [Thu, 14 Nov 2013 17:35:15 +0000 (12:35 -0500)]
Allow -s0 work like -s
John Ellson [Thu, 14 Nov 2013 17:26:48 +0000 (12:26 -0500)]
Merge branch 'master' of github.com:ellson/graphviz
John Ellson [Thu, 14 Nov 2013 17:26:30 +0000 (12:26 -0500)]
missing extern for func defined in common
John Ellson [Thu, 14 Nov 2013 17:19:02 +0000 (12:19 -0500)]
Janitor: api_t is unsigned and can't be -ve
Emden R. Gansner [Thu, 14 Nov 2013 17:18:50 +0000 (12:18 -0500)]
Add -s flag (as in dot -s) to gvedit
John Ellson [Thu, 14 Nov 2013 17:10:39 +0000 (12:10 -0500)]
Janitor: ignore product: cmd/tools/gvpack_static
John Ellson [Thu, 14 Nov 2013 17:03:29 +0000 (12:03 -0500)]
Janitor: clang complains about self assignment of doubles
John Ellson [Thu, 14 Nov 2013 17:00:26 +0000 (12:00 -0500)]
Merge branch 'master' of github.com:ellson/graphviz
John Ellson [Thu, 14 Nov 2013 16:58:04 +0000 (11:58 -0500)]
Revert "Janitor: clang complains about self assignment"
This reverts commit
e5b48a5850426f6a1eb8901f36e8f20e4da5e6b8 .
John Ellson [Thu, 14 Nov 2013 16:56:36 +0000 (11:56 -0500)]
Janitor: clang complains about self assignment
Emden R. Gansner [Thu, 14 Nov 2013 16:40:50 +0000 (11:40 -0500)]
Add inputscale attribute to mimic the command line flag -s
Emden R. Gansner [Thu, 14 Nov 2013 16:36:36 +0000 (11:36 -0500)]
Fix gvedit to not use -Knop2 if the graph has pos attributes. This prevents
the input from specifying certain initial positions. If the user wants nop,
it needs to be specified explicitly.
Emden R. Gansner [Tue, 12 Nov 2013 16:01:34 +0000 (11:01 -0500)]
Add notes about how to affect the style of text.
Emden R. Gansner [Fri, 8 Nov 2013 22:47:54 +0000 (17:47 -0500)]
Remove unnecessary variable in size_html_txt as the textfont_t structure has
these others as subfields; since we replace the font in size_html_txt, make sure
it gets the earlier color information; make sure font used in emit_html_txt gets
the necessary flags.
Emden R. Gansner [Fri, 8 Nov 2013 22:43:48 +0000 (17:43 -0500)]
Replace dupFont() with insertion into font dictionary; remove unnecessary strdup()'s
as these will be done in the dictionary if necessary, and do a simple pointer
assignment. Note that if we want to use reference counting, we will
have to replace the font pointer assignment with a dup function.
Emden R. Gansner [Fri, 8 Nov 2013 22:35:47 +0000 (17:35 -0500)]
Don't strdup() font name or color. Inserting the font into the dictionary
will do this now.
Emden R. Gansner [Fri, 8 Nov 2013 20:59:10 +0000 (15:59 -0500)]
Removed declarations to deleted functions
John Ellson [Fri, 8 Nov 2013 16:24:12 +0000 (11:24 -0500)]
Merge branch 'master' of github.com:ellson/graphviz
John Ellson [Fri, 8 Nov 2013 16:24:01 +0000 (11:24 -0500)]
more packaging fixes
Emden R. Gansner [Fri, 8 Nov 2013 16:11:51 +0000 (11:11 -0500)]
Merge branch 'master' of https://github.com/ellson/graphviz
Emden R. Gansner [Fri, 8 Nov 2013 16:09:36 +0000 (11:09 -0500)]
Fix windows build files to adjust to new font dictionary:
change fontmetrics.c in both release and debug lists;
remove deleted font functions and alphabetize the list
John Ellson [Fri, 8 Nov 2013 15:44:39 +0000 (10:44 -0500)]
attempt to fix ubuntu breakage
John Ellson [Fri, 8 Nov 2013 03:29:10 +0000 (22:29 -0500)]
attempt to fix potential windows breakage
John Ellson [Thu, 7 Nov 2013 22:42:19 +0000 (17:42 -0500)]
completed conversion to cdt dict of fonts
John Ellson [Thu, 7 Nov 2013 21:17:57 +0000 (16:17 -0500)]
font dict open and close
John Ellson [Thu, 7 Nov 2013 20:39:11 +0000 (15:39 -0500)]
repair redhat packaging after adding back some files for ubuntu only
John Ellson [Thu, 7 Nov 2013 20:22:33 +0000 (15:22 -0500)]
preparing for textfont dict in GVC_t
John Ellson [Thu, 7 Nov 2013 20:07:24 +0000 (15:07 -0500)]
para -> span
John Ellson [Thu, 7 Nov 2013 18:46:43 +0000 (13:46 -0500)]
rename fontmetrics.c -> textfont.c
John Ellson [Thu, 7 Nov 2013 18:39:31 +0000 (13:39 -0500)]
Merge branch 'master' of github.com:ellson/graphviz
John Ellson [Thu, 7 Nov 2013 18:39:22 +0000 (13:39 -0500)]
half way to dict of fonts using cdt
Emden R. Gansner [Thu, 7 Nov 2013 14:53:54 +0000 (09:53 -0500)]
Modify windows exported symbols to handle new font API.
Emden R. Gansner [Thu, 7 Nov 2013 14:53:14 +0000 (09:53 -0500)]
Fix renderer to use new textspan_t type.
Emden R. Gansner [Thu, 7 Nov 2013 03:42:21 +0000 (22:42 -0500)]
Fix quartz renderers to work with new font API.
John Ellson [Wed, 6 Nov 2013 21:02:55 +0000 (16:02 -0500)]
Merge branch 'master' of github.com:ellson/graphviz
John Ellson [Wed, 6 Nov 2013 21:02:36 +0000 (16:02 -0500)]
put textfont_t new.. ref.. unref..() in one place
John Ellson [Wed, 6 Nov 2013 19:03:46 +0000 (14:03 -0500)]
rename htmlfont_t to textfont_t as it is now generic
John Ellson [Wed, 6 Nov 2013 18:22:48 +0000 (13:22 -0500)]
move postscript_alias into htmlfont_t
John Ellson [Wed, 6 Nov 2013 18:09:28 +0000 (13:09 -0500)]
some reduction in deprecated function warnings on fc20
John Ellson [Wed, 6 Nov 2013 18:08:46 +0000 (13:08 -0500)]
some reduction in deprecated function warnings on fc20
Emden R. Gansner [Wed, 6 Nov 2013 17:56:22 +0000 (12:56 -0500)]
Add underline.gif to distribution package
John Ellson [Wed, 6 Nov 2013 16:06:44 +0000 (11:06 -0500)]
more para -> span - but don't think it is being built
John Ellson [Wed, 6 Nov 2013 16:01:29 +0000 (11:01 -0500)]
conditionalize deprecated functions
John Ellson [Wed, 6 Nov 2013 15:30:12 +0000 (10:30 -0500)]
extract font creation from textsize() (no textspan_size() )
John Ellson [Wed, 6 Nov 2013 14:49:29 +0000 (09:49 -0500)]
fix fontsize, fontname
John Ellson [Wed, 6 Nov 2013 14:45:25 +0000 (09:45 -0500)]
rename "para" -> "span". A string in a single font <= 1 line
John Ellson [Wed, 6 Nov 2013 01:46:50 +0000 (20:46 -0500)]
simplify textpara_t
John Ellson [Wed, 6 Nov 2013 00:29:58 +0000 (19:29 -0500)]
speling
John Ellson [Tue, 5 Nov 2013 21:17:29 +0000 (16:17 -0500)]
unify on htmlfont_t for font descriptions
John Ellson [Tue, 5 Nov 2013 17:13:09 +0000 (12:13 -0500)]
Janitor - suppress various warnings
John Ellson [Tue, 5 Nov 2013 16:53:06 +0000 (11:53 -0500)]
remove one level of softlings from tcl package
John Ellson [Tue, 5 Nov 2013 16:23:19 +0000 (11:23 -0500)]
Janitor - fix warning about redefined symbols
John Ellson [Tue, 5 Nov 2013 16:16:42 +0000 (11:16 -0500)]
Janitor - remove unsed variables
John Ellson [Tue, 5 Nov 2013 15:47:21 +0000 (10:47 -0500)]
in rpm, install lang bindings in expected locations without softlinks
John Ellson [Mon, 4 Nov 2013 18:05:09 +0000 (13:05 -0500)]
trying to make graphviz-lang-php multilib safe
John Ellson [Mon, 4 Nov 2013 16:00:41 +0000 (11:00 -0500)]
Merge branch 'master' of github.com:ellson/graphviz
Emden R. Gansner [Mon, 4 Nov 2013 15:46:44 +0000 (10:46 -0500)]
Check for dlfcn.h in feature test
John Ellson [Fri, 1 Nov 2013 20:22:15 +0000 (16:22 -0400)]
apply patch-lib__vmalloc__features__vmalloc-dyld-uses-malloc.diff (from ryandesign)
John Ellson [Fri, 1 Nov 2013 15:58:27 +0000 (11:58 -0400)]
new datiawq convention for desktop aps, particularly gnome
Emden R. Gansner [Thu, 31 Oct 2013 20:24:58 +0000 (16:24 -0400)]
Add new underline shape
Emden R. Gansner [Thu, 31 Oct 2013 19:35:35 +0000 (15:35 -0400)]
Fix bug 2388
John Ellson [Thu, 31 Oct 2013 17:46:27 +0000 (13:46 -0400)]
Merge branch 'master' of github.com:ellson/graphviz
John Ellson [Wed, 30 Oct 2013 02:35:35 +0000 (22:35 -0400)]
apply graphviz-getaddrinfo.patch from pth@suse.de
Emden R. Gansner [Tue, 29 Oct 2013 19:08:47 +0000 (15:08 -0400)]
Fix problem with global attribute values. These should have non-empty
values iff every graph defines the attribute and all the values agree;
initialize GD_has_labels for the clone graph as the "or" of this value
for all input graphs.
Emden R. Gansner [Tue, 29 Oct 2013 19:07:45 +0000 (15:07 -0400)]
Add additional flag for array packing, in which the graphs are
sorted at all but just inserted in input order.
Emden R. Gansner [Tue, 29 Oct 2013 19:05:55 +0000 (15:05 -0400)]
Fix bug during attribute attachment. Cluster labels positions weren't being
set if the root graph doesn't have a label.
Emden R. Gansner [Tue, 29 Oct 2013 02:03:06 +0000 (22:03 -0400)]
Fix bad linking of initialized global variables. It would appear files
using a library must use a __declspec(dllimport) modifier to handle
initialized globals such as Agdirected and the default disciplines
correctly.
John Ellson [Mon, 28 Oct 2013 19:17:00 +0000 (15:17 -0400)]
trying to remove 'graph_t *g' dependence from text rendering code so that it can be reused ooutide of graphs
Emden R. Gansner [Mon, 28 Oct 2013 15:31:47 +0000 (11:31 -0400)]
Expose shrink variable of prism. By default, prism will attempt to shrink the
graph to make the layout smaller. By setting overlap_shrink=false, this is not done.
John Ellson [Fri, 25 Oct 2013 18:58:02 +0000 (14:58 -0400)]
add funcions to buffer stderr - needed for displaying errors in window instead of to console
John Ellson [Thu, 24 Oct 2013 18:40:26 +0000 (14:40 -0400)]
for now, use a separate xterm window for sterr output
Emden R. Gansner [Thu, 24 Oct 2013 18:26:24 +0000 (14:26 -0400)]
Make new global function visible for Windows.
Emden R. Gansner [Wed, 23 Oct 2013 20:43:31 +0000 (16:43 -0400)]
Merge branch 'master' of https://github.com/ellson/graphviz
Emden R. Gansner [Wed, 23 Oct 2013 20:42:56 +0000 (16:42 -0400)]
Fix bug 2384
John Ellson [Wed, 23 Oct 2013 20:22:50 +0000 (16:22 -0400)]
don't crash if layout changed to invalid engine - RH Bug#847458
John Ellson [Wed, 23 Oct 2013 18:24:36 +0000 (14:24 -0400)]
mingle needs -lcdt (at least, ubuntu thinks so)
John Ellson [Wed, 23 Oct 2013 17:35:43 +0000 (13:35 -0400)]
remove '#include <cgraph.h>' since already have '#include "cgraph.h"'
John Ellson [Wed, 23 Oct 2013 17:04:24 +0000 (13:04 -0400)]
Merge branch 'master' of github.com:ellson/graphviz
John Ellson [Wed, 23 Oct 2013 17:04:08 +0000 (13:04 -0400)]
modern autoregen does libtoolize automatically
Emden R. Gansner [Wed, 23 Oct 2013 16:59:00 +0000 (12:59 -0400)]
Retain state info to avoid unnecessary 't' ops.
Emden R. Gansner [Wed, 23 Oct 2013 16:53:28 +0000 (12:53 -0400)]
Remove explicit declaration of agerr() and include cgraph.h
John Ellson [Tue, 22 Oct 2013 16:04:12 +0000 (12:04 -0400)]
Merge branch 'master' of github.com:ellson/graphviz