]> granicus.if.org Git - graphviz/log
graphviz
13 years agoFix strdup_and_subst_obj() so that calls not involving simple labels collapse \\...
erg [Thu, 31 Mar 2011 14:10:07 +0000 (14:10 +0000)]
Fix strdup_and_subst_obj() so that calls not involving simple labels collapse \\ to \.
Without this, users cannot get a lone backslash in an HTML-label or tooltip if it
preceded G, E, N, etc.
We don't do this for simple label text, as it is later processed to handle \n, \r, etc.
and collapses \\ to \ at that time.

13 years agoAdd item on scale attribute
erg [Wed, 30 Mar 2011 19:52:19 +0000 (19:52 +0000)]
Add item on scale attribute

13 years agoAdd oval shape as a synonym for ellipse
erg [Wed, 30 Mar 2011 18:23:18 +0000 (18:23 +0000)]
Add oval shape as a synonym for ellipse

13 years agoAdd note on the need to use HTML escape sequences in HTML strings.
erg [Wed, 30 Mar 2011 16:44:09 +0000 (16:44 +0000)]
Add note on the need to use HTML escape sequences in HTML strings.

13 years agoNote that none is a synonym for plaintext
erg [Wed, 30 Mar 2011 14:54:24 +0000 (14:54 +0000)]
Note that none is a synonym for plaintext

13 years ago*** empty log message ***
dperry [Wed, 30 Mar 2011 14:00:36 +0000 (14:00 +0000)]
*** empty log message ***

13 years agoChange raw backslashes to \ to prevent their being lost.
erg [Tue, 29 Mar 2011 21:33:48 +0000 (21:33 +0000)]
Change raw backslashes to \ to prevent their being lost.

13 years agoAdd gvPluginList
erg [Tue, 29 Mar 2011 16:36:21 +0000 (16:36 +0000)]
Add gvPluginList

13 years agoPull out change to strdup_and_subst_obj which allowed escaped backslashes.
erg [Tue, 29 Mar 2011 15:44:11 +0000 (15:44 +0000)]
Pull out change to strdup_and_subst_obj which allowed escaped backslashes.
These can be added via xml escapes, and the change significantly changes
how ordinary labels are used.

13 years agoSet up better default layout and output format
erg [Mon, 28 Mar 2011 20:55:31 +0000 (20:55 +0000)]
Set up better default layout and output format

13 years agoFix bug 2157 and broken build on ubuntu
erg [Mon, 28 Mar 2011 18:15:56 +0000 (18:15 +0000)]
Fix bug 2157 and broken build on ubuntu

13 years agoFix typo and add </BLOCKQUOTE>
erg [Mon, 28 Mar 2011 15:30:01 +0000 (15:30 +0000)]
Fix typo and add </BLOCKQUOTE>

13 years agoFix example to reflect change in semantics. Arrowtails are only shown
erg [Mon, 28 Mar 2011 15:29:23 +0000 (15:29 +0000)]
Fix example to reflect change in semantics. Arrowtails are only shown
if dir=back or both.

13 years agoAdd additional parts to the nojustify test
erg [Fri, 25 Mar 2011 18:04:51 +0000 (18:04 +0000)]
Add additional parts to the nojustify test

13 years agoPrint total number of tests
erg [Fri, 25 Mar 2011 18:04:24 +0000 (18:04 +0000)]
Print total number of tests

13 years agoFix awk script to work with cairo generated postscript
erg [Fri, 25 Mar 2011 18:04:04 +0000 (18:04 +0000)]
Fix awk script to work with cairo generated postscript

13 years agoFix nojustify bug
erg [Fri, 25 Mar 2011 18:03:04 +0000 (18:03 +0000)]
Fix nojustify bug

13 years agoFix corrupted 1.2 version
erg [Thu, 24 Mar 2011 20:23:32 +0000 (20:23 +0000)]
Fix corrupted 1.2 version

