]> granicus.if.org Git - graphviz/log
graphviz
15 years agoAdd prototype implementation for background polygons
erg [Thu, 30 Jul 2009 22:00:39 +0000 (22:00 +0000)]
Add prototype implementation for background polygons

15 years agoFix format
erg [Thu, 30 Jul 2009 21:53:27 +0000 (21:53 +0000)]
Fix format

15 years agoMake xdot into a first-class library
erg [Thu, 30 Jul 2009 21:51:16 +0000 (21:51 +0000)]
Make xdot into a first-class library

15 years agofix fractional penwidths
ellson [Thu, 30 Jul 2009 19:13:26 +0000 (19:13 +0000)]
fix fractional penwidths

15 years agosome spec file fixes
ellson [Thu, 30 Jul 2009 19:01:11 +0000 (19:01 +0000)]
some spec file fixes

15 years agocomplete renaming to xgtk
ellson [Thu, 30 Jul 2009 18:48:36 +0000 (18:48 +0000)]
complete renaming to xgtk

15 years agorename plugin to xgtk to not conflict with regular gtk plugin
ellson [Thu, 30 Jul 2009 18:44:56 +0000 (18:44 +0000)]
rename plugin to xgtk to not conflict with regular gtk plugin

15 years agoadd some notes about the demo
ellson [Thu, 30 Jul 2009 18:01:58 +0000 (18:01 +0000)]
add some notes about the demo

15 years agofixes to "make rpm"
ellson [Thu, 30 Jul 2009 17:58:16 +0000 (17:58 +0000)]
fixes to "make rpm"

15 years agomore ignores
ellson [Thu, 30 Jul 2009 17:23:44 +0000 (17:23 +0000)]
more ignores

15 years agodon't need libltdl
ellson [Thu, 30 Jul 2009 17:23:10 +0000 (17:23 +0000)]
don't need libltdl

15 years agoadd "make rpm" target
ellson [Thu, 30 Jul 2009 17:22:26 +0000 (17:22 +0000)]
add "make rpm" target

15 years agoignore products
ellson [Thu, 30 Jul 2009 16:58:35 +0000 (16:58 +0000)]
ignore products

15 years agooverride pkglibdir so that its based on "graphviz" and not on this package's name
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

15 years agoadd a demo of an independently packaged and compiled plugin
ellson [Thu, 30 Jul 2009 16:45:29 +0000 (16:45 +0000)]
add a demo of an independently packaged and compiled plugin

15 years agoFound out how to save alpha channel to PNGs from gd.
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 )

15 years agofix for -Gbgcolor=transparent in -Tgif:cairo:gd -Tpng:cairo:gd -Tjpg:cairo:gd
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

15 years agofew patches for smyrna
arif [Wed, 29 Jul 2009 19:10:12 +0000 (19:10 +0000)]
few patches for smyrna

15 years agofix for transparency in -Tgif:gd
ellson [Wed, 29 Jul 2009 18:02:17 +0000 (18:02 +0000)]
fix for transparency in -Tgif:gd

15 years agodemo_file attribute implementation
arif [Wed, 29 Jul 2009 14:12:28 +0000 (14:12 +0000)]
demo_file attribute implementation

15 years agoFix typo
erg [Tue, 28 Jul 2009 21:07:10 +0000 (21:07 +0000)]
Fix typo

15 years agoright click to identify objects has been fixed
arif [Tue, 28 Jul 2009 19:53:45 +0000 (19:53 +0000)]
right click to identify objects has been fixed

15 years agoFix incorrect call to old distance from point to line;
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

15 years agoRemove extra parameter from function calls
erg [Tue, 28 Jul 2009 19:25:07 +0000 (19:25 +0000)]
Remove extra parameter from function calls

15 years agosmyrna multi -edge
arif [Tue, 28 Jul 2009 18:53:43 +0000 (18:53 +0000)]
smyrna multi -edge
focus
some bug fixes

15 years agoFix indentation
erg [Mon, 27 Jul 2009 19:48:55 +0000 (19:48 +0000)]
Fix indentation

15 years agoFix bug 1727
erg [Mon, 27 Jul 2009 19:38:00 +0000 (19:38 +0000)]
Fix bug 1727

