]>
granicus.if.org Git - graphviz/log
Emden R. Gansner [Wed, 17 Jul 2013 15:26:35 +0000 (11:26 -0400)]
Require infosrc input to use \ rather than '\' because the difficulty of handling
the various intermediate filters that might interpret this character.
John Ellson [Mon, 15 Jul 2013 14:07:34 +0000 (10:07 -0400)]
<fPQ.h> -> "fPQ.h"
Emden R. Gansner [Fri, 12 Jul 2013 18:53:07 +0000 (14:53 -0400)]
Fix various missing or inconsistent items in certain man pages;
fix for bug 2307.
Emden R. Gansner [Fri, 12 Jul 2013 17:20:02 +0000 (13:20 -0400)]
Fix bug 2306.
Emden R. Gansner [Fri, 12 Jul 2013 16:57:32 +0000 (12:57 -0400)]
Merge branch 'master' of hg:graphviz
Emden R. Gansner [Fri, 12 Jul 2013 16:57:00 +0000 (12:57 -0400)]
Fix bug 2305.
Dwight Perry [Fri, 12 Jul 2013 15:45:31 +0000 (11:45 -0400)]
Merge branch 'master' of hg:graphviz
Dwight Perry [Fri, 12 Jul 2013 15:45:27 +0000 (11:45 -0400)]
fixed broken link
Emden R. Gansner [Fri, 12 Jul 2013 15:30:57 +0000 (11:30 -0400)]
Fix doc typo
Emden R. Gansner [Thu, 11 Jul 2013 19:42:37 +0000 (15:42 -0400)]
Remove use of tbl (and eqn), and rely on groff -t -e;
use superscript in mm2gv.1 for transpose
Emden R. Gansner [Thu, 11 Jul 2013 17:16:46 +0000 (13:16 -0400)]
Fix misspelling
Emden R. Gansner [Thu, 11 Jul 2013 16:50:20 +0000 (12:50 -0400)]
Add E_xlabel and N_xlabel to Windows global variable list
Emden R. Gansner [Thu, 11 Jul 2013 15:26:36 +0000 (11:26 -0400)]
Fix bug 2292
Emden R. Gansner [Thu, 11 Jul 2013 15:05:39 +0000 (11:05 -0400)]
Fix bug 2304; made similar mods to other tools.
Emden R. Gansner [Wed, 10 Jul 2013 21:44:55 +0000 (17:44 -0400)]
Add note concerning the availability of gradient fills.
Emden R. Gansner [Wed, 10 Jul 2013 20:39:23 +0000 (16:39 -0400)]
Fix bug 2302; need to reset global variables N_*, E_* etc. when using the auxiliary graph
for adjacent flat edges.
Emden R. Gansner [Wed, 10 Jul 2013 18:59:19 +0000 (14:59 -0400)]
Add -D option to tell gvmap to use the graph's cluster subgraphs for its clusters.
John Ellson [Wed, 10 Jul 2013 15:04:55 +0000 (11:04 -0400)]
simplify lua compile test
John Ellson [Wed, 10 Jul 2013 14:17:16 +0000 (10:17 -0400)]
add configure support for lua-5.2 ... FC20
John Ellson [Wed, 10 Jul 2013 02:48:52 +0000 (22:48 -0400)]
fix the 2 line fic for smyrna man pages
Emden R. Gansner [Tue, 9 Jul 2013 21:27:15 +0000 (17:27 -0400)]
Merge branch 'master' of hg:graphviz
Emden R. Gansner [Tue, 9 Jul 2013 21:26:54 +0000 (17:26 -0400)]
Re-add text deleted from mode description.
John Ellson [Tue, 9 Jul 2013 21:02:22 +0000 (17:02 -0400)]
...testing
John Ellson [Tue, 9 Jul 2013 15:31:42 +0000 (11:31 -0400)]
ready for some initial poppler testing
John Ellson [Tue, 9 Jul 2013 15:26:17 +0000 (11:26 -0400)]
redo configure.ac changes for poppler
John Ellson [Tue, 9 Jul 2013 13:01:26 +0000 (09:01 -0400)]
don't install smyrna doc unless smyrnal also ionstalled - Jaroslav Skarvada
John Ellson [Tue, 9 Jul 2013 12:56:10 +0000 (08:56 -0400)]
Merge branch 'master' of hg:graphviz
John Ellson [Tue, 9 Jul 2013 12:55:50 +0000 (08:55 -0400)]
make it compile, even if not complete
John Ellson [Tue, 9 Jul 2013 01:37:50 +0000 (21:37 -0400)]
getting closer
Dwight Perry [Mon, 8 Jul 2013 17:41:13 +0000 (13:41 -0400)]
Fix the infamous "digraph G { A -> { B -> C } }" bug. It was harder than it looked. This was broken for years. The parser needs a stack where we just had some global variables.
Emden R. Gansner [Mon, 8 Jul 2013 16:12:15 +0000 (12:12 -0400)]
Remove extraneous lines
Emden R. Gansner [Mon, 8 Jul 2013 16:08:07 +0000 (12:08 -0400)]
Merge branch 'master' of hg:graphviz
Emden R. Gansner [Mon, 8 Jul 2013 16:07:34 +0000 (12:07 -0400)]
Add note as to when map files are generated
Emden R. Gansner [Mon, 8 Jul 2013 15:50:29 +0000 (11:50 -0400)]
Extend ccomps to allow a range of component sizes
Emden R. Gansner [Mon, 8 Jul 2013 15:49:28 +0000 (11:49 -0400)]
Extend ccomps to allow a range of component sizes (7 May 2013)
Emden R. Gansner [Mon, 8 Jul 2013 15:47:35 +0000 (11:47 -0400)]
Allow user to specify root graph name in gvpack
Emden R. Gansner [Mon, 8 Jul 2013 15:46:46 +0000 (11:46 -0400)]
Allow user to specify root graph name in gvpack; fix bug 2282
Emden R. Gansner [Mon, 8 Jul 2013 15:44:23 +0000 (11:44 -0400)]
improve check for guile2 (22 April 2013)
Emden R. Gansner [Mon, 8 Jul 2013 15:42:30 +0000 (11:42 -0400)]
Use RbConfig instead of obsolete and deprecated Config (7, 17 May 2013)
Emden R. Gansner [Mon, 8 Jul 2013 15:39:18 +0000 (11:39 -0400)]
Add note about when map info is generated
Emden R. Gansner [Mon, 8 Jul 2013 15:37:34 +0000 (11:37 -0400)]
Update libguide
Emden R. Gansner [Mon, 8 Jul 2013 15:36:06 +0000 (11:36 -0400)]
Add function to free memory allocated by gvRenderData, as the applications run-time
Emden R. Gansner [Mon, 8 Jul 2013 15:30:20 +0000 (11:30 -0400)]
Put space in title.
Emden R. Gansner [Mon, 8 Jul 2013 15:21:58 +0000 (11:21 -0400)]
Re-initialize job->layerNum to zero with new graph. (27 Mar 2013)
Emden R. Gansner [Mon, 8 Jul 2013 15:18:44 +0000 (11:18 -0400)]
Make sure N_label is non-null if we are drawing the graph. (27 Mar 2013)
Remove macro definition of agnodeattr from types.h; this causes problems in gvpack. (28 Mar 2013)
Don't reset line number unless input file changes (9 Apr 2013)
Emden R. Gansner [Mon, 8 Jul 2013 15:16:28 +0000 (11:16 -0400)]
Fix case where node has record shape and label=<a>. (28 Mar 2013)
Emden R. Gansner [Mon, 8 Jul 2013 15:13:16 +0000 (11:13 -0400)]
Fix bug making chains. The test for a forward edge shadowing a reverse edge is incorrect for cgraph.
(1 April 2013)
Emden R. Gansner [Mon, 8 Jul 2013 15:10:51 +0000 (11:10 -0400)]
Use simpler bfs to construct tree; allow weight=0 to disqualify edge for the tree. (27 Mar 2013)
Emden R. Gansner [Mon, 8 Jul 2013 15:07:53 +0000 (11:07 -0400)]
Fix logic so that normalization will occur even if no adjustment is done.
removeOverlapWith is called directly from neato, so we can't remove call to normalize from it.
(7 May 2013)
Emden R. Gansner [Mon, 8 Jul 2013 15:07:20 +0000 (11:07 -0400)]
Fix scope problem by turning off scoping. Check with gsf for real fix. (27 Mar 2103)
Emden R. Gansner [Fri, 5 Jul 2013 16:12:32 +0000 (12:12 -0400)]
Add comment on preconditions for Pobsopen.
Emden R. Gansner [Wed, 3 Jul 2013 16:31:03 +0000 (12:31 -0400)]
Remove declarations for Verbose and use the one from gvc.
(Two definitions screws things up on Windows which allocates two copies.)
Emden R. Gansner [Wed, 3 Jul 2013 16:29:18 +0000 (12:29 -0400)]
Add missing new features of 2.30
Emden R. Gansner [Tue, 2 Jul 2013 21:27:43 +0000 (17:27 -0400)]
Add star node shape
Emden R. Gansner [Tue, 2 Jul 2013 21:04:30 +0000 (17:04 -0400)]
Rename helper functions to access A*info_t structures; avoids conflict with type name
John Ellson [Mon, 1 Jul 2013 04:04:41 +0000 (00:04 -0400)]
work in progress
John Ellson [Sat, 29 Jun 2013 09:20:59 +0000 (05:20 -0400)]
framework for a "poppler" plugin for pdf image loading
Emden R. Gansner [Fri, 28 Jun 2013 21:52:20 +0000 (17:52 -0400)]
Add documentation on new linear gradient fill type.
Emden R. Gansner [Fri, 28 Jun 2013 21:31:22 +0000 (17:31 -0400)]
Extend linear gradient fill to support two-tone fills.
Dwight Perry [Thu, 27 Jun 2013 21:41:16 +0000 (17:41 -0400)]
Testing gitolite framework
Emden R. Gansner [Thu, 27 Jun 2013 18:42:42 +0000 (14:42 -0400)]
Fix smyrna to run from any working directory.
Emden R. Gansner [Thu, 27 Jun 2013 15:05:55 +0000 (11:05 -0400)]
More modifications to windows build files to include smyrna
Emden R. Gansner [Thu, 27 Jun 2013 11:25:21 +0000 (07:25 -0400)]
Merge branch 'master' of ssh://hg.research.att.com/home/gitroot/graphviz
Dwight Perry [Wed, 26 Jun 2013 20:11:05 +0000 (16:11 -0400)]
testing push
Dwight Perry [Wed, 26 Jun 2013 20:01:54 +0000 (16:01 -0400)]
Add topfish dependency
Emden R. Gansner [Wed, 26 Jun 2013 17:30:45 +0000 (13:30 -0400)]
Add topfish dependency
Emden R. Gansner [Wed, 26 Jun 2013 02:59:06 +0000 (22:59 -0400)]
Make sure shared files of smyrna use those from source package
Emden R. Gansner [Tue, 25 Jun 2013 17:37:50 +0000 (13:37 -0400)]
Modify build.bat to copy glut files into source tree for build;
fix packager to include smyrna
Emden R. Gansner [Tue, 25 Jun 2013 16:48:01 +0000 (12:48 -0400)]
Merge branch 'master' of ssh://hg.research.att.com/home/gitroot/graphviz
Emden R. Gansner [Tue, 25 Jun 2013 16:47:43 +0000 (12:47 -0400)]
Add smyrna to Windows build
Stephen North [Fri, 21 Jun 2013 14:57:21 +0000 (10:57 -0400)]
Making sure that git is working the way we think it is.
Yifan Hu [Thu, 20 Jun 2013 20:18:51 +0000 (16:18 -0400)]
add developer
Emden R. Gansner [Thu, 20 Jun 2013 19:41:31 +0000 (15:41 -0400)]
Merge branch 'master' of ssh://hg.research.att.com/home/gitroot/graphviz
Emden R. Gansner [Thu, 20 Jun 2013 19:40:38 +0000 (15:40 -0400)]
Fix setnodeattributes and setedgeattributes functions to handle different
semantics of cgraph
John Ellson [Thu, 20 Jun 2013 18:11:48 +0000 (14:11 -0400)]
add me
Emden R. Gansner [Thu, 20 Jun 2013 18:06:02 +0000 (14:06 -0400)]
Add name to developer list
Dwight Perry [Thu, 20 Jun 2013 17:54:29 +0000 (13:54 -0400)]
List of developers'
Emden R. Gansner [Wed, 19 Jun 2013 20:28:56 +0000 (16:28 -0400)]
Add -V option to smyrna; update version information in smyrna.glade
(This last should be automated.)
Emden R. Gansner [Wed, 19 Jun 2013 20:28:15 +0000 (16:28 -0400)]
Remove unused source files from project file
Emden R. Gansner [Wed, 19 Jun 2013 20:27:05 +0000 (16:27 -0400)]
Turn off PATH setting in msi. If people want to reset the PATH for use in cmd,
they can do it.
Emden R. Gansner [Wed, 19 Jun 2013 16:26:45 +0000 (12:26 -0400)]
Make the usage string a bit clearer on the -U flag;
add -U flag to the man page.
Emden R. Gansner [Tue, 18 Jun 2013 18:15:52 +0000 (14:15 -0400)]
Merge branch 'master' of ssh://hg.research.att.com/home/gitroot/graphviz
Emden R. Gansner [Tue, 18 Jun 2013 18:14:37 +0000 (14:14 -0400)]
Fix non-portable notations in gvpr.1; requires use of tbl, so configure
and Makefile change also
Yifan Hu [Tue, 18 Jun 2013 18:00:17 +0000 (14:00 -0400)]
test commit
Yifan Hu [Tue, 18 Jun 2013 17:59:31 +0000 (13:59 -0400)]
Merge branch 'master' of ssh://hg.research.att.com/home/gitroot/graphviz
Dwight Perry [Tue, 18 Jun 2013 16:15:55 +0000 (12:15 -0400)]
"Added -U option"
Yifan Hu [Tue, 18 Jun 2013 15:53:56 +0000 (11:53 -0400)]
added -U option
Emden R. Gansner [Mon, 17 Jun 2013 21:42:20 +0000 (17:42 -0400)]
Merge branch 'master' of ssh://hg.research.att.com/home/gitroot/graphviz
Emden R. Gansner [Mon, 17 Jun 2013 21:41:10 +0000 (17:41 -0400)]
Fix bug 2296: logic was incorrect in do{}while loop.
John Ellson [Wed, 12 Jun 2013 20:39:19 +0000 (16:39 -0400)]
try simplifying the lua compile test, which breaks on fc20
John Ellson [Wed, 12 Jun 2013 18:49:09 +0000 (14:49 -0400)]
ignore products: lib/common/stamp-h2 lib/common/types.h
John Ellson [Wed, 12 Jun 2013 17:09:27 +0000 (13:09 -0400)]
tcldot bindrec fixes, and add .gitignore
Emden R. Gansner [Thu, 6 Jun 2013 17:53:49 +0000 (13:53 -0400)]
Add function to release memory allocated by gvRenderData; this avoids
potential conflicts with run-time functions.
Also, ifdef'ed out two assignments in gvFreeLayout that are meaningless
using cgraph, as the GD_drawing(g) is already gone.
Emden R. Gansner [Thu, 6 Jun 2013 17:49:39 +0000 (13:49 -0400)]
Make agmemread() function externally visible in Windows build
Emden R. Gansner [Thu, 6 Jun 2013 17:41:00 +0000 (13:41 -0400)]
fix bug in gv::nexttail
(John made this fix in hg; moving it to git as well)
Emden R. Gansner [Thu, 6 Jun 2013 17:37:25 +0000 (13:37 -0400)]
On edge creation, move call to agbindrec from non-cgraph to cgraph fork.
Dwight Perry [Fri, 29 Mar 2013 17:21:33 +0000 (13:21 -0400)]
Merge branch 'master' of hg:/home/gitroot/graphviz
Dwight Perry [Fri, 29 Mar 2013 17:21:22 +0000 (13:21 -0400)]
repos_2
Dwight Perry [Fri, 29 Mar 2013 17:20:02 +0000 (13:20 -0400)]
repos
Dwight Perry [Fri, 29 Mar 2013 17:17:04 +0000 (13:17 -0400)]
after merge fix