]> granicus.if.org Git - graphviz/log
graphviz
11 years agoignore lib/gvpr/gvpr.3.pdf product
John Ellson [Wed, 16 Oct 2013 19:19:07 +0000 (15:19 -0400)]
ignore lib/gvpr/gvpr.3.pdf product

11 years agoonly suppress automatic ./configure if arg NOCONFIG
John Ellson [Wed, 16 Oct 2013 19:17:20 +0000 (15:17 -0400)]
only suppress automatic ./configure if arg NOCONFIG

11 years agorun through 'indent -l132 -nut'
John Ellson [Wed, 16 Oct 2013 18:01:45 +0000 (14:01 -0400)]
run through 'indent -l132 -nut'

11 years agorun through 'indent -l132'
John Ellson [Wed, 16 Oct 2013 17:45:36 +0000 (13:45 -0400)]
run through 'indent -l132'

11 years agoremove CGRAPH conditionals
John Ellson [Wed, 16 Oct 2013 17:41:56 +0000 (13:41 -0400)]
remove CGRAPH conditionals

11 years agolang-tcl doesn't require gd (but webdot does) LAST_LIBGRAPH
John Ellson [Wed, 16 Oct 2013 16:55:03 +0000 (12:55 -0400)]
lang-tcl doesn't require gd (but webdot does)

11 years agosome rpm splitting and renaming
John Ellson [Wed, 16 Oct 2013 16:27:24 +0000 (12:27 -0400)]
some rpm splitting and renaming

11 years agoapply Fedora's graphviz-2.32.0-testsuite-sigsegv-fix.patch
John Ellson [Wed, 16 Oct 2013 02:50:01 +0000 (22:50 -0400)]
apply Fedora's graphviz-2.32.0-testsuite-sigsegv-fix.patch

11 years agoapply Fedora's graphviz-2.32.0-rtest-errout-fix.patch
John Ellson [Wed, 16 Oct 2013 02:46:53 +0000 (22:46 -0400)]
apply Fedora's graphviz-2.32.0-rtest-errout-fix.patch

11 years agorename libgvpr.3 -> gvpr.3 for consistency
John Ellson [Tue, 15 Oct 2013 16:37:19 +0000 (12:37 -0400)]
rename libgvpr.3 -> gvpr.3 for consistency

11 years agoadd libgvpr.3 to rpm
John Ellson [Tue, 15 Oct 2013 13:51:56 +0000 (09:51 -0400)]
add libgvpr.3 to rpm

11 years agoAdd man page for the gvpr library
Emden R. Gansner [Tue, 15 Oct 2013 01:42:52 +0000 (21:42 -0400)]
Add man page for the gvpr library

11 years agosplit out core libs into 'graphviz-libs'
John Ellson [Mon, 14 Oct 2013 20:31:50 +0000 (16:31 -0400)]
split out core libs into 'graphviz-libs'

11 years agoFix bug 2294
Emden R. Gansner [Fri, 11 Oct 2013 15:52:23 +0000 (11:52 -0400)]
Fix bug 2294

11 years agoMerge branch 'master' of https://github.com/ellson/graphviz
Emden R. Gansner [Thu, 10 Oct 2013 19:43:08 +0000 (15:43 -0400)]
Merge branch 'master' of https://github.com/ellson/graphviz

11 years agoUse a local copy of Agdirected because linkage doesn't work with the
Emden R. Gansner [Thu, 10 Oct 2013 19:42:25 +0000 (15:42 -0400)]
Use a local copy of Agdirected because linkage doesn't work with the
release version of Windows.

11 years agoAdd declarations for *info_t access functions
Emden R. Gansner [Thu, 10 Oct 2013 19:41:40 +0000 (15:41 -0400)]
Add declarations for *info_t access functions

11 years agotry harder to run in top dir of clone
John Ellson [Thu, 10 Oct 2013 19:03:42 +0000 (15:03 -0400)]
try harder to run in top dir of clone

11 years agoCorrect new declaration for remove_overlap
Emden R. Gansner [Wed, 9 Oct 2013 19:54:05 +0000 (15:54 -0400)]
Correct new declaration for remove_overlap

11 years agoAdded a do_shrinking parameter for remove_overlap.
Yifan Hu [Wed, 9 Oct 2013 19:40:44 +0000 (15:40 -0400)]
Added a do_shrinking parameter for remove_overlap.

