]> granicus.if.org Git - graphviz/log
graphviz
11 years agomake penwidth=0 at the pointy end(s) of tapered edges (responding to #2391)
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)

11 years agotypo
John Ellson [Fri, 15 Nov 2013 19:16:41 +0000 (14:16 -0500)]
typo

11 years agoeliminate need for unsafe zdiv function
John Ellson [Fri, 15 Nov 2013 18:03:48 +0000 (13:03 -0500)]
eliminate need for unsafe zdiv function

11 years agoMerge branch 'master' of https://github.com/ellson/graphviz
Emden R. Gansner [Thu, 14 Nov 2013 17:35:54 +0000 (12:35 -0500)]
Merge branch 'master' of https://github.com/ellson/graphviz

11 years agoAllow -s0 work like -s
Emden R. Gansner [Thu, 14 Nov 2013 17:35:15 +0000 (12:35 -0500)]
Allow -s0 work like -s

11 years agoMerge branch 'master' of github.com:ellson/graphviz
John Ellson [Thu, 14 Nov 2013 17:26:48 +0000 (12:26 -0500)]
Merge branch 'master' of github.com:ellson/graphviz

11 years agomissing extern for func defined in common
John Ellson [Thu, 14 Nov 2013 17:26:30 +0000 (12:26 -0500)]
missing extern for func defined in common

11 years agoJanitor: api_t is unsigned and can't be -ve
John Ellson [Thu, 14 Nov 2013 17:19:02 +0000 (12:19 -0500)]
Janitor:  api_t is unsigned and can't be -ve

11 years agoAdd -s flag (as in dot -s) to gvedit
Emden R. Gansner [Thu, 14 Nov 2013 17:18:50 +0000 (12:18 -0500)]
Add -s flag (as in dot -s) to gvedit

11 years agoJanitor: ignore product: cmd/tools/gvpack_static
John Ellson [Thu, 14 Nov 2013 17:10:39 +0000 (12:10 -0500)]
Janitor: ignore product: cmd/tools/gvpack_static

11 years agoJanitor: clang complains about self assignment of doubles
John Ellson [Thu, 14 Nov 2013 17:03:29 +0000 (12:03 -0500)]
Janitor: clang complains about self assignment of doubles

11 years agoMerge branch 'master' of github.com:ellson/graphviz
John Ellson [Thu, 14 Nov 2013 17:00:26 +0000 (12:00 -0500)]
Merge branch 'master' of github.com:ellson/graphviz

11 years agoRevert "Janitor: clang complains about self assignment"
John Ellson [Thu, 14 Nov 2013 16:58:04 +0000 (11:58 -0500)]
Revert "Janitor: clang complains about self assignment"

This reverts commit e5b48a5850426f6a1eb8901f36e8f20e4da5e6b8.

11 years agoJanitor: clang complains about self assignment
John Ellson [Thu, 14 Nov 2013 16:56:36 +0000 (11:56 -0500)]
Janitor: clang complains about self assignment

11 years agoAdd inputscale attribute to mimic the command line flag -s
Emden R. Gansner [Thu, 14 Nov 2013 16:40:50 +0000 (11:40 -0500)]
Add inputscale attribute to mimic the command line flag -s

11 years agoFix gvedit to not use -Knop2 if the graph has pos attributes. This prevents
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.

11 years agoAdd notes about how to affect the style of text.
Emden R. Gansner [Tue, 12 Nov 2013 16:01:34 +0000 (11:01 -0500)]
Add notes about how to affect the style of text.

11 years agoRemove unnecessary variable in size_html_txt as the textfont_t structure has
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.

11 years agoReplace dupFont() with insertion into font dictionary; remove unnecessary strdup()'s
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.

11 years agoDon't strdup() font name or color. Inserting the font into the dictionary
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.

11 years agoRemoved declarations to deleted functions
Emden R. Gansner [Fri, 8 Nov 2013 20:59:10 +0000 (15:59 -0500)]
Removed declarations to deleted functions

11 years agoMerge branch 'master' of github.com:ellson/graphviz
John Ellson [Fri, 8 Nov 2013 16:24:12 +0000 (11:24 -0500)]
Merge branch 'master' of github.com:ellson/graphviz

11 years agomore packaging fixes
John Ellson [Fri, 8 Nov 2013 16:24:01 +0000 (11:24 -0500)]
more packaging fixes

11 years agoMerge branch 'master' of https://github.com/ellson/graphviz
Emden R. Gansner [Fri, 8 Nov 2013 16:11:51 +0000 (11:11 -0500)]
Merge branch 'master' of https://github.com/ellson/graphviz

11 years agoFix windows build files to adjust to new font dictionary:
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

