]> granicus.if.org Git - graphviz/log
graphviz
10 years agoMerge branch 'master' of https://github.com/ellson/graphviz
Emden R. Gansner [Tue, 4 Mar 2014 16:20:54 +0000 (11:20 -0500)]
Merge branch 'master' of https://github.com/ellson/graphviz

10 years agoFix bug in gv.cpp: could not create edge in subgraph
Emden R. Gansner [Tue, 4 Mar 2014 16:20:30 +0000 (11:20 -0500)]
Fix bug in gv.cpp: could not create edge in subgraph

10 years agoOne more fix...sigh.
Emden R. Gansner [Tue, 4 Mar 2014 15:48:36 +0000 (10:48 -0500)]
One more fix...sigh.

10 years agoMerge branch 'master' of https://github.com/ellson/graphviz
Emden R. Gansner [Tue, 4 Mar 2014 14:40:40 +0000 (09:40 -0500)]
Merge branch 'master' of https://github.com/ellson/graphviz

10 years agoFix gvpr so that edges can be created in subgraphs
Emden R. Gansner [Tue, 4 Mar 2014 14:40:19 +0000 (09:40 -0500)]
Fix gvpr so that edges can be created in subgraphs

10 years agoAdd dependencies to Windows solution file for gvmap, edgepaint and
Emden R. Gansner [Tue, 4 Mar 2014 02:28:29 +0000 (21:28 -0500)]
Add dependencies to Windows solution file for gvmap, edgepaint and
edgepaintlib.

10 years agoFix gvmap mains to use edgepaint library in Windows
Emden R. Gansner [Mon, 3 Mar 2014 21:16:01 +0000 (16:16 -0500)]
Fix gvmap mains to use edgepaint library in Windows

10 years agoRe-add project file to *.am since the file now exists
Emden R. Gansner [Mon, 3 Mar 2014 21:04:41 +0000 (16:04 -0500)]
Re-add project file to *.am since the file now exists

10 years agoProtect NDEBUG in case already defined
Emden R. Gansner [Mon, 3 Mar 2014 21:04:04 +0000 (16:04 -0500)]
Protect NDEBUG in case already defined

10 years agoAnother pass trying to get the Windows build right.
Emden R. Gansner [Mon, 3 Mar 2014 19:58:45 +0000 (14:58 -0500)]
Another pass trying to get the Windows build right.

10 years agoAdd project file for the edgepaint library
Emden R. Gansner [Mon, 3 Mar 2014 19:02:21 +0000 (14:02 -0500)]
Add project file for the edgepaint library

10 years agoTweaks to files for Windows build.
Emden R. Gansner [Mon, 3 Mar 2014 18:36:13 +0000 (13:36 -0500)]
Tweaks to files for Windows build.

10 years agoRemove stupid extra character
Emden R. Gansner [Mon, 3 Mar 2014 15:54:21 +0000 (10:54 -0500)]
Remove stupid extra character

10 years agoRemove reference to windows project file
Emden R. Gansner [Mon, 3 Mar 2014 15:40:13 +0000 (10:40 -0500)]
Remove reference to windows project file

10 years agoFix name for vcproj file for edgepaint program
Emden R. Gansner [Mon, 3 Mar 2014 15:34:27 +0000 (10:34 -0500)]
Fix name for vcproj file for edgepaint program

10 years agoMerge branch 'master' of github.com:ellson/graphviz
John Ellson [Mon, 3 Mar 2014 14:54:30 +0000 (09:54 -0500)]
Merge branch 'master' of github.com:ellson/graphviz

10 years agoFurther processing of Yifan's edge painting code: add copyright notice
Emden R. Gansner [Sun, 2 Mar 2014 23:44:39 +0000 (18:44 -0500)]
Further processing of Yifan's edge painting code: add copyright notice
to new source files and #ifndefs to .h files;
update gvmap to use color_schemes;
pull valid color scheme name test from main programs and make a function
in the color_palette library.

10 years agoFinish clean between two conflicting versions of DotIO.c, principally
Emden R. Gansner [Sat, 1 Mar 2014 22:49:07 +0000 (17:49 -0500)]
Finish clean between two conflicting versions of DotIO.c, principally
removing last remnants of old libgraph usage.

10 years agoRemove duplicate declarations.
Emden R. Gansner [Sat, 1 Mar 2014 22:48:45 +0000 (17:48 -0500)]
Remove duplicate declarations.

10 years agoRemove generated shell script from repository
Emden R. Gansner [Fri, 28 Feb 2014 20:17:24 +0000 (15:17 -0500)]
Remove generated shell script from repository