11 years agoChanged get_overlap_graph
Yifan Hu [Wed, 9 Oct 2013 19:23:15 +0000 (15:23 -0400)]
Changed  get_overlap_graph
1. added check_overlap_only for fast checking when we only want to check if any overlap exist
2. Fix a bug when two y intervals are [a,b] and [c,d], with [a,b] inside [c,d] (c < a < b < d). When both are in the GB tree, and [a,b] is leaving, previously code starts with b, find a, then finish and found no overlap. How we finds all interval end points below b (thus a and c), and check if their corresponding interval intersects with [a,b]. This can double count overlaps in the case when [c,d] is inside [a,b], but I think that is OK.

Fixed a bug for the graph

graph G {
  node [shape=box]

  a [pos="100,0", width = 0.75, height = 0.5]
  b [pos="0,100", width = 0.75, height = 0.5]
  c [pos="200,100", width = 0.75, height = 0.5]
  d [pos="100,300", width = 0.75, height=8]
  a -- b -- c -- a
  d -- b
  d -- c
}

where the default scaling of 4 x edgelength gives no overlap, but the amount of shrinking calculated is based on the edges, and missed the overlap caused by nodes a and d for which no edge exist. We now added overlap_scaling which uses bisection to find thebest scaling. This can also be used for simple scaling only based overlap removal.

11 years agoCommit newly added file
Emden R. Gansner [Tue, 8 Oct 2013 14:46:38 +0000 (10:46 -0400)]
Commit newly added file

11 years agoFix cycle to list the directed edges
Emden R. Gansner [Tue, 8 Oct 2013 14:45:15 +0000 (10:45 -0400)]
Fix cycle to list the directed edges

11 years agoAdd new gvpr scripts
Emden R. Gansner [Tue, 8 Oct 2013 14:19:10 +0000 (10:19 -0400)]
Add new gvpr scripts

11 years agoprevent builder from overriding uncommited changes
John Ellson [Mon, 7 Oct 2013 21:52:32 +0000 (17:52 -0400)]
prevent builder from overriding uncommited changes

11 years agofix lost execute perms after sed
John Ellson [Mon, 7 Oct 2013 21:43:17 +0000 (17:43 -0400)]
fix lost execute perms after sed

11 years agomissed a VERSION
John Ellson [Mon, 7 Oct 2013 21:37:39 +0000 (17:37 -0400)]
missed a VERSION

11 years agofixing older mechanism to work as well until conversion complete
John Ellson [Mon, 7 Oct 2013 21:19:58 +0000 (17:19 -0400)]
fixing older mechanism to work as well until conversion complete

11 years agofixing use of VERSION and PACKAGE_VERSION
John Ellson [Mon, 7 Oct 2013 21:16:12 +0000 (17:16 -0400)]
fixing use of VERSION and PACKAGE_VERSION

11 years agohave builder autdetect stable releases
John Ellson [Mon, 7 Oct 2013 20:50:58 +0000 (16:50 -0400)]
have builder autdetect stable releases

11 years agoadd new builder.sh script for more efficient, more autonomous builds
John Ellson [Mon, 7 Oct 2013 20:37:19 +0000 (16:37 -0400)]
add new builder.sh script for more efficient, more autonomous builds

11 years agoadd new builder.sh script for more efficient, more autonomous builds
John Ellson [Mon, 7 Oct 2013 20:35:40 +0000 (16:35 -0400)]
add new builder.sh script for more efficient, more autonomous builds

11 years agoadd new builder.sh script for more efficient, more autonomous builds
John Ellson [Mon, 7 Oct 2013 20:31:00 +0000 (16:31 -0400)]
add new builder.sh script for more efficient, more autonomous builds

11 years agoextracting version definitions from configure.ac
John Ellson [Mon, 7 Oct 2013 20:25:23 +0000 (16:25 -0400)]
extracting version definitions from configure.ac

11 years agoFix bug 2246
Emden R. Gansner [Mon, 7 Oct 2013 18:58:59 +0000 (14:58 -0400)]
Fix bug 2246

11 years agoSupport 't' font characteristic op;
Emden R. Gansner [Fri, 4 Oct 2013 15:24:47 +0000 (11:24 -0400)]
Support 't' font characteristic op;
use single xop_kind for both grad colors;
finish support for grad colors (deparsing).

11 years agoFix buffer overflow problem when reporting a syntax error with a very long
Emden R. Gansner [Fri, 4 Oct 2013 13:06:39 +0000 (09:06 -0400)]
Fix buffer overflow problem when reporting a syntax error with a very long
input line