11 years agoattempt to fix ubuntu breakage
John Ellson [Fri, 8 Nov 2013 15:44:39 +0000 (10:44 -0500)]
attempt to fix ubuntu breakage

11 years agoattempt to fix potential windows breakage
John Ellson [Fri, 8 Nov 2013 03:29:10 +0000 (22:29 -0500)]
attempt to fix potential windows breakage

11 years agocompleted conversion to cdt dict of fonts
John Ellson [Thu, 7 Nov 2013 22:42:19 +0000 (17:42 -0500)]
completed conversion to cdt dict of fonts

11 years agofont dict open and close
John Ellson [Thu, 7 Nov 2013 21:17:57 +0000 (16:17 -0500)]
font dict open and close

11 years agorepair redhat packaging after adding back some files for ubuntu only
John Ellson [Thu, 7 Nov 2013 20:39:11 +0000 (15:39 -0500)]
repair redhat packaging after adding back some files for ubuntu only

11 years agopreparing for textfont dict in GVC_t
John Ellson [Thu, 7 Nov 2013 20:22:33 +0000 (15:22 -0500)]
preparing for textfont dict in GVC_t

11 years agopara -> span
John Ellson [Thu, 7 Nov 2013 20:07:24 +0000 (15:07 -0500)]
para -> span

11 years agorename fontmetrics.c -> textfont.c
John Ellson [Thu, 7 Nov 2013 18:46:43 +0000 (13:46 -0500)]
rename fontmetrics.c -> textfont.c

11 years agoMerge branch 'master' of github.com:ellson/graphviz
John Ellson [Thu, 7 Nov 2013 18:39:31 +0000 (13:39 -0500)]
Merge branch 'master' of github.com:ellson/graphviz

11 years agohalf way to dict of fonts using cdt
John Ellson [Thu, 7 Nov 2013 18:39:22 +0000 (13:39 -0500)]
half way to dict of fonts using cdt

11 years agoModify windows exported symbols to handle new font API.
Emden R. Gansner [Thu, 7 Nov 2013 14:53:54 +0000 (09:53 -0500)]
Modify windows exported symbols to handle new font API.

11 years agoFix renderer to use new textspan_t type.
Emden R. Gansner [Thu, 7 Nov 2013 14:53:14 +0000 (09:53 -0500)]
Fix renderer to use new textspan_t type.

11 years agoFix quartz renderers to work with new font API.
Emden R. Gansner [Thu, 7 Nov 2013 03:42:21 +0000 (22:42 -0500)]
Fix quartz renderers to work with new font API.

11 years agoMerge branch 'master' of github.com:ellson/graphviz
John Ellson [Wed, 6 Nov 2013 21:02:55 +0000 (16:02 -0500)]
Merge branch 'master' of github.com:ellson/graphviz

11 years agoput textfont_t new.. ref.. unref..() in one place
John Ellson [Wed, 6 Nov 2013 21:02:36 +0000 (16:02 -0500)]
put textfont_t new.. ref.. unref..() in one place

11 years agorename htmlfont_t to textfont_t as it is now generic
John Ellson [Wed, 6 Nov 2013 19:03:46 +0000 (14:03 -0500)]
rename htmlfont_t to textfont_t as it is now generic

11 years agomove postscript_alias into htmlfont_t
John Ellson [Wed, 6 Nov 2013 18:22:48 +0000 (13:22 -0500)]
move postscript_alias into htmlfont_t

11 years agosome reduction in deprecated function warnings on fc20
John Ellson [Wed, 6 Nov 2013 18:09:28 +0000 (13:09 -0500)]
some reduction in deprecated function warnings on fc20

11 years agosome 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

11 years agoAdd underline.gif to distribution package
Emden R. Gansner [Wed, 6 Nov 2013 17:56:22 +0000 (12:56 -0500)]
Add underline.gif to distribution package

11 years agomore para -> span - but don't think it is being built
John Ellson [Wed, 6 Nov 2013 16:06:44 +0000 (11:06 -0500)]
more para -> span - but don't think it is being built

11 years agoconditionalize deprecated functions
John Ellson [Wed, 6 Nov 2013 16:01:29 +0000 (11:01 -0500)]
conditionalize deprecated functions

11 years agoextract font creation from textsize() (no textspan_size() )
John Ellson [Wed, 6 Nov 2013 15:30:12 +0000 (10:30 -0500)]
extract font creation from textsize() (no textspan_size() )

11 years agofix fontsize, fontname
John Ellson [Wed, 6 Nov 2013 14:49:29 +0000 (09:49 -0500)]
fix fontsize, fontname