13 years agoUpdate to new baseline
erg [Thu, 24 Mar 2011 19:01:55 +0000 (19:01 +0000)]
Update to new baseline

13 years agoFix input graph to reflect change in edge semantics. It is now not enough to
erg [Thu, 24 Mar 2011 18:34:40 +0000 (18:34 +0000)]
Fix input graph to reflect change in edge semantics. It is now not enough to
specify arrowtail to see it. One needs dir=both or dir=back

13 years agoFix misspellings of URL
erg [Thu, 24 Mar 2011 18:33:21 +0000 (18:33 +0000)]
Fix misspellings of URL

13 years agoTweak multiline labels in html labels
erg [Thu, 24 Mar 2011 16:49:20 +0000 (16:49 +0000)]
Tweak multiline labels in html labels

13 years agoWIN32 Verbose
arif [Mon, 21 Mar 2011 17:00:45 +0000 (17:00 +0000)]
WIN32 Verbose

13 years agoTweak warning messages and have overlap=unknown act like overlap=false
erg [Mon, 21 Mar 2011 15:13:38 +0000 (15:13 +0000)]
Tweak warning messages and have overlap=unknown act like overlap=false

13 years agoAdd to specification of program, with -o and -C options, and a specification
erg [Fri, 18 Mar 2011 01:31:29 +0000 (01:31 +0000)]
Add to specification of program, with -o and -C options, and a specification
of how clusters are recorded.

13 years agoAdd output file option to cluster.
erg [Fri, 18 Mar 2011 01:30:44 +0000 (01:30 +0000)]
Add output file option to cluster.

13 years agoFix Dwight's changes.
erg [Thu, 17 Mar 2011 21:22:27 +0000 (21:22 +0000)]
Fix Dwight's changes.

13 years agoIn nop, don't invoke adjust if a background is present.
erg [Thu, 17 Mar 2011 19:17:42 +0000 (19:17 +0000)]
In nop, don't invoke adjust if a background is present.

13 years agoadding man page for cluster
yifanhu [Thu, 17 Mar 2011 15:23:03 +0000 (15:23 +0000)]
adding man page for cluster

13 years agoadded man page for cluster
yifanhu [Thu, 17 Mar 2011 15:21:04 +0000 (15:21 +0000)]
added man page for cluster

13 years agoEdit text
erg [Wed, 16 Mar 2011 22:06:55 +0000 (22:06 +0000)]
Edit text

13 years agoFix use of ingraphs library
erg [Wed, 16 Mar 2011 22:06:26 +0000 (22:06 +0000)]
Fix use of ingraphs library

13 years agocluster function hookup
yifanhu [Wed, 16 Mar 2011 20:09:39 +0000 (20:09 +0000)]
cluster function hookup

13 years agoadded cluster function hookup
yifanhu [Wed, 16 Mar 2011 20:09:08 +0000 (20:09 +0000)]
added cluster function hookup

13 years agoadded attach_cluster
yifanhu [Wed, 16 Mar 2011 20:08:17 +0000 (20:08 +0000)]
added attach_cluster

13 years agofor utf-8 compatibility some chars should be converted to unsigned chars. I changed...
arif [Wed, 16 Mar 2011 17:48:30 +0000 (17:48 +0000)]
for utf-8 compatibility some chars should be converted to unsigned chars. I changed one function critical for WIN32 but this requires more attention and clean up later on.

13 years agoFiles that support font testing.
dperry [Tue, 15 Mar 2011 19:50:10 +0000 (19:50 +0000)]
Files that support font testing.

13 years agoicon is added
arif [Tue, 15 Mar 2011 15:31:08 +0000 (15:31 +0000)]
icon is added

13 years agowindow icon
arif [Tue, 15 Mar 2011 15:30:41 +0000 (15:30 +0000)]
window icon