11 years agoFix bug in parsing rectangles
Emden R. Gansner [Wed, 2 Oct 2013 20:34:47 +0000 (16:34 -0400)]
Fix bug in parsing rectangles

11 years agoMerge remote-tracking branch 'upstream/master'
John Ellson [Fri, 27 Sep 2013 16:08:30 +0000 (12:08 -0400)]
Merge remote-tracking branch 'upstream/master'

11 years agoInitial commit
John Ellson [Fri, 27 Sep 2013 15:32:09 +0000 (08:32 -0700)]
Initial commit

11 years agofix errors from 'dot -P'
John Ellson [Tue, 17 Sep 2013 19:10:05 +0000 (15:10 -0400)]
fix errors from 'dot -P'

11 years agoUpdate xdot output to support strike-through text
Emden R. Gansner [Tue, 17 Sep 2013 01:19:50 +0000 (21:19 -0400)]
Update xdot output to support strike-through text

11 years agoFix bug 2370
Emden R. Gansner [Mon, 16 Sep 2013 20:55:42 +0000 (16:55 -0400)]
Fix bug 2370

11 years agoNote addition of <S> element
Emden R. Gansner [Mon, 16 Sep 2013 15:03:38 +0000 (11:03 -0400)]
Note addition of <S> element

11 years agoFix missing slash in IMG element.
Emden R. Gansner [Mon, 16 Sep 2013 15:02:54 +0000 (11:02 -0400)]
Fix missing slash in IMG element.

11 years agoAdd <S> element to html-like labels
Emden R. Gansner [Sun, 15 Sep 2013 21:00:30 +0000 (17:00 -0400)]
Add <S> element to html-like labels

11 years agoUpdate ChangeLog to add forgotten changes
Emden R. Gansner [Fri, 13 Sep 2013 18:51:26 +0000 (14:51 -0400)]
Update ChangeLog to add forgotten changes

11 years agoFix bug 2367
Emden R. Gansner [Fri, 13 Sep 2013 18:49:51 +0000 (14:49 -0400)]
Fix bug 2367

11 years agoMerge branch 'master' of hg:graphviz
Emden R. Gansner [Fri, 13 Sep 2013 14:50:06 +0000 (10:50 -0400)]
Merge branch 'master' of hg:graphviz

Conflicts:
doc/info/attrs.html
doc/infosrc/attrs
lib/dotgen/aspect.c

11 years agoRemove aspect attribute until the implementation problems can be fixed
Emden R. Gansner [Fri, 13 Sep 2013 14:45:12 +0000 (10:45 -0400)]
Remove aspect attribute until the implementation problems can be fixed

11 years agoapply graphviz-python3_version.patch from #2354
John Ellson [Thu, 12 Sep 2013 15:09:46 +0000 (11:09 -0400)]
apply graphviz-python3_version.patch from #2354

11 years agoTurn off aspect attribute in dot until it can be fixed
Emden R. Gansner [Wed, 11 Sep 2013 00:46:32 +0000 (20:46 -0400)]
Turn off aspect attribute in dot until it can be fixed

11 years agoFix 2363
Emden R. Gansner [Tue, 10 Sep 2013 16:43:11 +0000 (12:43 -0400)]
Fix 2363

11 years agoAvoid infinite loop if spurious arrow name is given
Emden R. Gansner [Tue, 10 Sep 2013 15:24:16 +0000 (11:24 -0400)]
Avoid infinite loop if spurious arrow name is given

11 years agoReport packing info in gvpack; use string representation for mode in pack
Emden R. Gansner [Mon, 9 Sep 2013 20:04:19 +0000 (16:04 -0400)]
Report packing info in gvpack; use string representation for mode in pack

11 years agoAdd static build for gvpack
Emden R. Gansner [Mon, 9 Sep 2013 19:36:19 +0000 (15:36 -0400)]
Add static build for gvpack

11 years agoAdd missing gvbindrec for subgraphs
Emden R. Gansner [Mon, 9 Sep 2013 19:31:03 +0000 (15:31 -0400)]
Add missing gvbindrec for subgraphs

11 years agoFix compute_bb to take xlabels (and head/tail labels) into account
Emden R. Gansner [Mon, 9 Sep 2013 16:14:13 +0000 (12:14 -0400)]
Fix compute_bb to take xlabels (and head/tail labels) into account