11 years agorename "para" -> "span". A string in a single font <= 1 line
John Ellson [Wed, 6 Nov 2013 14:45:25 +0000 (09:45 -0500)]
rename "para" -> "span".  A string in a single font <= 1 line

11 years agosimplify textpara_t
John Ellson [Wed, 6 Nov 2013 01:46:50 +0000 (20:46 -0500)]
simplify textpara_t

11 years agospeling
John Ellson [Wed, 6 Nov 2013 00:29:58 +0000 (19:29 -0500)]
speling

11 years agounify on htmlfont_t for font descriptions
John Ellson [Tue, 5 Nov 2013 21:17:29 +0000 (16:17 -0500)]
unify on htmlfont_t for font descriptions

11 years agoJanitor - suppress various warnings
John Ellson [Tue, 5 Nov 2013 17:13:09 +0000 (12:13 -0500)]
Janitor - suppress various warnings

11 years agoremove one level of softlings from tcl package
John Ellson [Tue, 5 Nov 2013 16:53:06 +0000 (11:53 -0500)]
remove one level of softlings from tcl package

11 years agoJanitor - fix warning about redefined symbols
John Ellson [Tue, 5 Nov 2013 16:23:19 +0000 (11:23 -0500)]
Janitor - fix warning about redefined symbols

11 years agoJanitor - remove unsed variables
John Ellson [Tue, 5 Nov 2013 16:16:42 +0000 (11:16 -0500)]
Janitor - remove unsed variables

11 years agoin rpm, install lang bindings in expected locations without softlinks
John Ellson [Tue, 5 Nov 2013 15:47:21 +0000 (10:47 -0500)]
in rpm, install lang bindings in expected locations without softlinks

11 years agotrying to make graphviz-lang-php multilib safe
John Ellson [Mon, 4 Nov 2013 18:05:09 +0000 (13:05 -0500)]
trying to make graphviz-lang-php multilib safe

11 years agoMerge branch 'master' of github.com:ellson/graphviz
John Ellson [Mon, 4 Nov 2013 16:00:41 +0000 (11:00 -0500)]
Merge branch 'master' of github.com:ellson/graphviz

11 years agoCheck for dlfcn.h in feature test
Emden R. Gansner [Mon, 4 Nov 2013 15:46:44 +0000 (10:46 -0500)]
Check for dlfcn.h in feature test

11 years agoapply patch-lib__vmalloc__features__vmalloc-dyld-uses-malloc.diff (from ryandesign)
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)

11 years agonew datiawq convention for desktop aps, particularly gnome
John Ellson [Fri, 1 Nov 2013 15:58:27 +0000 (11:58 -0400)]
new datiawq convention for desktop aps, particularly gnome

11 years agoAdd new underline shape
Emden R. Gansner [Thu, 31 Oct 2013 20:24:58 +0000 (16:24 -0400)]
Add new underline shape

11 years agoFix bug 2388
Emden R. Gansner [Thu, 31 Oct 2013 19:35:35 +0000 (15:35 -0400)]
Fix bug 2388

11 years agoMerge branch 'master' of github.com:ellson/graphviz
John Ellson [Thu, 31 Oct 2013 17:46:27 +0000 (13:46 -0400)]
Merge branch 'master' of github.com:ellson/graphviz

11 years agoapply graphviz-getaddrinfo.patch from pth@suse.de
John Ellson [Wed, 30 Oct 2013 02:35:35 +0000 (22:35 -0400)]
apply graphviz-getaddrinfo.patch from pth@suse.de

11 years agoFix problem with global attribute values. These should have non-empty
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.

11 years agoAdd additional flag for array packing, in which the graphs are
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.

11 years agoFix bug during attribute attachment. Cluster labels positions weren't being
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.

11 years agoFix bad linking of initialized global variables. It would appear files
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.

11 years agotrying to remove 'graph_t *g' dependence from text rendering code so that it can...
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

11 years agoExpose shrink variable of prism. By default, prism will attempt to shrink the
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.

11 years agoadd funcions to buffer stderr - needed for displaying errors in window instead of...
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

11 years agofor now, use a separate xterm window for sterr output
John Ellson [Thu, 24 Oct 2013 18:40:26 +0000 (14:40 -0400)]
for now, use a separate xterm window for sterr output

11 years agoMake new global function visible for Windows.
Emden R. Gansner [Thu, 24 Oct 2013 18:26:24 +0000 (14:26 -0400)]
Make new global function visible for Windows.

11 years agoMerge branch 'master' of https://github.com/ellson/graphviz
Emden R. Gansner [Wed, 23 Oct 2013 20:43:31 +0000 (16:43 -0400)]
Merge branch 'master' of https://github.com/ellson/graphviz

