]>
granicus.if.org Git - graphviz/log
Jannick [Mon, 2 Mar 2020 15:22:39 +0000 (16:22 +0100)]
tred: add option to output information on removed edges to stderr
* cmd/tools/tred.1:
- add documentation of '-r' flag
* cmd/tools/tred.c:
- add command line flag '-r'
- update usage screen
- add output to stderr information of removed edges, format:
'removed edge: <graph name>: "<head name>" -> "<tail name>"'
Jannick [Mon, 2 Mar 2020 15:15:12 +0000 (16:15 +0100)]
tred: remove trailing white spaces
* cmd/tools/tred.1: here.
* cmd/tools/tred.c: here.
John Ellson [Wed, 19 Feb 2020 21:01:23 +0000 (16:01 -0500)]
start fc33 builds, stop fc227, fc28
John Ellson [Fri, 14 Feb 2020 14:25:08 +0000 (09:25 -0500)]
Merge branch 'mjdominus/graphviz-gitignores'
Mark Jason Dominus (陶敏修) [Thu, 13 Feb 2020 19:31:02 +0000 (14:31 -0500)]
ignore more products
This file was accidentally added in the past
and had to be removed in commit
57fb019b6346bdf2a649919fa3fbf71deff62356
Mark Jason Dominus (陶敏修) [Thu, 13 Feb 2020 19:31:02 +0000 (14:31 -0500)]
ignore more products
John Ellson [Thu, 9 Jan 2020 14:24:40 +0000 (09:24 -0500)]
ignore more products
John Ellson [Thu, 9 Jan 2020 14:24:06 +0000 (09:24 -0500)]
SUSE maintainer
John Ellson [Tue, 7 Jan 2020 23:29:13 +0000 (18:29 -0500)]
fix centos[67] breakage
John Ellson [Mon, 6 Jan 2020 17:23:07 +0000 (12:23 -0500)]
setting up for LAND_D and LANG_JAVASCRIPT rpms
John Ellson [Mon, 6 Jan 2020 15:01:29 +0000 (10:01 -0500)]
adding D and JAVASCRIPT lang bindings - currently disabled
John Ellson [Tue, 31 Dec 2019 19:10:59 +0000 (14:10 -0500)]
remove unneeded dependency that was preventing smyrna in rpm distros
John Ellson [Tue, 31 Dec 2019 17:04:58 +0000 (12:04 -0500)]
trying to fix .md5 generation during deployment
John Ellson [Tue, 31 Dec 2019 15:21:41 +0000 (10:21 -0500)]
add shapes.py. vuln.py to tar.gz distribution
Stephen C North [Tue, 24 Dec 2019 02:25:35 +0000 (21:25 -0500)]
Merge branch 'master' of gitlab.com:graphviz/graphviz
Stephen C North [Tue, 24 Dec 2019 02:18:13 +0000 (21:18 -0500)]
an assert in applyattrs() is too restrictive when setting edge [key=something}
as the object tag can be AGINEDGE not AGEDGE==AGOUTEDGE so we changed that
John Ellson [Sun, 22 Dec 2019 01:17:56 +0000 (20:17 -0500)]
fc32 + swig + ocaml issue: gv_ocaml.cpp:1362:48: error: invalid conversion from ‘const caml_value_t*’ {aka ‘const long int*’} to ‘caml_value_t*’ {aka ‘long int*’} [-fpermissive]
Stephen C North [Tue, 17 Dec 2019 17:05:48 +0000 (12:05 -0500)]
Adds feature for graph postaction setting
Stephen C North [Tue, 26 Nov 2019 20:49:20 +0000 (15:49 -0500)]
Merge branch 'master' of gitlab.com:graphviz/graphviz
Stephen C North [Tue, 26 Nov 2019 20:47:38 +0000 (15:47 -0500)]
Attempted fix for https://gitlab.com/graphviz/graphviz/issues/1631
Stand-alone attributes within subgraphs are incorrectly handled for dot/canon/xdot output files. Fix is to access local dictionary, not root, when writing nodes within subgraphs.
Stephen C. North [Sat, 16 Nov 2019 21:09:20 +0000 (21:09 +0000)]
Update README.md
Stephen C. North [Sat, 16 Nov 2019 14:49:45 +0000 (14:49 +0000)]
Update README.md
John Ellson [Tue, 29 Oct 2019 17:13:20 +0000 (13:13 -0400)]
more [-Wparentheses]
John Ellson [Tue, 29 Oct 2019 09:23:16 +0000 (05:23 -0400)]
cleanup a [-Wparentheses]
John Ellson [Tue, 29 Oct 2019 09:14:29 +0000 (05:14 -0400)]
use "" instead on <> for non-system includes
John Ellson [Tue, 29 Oct 2019 09:09:25 +0000 (05:09 -0400)]
clang doesn't support -fstack-clash-protection
Stephen C North [Fri, 25 Oct 2019 17:11:47 +0000 (10:11 -0700)]
Note that showboxes is only TB mode!
Stephen C North [Thu, 17 Oct 2019 17:52:36 +0000 (13:52 -0400)]
Revert "I think this fixed something wrong with scale."
This reverts commit
dbe54f9fe3c7eff44d3a4effcf3336c5d16341c2 .
This undoes a commit that changed scale to 1/scale, which now looks
totally stupid, but there was a reason, so the stupidity may have
been at a deeper level. Wish we had a better comment about that.
Emden R. Gansner [Fri, 11 Oct 2019 20:41:14 +0000 (16:41 -0400)]
Improve warning message in color list for case when user uses semicolor rather than color to
separate colors;
prevent call to freeSegs if segs == NULL
John Ellson [Thu, 10 Oct 2019 18:30:02 +0000 (14:30 -0400)]
Move back to 2.43 development series
John Ellson [Thu, 10 Oct 2019 17:50:48 +0000 (13:50 -0400)]
why can't appveyor use my version number automatically???
John Ellson [Wed, 9 Oct 2019 16:00:46 +0000 (12:00 -0400)]
Stable Release 2.42.3
Stephen C North [Wed, 2 Oct 2019 12:03:44 +0000 (08:03 -0400)]
Move back to development version and fix documentation to warn regarding HTML labels within record shapes.
Stephen C North [Wed, 18 Sep 2019 12:33:13 +0000 (08:33 -0400)]
Fix graphviz out-of-source build per https://gitlab.com/graphviz/graphviz/issues/1596
Stephen C North [Wed, 18 Sep 2019 01:14:56 +0000 (21:14 -0400)]
stable release 2.42.2
Stephen C North [Thu, 12 Sep 2019 02:11:30 +0000 (22:11 -0400)]
merged https://gitlab.com/graphviz/graphviz/merge_requests/1319
Stephen C North [Thu, 12 Sep 2019 02:07:27 +0000 (22:07 -0400)]
merged https://gitlab.com/graphviz/graphviz/merge_requests/1320
Stephen C North [Thu, 12 Sep 2019 01:58:19 +0000 (21:58 -0400)]
gv python patch https://gitlab.com/graphviz/graphviz/issues/1591
Stephen C North [Wed, 28 Aug 2019 20:12:01 +0000 (16:12 -0400)]
Accepted patches proposed in https://gitlab.com/graphviz/graphviz/issues/1583
to provide clickable TOC links in Cgraph documentation which for some reason
is still named Agraph.tex
Stephen C North [Wed, 28 Aug 2019 19:02:02 +0000 (15:02 -0400)]
Revert "Move two checks from features/sfio into the code"
This reverts commit
2ba97c0ed14163aa41c74bcf0dd72822b13ac7c5 .
This change broke gvpr, as demonstrated by the following gvpr script:
N [ color=="blue"] {color="red";}
N [ color=="blue"] {color="red";}
I don't know if the mods were more substantive than just cleanup
as they were related to other win64 work at the same time.
John Ellson [Fri, 23 Aug 2019 10:05:46 +0000 (06:05 -0400)]
adding fedora32 builds
Stephen C North [Tue, 13 Aug 2019 02:06:22 +0000 (22:06 -0400)]
Manually merged 1316 (scan-build fixes), 1317 (check for mmap failure in plugin code), and issue 1576 (get gv_perl working again). Thank you everyone!
John Ellson [Thu, 25 Jul 2019 20:33:10 +0000 (16:33 -0400)]
web server not responding to ip addr
John Ellson [Thu, 25 Jul 2019 20:12:00 +0000 (16:12 -0400)]
hardening www2
John Ellson [Wed, 17 Jul 2019 20:08:25 +0000 (16:08 -0400)]
return to 2.43 development series
John Ellson [Wed, 17 Jul 2019 19:14:48 +0000 (15:14 -0400)]
Release 2.42.1
John Ellson [Wed, 17 Jul 2019 17:47:16 +0000 (13:47 -0400)]
stupid typo
John Ellson [Wed, 17 Jul 2019 17:22:12 +0000 (13:22 -0400)]
try to fix escape issues
John Ellson [Wed, 17 Jul 2019 16:52:30 +0000 (12:52 -0400)]
use www2 as the deployment runner
John Ellson [Wed, 17 Jul 2019 16:29:31 +0000 (12:29 -0400)]
use www2 as the deployment runner
John Ellson [Tue, 16 Jul 2019 22:39:35 +0000 (18:39 -0400)]
provide graphviz-fedora.repo graphviz-centos.repo for /etc/yum.repos.d/
John Ellson [Tue, 16 Jul 2019 20:11:08 +0000 (16:11 -0400)]
keep only one release in each development and stable
John Ellson [Tue, 16 Jul 2019 17:40:09 +0000 (13:40 -0400)]
trying to fix creatrepo issues
John Ellson [Tue, 16 Jul 2019 03:21:57 +0000 (23:21 -0400)]
fix dup packages
John Ellson [Tue, 16 Jul 2019 03:08:51 +0000 (23:08 -0400)]
fix dup packages
John Ellson [Tue, 16 Jul 2019 02:06:49 +0000 (22:06 -0400)]
add COLLECTION to package paths
John Ellson [Tue, 16 Jul 2019 01:38:26 +0000 (21:38 -0400)]
WIP deploy - addind createrepo
John Ellson [Tue, 16 Jul 2019 01:02:04 +0000 (21:02 -0400)]
WIP deploy - so close ...
John Ellson [Tue, 16 Jul 2019 00:59:42 +0000 (20:59 -0400)]
WIP deploy - so close ...
John Ellson [Tue, 16 Jul 2019 00:57:03 +0000 (20:57 -0400)]
WIP deploy - grr. no /etc/os-release on centos6wq
John Ellson [Mon, 15 Jul 2019 23:56:35 +0000 (19:56 -0400)]
WIP deploy - grr. no /etc/os-release on centos6wq
John Ellson [Mon, 15 Jul 2019 23:40:57 +0000 (19:40 -0400)]
WIP deploy - try a dumber approach
John Ellson [Mon, 15 Jul 2019 22:51:18 +0000 (18:51 -0400)]
WIP deploy - try to fix centos7 mkdir problem
John Ellson [Mon, 15 Jul 2019 22:43:49 +0000 (18:43 -0400)]
WIP deploy - try to fix centos7 mkdir problem
John Ellson [Mon, 15 Jul 2019 17:49:05 +0000 (13:49 -0400)]
WIP deploy - try to fix centos7 mkdir problem
John Ellson [Mon, 15 Jul 2019 17:11:14 +0000 (13:11 -0400)]
WIP deploy - try to fix centos7 mkdir problem
John Ellson [Mon, 15 Jul 2019 16:47:46 +0000 (12:47 -0400)]
WIP deployment - rearrange artifacts
John Ellson [Mon, 15 Jul 2019 16:36:47 +0000 (12:36 -0400)]
WIP deployment - rearrange artifacts
John Ellson [Mon, 15 Jul 2019 16:11:12 +0000 (12:11 -0400)]
WIP deployment - rearrange artifacts
John Ellson [Mon, 15 Jul 2019 14:42:45 +0000 (10:42 -0400)]
deployment WIP
John Ellson [Mon, 15 Jul 2019 14:41:10 +0000 (10:41 -0400)]
deployment WIP
John Ellson [Mon, 15 Jul 2019 14:39:51 +0000 (10:39 -0400)]
deployment WIP
John Ellson [Mon, 15 Jul 2019 14:36:52 +0000 (10:36 -0400)]
deployment WIP
John Ellson [Mon, 15 Jul 2019 14:28:38 +0000 (10:28 -0400)]
some cleanup of versioning info
John Ellson [Sat, 13 Jul 2019 03:13:41 +0000 (23:13 -0400)]
Merge branch 'master' of gitlab.com:graphviz/graphviz
John Ellson [Sat, 13 Jul 2019 03:06:08 +0000 (23:06 -0400)]
start development series - 2.43
John Ellson [Sat, 13 Jul 2019 02:58:00 +0000 (22:58 -0400)]
add fedora31 and ubuntu19-04 builds
John Ellson [Sat, 13 Jul 2019 02:54:26 +0000 (22:54 -0400)]
simplify method of disabling vuln test on appveyor builds
John Ellson [Sat, 13 Jul 2019 02:47:27 +0000 (22:47 -0400)]
doesn't belong here
Stephen C North [Fri, 12 Jul 2019 11:45:42 +0000 (07:45 -0400)]
fix double word "the"
Stephen C North [Sat, 6 Jul 2019 16:35:50 +0000 (12:35 -0400)]
Merge branch 'master' of gitlab.com:graphviz/graphviz
Stephen C North [Fri, 5 Jul 2019 11:07:34 +0000 (07:07 -0400)]
change version in appveyor
John Ellson [Fri, 5 Jul 2019 00:11:42 +0000 (20:11 -0400)]
disable vuln test
Stephen C North [Thu, 4 Jul 2019 21:37:00 +0000 (17:37 -0400)]
remove vuln/Makefile from AC_CONFIG_MAKEFILES
Stephen C North [Thu, 4 Jul 2019 19:55:46 +0000 (15:55 -0400)]
try work around for broken appveyor build
Stephen C North [Thu, 4 Jul 2019 18:12:41 +0000 (14:12 -0400)]
Merge branch 'master' of gitlab.com:graphviz/graphviz
Stephen C North [Thu, 4 Jul 2019 18:10:25 +0000 (14:10 -0400)]
Merge branch 'master' of gitlab.com:graphviz/graphviz
Stephen C North [Thu, 4 Jul 2019 18:09:58 +0000 (14:09 -0400)]
Change version number to 2.42
Stephen C North [Thu, 4 Jul 2019 18:09:07 +0000 (14:09 -0400)]
Update version to 2.42
John Ellson [Thu, 4 Jul 2019 14:41:32 +0000 (10:41 -0400)]
show swig version in configure output
John Ellson [Thu, 4 Jul 2019 14:16:43 +0000 (10:16 -0400)]
indentation fixes
Stephen C. North [Sat, 25 May 2019 00:21:03 +0000 (00:21 +0000)]
Merge branch 'patch-1' into 'master'
ccomps.1: Correct -X%min-max
See merge request graphviz/graphviz!1312
Stephen C. North [Sat, 25 May 2019 00:20:52 +0000 (00:20 +0000)]
Merge branch 'mac_dark_mode_fixes' into 'master'
Mac dark mode fixes
Closes #1535
See merge request graphviz/graphviz!1315
Stephen C North [Fri, 24 May 2019 03:30:48 +0000 (23:30 -0400)]
Merge https://gitlab.com/graphviz/graphviz/merge_requests/1313
Replaced hardcoded ruby-1.9 version with RUBY_VER variable
by Christian Vögl1
For some reason the gitlab pipeline failed and I don't know how
to re-try it.
Stephen C. North [Fri, 24 May 2019 03:09:12 +0000 (03:09 +0000)]
Merge branch 'patch-1' into 'master'
#1526 Update shapes.html with a missing </TABLE> tag...
See merge request graphviz/graphviz!1314
Brendan Shanks [Wed, 15 May 2019 00:32:31 +0000 (17:32 -0700)]
macOS: Use system-provided icon for 'Attributes' toolbar item in main window (#1535)
Use the system-provided 'i' icon (NSImageNameInfo/'NSInfo') for the Attributes toolbar item.
The previous icon ('InspectorToolbarImage.tif') looks like it came from 10.4's Preview.app, it
doesn't look too bad but there are noticeable differences between it and the current system icon.
Brendan Shanks [Tue, 14 May 2019 23:58:12 +0000 (16:58 -0700)]
macOS: Rename attributes toolbar item images to fix display correctly in dark mode (#1535)
Add 'Template' to the end of the attributes toolbar item image filenames. This causes macOS to treat them as 'template' images, so they display correctly in dark mode.
Brendan Shanks [Tue, 14 May 2019 23:48:29 +0000 (16:48 -0700)]
macOS: Fix colors in Attributes window to work correctly in dark mode (#1535)
Change colors of some interface elements in the Attributes window to display correctly in dark mode on macOS 10.14.
To keep compatibility with old versions, changes made using Interface Builder 3.2.6 running on 10.6.
* For the attribute NSTableView: set the background color from white to the current default 'Control Background Color'
* For the 'key' NSTextFieldCell in the attribute table: set the text color from 'Control Text Color' to 'Text Color', and the background color from 'Control Background Color' to the default 'Text Background Color'. For the text color it would be preferable to use the current default 'Label Color' but that's only available on 10.10 and up
* For the 'value' NSTextFieldCell in the attribute table: set the background color from 'Control Background Color' to the default 'Text Background Color'. The text color is already set to the current default 'Control Text Color'
minus [Tue, 30 Apr 2019 18:12:25 +0000 (18:12 +0000)]
#1526 Update shapes.html with a missing </TABLE> tag (https://www.w3.org/TR/html401/struct/tables.html 11.2.1)
Shaun Jackman [Thu, 11 Apr 2019 21:17:43 +0000 (21:17 +0000)]
ccomps.1: Correct -X%min-max
See https://gitlab.com/graphviz/graphviz/blob/master/cmd/tools/ccomps.c#L161