13 years agodefault preview image format was chagned to png
arif [Mon, 14 Mar 2011 18:14:58 +0000 (18:14 +0000)]
default preview image format was chagned to png

13 years agocorrect some formating error
yifanhu [Sun, 13 Mar 2011 19:30:46 +0000 (19:30 +0000)]
correct some formating error

13 years agoadded more content to manpage, include options -a and -s, and examples.
yifanhu [Sun, 13 Mar 2011 17:31:13 +0000 (17:31 +0000)]
added more content to manpage, include options -a and -s, and examples.

13 years agoallowed negative value for -a option. Make default -1 and auto-select the value....
yifanhu [Sun, 13 Mar 2011 17:30:36 +0000 (17:30 +0000)]
allowed negative value for -a option. Make default -1 and auto-select the value. This make -a option value 0 when n < 4500 to avoid slow computing time for huge graphs

13 years agodeleted read_data and associated functions.
yifanhu [Sun, 13 Mar 2011 16:40:08 +0000 (16:40 +0000)]
deleted read_data and associated functions.

13 years agodelete a print statement
yifanhu [Fri, 11 Mar 2011 21:45:47 +0000 (21:45 +0000)]
delete a print statement

13 years agoFile that only tests font creation.
dperry [Thu, 10 Mar 2011 22:35:46 +0000 (22:35 +0000)]
File that only tests font creation.

13 years agoModified to accept a test filename from command line.
dperry [Thu, 10 Mar 2011 22:33:58 +0000 (22:33 +0000)]
Modified to accept a test filename from command line.

13 years agoGraphs that support font testing.
dperry [Thu, 10 Mar 2011 22:28:09 +0000 (22:28 +0000)]
Graphs that support font testing.

13 years agowinregex source file is added to gvc project file
arif [Wed, 9 Mar 2011 16:27:52 +0000 (16:27 +0000)]
winregex source file is added to gvc project file

13 years agowin_regex depenency removed
arif [Wed, 9 Mar 2011 16:24:19 +0000 (16:24 +0000)]
win_regex depenency removed

13 years agodwight.h is removed , some warnings are cleaned up
arif [Wed, 9 Mar 2011 16:14:06 +0000 (16:14 +0000)]
dwight.h is removed , some warnings are cleaned up

13 years agogvedit development
arif [Tue, 8 Mar 2011 19:55:50 +0000 (19:55 +0000)]
gvedit development

13 years agoModified to permit retrieval of an array of avialable fonts.
dperry [Tue, 8 Mar 2011 15:31:57 +0000 (15:31 +0000)]
Modified to permit retrieval of an array of avialable fonts.

13 years agoRemove static function max from dot.c due to Windows conflict.
erg [Mon, 7 Mar 2011 18:05:47 +0000 (18:05 +0000)]
Remove static function max from dot.c due to Windows conflict.

13 years agonew sparse files are added to VS project file
arif [Mon, 7 Mar 2011 17:17:26 +0000 (17:17 +0000)]
new sparse files are added to VS project file

13 years agonew files are added to project file
arif [Mon, 7 Mar 2011 17:16:53 +0000 (17:16 +0000)]
new files are added to project file

13 years agosyntax error in line 38 fixed (double ;)
arif [Mon, 7 Mar 2011 16:40:18 +0000 (16:40 +0000)]
syntax error in line 38 fixed (double ;)

13 years agoopen browser for help
arif [Fri, 4 Mar 2011 19:21:11 +0000 (19:21 +0000)]
open browser for help
qt temp file solution applied

13 years agoFix double call to functions when used in MAX macro
erg [Fri, 4 Mar 2011 17:38:16 +0000 (17:38 +0000)]
Fix double call to functions when used in MAX macro

13 years agoUse config.h
erg [Fri, 4 Mar 2011 17:05:15 +0000 (17:05 +0000)]
Use config.h

13 years agogvedit WIN32 final few issues
arif [Fri, 4 Mar 2011 16:03:41 +0000 (16:03 +0000)]
gvedit WIN32 final few issues