15 years agoAdd point_to_lineseg_dist.
erg [Mon, 27 Jul 2009 16:04:24 +0000 (16:04 +0000)]
Add point_to_lineseg_dist.

15 years ago*** empty log message ***
arif [Fri, 24 Jul 2009 21:10:19 +0000 (21:10 +0000)]
*** empty log message ***

15 years agoProcess multiedges
erg [Fri, 24 Jul 2009 21:07:32 +0000 (21:07 +0000)]
Process multiedges

15 years agoAdd update operator so that a point map can be changed
erg [Fri, 24 Jul 2009 21:07:07 +0000 (21:07 +0000)]
Add update operator so that a point map can be changed

15 years agoReplace DistancePointLine with point_to_line_dist
erg [Fri, 24 Jul 2009 19:41:07 +0000 (19:41 +0000)]
Replace DistancePointLine with point_to_line_dist

15 years agoAdd copyright notice
erg [Fri, 24 Jul 2009 18:10:38 +0000 (18:10 +0000)]
Add copyright notice

15 years agoGeneral cleanup of code, removing errors and bugs
erg [Fri, 24 Jul 2009 18:04:28 +0000 (18:04 +0000)]
General cleanup of code, removing errors and bugs

15 years agoRemove unnecessary xdot set type;
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

15 years agoMake DistancePointLine visible in .h file and add supporting type
erg [Fri, 24 Jul 2009 18:02:04 +0000 (18:02 +0000)]
Make DistancePointLine visible in .h file and add supporting type

15 years agosmyrna :
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

15 years agoFix bug 1717 by convert .dot files to .gv files
erg [Thu, 23 Jul 2009 01:40:01 +0000 (01:40 +0000)]
Fix bug 1717 by convert .dot files to .gv files

15 years agodeal with cairo w/o SVG support (cough...opencsw...cough)
ellson [Wed, 22 Jul 2009 21:24:26 +0000 (21:24 +0000)]
deal with cairo w/o SVG support (cough...opencsw...cough)

15 years agosmyrna changes
arif [Wed, 22 Jul 2009 21:02:44 +0000 (21:02 +0000)]
smyrna changes

15 years agofix smyrna enough so that it compiles,
ellson [Wed, 22 Jul 2009 15:07:34 +0000 (15:07 +0000)]
fix smyrna enough so that it compiles,
reduce some compiler warning noise

15 years agoDo edges on connected component.
erg [Mon, 20 Jul 2009 20:20:43 +0000 (20:20 +0000)]
Do edges on connected component.

15 years agoWhen cgraph is used, bind graphinfo record before GD_* macros are used.
erg [Mon, 20 Jul 2009 20:16:46 +0000 (20:16 +0000)]
When cgraph is used, bind graphinfo record before GD_* macros are used.

15 years agoAdd hooks in types.h to use cgraph; add cgraph code to set up default node label
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

15 years agotest commit 2
arif [Mon, 20 Jul 2009 17:56:44 +0000 (17:56 +0000)]
test commit 2

15 years agotest commit
arif [Mon, 20 Jul 2009 17:55:20 +0000 (17:55 +0000)]
test commit

15 years agogvpr output window ,settings window Apply button ,fe wbugs cleaned up
arif [Mon, 20 Jul 2009 16:46:04 +0000 (16:46 +0000)]
gvpr output window ,settings window Apply button ,fe wbugs cleaned up

15 years agodebug codes (printfs) have been removed
arif [Mon, 20 Jul 2009 14:14:32 +0000 (14:14 +0000)]
debug codes (printfs) have been removed

15 years agodebug codes (printfs) have been removed
arif [Mon, 20 Jul 2009 14:10:43 +0000 (14:10 +0000)]
debug codes (printfs) have been removed

15 years agoMake sure the graph discipline is set to sfio before calling agwrite, then reset it.
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.

15 years agoDo spline routing on a per component basis;
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

15 years agoFix bug in command-line attribute declaration. The changes made
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.

15 years agoFix bug 1713
erg [Thu, 16 Jul 2009 16:36:34 +0000 (16:36 +0000)]
Fix bug 1713