10 years agoFix duplicated function
Emden R. Gansner [Fri, 28 Feb 2014 20:17:03 +0000 (15:17 -0500)]
Fix duplicated function

10 years agoMerge branch 'master' of https://github.com/ellson/graphviz
Emden R. Gansner [Fri, 28 Feb 2014 20:10:45 +0000 (15:10 -0500)]
Merge branch 'master' of https://github.com/ellson/graphviz

Conflicts:
lib/sparse/DotIO.c
lib/sparse/DotIO.h

10 years agoIntegrate Yifan's edgepaint code into graphviz.
Emden R. Gansner [Fri, 28 Feb 2014 20:05:44 +0000 (15:05 -0500)]
Integrate Yifan's edgepaint code into graphviz.

10 years agochanged due to edgepaint
Yifan Hu [Fri, 28 Feb 2014 17:14:01 +0000 (12:14 -0500)]
changed due to edgepaint

10 years agoFix configure script and intermediate makefiles for new edgepaint library
Emden R. Gansner [Fri, 28 Feb 2014 15:57:50 +0000 (10:57 -0500)]
Fix configure script and intermediate makefiles for new edgepaint library
and tool.

10 years agoFix gv.rm function on graphs to just call agclose().
Emden R. Gansner [Fri, 28 Feb 2014 15:52:38 +0000 (10:52 -0500)]
Fix gv.rm function on graphs to just call agclose().

10 years agodriver routine for edgepaint, a tool for coloring edges of a drawing so that conflict...
Yifan Hu [Fri, 28 Feb 2014 15:25:51 +0000 (10:25 -0500)]
driver routine for edgepaint, a tool for coloring edges of a drawing so that conflicting edges (crossing at small engle, or almost paralle and close) and colored using distinct colors

10 years agomain edgepaint (also know as clarify) routines for coloring nodes of a graph to maxim...
Yifan Hu [Fri, 28 Feb 2014 15:22:52 +0000 (10:22 -0500)]
main edgepaint (also know as clarify) routines for coloring nodes of a graph to maximize color distances along edges

10 years agoNote change in neato output
Emden R. Gansner [Wed, 26 Feb 2014 21:16:44 +0000 (16:16 -0500)]
Note change in neato output

10 years agoFix neato to avoid unnecessary translations. This will allow nodes that have a fixed...
Emden R. Gansner [Wed, 26 Feb 2014 21:03:34 +0000 (16:03 -0500)]
Fix neato to avoid unnecessary translations. This will allow nodes that have a fixed position
to have the same position on output.

10 years agofix #2425
John Ellson [Wed, 26 Feb 2014 15:37:40 +0000 (10:37 -0500)]
fix #2425

10 years agoadd asserts to track down #2425
John Ellson [Wed, 26 Feb 2014 15:32:09 +0000 (10:32 -0500)]
add asserts to track down #2425

10 years agotry to make png image loading more robust for bug #2425
John Ellson [Tue, 25 Feb 2014 21:10:28 +0000 (16:10 -0500)]
try to make png image loading more robust for bug #2425

10 years agoFix test for no layout. With cgraph, we first have to check that the Agraphinfo_t...
Emden R. Gansner [Tue, 25 Feb 2014 16:42:42 +0000 (11:42 -0500)]
Fix test for no layout. With cgraph, we first have to check that the Agraphinfo_t record
exist before using GD_drawing.

10 years ago Fix bug 2424
Emden R. Gansner [Tue, 25 Feb 2014 13:33:39 +0000 (08:33 -0500)]
Fix bug 2424

10 years agoFix java install to us ln -f to prevent warning message.
Emden R. Gansner [Tue, 25 Feb 2014 13:32:34 +0000 (08:32 -0500)]
Fix java install to us ln -f to prevent warning message.

10 years agoAck, fix stupid bug introduced when fixing bug 2423.
Emden R. Gansner [Fri, 21 Feb 2014 22:26:57 +0000 (17:26 -0500)]
Ack, fix stupid bug introduced when fixing bug 2423.

10 years agotry again
John Ellson [Wed, 19 Feb 2014 21:36:44 +0000 (16:36 -0500)]
try again

10 years agotry again
John Ellson [Wed, 19 Feb 2014 21:18:25 +0000 (16:18 -0500)]
try again

10 years agoattempt to deal with php versioning crap on EL5 (correction)
John Ellson [Wed, 19 Feb 2014 21:07:04 +0000 (16:07 -0500)]
attempt to deal with php versioning crap on EL5 (correction)