13 years agogvedit temp file
arif [Thu, 3 Mar 2011 19:12:57 +0000 (19:12 +0000)]
gvedit temp file

13 years agoattrs.txt loading fixed
arif [Thu, 3 Mar 2011 17:25:21 +0000 (17:25 +0000)]
attrs.txt loading fixed

13 years agoFix gvmap code for linux environment using triangle.c
erg [Thu, 3 Mar 2011 16:54:28 +0000 (16:54 +0000)]
Fix gvmap code for linux environment using triangle.c

13 years agogvedit fixes
arif [Thu, 3 Mar 2011 16:33:54 +0000 (16:33 +0000)]
gvedit fixes

13 years agoAdd initial code for gvmap
erg [Thu, 3 Mar 2011 15:29:36 +0000 (15:29 +0000)]
Add initial code for gvmap

13 years agoAdd new attributes used by sfdp
erg [Thu, 3 Mar 2011 03:12:52 +0000 (03:12 +0000)]
Add new attributes used by sfdp

13 years agoAdd gvmap to configure file
erg [Thu, 3 Mar 2011 03:11:16 +0000 (03:11 +0000)]
Add gvmap to configure file

13 years agoAdd gvmap to makefile
erg [Thu, 3 Mar 2011 03:08:56 +0000 (03:08 +0000)]
Add gvmap to makefile

13 years agoReset error count after parse-layout-render pass
erg [Thu, 3 Mar 2011 01:20:38 +0000 (01:20 +0000)]
Reset error count after parse-layout-render  pass

13 years ago(sigh) Fix typos
erg [Thu, 3 Mar 2011 01:15:24 +0000 (01:15 +0000)]
(sigh) Fix typos

13 years agoMaintain more correct count of errors.
erg [Thu, 3 Mar 2011 01:14:18 +0000 (01:14 +0000)]
Maintain more correct count of errors.

13 years agoAdd implementation of get_tri using GTS library
erg [Thu, 3 Mar 2011 01:11:10 +0000 (01:11 +0000)]
Add implementation of get_tri using GTS library

13 years agoAllow reset error count
erg [Thu, 3 Mar 2011 01:09:42 +0000 (01:09 +0000)]
Allow reset error count

13 years agoAdd function to reset error count
erg [Thu, 3 Mar 2011 01:04:43 +0000 (01:04 +0000)]
Add function to reset error count

13 years agoFix gvedit so that we don't try to lay out graphs with parse errors
erg [Thu, 3 Mar 2011 00:52:59 +0000 (00:52 +0000)]
Fix gvedit so that we don't try to lay out graphs with parse errors

13 years agoFix code to allow command line arguments
erg [Wed, 2 Mar 2011 22:24:59 +0000 (22:24 +0000)]
Fix code to allow command line arguments

13 years agoFix graph reader function to do minimal copying and work with utf-8.
erg [Wed, 2 Mar 2011 21:45:05 +0000 (21:45 +0000)]
Fix graph reader function to do minimal copying and work with utf-8.

13 years agoFix some indentation;
erg [Wed, 2 Mar 2011 21:00:02 +0000 (21:00 +0000)]
Fix some indentation;
have gvRender* functions use return value of gvRenderJobs

13 years agoFix graph reader function to be simpler and return the required \n as part of the
erg [Wed, 2 Mar 2011 20:16:01 +0000 (20:16 +0000)]
Fix graph reader function to be simpler and return the required \n as part of the
string;
remove call to aginit; this is handled in gvContext. In addition, calling from
here is bad, as C++ computes a different size for Agnodeinfo_t than the C compiler.

13 years agoRemove unnecessary include of graph.h as gvc.h is already included
erg [Wed, 2 Mar 2011 20:14:15 +0000 (20:14 +0000)]
Remove unnecessary include of graph.h as gvc.h is already included