11 years agoFix bug 2384
Emden R. Gansner [Wed, 23 Oct 2013 20:42:56 +0000 (16:42 -0400)]
Fix bug 2384

11 years agodon't crash if layout changed to invalid engine - RH Bug#847458
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

11 years agomingle needs -lcdt (at least, ubuntu thinks so)
John Ellson [Wed, 23 Oct 2013 18:24:36 +0000 (14:24 -0400)]
mingle needs -lcdt (at least, ubuntu thinks so)

11 years agoremove '#include <cgraph.h>' since already have '#include "cgraph.h"'
John Ellson [Wed, 23 Oct 2013 17:35:43 +0000 (13:35 -0400)]
remove '#include <cgraph.h>' since already have '#include "cgraph.h"'

11 years agoMerge branch 'master' of github.com:ellson/graphviz
John Ellson [Wed, 23 Oct 2013 17:04:24 +0000 (13:04 -0400)]
Merge branch 'master' of github.com:ellson/graphviz

11 years agomodern autoregen does libtoolize automatically
John Ellson [Wed, 23 Oct 2013 17:04:08 +0000 (13:04 -0400)]
modern autoregen does libtoolize automatically

11 years agoRetain state info to avoid unnecessary 't' ops.
Emden R. Gansner [Wed, 23 Oct 2013 16:59:00 +0000 (12:59 -0400)]
Retain state info to avoid unnecessary 't' ops.

11 years agoRemove explicit declaration of agerr() and include cgraph.h
Emden R. Gansner [Wed, 23 Oct 2013 16:53:28 +0000 (12:53 -0400)]
Remove explicit declaration of agerr() and include cgraph.h

11 years agoMerge branch 'master' of github.com:ellson/graphviz
John Ellson [Tue, 22 Oct 2013 16:04:12 +0000 (12:04 -0400)]
Merge branch 'master' of github.com:ellson/graphviz

11 years agofix broken X11 key event handling
John Ellson [Tue, 22 Oct 2013 16:04:01 +0000 (12:04 -0400)]
fix broken X11 key event handling

11 years agoUpdate output format documentation to provide more info on xdot formats and versions.
Emden R. Gansner [Tue, 22 Oct 2013 15:17:51 +0000 (11:17 -0400)]
Update output format documentation to provide more info on xdot formats and versions.

11 years agoFix lefty to use only 1.2 xdot and ignore 't' op.
Emden R. Gansner [Tue, 22 Oct 2013 15:11:13 +0000 (11:11 -0400)]
Fix lefty to use only 1.2 xdot and ignore 't' op.

11 years agoatempt to fix debian rules
John Ellson [Tue, 22 Oct 2013 13:24:20 +0000 (09:24 -0400)]
atempt to fix debian rules

11 years agostriving for loadimage consistency,,,
John Ellson [Tue, 22 Oct 2013 01:02:02 +0000 (21:02 -0400)]
striving for loadimage consistency,,,

11 years agoMerge branch 'master' of github.com:ellson/graphviz
John Ellson [Mon, 21 Oct 2013 23:27:11 +0000 (19:27 -0400)]
Merge branch 'master' of github.com:ellson/graphviz

11 years agomake gd scaling consistent with other loadimage
John Ellson [Mon, 21 Oct 2013 19:24:04 +0000 (15:24 -0400)]
make gd scaling consistent with other loadimage

11 years agofix breakage
John Ellson [Mon, 21 Oct 2013 19:06:59 +0000 (15:06 -0400)]
fix breakage

11 years agofix double scanning of plugins
John Ellson [Mon, 21 Oct 2013 17:55:26 +0000 (13:55 -0400)]
fix double scanning of plugins

11 years agoadd test script for image loading
John Ellson [Mon, 21 Oct 2013 17:14:08 +0000 (13:14 -0400)]
add test script for image loading

11 years agodon't show tiiff as input format - doesn't work
John Ellson [Mon, 21 Oct 2013 15:56:42 +0000 (11:56 -0400)]
don't show tiiff as input format - doesn't work

11 years agoremove calls to reset_layout - no longer needed
John Ellson [Mon, 21 Oct 2013 14:44:41 +0000 (10:44 -0400)]
remove calls to reset_layout - no longer needed

11 years agoremove WITH_CGRAPH conditionals from MacOS sources
John Ellson [Mon, 21 Oct 2013 14:18:54 +0000 (10:18 -0400)]
remove WITH_CGRAPH conditionals from MacOS sources

11 years agoMerge branch 'master' of github.com:ellson/graphviz
John Ellson [Sun, 20 Oct 2013 22:21:21 +0000 (18:21 -0400)]
Merge branch 'master' of github.com:ellson/graphviz