10 years agoattempt to deal with php versioning crap on EL4
John Ellson [Wed, 19 Feb 2014 20:59:02 +0000 (15:59 -0500)]
attempt to deal with php versioning crap on EL4

10 years agoChange (const jbyte*) to (jbyte*) to appease older compiler.
Emden R. Gansner [Wed, 19 Feb 2014 19:45:30 +0000 (14:45 -0500)]
Change (const jbyte*) to (jbyte*) to appease older compiler.

10 years agoMerge branch 'master' of https://github.com/ellson/graphviz
Emden R. Gansner [Wed, 19 Feb 2014 19:18:50 +0000 (14:18 -0500)]
Merge branch 'master' of https://github.com/ellson/graphviz

10 years agoMake sure margin values are initialized to prevent warning
Emden R. Gansner [Wed, 19 Feb 2014 19:09:55 +0000 (14:09 -0500)]
Make sure margin values are initialized to prevent warning

10 years agofix typo
John Ellson [Wed, 19 Feb 2014 18:22:09 +0000 (13:22 -0500)]
fix typo

10 years agofix syntax in configure.ac
John Ellson [Wed, 19 Feb 2014 16:41:46 +0000 (11:41 -0500)]
fix syntax in configure.ac

10 years agoenable php in el5 builds
John Ellson [Wed, 19 Feb 2014 16:36:37 +0000 (11:36 -0500)]
enable php in el5 builds

10 years agoMerge branch 'master' of github.com:ellson/graphviz
John Ellson [Wed, 19 Feb 2014 16:33:51 +0000 (11:33 -0500)]
Merge branch 'master' of github.com:ellson/graphviz

10 years agoattempt to support older swig without -php5 option
John Ellson [Wed, 19 Feb 2014 16:33:31 +0000 (11:33 -0500)]
attempt to support older swig without -php5 option

10 years agoForgot new file
Emden R. Gansner [Wed, 19 Feb 2014 16:06:40 +0000 (11:06 -0500)]
Forgot new file

10 years agoFix bug 2423
Emden R. Gansner [Wed, 19 Feb 2014 15:22:15 +0000 (10:22 -0500)]
Fix bug 2423

10 years agoAdd more information concerning the use of HTML strings via the library API
Emden R. Gansner [Tue, 18 Feb 2014 16:55:37 +0000 (11:55 -0500)]
Add more information concerning the use of HTML strings via the library API

10 years agoFix bug 2422 (update visio plugin to textspan_t)
Emden R. Gansner [Tue, 18 Feb 2014 16:54:04 +0000 (11:54 -0500)]
Fix bug 2422 (update visio plugin to textspan_t)

10 years agoFix the java component of SWIG; still need to fix documentation and jni lib extension.
Emden R. Gansner [Mon, 17 Feb 2014 22:37:09 +0000 (17:37 -0500)]
Fix the java component of SWIG; still need to fix documentation and jni lib extension.

10 years agoMake sure release versions of mingle and minglelib are not compiled
Emden R. Gansner [Wed, 12 Feb 2014 22:24:03 +0000 (17:24 -0500)]
Make sure release versions of mingle and minglelib are not compiled
on Windows with -DDEBUG. Otherwise, makes them dependent on debug and
developement libraries which aren't necessarily on other systems.

10 years agoDocument sides attribute of html tables.
Emden R. Gansner [Tue, 11 Feb 2014 16:04:03 +0000 (11:04 -0500)]
Document sides attribute of html tables.

10 years agoAdd request for better tred.
Emden R. Gansner [Tue, 11 Feb 2014 16:03:47 +0000 (11:03 -0500)]
Add request for better tred.

10 years agoRemove old integer based calculations.
Emden R. Gansner [Tue, 11 Feb 2014 15:51:06 +0000 (10:51 -0500)]
Remove old integer based calculations.

10 years agoAllow cells and tables to specify which borders should be drawn in
Emden R. Gansner [Sun, 9 Feb 2014 01:05:55 +0000 (20:05 -0500)]
Allow cells and tables to specify which borders should be drawn in
the non-curved case.

10 years agoAdd updated pdf file
Emden R. Gansner [Fri, 7 Feb 2014 21:06:51 +0000 (16:06 -0500)]
Add updated pdf file

10 years agoProvide additional information about moving from libgraph to libcgraph.
Emden R. Gansner [Fri, 7 Feb 2014 20:38:33 +0000 (15:38 -0500)]
Provide additional information about moving from libgraph to libcgraph.