11 years agoMake sure gvpack updates xlabel positions
Emden R. Gansner [Mon, 9 Sep 2013 15:47:45 +0000 (11:47 -0400)]
Make sure gvpack updates xlabel positions

11 years agoFix previous fix - make sure statement is in the right place
Emden Gansner [Mon, 9 Sep 2013 15:41:54 +0000 (11:41 -0400)]
Fix previous fix - make sure statement is in the right place

11 years agoFix pack to update xlabel positions
Emden R. Gansner [Mon, 9 Sep 2013 15:16:45 +0000 (11:16 -0400)]
Fix pack to update xlabel positions

11 years agoForgot to commit info source file
Emden R. Gansner [Mon, 9 Sep 2013 15:15:53 +0000 (11:15 -0400)]
Forgot to commit info source file

11 years agoOnly output t command if version >= 1.5
Emden R. Gansner [Mon, 9 Sep 2013 14:05:26 +0000 (10:05 -0400)]
Only output t command if version >= 1.5

11 years agoUpdate arrow info in attrs.html
Emden R. Gansner [Sun, 8 Sep 2013 01:17:48 +0000 (21:17 -0400)]
Update arrow info in attrs.html

11 years agoUpdate arrows page with new calculations; make arrows.html depend on
Emden R. Gansner [Sun, 8 Sep 2013 01:09:04 +0000 (21:09 -0400)]
Update arrows page with new calculations; make arrows.html depend on
gif files it contains

11 years agoMake main() return int to avoid warning.
Emden R. Gansner [Sun, 8 Sep 2013 01:08:00 +0000 (21:08 -0400)]
Make main() return int to avoid warning.

11 years agoapply penwidth to all arrows - fixes #2631
John Ellson [Sat, 7 Sep 2013 22:29:18 +0000 (18:29 -0400)]
apply penwidth to all arrows - fixes #2631

11 years agostart 2.35 development series
John Ellson [Sat, 7 Sep 2013 01:38:51 +0000 (21:38 -0400)]
start 2.35 development series

11 years ago2.34 stable release
John Ellson [Sat, 7 Sep 2013 01:07:52 +0000 (21:07 -0400)]
2.34 stable release

11 years agochange '==' to '=' per 2357
John Ellson [Sat, 7 Sep 2013 01:06:12 +0000 (21:06 -0400)]
change '==' to '='  per 2357

11 years agoapply change suggested in #2325
John Ellson [Sat, 7 Sep 2013 00:51:39 +0000 (20:51 -0400)]
apply change suggested in #2325

11 years agoUpdate document to reflect new xdot op for text characteristics.
Emden R. Gansner [Fri, 6 Sep 2013 22:39:11 +0000 (18:39 -0400)]
Update document to reflect new xdot op for text characteristics.

11 years agoAdd new xdot op t for font characteristics: bold, etc.
Emden R. Gansner [Fri, 6 Sep 2013 22:31:46 +0000 (18:31 -0400)]
Add new xdot op t for font characteristics: bold, etc.

11 years agoFix bug 2336;
Emden R. Gansner [Fri, 6 Sep 2013 21:49:55 +0000 (17:49 -0400)]
Fix bug 2336;
add support for dynamic versions of xdot output.

11 years agolook in both /usr/lib/jvm and /usr/lib/jvm so as to not break Fedora
John Ellson [Thu, 5 Sep 2013 18:36:30 +0000 (14:36 -0400)]
look in both /usr/lib/jvm and /usr/lib/jvm so as to not break Fedora

11 years agoapply graphviz-java_in_lib64.patch, bug #2355, phisama
John Ellson [Thu, 5 Sep 2013 18:26:26 +0000 (14:26 -0400)]
apply graphviz-java_in_lib64.patch, bug #2355,  phisama

11 years agoadd 2326 to resolved bug list
John Ellson [Thu, 5 Sep 2013 15:01:24 +0000 (11:01 -0400)]
add 2326 to resolved bug list

11 years agoadd bug fixes I know about to Changelog
John Ellson [Thu, 5 Sep 2013 14:47:28 +0000 (10:47 -0400)]
add bug fixes I know about to Changelog

11 years agoadd '-Wl,-headerpad_max_install_names' to LDFLAGS, darwin only, resolves #2325
John Ellson [Thu, 5 Sep 2013 14:38:04 +0000 (10:38 -0400)]
add '-Wl,-headerpad_max_install_names' to LDFLAGS, darwin only, resolves #2325

