]>
granicus.if.org Git - graphviz/log
ellson [Sat, 4 Jun 2011 14:01:37 +0000 (14:01 +0000)]
prefer GNU's grep over Oracle's broken one
erg [Tue, 31 May 2011 15:46:20 +0000 (15:46 +0000)]
Fix use of extra data. Originally, we used ND_alg but this needs to be
freed, as some spline routing uses it. But when splines=compound, we
also need the PARENT field. So we now use the dot part of Agnodeinfo_t
to provide the parent and dnode fields.
ellson [Tue, 31 May 2011 12:26:13 +0000 (12:26 +0000)]
get rid of -xarch from GD_LDFLAGS as it breaks gcc
ellson [Tue, 31 May 2011 12:00:51 +0000 (12:00 +0000)]
hopefully correct -L for libgd when not in /usr/lib or /usr/lib64
ellson [Sun, 29 May 2011 19:16:19 +0000 (19:16 +0000)]
use perl instead of sed, it seems to work better on opencsw
ellson [Sun, 29 May 2011 14:46:35 +0000 (14:46 +0000)]
sed cleanup of CFLAGS from perl which break on opencsw - should be harmless elsewhere
ellson [Sun, 29 May 2011 12:27:45 +0000 (12:27 +0000)]
prevent libltdl config from modifying LIBS - its not required by all executables
ellson [Sun, 29 May 2011 09:10:38 +0000 (09:10 +0000)]
add a BUILT_SOURCES for generated headers, known to be problematic in other projects
ellson [Fri, 27 May 2011 14:54:21 +0000 (14:54 +0000)]
Fix prebuild for nightly build.
north [Fri, 27 May 2011 14:53:06 +0000 (14:53 +0000)]
Fix nightly build
erg [Wed, 25 May 2011 16:03:00 +0000 (16:03 +0000)]
Fix node memory leak in subgraphs
north [Wed, 25 May 2011 15:36:59 +0000 (15:36 +0000)]
upgrade Makefile and sources for new packages
north [Wed, 25 May 2011 15:35:22 +0000 (15:35 +0000)]
Various fixes for package upgrades.
north [Tue, 24 May 2011 20:34:24 +0000 (20:34 +0000)]
Hack to remove pango plugin before post-install registration on older Macs.
Works for me, anyway.
erg [Tue, 24 May 2011 20:17:01 +0000 (20:17 +0000)]
Add utility function to return approximate midpoint of an edge
north [Tue, 24 May 2011 20:10:36 +0000 (20:10 +0000)]
rename leopard as Darwin.i386
remove ppc64 and x86_64
north [Tue, 24 May 2011 20:02:11 +0000 (20:02 +0000)]
updated cairo and pango packages
ellson [Tue, 24 May 2011 16:05:09 +0000 (16:05 +0000)]
not sure if PKG_CHECK_MODULES understands VERSION_MICO, restore
ellson [Tue, 24 May 2011 15:51:55 +0000 (15:51 +0000)]
don't die if PKG_CHECK_MODULES not available - el4, el5
ellson [Tue, 24 May 2011 15:41:24 +0000 (15:41 +0000)]
use complete guile version number in package check
erg [Mon, 23 May 2011 19:21:58 +0000 (19:21 +0000)]
Fix apple code for dynamic library directory lookup; previous code did
a strcpy into unallocated memory.
ellson [Sun, 22 May 2011 17:08:46 +0000 (17:08 +0000)]
needs not /home/ellson in Makefile
ellson [Sun, 22 May 2011 15:59:52 +0000 (15:59 +0000)]
apply graphviz-2.28.0-fix-format-errors.patch from Mandriva cooker. as found on: http://sophie.zarb.org/sources/graphviz/
ellson [Sun, 22 May 2011 14:19:22 +0000 (14:19 +0000)]
apply patch ito support rlocatability on Macs from Thomas Keller <me@thomaskeller.biz>
ellson [Fri, 20 May 2011 22:34:30 +0000 (22:34 +0000)]
cvsignore graphviz_version.h
ellson [Fri, 20 May 2011 21:08:04 +0000 (21:08 +0000)]
use backtick syntax to avoid complaints about GNU extensions
ellson [Fri, 20 May 2011 15:06:43 +0000 (15:06 +0000)]
stupid Sun compilers don't allow return (void) to void functions!
ellson [Fri, 20 May 2011 14:39:27 +0000 (14:39 +0000)]
simplify log2() conditional - WIN32 won't have set HAVE_LOG2 so should work there too
ellson [Fri, 20 May 2011 14:28:36 +0000 (14:28 +0000)]
add check for log2() - not available on Solaris9
ellson [Thu, 19 May 2011 20:11:59 +0000 (20:11 +0000)]
attempt to make GUILE_VERSION testing a bit more robust
north [Thu, 19 May 2011 19:32:09 +0000 (19:32 +0000)]
Makefile should point to $HOME/FIX not /opt/local
ellson [Thu, 19 May 2011 18:18:43 +0000 (18:18 +0000)]
apply patch from Redhat maintainer for guile-2 support
http://jskarvad.fedorapeople.org/graphviz-2.28.0-guile-detect-ac.patch
erg [Wed, 18 May 2011 19:31:56 +0000 (19:31 +0000)]
Support graph and edge ids
erg [Wed, 18 May 2011 18:08:50 +0000 (18:08 +0000)]
Update gml2gv for newer version of gml
ellson [Sat, 7 May 2011 03:46:30 +0000 (03:46 +0000)]
opening 2.29 developement series
ellson [Sat, 7 May 2011 03:25:24 +0000 (03:25 +0000)]
graphviz-2.28 stable release
arif [Fri, 6 May 2011 15:15:33 +0000 (15:15 +0000)]
command line files
run wtihout settings
erg [Thu, 5 May 2011 15:15:02 +0000 (15:15 +0000)]
Remove duplicated call to showSettings.
erg [Wed, 4 May 2011 18:44:30 +0000 (18:44 +0000)]
Fix problem with graphs given on the command line. The implementation of drawing uses an active Mdi
window, but apparently none are active until the main window appears. This meant that pre-emptively
drawing graphs given on the command line caused a crash. Fixed this.
north [Tue, 3 May 2011 18:27:02 +0000 (18:27 +0000)]
some things done
arif [Tue, 3 May 2011 16:45:18 +0000 (16:45 +0000)]
if pos is available run nop2
arif [Mon, 2 May 2011 19:09:00 +0000 (19:09 +0000)]
1-gvedit generates preview automatically when a file is opened
2-run doesnt show the settings window anymore
arif [Mon, 2 May 2011 18:34:19 +0000 (18:34 +0000)]
extern is defined
yifanhu [Sat, 30 Apr 2011 01:57:17 +0000 (01:57 +0000)]
made option -C to be a target number of clusters, instead of just an upper bound.
erg [Fri, 29 Apr 2011 18:46:20 +0000 (18:46 +0000)]
Add -e option to not add induced edges;
fix bug dealing whereby no output is produced by anonymous graphs.
erg [Thu, 28 Apr 2011 20:39:23 +0000 (20:39 +0000)]
Remove extraneous .TP
ellson [Thu, 28 Apr 2011 00:11:11 +0000 (00:11 +0000)]
try using rounded joins in both cairo and quartz, for all line-joins
ellson [Wed, 27 Apr 2011 23:42:17 +0000 (23:42 +0000)]
use CAIRO_LINE_JOIN_ROUND for polygons
erg [Wed, 27 Apr 2011 17:56:26 +0000 (17:56 +0000)]
Make backslash escape character explicit in description of record labels.
dperry [Wed, 27 Apr 2011 14:14:52 +0000 (14:14 +0000)]
Broken web link fixed.
ellson [Mon, 25 Apr 2011 22:03:32 +0000 (22:03 +0000)]
replace lost change
ellson [Mon, 25 Apr 2011 16:12:05 +0000 (16:12 +0000)]
try to flesh out fixed bug list, drop comma separators
erg [Mon, 25 Apr 2011 15:47:17 +0000 (15:47 +0000)]
Note that dotty is deprecated
arif [Sun, 24 Apr 2011 17:06:29 +0000 (17:06 +0000)]
output dir changed
arif [Sun, 24 Apr 2011 16:41:03 +0000 (16:41 +0000)]
gm2gv addded to solution file
arif [Sun, 24 Apr 2011 16:40:28 +0000 (16:40 +0000)]
gml2gv project files (VS)
arif [Sun, 24 Apr 2011 16:30:00 +0000 (16:30 +0000)]
pragma s added for linker input
erg [Fri, 22 Apr 2011 19:40:29 +0000 (19:40 +0000)]
Fix code so that a new graph instance gets assigned the preferred default layout and format.
Fix code so that if the output file name changes, the change is saved and appears the next
time the settings window is open.
Allow NONE for format. In this case, no output file is produced.
Re-format
erg [Fri, 22 Apr 2011 18:22:52 +0000 (18:22 +0000)]
Add more content to the man page, but much more should be supplied.
ellson [Thu, 21 Apr 2011 19:02:09 +0000 (19:02 +0000)]
typo
ellson [Thu, 21 Apr 2011 18:15:40 +0000 (18:15 +0000)]
another attempt at fixing debian
ellson [Thu, 21 Apr 2011 17:50:19 +0000 (17:50 +0000)]
fixes for debial rules
ellson [Thu, 21 Apr 2011 15:33:24 +0000 (15:33 +0000)]
fix for qmake test
ellson [Thu, 21 Apr 2011 15:23:37 +0000 (15:23 +0000)]
attempting to fix warnings about library api versions in debian builds
ellson [Thu, 21 Apr 2011 14:55:46 +0000 (14:55 +0000)]
moving script for creating nightly version numbers into graphviz tree
erg [Wed, 20 Apr 2011 22:16:24 +0000 (22:16 +0000)]
Add area attribute for patchwork
erg [Wed, 20 Apr 2011 22:11:03 +0000 (22:11 +0000)]
Add man page for patchwork;
fix install to link patchwork to dot
erg [Wed, 20 Apr 2011 22:10:10 +0000 (22:10 +0000)]
Allow empty clusters;
change main attribute from size to area to avoid conflict with size for graphs
erg [Wed, 20 Apr 2011 19:40:23 +0000 (19:40 +0000)]
Add built-in scale factor so that modest sizes (especially the default 1) yield reasonable sized drawings
erg [Wed, 20 Apr 2011 19:26:31 +0000 (19:26 +0000)]
Add new gvpr scripts
north [Wed, 20 Apr 2011 15:41:20 +0000 (15:41 +0000)]
make /var/www/www.graphviz.org/pub/tmp/gd-2.0.36RC1.tar.gz available
north [Wed, 20 Apr 2011 14:54:02 +0000 (14:54 +0000)]
Roll back pixman to one that exists :-)
north [Wed, 20 Apr 2011 14:41:01 +0000 (14:41 +0000)]
Working again without cairopango. Remove ppc. PREFIX=/Users/gviz/FIX/Darwin.i386
erg [Tue, 19 Apr 2011 22:26:55 +0000 (22:26 +0000)]
Make sure unistd.h is not included on systems that don't have it
erg [Tue, 19 Apr 2011 22:26:06 +0000 (22:26 +0000)]
Change strdup to _strdup for Windows
north [Tue, 19 Apr 2011 21:04:03 +0000 (21:04 +0000)]
need FIX/Darwin.i386 not just FIX
north [Tue, 19 Apr 2011 21:01:25 +0000 (21:01 +0000)]
simplify, simplify
ellson [Tue, 19 Apr 2011 17:10:13 +0000 (17:10 +0000)]
create graphviz-version during make, not by obscure graphviz-build mechanism
arif [Tue, 19 Apr 2011 15:47:51 +0000 (15:47 +0000)]
osage release project output dir fix
arif [Tue, 19 Apr 2011 15:38:23 +0000 (15:38 +0000)]
VS internal compiler error issue fixed
erg [Mon, 18 Apr 2011 21:52:48 +0000 (21:52 +0000)]
strdup() is now broken in Windows; replace with _strdup.
erg [Mon, 18 Apr 2011 21:32:17 +0000 (21:32 +0000)]
Fix usage string
ellson [Mon, 18 Apr 2011 15:40:52 +0000 (15:40 +0000)]
increment library versions
erg [Fri, 15 Apr 2011 21:06:43 +0000 (21:06 +0000)]
Remove annoying Save Graph message;
fix bug 2170
north [Fri, 15 Apr 2011 20:40:10 +0000 (20:40 +0000)]
By adding --enable-static --disable-dynamic to configure flags,
we can force the dot executable to link static libraries and not
depend on macports dylibs. The build still creates the plugin
dylibs but they aren't usable (without macports on the install host).
erg [Fri, 15 Apr 2011 17:02:44 +0000 (17:02 +0000)]
Add scale feature to twopi
erg [Thu, 14 Apr 2011 21:19:50 +0000 (21:19 +0000)]
Add missing </A> tags
erg [Thu, 14 Apr 2011 21:07:43 +0000 (21:07 +0000)]
Fix typo changing there to their
erg [Thu, 14 Apr 2011 19:27:38 +0000 (19:27 +0000)]
Remove extra -k entry
ellson [Thu, 14 Apr 2011 11:41:38 +0000 (11:41 +0000)]
fix for #1980 from Ryan Schmidt <graphviz-2011b@ryandesign.com>
north [Wed, 13 Apr 2011 01:46:21 +0000 (01:46 +0000)]
disable smyrna for now because glade +universal not yet available
on the build host (snares)
erg [Tue, 12 Apr 2011 20:54:35 +0000 (20:54 +0000)]
Fix incorrect usage message
north [Tue, 12 Apr 2011 00:50:01 +0000 (00:50 +0000)]
Change PREFIX to /opt/local. Restore -arch pcc. Disable smyrna until glut for ppc is fixed.
arif [Fri, 8 Apr 2011 21:30:54 +0000 (21:30 +0000)]
fixed the attributes.txt path
arif [Fri, 8 Apr 2011 21:30:25 +0000 (21:30 +0000)]
fized the layout warning
north [Fri, 8 Apr 2011 20:27:02 +0000 (20:27 +0000)]
Updated copyright.
erg [Fri, 8 Apr 2011 20:03:19 +0000 (20:03 +0000)]
Replace maxdeg.g with richer script
erg [Fri, 8 Apr 2011 20:02:16 +0000 (20:02 +0000)]
Move erg directory path from test script
erg [Fri, 8 Apr 2011 16:29:29 +0000 (16:29 +0000)]
Fix Windows version to use path to installed attrs.txt file.
ellson [Thu, 7 Apr 2011 23:26:38 +0000 (23:26 +0000)]
enable ortho on ubuntu builds