10 years agoMerge branch 'master' of https://github.com/ellson/graphviz
Emden R. Gansner [Wed, 5 Feb 2014 21:54:39 +0000 (16:54 -0500)]
Merge branch 'master' of https://github.com/ellson/graphviz

10 years agoAdd new function declaration for Windows
Emden R. Gansner [Wed, 5 Feb 2014 21:54:17 +0000 (16:54 -0500)]
Add new function declaration for Windows

10 years agoFix license.
Emden R. Gansner [Tue, 4 Feb 2014 17:00:15 +0000 (12:00 -0500)]
Fix license.

10 years agoAdd new item
Emden R. Gansner [Tue, 4 Feb 2014 15:50:24 +0000 (10:50 -0500)]
Add new item

10 years agoUpdate documentation on fixedsize=shape
Emden R. Gansner [Mon, 3 Feb 2014 23:59:50 +0000 (18:59 -0500)]
Update documentation on fixedsize=shape

10 years agoFinish implementation of node shapes with fixedsize=shape
Emden R. Gansner [Mon, 3 Feb 2014 19:13:09 +0000 (14:13 -0500)]
Finish implementation of node shapes with fixedsize=shape

10 years agoHandle fonts in background output;
Emden R. Gansner [Mon, 3 Feb 2014 19:11:05 +0000 (14:11 -0500)]
Handle fonts in background output;
handle font characteristics in emit.

10 years agoAdd version info for 't' xdot command.
Emden R. Gansner [Mon, 3 Feb 2014 18:54:28 +0000 (13:54 -0500)]
Add version info for 't' xdot command.

10 years agoAdd color format converter.
Emden R. Gansner [Mon, 3 Feb 2014 18:43:39 +0000 (13:43 -0500)]
Add color format converter.

10 years agoMore items
Emden R. Gansner [Mon, 3 Feb 2014 16:23:55 +0000 (11:23 -0500)]
More items

10 years agoAdd most of the implementation allowing fixed shapes. That is, the label has no effec...
Emden R. Gansner [Sun, 2 Feb 2014 22:49:45 +0000 (17:49 -0500)]
Add most of the implementation allowing fixed shapes. That is, the label has no effect on the shape size but can stick outside. The full size is used for overlap removal, but only the shape is used for edge routing.

10 years agoFix bug 2420.
Emden R. Gansner [Sun, 2 Feb 2014 22:44:19 +0000 (17:44 -0500)]
Fix bug 2420.

10 years agoAdd another item.
Emden R. Gansner [Sun, 2 Feb 2014 22:14:45 +0000 (17:14 -0500)]
Add another item.

10 years agoProtect print to stderr with Verbose flag
Emden R. Gansner [Sat, 1 Feb 2014 16:57:46 +0000 (11:57 -0500)]
Protect print to stderr with Verbose flag

10 years agoFix typos
Emden R. Gansner [Thu, 30 Jan 2014 21:14:01 +0000 (16:14 -0500)]
Fix typos

10 years agoAdd new item
Emden R. Gansner [Thu, 30 Jan 2014 20:49:56 +0000 (15:49 -0500)]
Add new item

10 years agoUpdate todo list for users; keep old list in internal_todo.html
Emden R. Gansner [Thu, 30 Jan 2014 20:21:11 +0000 (15:21 -0500)]
Update todo list for users; keep old list in internal_todo.html

10 years agoMake syntax errors hard
Emden R. Gansner [Thu, 30 Jan 2014 14:11:36 +0000 (09:11 -0500)]
Make syntax errors hard

10 years agoRemove change made in d19b672a3c06f0ae95b1da38b63b068f71eb266f until we can
Emden R. Gansner [Thu, 30 Jan 2014 13:45:06 +0000 (08:45 -0500)]
Remove change made in d19b672a3c06f0ae95b1da38b63b068f71eb266f until we can
remember why this change was made.

10 years agoFix bug introduced yesterday.
Emden R. Gansner [Wed, 29 Jan 2014 21:56:19 +0000 (16:56 -0500)]
Fix bug introduced yesterday.

10 years agoProvide two entry points for "straight" line generation since dot works on
Emden R. Gansner [Tue, 28 Jan 2014 19:28:06 +0000 (14:28 -0500)]
Provide two entry points for "straight" line generation since dot works on
different assumptions than other routing