11 years agoapply patch from #2333, increment XDOTVERSION to 1.5
John Ellson [Thu, 5 Sep 2013 14:16:37 +0000 (10:16 -0400)]
apply patch from #2333, increment XDOTVERSION to 1.5

11 years agoMerge branch 'master' of hg:graphviz
John Ellson [Thu, 5 Sep 2013 02:06:15 +0000 (22:06 -0400)]
Merge branch 'master' of hg:graphviz

11 years agopossible fix for memory corruption - Redhat BZ#847458
John Ellson [Thu, 5 Sep 2013 02:05:58 +0000 (22:05 -0400)]
possible fix for memory corruption - Redhat BZ#847458

11 years agoBe clearer on limitations with wedged and striped styles;
Emden R. Gansner [Wed, 4 Sep 2013 20:07:37 +0000 (16:07 -0400)]
Be clearer on limitations with wedged and striped styles;
not new semantics for arrowhead "none" used in conjunction with other arrowheads.

11 years agoFix bug 2353
Emden R. Gansner [Wed, 4 Sep 2013 19:46:26 +0000 (15:46 -0400)]
Fix bug 2353

11 years agoFix for 2352
Emden R. Gansner [Wed, 4 Sep 2013 19:39:12 +0000 (15:39 -0400)]
Fix for 2352

11 years agoremove attmpt at pixel rounding that was causing rotaion problems - fixes #2343
John Ellson [Wed, 4 Sep 2013 18:32:17 +0000 (14:32 -0400)]
remove attmpt at pixel rounding that was causing rotaion problems - fixes #2343

11 years agointerpret 'none' as a gap - fixes bug#2345 (include arr_none.gv test graph)
John Ellson [Wed, 4 Sep 2013 16:03:17 +0000 (12:03 -0400)]
interpret 'none' as a gap - fixes bug#2345 (include arr_none.gv test graph)

11 years agoapplied: graphviz-aarch64_lib64_support.patch 'phisama'
John Ellson [Wed, 4 Sep 2013 14:02:17 +0000 (10:02 -0400)]
applied: graphviz-aarch64_lib64_support.patch 'phisama'

11 years agopartially applied: graphviz-guile.patch ' phisama'
John Ellson [Wed, 4 Sep 2013 13:57:13 +0000 (09:57 -0400)]
partially applied: graphviz-guile.patch ' phisama'

11 years agoapply graphviz-python_version.patch from 'phisama'
John Ellson [Wed, 4 Sep 2013 13:43:51 +0000 (09:43 -0400)]
apply graphviz-python_version.patch from 'phisama'

11 years agoFix the use of a too small buffer
Emden R. Gansner [Mon, 2 Sep 2013 22:52:52 +0000 (18:52 -0400)]
Fix the use of a too small buffer

11 years agoFix missing agbindrec for derived graph
Emden R. Gansner [Sat, 31 Aug 2013 02:54:45 +0000 (22:54 -0400)]
Fix missing agbindrec for derived graph

11 years agoFix poor wording.
Emden R. Gansner [Fri, 30 Aug 2013 20:00:08 +0000 (16:00 -0400)]
Fix poor wording.

11 years agoPostprocessing assumes edges have Agedgeinfo_t so bind this record.
Emden R. Gansner [Fri, 30 Aug 2013 19:47:33 +0000 (15:47 -0400)]
Postprocessing assumes edges have Agedgeinfo_t so bind this record.

11 years agoFix bug 2345
Emden R. Gansner [Fri, 30 Aug 2013 19:27:07 +0000 (15:27 -0400)]
Fix bug 2345

11 years agoFix bug for dot output on directed graphs;
Emden R. Gansner [Fri, 30 Aug 2013 18:47:26 +0000 (14:47 -0400)]
Fix bug for dot output on directed graphs;
note limitations of mingle on man page

11 years agoExpose node id attribute
Emden R. Gansner [Fri, 30 Aug 2013 18:47:01 +0000 (14:47 -0400)]
Expose node id attribute

11 years agoFix typo
Emden R. Gansner [Fri, 30 Aug 2013 01:48:55 +0000 (21:48 -0400)]
Fix typo

11 years agoExtend sscanf to accept %[...] patterns
Emden R. Gansner [Thu, 29 Aug 2013 13:35:42 +0000 (09:35 -0400)]
Extend sscanf to accept %[...] patterns

11 years agoUpdated expected output and added subgraph test
Dwight Perry [Tue, 27 Aug 2013 19:56:45 +0000 (15:56 -0400)]
Updated expected output and added subgraph test