13 years agotwo new button icons
arif [Wed, 2 Mar 2011 19:18:35 +0000 (19:18 +0000)]
two new button icons

13 years agogvedit development
arif [Tue, 1 Mar 2011 19:10:51 +0000 (19:10 +0000)]
gvedit development

13 years agoPut in correct attribute name.
erg [Tue, 1 Mar 2011 18:23:28 +0000 (18:23 +0000)]
Put in correct attribute name.

13 years agograph.lib added to dependencies
arif [Mon, 28 Feb 2011 16:47:41 +0000 (16:47 +0000)]
graph.lib added to dependencies

13 years agoAdd new features to sfdp
erg [Mon, 28 Feb 2011 16:19:43 +0000 (16:19 +0000)]
Add new features to sfdp

13 years agoAdd new functions and features for sfdp and gvmap
erg [Mon, 28 Feb 2011 16:17:40 +0000 (16:17 +0000)]
Add new functions and features for sfdp and gvmap

13 years agoFix mm2gv to use new sparse matrix api, and remove functions provided there.
erg [Mon, 28 Feb 2011 16:10:06 +0000 (16:10 +0000)]
Fix mm2gv to use new sparse matrix api, and remove functions provided there.

13 years agoAdd new libraries and features needed for additions to sfdp and gvmap
erg [Mon, 28 Feb 2011 16:08:27 +0000 (16:08 +0000)]
Add new libraries and features needed for additions to sfdp and gvmap

13 years agotry again
ellson [Mon, 28 Feb 2011 10:47:50 +0000 (10:47 +0000)]
try again

13 years agotry agin .. either php or rpmbuild has changed behavior
ellson [Mon, 28 Feb 2011 10:01:02 +0000 (10:01 +0000)]
try agin .. either php or rpmbuild has changed behavior

13 years agoCPL > EPL in packaging .spec
ellson [Mon, 28 Feb 2011 09:42:18 +0000 (09:42 +0000)]
CPL > EPL in packaging .spec

13 years agotrying to fix a new packaging problem only showing up on fc16
ellson [Mon, 28 Feb 2011 09:36:24 +0000 (09:36 +0000)]
trying to fix a new packaging problem only showing up on fc16

13 years agoAdd test for strcasestr
erg [Sat, 26 Feb 2011 21:38:46 +0000 (21:38 +0000)]
Add test for strcasestr

13 years agoClean up and simplify the code for looking up available pango fonts;
erg [Sat, 26 Feb 2011 21:33:07 +0000 (21:33 +0000)]
Clean up and simplify the code for looking up available pango fonts;
remove private data from .h file;
return to previous semantics, where no pango match corresponds to a NULL pointer;
add standard headers.

13 years agoAdd standard comments and license;
erg [Sat, 26 Feb 2011 21:10:59 +0000 (21:10 +0000)]
Add standard comments and license;
remove unnecessary include files;
make plugin access via a single function and use new
gvPluginList function.

13 years agoAdd const modifier to string insert functions. This is correct, and
erg [Sat, 26 Feb 2011 20:02:10 +0000 (20:02 +0000)]
Add const modifier to string insert functions. This is correct, and
avoids problems when the desired input string is const.

13 years agoAdd gvPluginList to gvc API - user can query available plugins;
erg [Sat, 26 Feb 2011 19:56:38 +0000 (19:56 +0000)]
Add gvPluginList to gvc API - user can query available plugins;
removed use of ad hoc extensible string from gvplugin and replaced
with agxbuf.

13 years agoMoved this directory to the graphviz-web repo
dperry [Fri, 25 Feb 2011 20:30:32 +0000 (20:30 +0000)]
Moved this directory to the graphviz-web repo

13 years agogvedit dynamic attribute loading added
arif [Fri, 25 Feb 2011 19:37:19 +0000 (19:37 +0000)]
gvedit dynamic attribute loading added