]> granicus.if.org Git - graphviz/log
graphviz
14 years agoFIx bug 1952
erg [Mon, 17 May 2010 16:12:48 +0000 (16:12 +0000)]
FIx bug 1952

14 years agoReplace recursive dfs with iterative version
erg [Wed, 12 May 2010 21:37:29 +0000 (21:37 +0000)]
Replace recursive dfs with iterative version

14 years agoUpdate old makefiles
erg [Wed, 12 May 2010 20:12:06 +0000 (20:12 +0000)]
Update old makefiles

14 years agoFix broken links, add new ones
erg [Fri, 7 May 2010 19:53:16 +0000 (19:53 +0000)]
Fix broken links, add new ones

14 years agoAdd additional links to info on HTML labels
erg [Fri, 7 May 2010 14:15:01 +0000 (14:15 +0000)]
Add additional links to info on HTML labels

14 years agoAllow GV_FILE_PATH to specify a list of directory names.
erg [Thu, 6 May 2010 19:58:26 +0000 (19:58 +0000)]
Allow GV_FILE_PATH to specify a list of directory names.

14 years agoNote the viewport overrides size attribute
erg [Thu, 6 May 2010 17:25:02 +0000 (17:25 +0000)]
Note the viewport overrides size attribute

14 years agoadd support for png/gif/jpg images in VML outputs.
ellson [Thu, 6 May 2010 16:12:29 +0000 (16:12 +0000)]
add support for png/gif/jpg images in VML outputs.
steve roush <steveroush@q.com>

14 years agoFix gvconfig_libdir function to report resolved lib directory if -v set.
erg [Thu, 6 May 2010 16:03:08 +0000 (16:03 +0000)]
Fix gvconfig_libdir function to report resolved lib directory if -v set.
Previously, this was set up to be done on the first call to this function,
but at that time, argv[] hasn't been process, so job->common.verbose had
not yet been set, and nothing is printed.

14 years agoAdd comments describing xdot fields
erg [Wed, 5 May 2010 22:17:57 +0000 (22:17 +0000)]
Add comments describing xdot fields

14 years agoFix bug in emitting xdot background;
erg [Wed, 5 May 2010 22:17:29 +0000 (22:17 +0000)]
Fix bug in emitting xdot background;
fix a comment

14 years agoClean up makefile for info files;
erg [Fri, 30 Apr 2010 20:08:14 +0000 (20:08 +0000)]
Clean up makefile for info files;
add svg color scheme

14 years agoFix bug in multispline code
erg [Fri, 30 Apr 2010 18:20:15 +0000 (18:20 +0000)]
Fix bug in multispline code

14 years agoUpdate old makefile
erg [Wed, 28 Apr 2010 15:14:06 +0000 (15:14 +0000)]
Update old makefile

14 years agoFix bug 1931
erg [Tue, 27 Apr 2010 22:02:02 +0000 (22:02 +0000)]
Fix bug 1931

14 years agomigrating to visual studio 2008
arif [Tue, 27 Apr 2010 19:33:52 +0000 (19:33 +0000)]
migrating to visual studio 2008

14 years ago__EXPORT__ and __IMPORT__ defs for win32dll
arif [Mon, 26 Apr 2010 18:35:08 +0000 (18:35 +0000)]
__EXPORT__ and __IMPORT__ defs for win32dll

14 years agoFor boxes, enforce x and y symmetry, so that horizontal and vertical
erg [Mon, 26 Apr 2010 18:00:56 +0000 (18:00 +0000)]
For boxes, enforce x and y symmetry, so that horizontal and vertical
edges are truly such. We should probably add some mechanism to handle
such symmetries for other built-in shapes.

14 years agoAdd square.gif to Makefile to make it part of the distribution
erg [Mon, 26 Apr 2010 17:51:10 +0000 (17:51 +0000)]
Add square.gif to Makefile to make it part of the distribution

14 years agodeal with missing Xrender
ellson [Thu, 22 Apr 2010 16:44:44 +0000 (16:44 +0000)]
deal with missing Xrender