15 years agofix unassigned value
ellson [Thu, 16 Jul 2009 15:53:10 +0000 (15:53 +0000)]
fix unassigned value

15 years agodon't include gv.3ruby.gz in R package
ellson [Thu, 16 Jul 2009 15:36:52 +0000 (15:36 +0000)]
don't include gv.3ruby.gz in R package

15 years agoattempting to run rtest on centos3 fails due to no ksh93 - disable
ellson [Thu, 16 Jul 2009 13:07:13 +0000 (13:07 +0000)]
attempting to run rtest on centos3 fails due to no ksh93 - disable

15 years agofix for distros without php
ellson [Thu, 16 Jul 2009 12:12:55 +0000 (12:12 +0000)]
fix for distros without php

15 years agoSimplify code to use neato_init_node;
erg [Wed, 15 Jul 2009 20:29:47 +0000 (20:29 +0000)]
Simplify code to use neato_init_node;
fix to work with cgraph

15 years agofurther simplification - don't even bother with feof() - its useless
ellson [Wed, 15 Jul 2009 14:46:14 +0000 (14:46 +0000)]
further simplification - don't even bother with feof() - its useless

15 years agodeal with churn in php language
ellson [Wed, 15 Jul 2009 14:26:43 +0000 (14:26 +0000)]
deal with churn in php language

15 years agodon't try to include non-existant gvprlib.vcproj in distribution
ellson [Wed, 15 Jul 2009 13:02:00 +0000 (13:02 +0000)]
don't try to include non-existant gvprlib.vcproj in distribution

15 years agosmyrna changes to pick opbjects in 3d space
arif [Tue, 14 Jul 2009 21:14:51 +0000 (21:14 +0000)]
smyrna changes to pick opbjects in 3d space

15 years agoAdd note on cmapx about the connection of ids and graph names
erg [Tue, 14 Jul 2009 14:59:50 +0000 (14:59 +0000)]
Add note on cmapx about the connection of ids and graph names

15 years agoclean out more CODEGEN bits - mostly comments
ellson [Tue, 14 Jul 2009 13:18:07 +0000 (13:18 +0000)]
clean out more CODEGEN bits - mostly comments

15 years agoFix so that graph picks up ProtoGraph attributes even if it none itself.
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.

15 years agoMake output.c compatible with cgraph
erg [Fri, 10 Jul 2009 21:22:54 +0000 (21:22 +0000)]
Make output.c compatible with cgraph

15 years agoFix bug in cgraph version
erg [Fri, 10 Jul 2009 21:22:25 +0000 (21:22 +0000)]
Fix bug in cgraph version

15 years agocgraphify ortho
erg [Fri, 10 Jul 2009 21:21:14 +0000 (21:21 +0000)]
cgraphify ortho

15 years agocgraphify osage and sfdp
erg [Fri, 10 Jul 2009 21:11:38 +0000 (21:11 +0000)]
cgraphify osage and sfdp

15 years agoAdd const modifier to putstr
erg [Fri, 10 Jul 2009 21:10:32 +0000 (21:10 +0000)]
Add const modifier to putstr

15 years agoAdd #include <stdlib.h> for WITH_CGRAPH
erg [Fri, 10 Jul 2009 21:09:50 +0000 (21:09 +0000)]
Add #include <stdlib.h> for WITH_CGRAPH

15 years agoFix incorrect use of graph rather than edge attribute.
erg [Fri, 10 Jul 2009 17:54:54 +0000 (17:54 +0000)]
Fix incorrect use of graph rather than edge attribute.

15 years agoRemove added #include and use forward declaration to move free_attr to the
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

15 years agoinclude gmlparse.h into gmlparse.c to work around problem with LIST
ellson [Fri, 10 Jul 2009 13:46:07 +0000 (13:46 +0000)]
include gmlparse.h into gmlparse.c to work around problem with LIST

15 years agotrying to fix build breakage from new gml2gv additions
ellson [Thu, 9 Jul 2009 17:22:16 +0000 (17:22 +0000)]
trying to fix build breakage from new gml2gv additions