10 years agoReset gvc->write_fn in gv.renderchannel and gv.renderresult so that later
Emden R. Gansner [Mon, 27 Jan 2014 00:38:09 +0000 (19:38 -0500)]
Reset gvc->write_fn in gv.renderchannel and gv.renderresult so that later
calls to gv.render, which requires the default I/O, work.

10 years agoFix for bug 2417.
Emden R. Gansner [Fri, 24 Jan 2014 16:46:26 +0000 (11:46 -0500)]
Fix for bug 2417.

10 years agoFix core ps driver to use the new ps_string API, and wrap the root URL in parens...
Emden R. Gansner [Fri, 24 Jan 2014 16:00:08 +0000 (11:00 -0500)]
Fix core ps driver to use the new ps_string API, and wrap the root URL in parens to have legal
postscript;
handle base url and chars using ps_string. (The anchors were not being generated as ps strings.)

10 years agoExtend ps_string to use a raw utf8 string, just escaping parentheses as necessary.
Emden R. Gansner [Fri, 24 Jan 2014 15:55:36 +0000 (10:55 -0500)]
Extend ps_string to use a raw utf8 string, just escaping parentheses as necessary.
This is needed for the lasi renderer.

10 years agoMerge branch 'master' of https://github.com/ellson/graphviz
Emden R. Gansner [Fri, 24 Jan 2014 13:45:35 +0000 (08:45 -0500)]
Merge branch 'master' of https://github.com/ellson/graphviz

10 years agoFix bug 2413
Emden R. Gansner [Fri, 24 Jan 2014 13:45:14 +0000 (08:45 -0500)]
Fix bug 2413

10 years agoremove Makefile.old from tar.gz by removing from EXTRA_DIST .. Makefile.old still...
John Ellson [Thu, 23 Jan 2014 19:05:07 +0000 (14:05 -0500)]
remove Makefile.old from tar.gz by removing from EXTRA_DIST .. Makefile.old still in repo for now

10 years agoIgnore non-0 control characters that may occur in record labels.
Emden R. Gansner [Wed, 22 Jan 2014 21:56:47 +0000 (16:56 -0500)]
Ignore non-0 control characters that may occur in record labels.

10 years agoLoosen pathname matching
Emden R. Gansner [Wed, 22 Jan 2014 21:55:36 +0000 (16:55 -0500)]
Loosen pathname matching

10 years agoMerge pull request #12 from k0da/master
John Ellson [Wed, 22 Jan 2014 19:33:35 +0000 (11:33 -0800)]
Merge pull request #12 from k0da/master

Set libdir to lib64 on ppc64le

10 years agoSet libdir to lib64 on ppc64le
Dinar Valeev [Wed, 22 Jan 2014 00:12:42 +0000 (01:12 +0100)]
Set libdir to lib64 on ppc64le

Signed-off-by: Dinar Valeev <dvaleev@suse.com>
10 years agoAdd new C file to sparse library build.
Emden R. Gansner [Thu, 16 Jan 2014 20:36:02 +0000 (15:36 -0500)]
Add new C file to sparse library build.

10 years agofix for gd jpg imageloader inventing transparency when ther is none
John Ellson [Thu, 16 Jan 2014 17:07:47 +0000 (12:07 -0500)]
fix for gd jpg imageloader inventing transparency when ther is none

10 years agoFix bug 2409
Emden R. Gansner [Thu, 16 Jan 2014 14:13:33 +0000 (09:13 -0500)]
Fix bug 2409

10 years agoMerge branch 'master' of https://github.com/ellson/graphviz
Yifan Hu [Wed, 15 Jan 2014 20:20:45 +0000 (15:20 -0500)]
Merge branch 'master' of https://github.com/ellson/graphviz

10 years agoadded color_palette.c which contains additional colors from ColorBrewer. Changed...
Yifan Hu [Wed, 15 Jan 2014 20:16:02 +0000 (15:16 -0500)]
added color_palette.c which contains additional colors from ColorBrewer. Changed color_palette.h so that palettes are now external and defined in color_palette.c

10 years agoadded color_palette.c which contains additional colors from ColorBrewer. Changed...
Yifan Hu [Wed, 15 Jan 2014 20:13:56 +0000 (15:13 -0500)]
added color_palette.c which contains additional colors from ColorBrewer. Changed color_palette.h so that palettes are now external and defined in color_palette.c

10 years agochange quality of cairio:quartz (9->7) to be below quartz:quartz (8)
John Ellson [Wed, 15 Jan 2014 17:15:00 +0000 (12:15 -0500)]
change quality of cairio:quartz (9->7) to be below quartz:quartz (8)