]>
granicus.if.org Git - graphviz/log
ellson [Thu, 30 Jul 2009 17:23:10 +0000 (17:23 +0000)]
don't need libltdl
ellson [Thu, 30 Jul 2009 17:22:26 +0000 (17:22 +0000)]
add "make rpm" target
ellson [Thu, 30 Jul 2009 16:58:35 +0000 (16:58 +0000)]
ignore products
ellson [Thu, 30 Jul 2009 16:55:19 +0000 (16:55 +0000)]
override pkglibdir so that its based on "graphviz" and not on this package's name
ellson [Thu, 30 Jul 2009 16:45:29 +0000 (16:45 +0000)]
add a demo of an independently packaged and compiled plugin
ellson [Thu, 30 Jul 2009 15:14:49 +0000 (15:14 +0000)]
Found out how to save alpha channel to PNGs from gd.
Improves -Tpng:cairo:gd when using transparent backgrounds
(not that anyone should care. Just use the default -Tpng:cairo:cairo )
ellson [Wed, 29 Jul 2009 19:52:36 +0000 (19:52 +0000)]
fix for -Gbgcolor=transparent in -Tgif:cairo:gd -Tpng:cairo:gd -Tjpg:cairo:gd
arif [Wed, 29 Jul 2009 19:10:12 +0000 (19:10 +0000)]
few patches for smyrna
ellson [Wed, 29 Jul 2009 18:02:17 +0000 (18:02 +0000)]
fix for transparency in -Tgif:gd
arif [Wed, 29 Jul 2009 14:12:28 +0000 (14:12 +0000)]
demo_file attribute implementation
erg [Tue, 28 Jul 2009 21:07:10 +0000 (21:07 +0000)]
Fix typo
arif [Tue, 28 Jul 2009 19:53:45 +0000 (19:53 +0000)]
right click to identify objects has been fixed
erg [Tue, 28 Jul 2009 19:33:26 +0000 (19:33 +0000)]
Fix incorrect call to old distance from point to line;
use distance from point to line segment
erg [Tue, 28 Jul 2009 19:25:07 +0000 (19:25 +0000)]
Remove extra parameter from function calls
arif [Tue, 28 Jul 2009 18:53:43 +0000 (18:53 +0000)]
smyrna multi -edge
focus
some bug fixes
erg [Mon, 27 Jul 2009 19:48:55 +0000 (19:48 +0000)]
Fix indentation
erg [Mon, 27 Jul 2009 19:38:00 +0000 (19:38 +0000)]
Fix bug 1727
erg [Mon, 27 Jul 2009 16:04:24 +0000 (16:04 +0000)]
Add point_to_lineseg_dist.
arif [Fri, 24 Jul 2009 21:10:19 +0000 (21:10 +0000)]
*** empty log message ***
erg [Fri, 24 Jul 2009 21:07:32 +0000 (21:07 +0000)]
Process multiedges
erg [Fri, 24 Jul 2009 21:07:07 +0000 (21:07 +0000)]
Add update operator so that a point map can be changed
erg [Fri, 24 Jul 2009 19:41:07 +0000 (19:41 +0000)]
Replace DistancePointLine with point_to_line_dist
erg [Fri, 24 Jul 2009 18:10:38 +0000 (18:10 +0000)]
Add copyright notice
erg [Fri, 24 Jul 2009 18:04:28 +0000 (18:04 +0000)]
General cleanup of code, removing errors and bugs
erg [Fri, 24 Jul 2009 18:03:25 +0000 (18:03 +0000)]
Remove unnecessary xdot set type;
convert point coordinates to floating point;
convert floats to doubles
erg [Fri, 24 Jul 2009 18:02:04 +0000 (18:02 +0000)]
Make DistancePointLine visible in .h file and add supporting type
arif [Thu, 23 Jul 2009 20:00:43 +0000 (20:00 +0000)]
smyrna :
1)Node size bug is fixed
2)Console widget is implemented (outputwidget)
3)non-visible edges and nodes are not pickable anymore
erg [Thu, 23 Jul 2009 01:40:01 +0000 (01:40 +0000)]
Fix bug 1717 by convert .dot files to .gv files
ellson [Wed, 22 Jul 2009 21:24:26 +0000 (21:24 +0000)]
deal with cairo w/o SVG support (cough...opencsw...cough)
arif [Wed, 22 Jul 2009 21:02:44 +0000 (21:02 +0000)]
smyrna changes
ellson [Wed, 22 Jul 2009 15:07:34 +0000 (15:07 +0000)]
fix smyrna enough so that it compiles,
reduce some compiler warning noise
erg [Mon, 20 Jul 2009 20:20:43 +0000 (20:20 +0000)]
Do edges on connected component.
erg [Mon, 20 Jul 2009 20:16:46 +0000 (20:16 +0000)]
When cgraph is used, bind graphinfo record before GD_* macros are used.
erg [Mon, 20 Jul 2009 20:14:53 +0000 (20:14 +0000)]
Add hooks in types.h to use cgraph; add cgraph code to set up default node label
arif [Mon, 20 Jul 2009 17:56:44 +0000 (17:56 +0000)]
test commit 2
arif [Mon, 20 Jul 2009 17:55:20 +0000 (17:55 +0000)]
test commit
arif [Mon, 20 Jul 2009 16:46:04 +0000 (16:46 +0000)]
gvpr output window ,settings window Apply button ,fe wbugs cleaned up
arif [Mon, 20 Jul 2009 14:14:32 +0000 (14:14 +0000)]
debug codes (printfs) have been removed
arif [Mon, 20 Jul 2009 14:10:43 +0000 (14:10 +0000)]
debug codes (printfs) have been removed
erg [Thu, 16 Jul 2009 22:09:50 +0000 (22:09 +0000)]
Make sure the graph discipline is set to sfio before calling agwrite, then reset it.
erg [Thu, 16 Jul 2009 17:40:57 +0000 (17:40 +0000)]
Do spline routing on a per component basis;
clean up cluster code related to ipsep to make main function cleaner
erg [Thu, 16 Jul 2009 17:13:20 +0000 (17:13 +0000)]
Fix bug in command-line attribute declaration. The changes made
in version 1.98 to avoid writing on argv input was not correct.
erg [Thu, 16 Jul 2009 16:36:34 +0000 (16:36 +0000)]
Fix bug 1713
ellson [Thu, 16 Jul 2009 15:53:10 +0000 (15:53 +0000)]
fix unassigned value
ellson [Thu, 16 Jul 2009 15:36:52 +0000 (15:36 +0000)]
don't include gv.3ruby.gz in R package
ellson [Thu, 16 Jul 2009 13:07:13 +0000 (13:07 +0000)]
attempting to run rtest on centos3 fails due to no ksh93 - disable
ellson [Thu, 16 Jul 2009 12:12:55 +0000 (12:12 +0000)]
fix for distros without php
erg [Wed, 15 Jul 2009 20:29:47 +0000 (20:29 +0000)]
Simplify code to use neato_init_node;
fix to work with cgraph
ellson [Wed, 15 Jul 2009 14:46:14 +0000 (14:46 +0000)]
further simplification - don't even bother with feof() - its useless
ellson [Wed, 15 Jul 2009 14:26:43 +0000 (14:26 +0000)]
deal with churn in php language
ellson [Wed, 15 Jul 2009 13:02:00 +0000 (13:02 +0000)]
don't try to include non-existant gvprlib.vcproj in distribution
arif [Tue, 14 Jul 2009 21:14:51 +0000 (21:14 +0000)]
smyrna changes to pick opbjects in 3d space
erg [Tue, 14 Jul 2009 14:59:50 +0000 (14:59 +0000)]
Add note on cmapx about the connection of ids and graph names
ellson [Tue, 14 Jul 2009 13:18:07 +0000 (13:18 +0000)]
clean out more CODEGEN bits - mostly comments
erg [Sat, 11 Jul 2009 15:38:51 +0000 (15:38 +0000)]
Fix so that graph picks up ProtoGraph attributes even if it none itself.
erg [Fri, 10 Jul 2009 21:22:54 +0000 (21:22 +0000)]
Make output.c compatible with cgraph
erg [Fri, 10 Jul 2009 21:22:25 +0000 (21:22 +0000)]
Fix bug in cgraph version
erg [Fri, 10 Jul 2009 21:21:14 +0000 (21:21 +0000)]
cgraphify ortho
erg [Fri, 10 Jul 2009 21:11:38 +0000 (21:11 +0000)]
cgraphify osage and sfdp
erg [Fri, 10 Jul 2009 21:10:32 +0000 (21:10 +0000)]
Add const modifier to putstr
erg [Fri, 10 Jul 2009 21:09:50 +0000 (21:09 +0000)]
Add #include <stdlib.h> for WITH_CGRAPH
erg [Fri, 10 Jul 2009 17:54:54 +0000 (17:54 +0000)]
Fix incorrect use of graph rather than edge attribute.
erg [Fri, 10 Jul 2009 16:09:03 +0000 (16:09 +0000)]
Remove added #include and use forward declaration to move free_attr to the
procedures section
ellson [Fri, 10 Jul 2009 13:46:07 +0000 (13:46 +0000)]
include gmlparse.h into gmlparse.c to work around problem with LIST
ellson [Thu, 9 Jul 2009 17:22:16 +0000 (17:22 +0000)]
trying to fix build breakage from new gml2gv additions
erg [Wed, 8 Jul 2009 21:00:58 +0000 (21:00 +0000)]
Add gml to gv converter
ellson [Wed, 8 Jul 2009 16:59:12 +0000 (16:59 +0000)]
eliminate -L/usr/lib or -L/usr/lib64 in LDFLAGS from gdlib-config
ellson [Wed, 8 Jul 2009 15:14:20 +0000 (15:14 +0000)]
eliminate old CODEGEN crud,
eliminate: gvrender_begin_context(), ..end_context(), ..set_font()
which were only used by codegens
simplify htmlfont_t struct (single int for boolean flags)
start migrating to wider use of htmlfont_t for describint font
ellson [Tue, 7 Jul 2009 18:35:33 +0000 (18:35 +0000)]
overide GD's explicit use of /usr/include as it breaks mingw cross-compiler
ellson [Tue, 7 Jul 2009 12:52:20 +0000 (12:52 +0000)]
spelling - pointed out by Aaron J Anodide <aaron.anodide@netschool101.com>
glenlow [Tue, 7 Jul 2009 01:36:58 +0000 (01:36 +0000)]
device output should check for GDI+ usage
erg [Sat, 4 Jul 2009 18:35:53 +0000 (18:35 +0000)]
Fix use of colorxlate function so that smyrna can include both
libcommon and libgvpr.
erg [Sat, 4 Jul 2009 15:50:50 +0000 (15:50 +0000)]
Fix old makefile in cmd/tools
erg [Sat, 4 Jul 2009 15:50:19 +0000 (15:50 +0000)]
Don't assume argv[] strings are writable.
erg [Sat, 4 Jul 2009 15:48:50 +0000 (15:48 +0000)]
Add gvpr to old makefile for lib
ellson [Fri, 3 Jul 2009 17:24:48 +0000 (17:24 +0000)]
remove all those "-state disabled". weird! where did they come from?
erg [Fri, 3 Jul 2009 14:35:17 +0000 (14:35 +0000)]
Many new features, especially for string processing, array handling
ellson [Thu, 2 Jul 2009 18:31:34 +0000 (18:31 +0000)]
jpeg-7 fixes
ellson [Thu, 2 Jul 2009 18:08:39 +0000 (18:08 +0000)]
correction to freetype's source URL
ellson [Thu, 2 Jul 2009 18:00:39 +0000 (18:00 +0000)]
fixes for prebuild to build - mostly reverted previous change, but rebased patches
erg [Thu, 2 Jul 2009 14:59:04 +0000 (14:59 +0000)]
Add # and in operators for arrays, forr statement for reverse transversal, and
array unset function.
Add split function as in awk.
ellson [Thu, 2 Jul 2009 14:54:24 +0000 (14:54 +0000)]
update prebuild with latest packages (nearly everything updated)
erg [Thu, 2 Jul 2009 14:39:32 +0000 (14:39 +0000)]
dup string so that sfio tmp stream can be reused
erg [Thu, 2 Jul 2009 14:38:51 +0000 (14:38 +0000)]
Update TODO comment
erg [Wed, 1 Jul 2009 17:59:07 +0000 (17:59 +0000)]
Fix problem by which the scalexy mode for overlap was not found
erg [Tue, 30 Jun 2009 02:18:26 +0000 (02:18 +0000)]
Update gvpr man page to reflect new functions and use of blocks
erg [Tue, 30 Jun 2009 02:17:55 +0000 (02:17 +0000)]
Add pipelining mechanism to language
erg [Mon, 29 Jun 2009 16:43:10 +0000 (16:43 +0000)]
Change code using old expr tokens VOID, CHAR;
add toupper/tolower;
remove calls to sfstropen() in most functions call during execution to avoid
memory leak if longjmp is used - use tmp stream in Gpr_t*.
erg [Mon, 29 Jun 2009 16:41:28 +0000 (16:41 +0000)]
Replace INT, CHAR, VOID token names since they are exported because expr.h
includes exparse.h;
extend types of user-supplied functions to include Exdisc_t*.
ellson [Mon, 29 Jun 2009 12:51:41 +0000 (12:51 +0000)]
add support for TrueColor to gdtclft (gd commands, used by webdot)
erg [Fri, 26 Jun 2009 18:35:35 +0000 (18:35 +0000)]
Make sure types in gvpr.h are defined
erg [Fri, 26 Jun 2009 18:25:23 +0000 (18:25 +0000)]
Fix warning
erg [Thu, 25 Jun 2009 21:42:14 +0000 (21:42 +0000)]
Fix uninitialized variable.
erg [Thu, 25 Jun 2009 21:19:28 +0000 (21:19 +0000)]
Fix bug in exinit()
erg [Thu, 25 Jun 2009 21:18:21 +0000 (21:18 +0000)]
Only allow -a command line input to gvpr
erg [Thu, 25 Jun 2009 21:17:11 +0000 (21:17 +0000)]
Fix check box label to make more sense with current usage
ellson [Thu, 25 Jun 2009 20:21:56 +0000 (20:21 +0000)]
ignore lib/gvpr/ products
erg [Thu, 25 Jun 2009 17:37:22 +0000 (17:37 +0000)]
Fix old makefile for gvpr library
erg [Thu, 25 Jun 2009 17:36:36 +0000 (17:36 +0000)]
Fix uninitialized variable.
erg [Wed, 24 Jun 2009 22:52:56 +0000 (22:52 +0000)]
Remove naked extern declarations; use include file