15 years agoAdd gml to gv converter
erg [Wed, 8 Jul 2009 21:00:58 +0000 (21:00 +0000)]
Add gml to gv converter

15 years agoeliminate -L/usr/lib or -L/usr/lib64 in LDFLAGS from gdlib-config
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

15 years agoeliminate old CODEGEN crud,
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

15 years agooveride GD's explicit use of /usr/include as it breaks mingw cross-compiler
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

15 years agospelling - pointed out by Aaron J Anodide <aaron.anodide@netschool101.com>
ellson [Tue, 7 Jul 2009 12:52:20 +0000 (12:52 +0000)]
spelling - pointed out by Aaron J Anodide <aaron.anodide@netschool101.com>

15 years agodevice output should check for GDI+ usage
glenlow [Tue, 7 Jul 2009 01:36:58 +0000 (01:36 +0000)]
device output should check for GDI+ usage

15 years agoFix use of colorxlate function so that smyrna can include both
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.

15 years agoFix old makefile in cmd/tools
erg [Sat, 4 Jul 2009 15:50:50 +0000 (15:50 +0000)]
Fix old makefile in cmd/tools

15 years agoDon't assume argv[] strings are writable.
erg [Sat, 4 Jul 2009 15:50:19 +0000 (15:50 +0000)]
Don't assume argv[] strings are writable.

15 years agoAdd gvpr to old makefile for lib
erg [Sat, 4 Jul 2009 15:48:50 +0000 (15:48 +0000)]
Add gvpr to old makefile for lib

15 years agoremove all those "-state disabled". weird! where did they come from?
ellson [Fri, 3 Jul 2009 17:24:48 +0000 (17:24 +0000)]
remove all those "-state disabled".  weird!  where did they come from?

15 years agoMany new features, especially for string processing, array handling
erg [Fri, 3 Jul 2009 14:35:17 +0000 (14:35 +0000)]
Many new features, especially for string processing, array handling

15 years agojpeg-7 fixes
ellson [Thu, 2 Jul 2009 18:31:34 +0000 (18:31 +0000)]
jpeg-7 fixes

15 years agocorrection to freetype's source URL
ellson [Thu, 2 Jul 2009 18:08:39 +0000 (18:08 +0000)]
correction to freetype's source URL

15 years agofixes for prebuild to build - mostly reverted previous change, but rebased patches
ellson [Thu, 2 Jul 2009 18:00:39 +0000 (18:00 +0000)]
fixes for prebuild to build  - mostly reverted previous change, but rebased patches

15 years agoAdd # and in operators for arrays, forr statement for reverse transversal, and
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.

15 years agoupdate prebuild with latest packages (nearly everything updated)
ellson [Thu, 2 Jul 2009 14:54:24 +0000 (14:54 +0000)]
update prebuild with latest packages (nearly everything updated)

15 years agodup string so that sfio tmp stream can be reused
erg [Thu, 2 Jul 2009 14:39:32 +0000 (14:39 +0000)]
dup string so that sfio tmp stream can be reused

15 years agoUpdate TODO comment
erg [Thu, 2 Jul 2009 14:38:51 +0000 (14:38 +0000)]
Update TODO comment

15 years agoFix problem by which the scalexy mode for overlap was not found
erg [Wed, 1 Jul 2009 17:59:07 +0000 (17:59 +0000)]
Fix problem by which the scalexy mode for overlap was not found

15 years agoUpdate gvpr man page to reflect new functions and use of blocks
erg [Tue, 30 Jun 2009 02:18:26 +0000 (02:18 +0000)]
Update gvpr man page to reflect new functions and use of blocks

15 years agoAdd pipelining mechanism to language
erg [Tue, 30 Jun 2009 02:17:55 +0000 (02:17 +0000)]
Add pipelining mechanism to language

15 years agoChange code using old expr tokens VOID, CHAR;
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*.

15 years agoReplace INT, CHAR, VOID token names since they are exported because expr.h
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*.

15 years agoadd support for TrueColor to gdtclft (gd commands, used by webdot)
ellson [Mon, 29 Jun 2009 12:51:41 +0000 (12:51 +0000)]
add support for TrueColor to gdtclft (gd commands, used by webdot)