14 years agocrash when re-rendering a graph with layers (need to NULL out gvc pointers after...
glenlow [Thu, 22 Apr 2010 15:55:18 +0000 (15:55 +0000)]
crash when re-rendering a graph with layers (need to NULL out gvc pointers after freeing them, fix #1804)

14 years agomissing error object on failed init (need error message instead of crash, fix #1846)
glenlow [Thu, 22 Apr 2010 15:05:52 +0000 (15:05 +0000)]
missing error object on failed init (need error message instead of crash, fix #1846)

14 years ago- fix incorrect bitmap format rendered (missing initializer causing off-by-one error)
glenlow [Thu, 22 Apr 2010 13:24:31 +0000 (13:24 +0000)]
- fix incorrect bitmap format rendered (missing initializer causing off-by-one error)
- rendering bitmaps on iPhoneOS now uses memory-mapped scratch files
- text layout better abstracted between Mac OS X and iPhoneOS
- more robust environment detection at build time

14 years agoFix bugs
erg [Thu, 15 Apr 2010 19:22:54 +0000 (19:22 +0000)]
Fix bugs
1400
1402
1510
1596
1622
1629
1716
1857
1871
1896
1922

14 years agolabel locations fixed to center of nodes
arif [Wed, 14 Apr 2010 20:20:29 +0000 (20:20 +0000)]
label locations fixed to center of nodes

14 years agoFix declaration occurring in a block after statements so the code will
erg [Wed, 14 Apr 2010 20:14:45 +0000 (20:14 +0000)]
Fix declaration occurring in a block after statements so the code will
compile with ancient C compilers.

14 years agoRemove extraneous semicolon
erg [Wed, 14 Apr 2010 20:12:53 +0000 (20:12 +0000)]
Remove extraneous semicolon

14 years agoUpdate todo list
erg [Wed, 14 Apr 2010 17:45:39 +0000 (17:45 +0000)]
Update todo list

14 years agoUse getAttrInt for defaultnodeshape rather than getAttrBool;
erg [Wed, 14 Apr 2010 17:45:22 +0000 (17:45 +0000)]
Use getAttrInt for defaultnodeshape rather than getAttrBool;
hook back in background graphics

14 years agoUse integer values for combo boxes
erg [Wed, 14 Apr 2010 17:44:15 +0000 (17:44 +0000)]
Use integer values for combo boxes

14 years agoFix bug 1923
erg [Mon, 12 Apr 2010 21:58:26 +0000 (21:58 +0000)]
Fix bug 1923

14 years agoFix incorrect parameter passed to gv_postprocess
erg [Fri, 9 Apr 2010 22:42:30 +0000 (22:42 +0000)]
Fix incorrect parameter passed to gv_postprocess

14 years agoFix bug 552
erg [Fri, 9 Apr 2010 20:57:40 +0000 (20:57 +0000)]
Fix bug 552

14 years agoFix bug 1473
erg [Fri, 9 Apr 2010 19:32:01 +0000 (19:32 +0000)]
Fix bug 1473

14 years agoonly one bin_PROGRAPMS allowed
ellson [Tue, 6 Apr 2010 22:11:07 +0000 (22:11 +0000)]
only one bin_PROGRAPMS allowed

14 years agopartial fix for b1921 - will still fail for w,e ports on assymetric LR shapes.
ellson [Tue, 6 Apr 2010 14:42:36 +0000 (14:42 +0000)]
partial fix for b1921 - will still fail for w,e ports on assymetric LR shapes.

14 years agoinstall dot_builtins, but exclude from rpm package.
ellson [Tue, 6 Apr 2010 13:42:00 +0000 (13:42 +0000)]
install dot_builtins, but exclude from rpm package.

14 years agoadd some comments to poly_inside code
ellson [Tue, 6 Apr 2010 13:34:23 +0000 (13:34 +0000)]
add some comments to poly_inside code

14 years agofix for #1804 and #1846 from: Andrew Moss <andrewmoss@gmail.com>
ellson [Fri, 2 Apr 2010 18:06:39 +0000 (18:06 +0000)]
fix for #1804 and #1846 from:  Andrew Moss <andrewmoss@gmail.com>

14 years agoFix for bug 1911
erg [Thu, 1 Apr 2010 01:17:44 +0000 (01:17 +0000)]
Fix for bug 1911

14 years agofix for --disable-ltdl
ellson [Wed, 31 Mar 2010 19:11:17 +0000 (19:11 +0000)]
fix for --disable-ltdl

14 years agoAllow graph labels even when background is given
erg [Tue, 30 Mar 2010 18:47:09 +0000 (18:47 +0000)]
Allow graph labels even when background is given

14 years agoModify block names used when root graph is anonymous. Otherwise, agwrite
erg [Mon, 29 Mar 2010 20:22:04 +0000 (20:22 +0000)]
Modify block names used when root graph is anonymous. Otherwise, agwrite
doesn't writ them.

14 years agoFix aginit recursion bug on graphs.
north [Mon, 29 Mar 2010 17:01:12 +0000 (17:01 +0000)]
Fix aginit recursion bug on graphs.

14 years agoFix memory bug in triangle version of delaunay_tri
erg [Fri, 26 Mar 2010 18:14:15 +0000 (18:14 +0000)]
Fix memory bug in triangle version of delaunay_tri

14 years agoInitialize new field in user opts for gvpr main
erg [Thu, 25 Mar 2010 20:10:10 +0000 (20:10 +0000)]
Initialize new field in user opts for gvpr main

14 years agoZero out user opts to gvpr to protect against added fields.
erg [Mon, 22 Mar 2010 19:12:03 +0000 (19:12 +0000)]
Zero out user opts to gvpr to protect against added fields.

14 years agoAdd experimental callback feature the libgvpr
erg [Mon, 22 Mar 2010 19:11:13 +0000 (19:11 +0000)]
Add experimental callback feature the libgvpr

14 years agoman page patches from David Claughton <dave@eclecticdave.com>
ellson [Sun, 21 Mar 2010 16:13:04 +0000 (16:13 +0000)]
man page patches from David Claughton <dave@eclecticdave.com>

14 years agoRemove unused file
erg [Fri, 19 Mar 2010 16:17:02 +0000 (16:17 +0000)]
Remove unused file

14 years agoFixed various attribute use problems;
erg [Fri, 19 Mar 2010 16:07:03 +0000 (16:07 +0000)]
Fixed various attribute use problems;
removed static Agsym_t* in functions and store these now with the graph;
use macros for record access;
cleaned up unused parts of the GUI.

14 years agoFix incorrect selected node color
erg [Wed, 17 Mar 2010 22:05:34 +0000 (22:05 +0000)]
Fix incorrect selected node color

14 years agoFix incorrect border color
erg [Wed, 17 Mar 2010 22:04:47 +0000 (22:04 +0000)]
Fix incorrect border color

14 years agoRemove unused file
erg [Wed, 17 Mar 2010 19:10:00 +0000 (19:10 +0000)]
Remove unused file

14 years agoAllow empty string to be treated as default; needed for visible
erg [Wed, 17 Mar 2010 19:09:26 +0000 (19:09 +0000)]
Allow empty string to be treated as default; needed for visible

14 years agoMake default label color black;
erg [Wed, 17 Mar 2010 17:21:44 +0000 (17:21 +0000)]
Make default label color black;
add attributes for showing labels

14 years agoFix label text
erg [Wed, 17 Mar 2010 17:19:45 +0000 (17:19 +0000)]
Fix label text

14 years agoopengl dots shape are now rounded
arif [Wed, 17 Mar 2010 13:54:11 +0000 (13:54 +0000)]
opengl dots shape are now rounded

14 years agoopengl dot node size fixed
arif [Tue, 16 Mar 2010 19:09:27 +0000 (19:09 +0000)]
opengl dot node size fixed
bus error while quitting fixeselected object label color changed

14 years agotopological fisheye is back!
arif [Tue, 16 Mar 2010 18:18:24 +0000 (18:18 +0000)]
topological fisheye is back!
but it doesnt have labels

14 years agoFix attribute names to correspond with other usage
erg [Tue, 16 Mar 2010 16:17:45 +0000 (16:17 +0000)]
Fix attribute names to correspond with other usage

14 years ago*** empty log message ***
arif [Tue, 16 Mar 2010 16:01:07 +0000 (16:01 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
arif [Tue, 16 Mar 2010 15:12:16 +0000 (15:12 +0000)]
*** empty log message ***

14 years agoFix bugs 1902 and 1903
erg [Mon, 15 Mar 2010 23:02:15 +0000 (23:02 +0000)]
Fix bugs 1902 and 1903

14 years agoselected node list gui
arif [Mon, 15 Mar 2010 14:22:25 +0000 (14:22 +0000)]
selected node list gui

14 years agograph attribute `datacolumns` is used to populate node list , it should be comma...
arif [Thu, 11 Mar 2010 17:23:07 +0000 (17:23 +0000)]
graph attribute `datacolumns` is used to populate node list , it should be comma delimeted attribute list
e.g:
G[datacolumns="IP,HOST,DATA1"]

14 years agosmyrna selected node list
arif [Thu, 11 Mar 2010 15:57:36 +0000 (15:57 +0000)]
smyrna selected node list

14 years agofix complaint about "missing font 'p'"
ellson [Tue, 9 Mar 2010 17:10:34 +0000 (17:10 +0000)]
fix complaint about "missing font 'p'"

14 years agotry to fix build problem on centos4
ellson [Tue, 9 Mar 2010 17:04:16 +0000 (17:04 +0000)]
try to fix build problem on centos4

14 years agoOne more time: fix includes to removed outdated files
erg [Fri, 5 Mar 2010 20:12:46 +0000 (20:12 +0000)]
One more time: fix includes to removed outdated files

14 years agoAdd copyright and vi comments
erg [Fri, 5 Mar 2010 20:11:42 +0000 (20:11 +0000)]
Add copyright and vi comments

14 years agoRemove outdated files
erg [Fri, 5 Mar 2010 18:08:31 +0000 (18:08 +0000)]
Remove outdated files

14 years agoAdd missing function declaration
erg [Fri, 5 Mar 2010 18:06:10 +0000 (18:06 +0000)]
Add missing function declaration

14 years agoFix many warnings plus use of obsolete files
erg [Fri, 5 Mar 2010 18:02:17 +0000 (18:02 +0000)]
Fix many warnings plus use of obsolete files

14 years agoRe-delete unused files
erg [Fri, 5 Mar 2010 15:37:25 +0000 (15:37 +0000)]
Re-delete unused files

14 years agodouble check that we have all files in distro
ellson [Fri, 5 Mar 2010 11:18:36 +0000 (11:18 +0000)]
double check that we have all files in distro

14 years agoAdd missing files to distro, remove unused cmd/smyrna/gui/Makefile.am
ellson [Fri, 5 Mar 2010 10:40:08 +0000 (10:40 +0000)]
Add missing files to distro, remove unused cmd/smyrna/gui/Makefile.am

14 years agoUpdate old makefile
erg [Thu, 4 Mar 2010 20:26:37 +0000 (20:26 +0000)]
Update old makefile

14 years agoFix warning messages
erg [Thu, 4 Mar 2010 20:24:56 +0000 (20:24 +0000)]
Fix warning messages

14 years agonodes and edges can be selected seperately
arif [Wed, 3 Mar 2010 23:35:19 +0000 (23:35 +0000)]
nodes and edges can be selected seperately

14 years agoFix stupid error introduced to avoid closing a single graph
erg [Wed, 3 Mar 2010 22:22:42 +0000 (22:22 +0000)]
Fix stupid error introduced to avoid closing a single graph

14 years agosmyrna polygon selection improvement
arif [Wed, 3 Mar 2010 19:23:10 +0000 (19:23 +0000)]
smyrna polygon selection improvement

14 years agoRemove unused files
erg [Wed, 3 Mar 2010 15:40:53 +0000 (15:40 +0000)]
Remove unused files

14 years agosmyrna polygon selection
arif [Tue, 2 Mar 2010 19:45:31 +0000 (19:45 +0000)]
smyrna polygon selection

14 years agoapply patch from David Claughton <dave@eclecticdave.com>
ellson [Tue, 2 Mar 2010 01:13:14 +0000 (01:13 +0000)]
apply patch from David Claughton <dave@eclecticdave.com>

14 years agocorrect patch to lib/pathplan/libpathplan.la
ellson [Mon, 1 Mar 2010 14:20:46 +0000 (14:20 +0000)]
correct patch to lib/pathplan/libpathplan.la

14 years agoFix vrml renderer to handle line segments and point nodes again.
erg [Thu, 25 Feb 2010 23:11:42 +0000 (23:11 +0000)]
Fix vrml renderer to handle line segments and point nodes again.

14 years agoFix connected component calculation to use explicit stack rather
erg [Thu, 25 Feb 2010 18:00:31 +0000 (18:00 +0000)]
Fix connected component calculation to use explicit stack rather
than recursion in order to handle big graphs.

We already have a fair amount of bug reports where recursion has
blown the stack.

14 years agoPartial application of configure.patch from Jens Elkner <jel+iws@iws.cs.uni-magdeburg.de>
ellson [Thu, 25 Feb 2010 17:42:14 +0000 (17:42 +0000)]
Partial application of configure.patch from Jens Elkner <jel+iws@iws.cs.uni-magdeburg.de>
Does not include changes to tclsh & tclConfig.sh detection.

14 years agoUpdate TODO list
erg [Tue, 23 Feb 2010 23:37:23 +0000 (23:37 +0000)]
Update TODO list

14 years agofix build breakage on ubuntu from duplicate gv.3python man pages
ellson [Tue, 23 Feb 2010 13:50:03 +0000 (13:50 +0000)]
fix build breakage on ubuntu from duplicate gv.3python man pages

14 years agoapply patch from David Claughton <dave@eclecticdave.com>
ellson [Sun, 21 Feb 2010 15:35:09 +0000 (15:35 +0000)]
apply patch from David Claughton <dave@eclecticdave.com>
to better support font names containing spaces.
(Bug report #1888)

14 years agoadd mksvgfonts.pl to .src distros
ellson [Sun, 21 Feb 2010 15:30:24 +0000 (15:30 +0000)]
add mksvgfonts.pl to .src distros

14 years agoFix bug in nameOf for edges
erg [Wed, 17 Feb 2010 22:13:59 +0000 (22:13 +0000)]
Fix bug in nameOf for edges

14 years agocorrect typo (dot.1 => vimdot.1)
ellson [Wed, 17 Feb 2010 18:21:47 +0000 (18:21 +0000)]
correct typo (dot.1 => vimdot.1)

14 years agoapplied "doxygen -u" to Doxyfile and converted to update Doxyfile.in
ellson [Wed, 17 Feb 2010 18:08:38 +0000 (18:08 +0000)]
applied "doxygen -u" to Doxyfile and converted to update Doxyfile.in

14 years agoremove cdt.h dependence on ast_common.h
north [Wed, 17 Feb 2010 17:51:47 +0000 (17:51 +0000)]
remove cdt.h dependence on ast_common.h

14 years agoset WITH_LIBGD properly if gd library no good
ellson [Wed, 17 Feb 2010 02:27:51 +0000 (02:27 +0000)]
set WITH_LIBGD properly if gd library no good

14 years agoChange neato so that the layout of a connected graph is done on the
erg [Tue, 16 Feb 2010 22:35:23 +0000 (22:35 +0000)]
Change neato so that the layout of a connected graph is done on the
graph itself, not an induced subgraph. I can't recall why I made this
change, but I remember it was necessary to fix a problem. At the worst,
it will make this case faster without changing the overall semantics.

14 years agofixing what i broke
arif [Tue, 16 Feb 2010 20:25:29 +0000 (20:25 +0000)]
fixing what i broke