]> granicus.if.org Git - graphviz/log
graphviz
16 years agoAdd addPt to geom.h interface; fix conflicting names in neatogen
erg [Wed, 18 Jun 2008 19:28:39 +0000 (19:28 +0000)]
Add addPt to geom.h interface; fix conflicting names in neatogen

16 years agoAdd addPt to geom.h interface; fix conflicting names in neatogen
erg [Wed, 18 Jun 2008 19:28:39 +0000 (19:28 +0000)]
Add addPt to geom.h interface; fix conflicting names in neatogen

16 years agofix strdup of null pointer
ellson [Tue, 17 Jun 2008 16:30:37 +0000 (16:30 +0000)]
fix strdup of null pointer

16 years agoremoved LSItemContentTypes key which was preventing Graphviz.app from opening dot...
glenlow [Tue, 17 Jun 2008 14:48:41 +0000 (14:48 +0000)]
removed LSItemContentTypes key which was preventing Graphviz.app from opening dot files previously assigned to Microsoft Word

16 years agoFix problems involving unistd.h. Remove traces of it (R_OK) from
erg [Mon, 16 Jun 2008 17:58:15 +0000 (17:58 +0000)]
Fix problems involving unistd.h. Remove traces of it (R_OK) from
ast_common.h.in, and use compat_unistd.h in gvpr.c if the real
one isn't around.

16 years agoRe-add definition for R_OK. Can we think of any OS which might
erg [Mon, 16 Jun 2008 16:29:54 +0000 (16:29 +0000)]
Re-add definition for R_OK. Can we think of any OS which might
not have unistd.h to supply this definition?

16 years agoMake various geometry routines such as subPt available globally;
erg [Fri, 13 Jun 2008 17:12:57 +0000 (17:12 +0000)]
Make various geometry routines such as subPt available globally;
modify old Voronoi code to use common pointf type;
rename subPt in Voronoi code to avoid conflict.

16 years agoAdd test for ksh93.
erg [Fri, 13 Jun 2008 17:01:23 +0000 (17:01 +0000)]
Add test for ksh93.

16 years ago#undef PACKAGE_BUGREPORT (definied in php.h)
ellson [Fri, 13 Jun 2008 13:39:04 +0000 (13:39 +0000)]
#undef PACKAGE_BUGREPORT  (definied in php.h)

16 years agoenable CGRAPH
ellson [Tue, 10 Jun 2008 19:49:07 +0000 (19:49 +0000)]
enable CGRAPH

16 years agoenable CGRAPH
ellson [Tue, 10 Jun 2008 19:49:06 +0000 (19:49 +0000)]
enable CGRAPH

16 years agoMove agstrdup_html from libgraph.h to graph.h. This was done earlier
erg [Mon, 9 Jun 2008 16:57:01 +0000 (16:57 +0000)]
Move agstrdup_html from libgraph.h to graph.h. This was done earlier
for agstrdup.

16 years agoFix type on font size, and add documentation for a color attribute
erg [Mon, 9 Jun 2008 16:34:03 +0000 (16:34 +0000)]
Fix type on font size, and add documentation for a color attribute
for tables and cells.

16 years agoAdd Glen Low instructions about file associations in OSX
north [Sat, 7 Jun 2008 03:08:50 +0000 (03:08 +0000)]
Add Glen Low instructions about file associations in OSX

16 years agoadd new COLOR property to <TABLE> and <TD>
ellson [Fri, 6 Jun 2008 19:33:50 +0000 (19:33 +0000)]
add new COLOR property to <TABLE> and <TD>

16 years agofix memleak
ellson [Fri, 6 Jun 2008 19:24:42 +0000 (19:24 +0000)]
fix memleak

16 years agoadd support for "color" property to <table> and <cell> to permit
ellson [Fri, 6 Jun 2008 19:15:43 +0000 (19:15 +0000)]
add support for "color" property to <table> and <cell> to permit
  overriding of inherited pencolor.

16 years agoadd support for "color" property to <table> and <cell> to permit
ellson [Fri, 6 Jun 2008 19:15:43 +0000 (19:15 +0000)]
add support for "color" property to <table> and <cell> to permit
  overriding of inherited pencolor.

16 years agodeal with colorlists in fillcolor code too
ellson [Fri, 6 Jun 2008 18:15:54 +0000 (18:15 +0000)]
deal with colorlists in fillcolor code too

16 years agoback out previous change
ellson [Fri, 6 Jun 2008 18:15:27 +0000 (18:15 +0000)]
back out previous change

16 years agoalso deal with colorlists in colxlate.c
ellson [Fri, 6 Jun 2008 18:03:50 +0000 (18:03 +0000)]
also deal with colorlists in colxlate.c

16 years agoif color list, then use only first member
ellson [Fri, 6 Jun 2008 17:42:57 +0000 (17:42 +0000)]
if color list, then use only first member

16 years agoHPUX __ia64 uses .so as extension for shared libs, not .sl
ellson [Fri, 6 Jun 2008 14:29:54 +0000 (14:29 +0000)]
HPUX __ia64 uses .so as extension for shared libs, not .sl
Geert Coelmont <geert.coelmont@headbird.com>

16 years agolet unistd.h define R_OK - suggestion from:
ellson [Fri, 6 Jun 2008 14:20:10 +0000 (14:20 +0000)]
let unistd.h define R_OK - suggestion from:
Geert Coelmont <geert.coelmont@headbird.com>

16 years agoadded more alg. stuff
north [Wed, 4 Jun 2008 19:25:55 +0000 (19:25 +0000)]
added more alg. stuff

16 years agoautomake script mods for xxxgen
north [Wed, 4 Jun 2008 19:24:39 +0000 (19:24 +0000)]
automake script mods for xxxgen

16 years agoadd configure test for lib/sfdpgen/triangle.[ch] and define HAVE_TRIANGLE is present
ellson [Wed, 4 Jun 2008 18:57:53 +0000 (18:57 +0000)]
add configure test for lib/sfdpgen/triangle.[ch] and define HAVE_TRIANGLE is present

change tests to "#if defined", since HAVE_TRIANGLE is not defined if not present.

16 years agoadd configure test for lib/sfdpgen/triangle.[ch] and define HAVE_TRIANGLE is present
ellson [Wed, 4 Jun 2008 18:57:53 +0000 (18:57 +0000)]
add configure test for lib/sfdpgen/triangle.[ch] and define HAVE_TRIANGLE is present

change tests to "#if defined", since HAVE_TRIANGLE is not defined if not present.

16 years agono gts on centos5
ellson [Wed, 4 Jun 2008 15:50:22 +0000 (15:50 +0000)]
no gts on centos5

16 years agoAdd documentation on GVBINDIR.
erg [Wed, 4 Jun 2008 15:32:58 +0000 (15:32 +0000)]
Add documentation on GVBINDIR.

16 years agosupport style=dashed and style=dotted
glenlow [Tue, 3 Jun 2008 05:27:28 +0000 (05:27 +0000)]
support style=dashed and style=dotted

16 years agoIt's nshare, not share.
north [Mon, 2 Jun 2008 20:05:00 +0000 (20:05 +0000)]
It's nshare, not share.

16 years agoflat edge test
north [Mon, 2 Jun 2008 20:00:31 +0000 (20:00 +0000)]
flat edge test

16 years agoflat edge test
north [Mon, 2 Jun 2008 20:00:31 +0000 (20:00 +0000)]
flat edge test

16 years agoFix nonconstraint flat edges that get flipped
north [Mon, 2 Jun 2008 19:44:40 +0000 (19:44 +0000)]
Fix nonconstraint flat edges that get flipped

16 years agoFixed bug 1364, regarding nonconstraint flat edges.
north [Mon, 2 Jun 2008 19:40:33 +0000 (19:40 +0000)]
Fixed bug 1364, regarding nonconstraint flat edges.

16 years agoAdd warning for unhandled overlap values
erg [Wed, 28 May 2008 18:58:58 +0000 (18:58 +0000)]
Add warning for unhandled overlap values

16 years agoRearrange adjust modes so that compression is correctly handled.
erg [Wed, 28 May 2008 17:44:56 +0000 (17:44 +0000)]
Rearrange adjust modes so that compression is correctly handled.

16 years agoRemove use of triangle.c in default Windows code
erg [Tue, 27 May 2008 21:03:45 +0000 (21:03 +0000)]
Remove use of triangle.c in default Windows code

16 years agozoom to fit toolbar and menu items
glenlow [Tue, 27 May 2008 15:23:46 +0000 (15:23 +0000)]
zoom to fit toolbar and menu items

16 years agozoom to fit toolbar and menu items
glenlow [Tue, 27 May 2008 15:23:46 +0000 (15:23 +0000)]
zoom to fit toolbar and menu items

16 years agozoom to fit toolbar and menu items
glenlow [Tue, 27 May 2008 15:23:46 +0000 (15:23 +0000)]
zoom to fit toolbar and menu items

16 years agozoom to fit toolbar and menu items
glenlow [Tue, 27 May 2008 15:23:46 +0000 (15:23 +0000)]
zoom to fit toolbar and menu items

16 years agoPage Setup changes graph page and margin attributes, Print respects Page Setup
glenlow [Tue, 27 May 2008 14:26:29 +0000 (14:26 +0000)]
Page Setup changes graph page and margin attributes, Print respects Page Setup

16 years agoPage Setup changes graph page and margin attributes, Print respects Page Setup
glenlow [Tue, 27 May 2008 14:26:29 +0000 (14:26 +0000)]
Page Setup changes graph page and margin attributes, Print respects Page Setup

16 years agoPage Setup changes graph page and margin attributes, Print respects Page Setup
glenlow [Tue, 27 May 2008 14:26:29 +0000 (14:26 +0000)]
Page Setup changes graph page and margin attributes, Print respects Page Setup

16 years agograph display updates when underlying file is changed; GVWindowController and GVAttri...
glenlow [Tue, 27 May 2008 06:50:13 +0000 (06:50 +0000)]
graph display updates when underlying file is changed; GVWindowController and GVAttributeInspectorController now reference document instead of graph

16 years agograph display updates when underlying file is changed; GVWindowController and GVAttri...
glenlow [Tue, 27 May 2008 06:50:13 +0000 (06:50 +0000)]
graph display updates when underlying file is changed; GVWindowController and GVAttributeInspectorController now reference document instead of graph

16 years agograph display updates when underlying file is changed; GVWindowController and GVAttri...
glenlow [Tue, 27 May 2008 06:50:13 +0000 (06:50 +0000)]
graph display updates when underlying file is changed; GVWindowController and GVAttributeInspectorController now reference document instead of graph

16 years agograph display updates when underlying file is changed; GVWindowController and GVAttri...
glenlow [Tue, 27 May 2008 06:50:13 +0000 (06:50 +0000)]
graph display updates when underlying file is changed; GVWindowController and GVAttributeInspectorController now reference document instead of graph

16 years agoexport dialog with selectable format and render
glenlow [Mon, 26 May 2008 06:09:47 +0000 (06:09 +0000)]
export dialog with selectable format and render

16 years agoexport dialog with selectable format and render
glenlow [Mon, 26 May 2008 06:09:46 +0000 (06:09 +0000)]
export dialog with selectable format and render

16 years agoexport dialog with selectable format and render
glenlow [Mon, 26 May 2008 06:09:46 +0000 (06:09 +0000)]
export dialog with selectable format and render

16 years agoexport dialog with selectable format and render
glenlow [Mon, 26 May 2008 06:09:46 +0000 (06:09 +0000)]
export dialog with selectable format and render

16 years agoexport dialog with selectable format and render
glenlow [Mon, 26 May 2008 06:09:46 +0000 (06:09 +0000)]
export dialog with selectable format and render

16 years agosometimes pkg-config gets amnesia
glenlow [Sat, 24 May 2008 15:52:27 +0000 (15:52 +0000)]
sometimes pkg-config gets amnesia

16 years agosometimes pkg-config gets amnesia
glenlow [Sat, 24 May 2008 15:52:27 +0000 (15:52 +0000)]
sometimes pkg-config gets amnesia

16 years agocrash when non-UTF8 or null string passed for rendering
glenlow [Sat, 24 May 2008 04:40:19 +0000 (04:40 +0000)]
crash when non-UTF8 or null string passed for rendering

16 years agogvFirstPlugin, gvLastPlugin, gvPluginType to walk the available plugins and get plugi...
glenlow [Fri, 23 May 2008 14:34:36 +0000 (14:34 +0000)]
gvFirstPlugin, gvLastPlugin, gvPluginType to walk the available plugins and get plugin type; readjusted header definitions to fit

16 years agostatically link ltdl and omit its symbols from any linked libraries on Mac OS X 10...
glenlow [Fri, 23 May 2008 05:08:35 +0000 (05:08 +0000)]
statically link ltdl and omit its symbols from any linked libraries on Mac OS X 10.5; avoid duplicated ltdl code when linking in gvc

16 years agostatically link ltdl and omit its symbols from any linked libraries on Mac OS X 10...
glenlow [Fri, 23 May 2008 05:08:35 +0000 (05:08 +0000)]
statically link ltdl and omit its symbols from any linked libraries on Mac OS X 10.5; avoid duplicated ltdl code when linking in gvc

16 years agostatically link ltdl and omit its symbols from any linked libraries on Mac OS X 10...
glenlow [Fri, 23 May 2008 05:08:35 +0000 (05:08 +0000)]
statically link ltdl and omit its symbols from any linked libraries on Mac OS X 10.5; avoid duplicated ltdl code when linking in gvc

16 years agocheck that font class is fontconfig based before looking for font path
ellson [Fri, 23 May 2008 02:24:10 +0000 (02:24 +0000)]
check that font class is fontconfig based before looking for font path

16 years agocheck class of font before assuming that it is from fontconfig
ellson [Fri, 23 May 2008 02:06:00 +0000 (02:06 +0000)]
check class of font before assuming that it is from fontconfig

16 years agoFix correct printing field for debug messages
erg [Thu, 22 May 2008 19:20:58 +0000 (19:20 +0000)]
Fix correct printing field for debug messages

16 years agocvs ignore generated products
ellson [Thu, 22 May 2008 18:00:36 +0000 (18:00 +0000)]
cvs ignore generated products

16 years agoignore generated xml files
ellson [Thu, 22 May 2008 17:51:10 +0000 (17:51 +0000)]
ignore generated xml files

16 years agorevert 1.311
ellson [Thu, 22 May 2008 14:23:46 +0000 (14:23 +0000)]
revert 1.311

16 years agoattributes, actual size, zoom in, zoom out icons
glenlow [Thu, 22 May 2008 13:51:28 +0000 (13:51 +0000)]
attributes, actual size, zoom in, zoom out icons

16 years agoattributes, actual size, zoom in, zoom out toolbar and menu items; window zooming...
glenlow [Thu, 22 May 2008 13:50:25 +0000 (13:50 +0000)]
attributes, actual size, zoom in, zoom out toolbar and menu items; window zooming to standard size

16 years agofix header search path in debug, remove ppc64 from build (used PDFKit crashes in...
glenlow [Thu, 22 May 2008 11:13:12 +0000 (11:13 +0000)]
fix header search path in debug, remove ppc64 from build (used PDFKit crashes in Leopard)

16 years agoalso moved License.rtf to build directory
glenlow [Thu, 22 May 2008 10:46:08 +0000 (10:46 +0000)]
also moved License.rtf to build directory

16 years agoalso moved License.rtf to build directory
glenlow [Thu, 22 May 2008 10:46:08 +0000 (10:46 +0000)]
also moved License.rtf to build directory

16 years agochange WITH_DARWIN to WITH_DARWIN9 to be specific to Leopard.
ellson [Wed, 21 May 2008 20:37:40 +0000 (20:37 +0000)]
change WITH_DARWIN to WITH_DARWIN9 to be specific to Leopard.

16 years agochange WITH_DARWIN to WITH_DARWIN9 to be specific to Leopard.
ellson [Wed, 21 May 2008 20:37:40 +0000 (20:37 +0000)]
change WITH_DARWIN to WITH_DARWIN9 to be specific to Leopard.

16 years agochange WITH_DARWIN to WITH_DARWIN9 to be specific to Leopard.
ellson [Wed, 21 May 2008 20:37:40 +0000 (20:37 +0000)]
change WITH_DARWIN to WITH_DARWIN9 to be specific to Leopard.

16 years agochange WITH_DARWIN to WITH_DARWIN9 to be specific to Leopard.
ellson [Wed, 21 May 2008 20:37:40 +0000 (20:37 +0000)]
change WITH_DARWIN to WITH_DARWIN9 to be specific to Leopard.

16 years agochange WITH_DARWIN to WITH_DARWIN9 to be specific to Leopard.
ellson [Wed, 21 May 2008 20:37:40 +0000 (20:37 +0000)]
change WITH_DARWIN to WITH_DARWIN9 to be specific to Leopard.

16 years agochange WITH_DARWIN to WITH_DARWIN9 to be specific to Leopard.
ellson [Wed, 21 May 2008 20:37:40 +0000 (20:37 +0000)]
change WITH_DARWIN to WITH_DARWIN9 to be specific to Leopard.

16 years agoremove references to missing files:
ellson [Wed, 21 May 2008 20:28:01 +0000 (20:28 +0000)]
remove references to missing files:
macosx/build/graphviz.pmdoc/02graphviz.xml
macosx/build/graphviz.pmdoc/01local.xml

16 years agoanimation implemented
arif [Wed, 21 May 2008 17:52:30 +0000 (17:52 +0000)]
animation implemented
colorinf problem exists

16 years agoanimation implemented
arif [Wed, 21 May 2008 17:52:29 +0000 (17:52 +0000)]
animation implemented
colorinf problem exists

16 years agoanimation implemented
arif [Wed, 21 May 2008 17:52:29 +0000 (17:52 +0000)]
animation implemented
colorinf problem exists

16 years agoanimation implemented
arif [Wed, 21 May 2008 17:52:29 +0000 (17:52 +0000)]
animation implemented
colorinf problem exists

16 years agoanimation implemented
arif [Wed, 21 May 2008 17:52:25 +0000 (17:52 +0000)]
animation implemented
colorinf problem exists

16 years agoanimation implemented
arif [Wed, 21 May 2008 17:52:25 +0000 (17:52 +0000)]
animation implemented
colorinf problem exists

16 years agoanimation implemented
arif [Wed, 21 May 2008 17:52:25 +0000 (17:52 +0000)]
animation implemented
colorinf problem exists

16 years agoanimation implemented
arif [Wed, 21 May 2008 17:52:25 +0000 (17:52 +0000)]
animation implemented
colorinf problem exists

16 years agoFix neato -n to update bbox if nodes are adjusted.
erg [Wed, 21 May 2008 15:21:47 +0000 (15:21 +0000)]
Fix neato -n to update bbox if nodes are adjusted.

16 years agoquartz gvdevice plugin doesn't actually handle pdf:cairo
glenlow [Wed, 21 May 2008 14:15:52 +0000 (14:15 +0000)]
quartz gvdevice plugin doesn't actually handle pdf:cairo

16 years agogvdevice plugin to output cairo bitmaps; one or two missing refcount releases
glenlow [Wed, 21 May 2008 13:31:18 +0000 (13:31 +0000)]
gvdevice plugin to output cairo bitmaps; one or two missing refcount releases

16 years agogvdevice plugin to output cairo bitmaps; one or two missing refcount releases
glenlow [Wed, 21 May 2008 13:31:18 +0000 (13:31 +0000)]
gvdevice plugin to output cairo bitmaps; one or two missing refcount releases

16 years agogvdevice plugin to output cairo bitmaps; one or two missing refcount releases
glenlow [Wed, 21 May 2008 13:31:18 +0000 (13:31 +0000)]
gvdevice plugin to output cairo bitmaps; one or two missing refcount releases

16 years agogvpack uses 3 non-main symbols from gvplugin_neato_layout, so we have to keep them
glenlow [Wed, 21 May 2008 03:58:33 +0000 (03:58 +0000)]
gvpack uses 3 non-main symbols from gvplugin_neato_layout, so we have to keep them

16 years agomove Packagemaker document into build directory for Mac OS X
glenlow [Wed, 21 May 2008 03:48:27 +0000 (03:48 +0000)]
move Packagemaker document into build directory for Mac OS X

16 years agomove Packagemaker document into build directory for Mac OS X
glenlow [Wed, 21 May 2008 03:48:27 +0000 (03:48 +0000)]
move Packagemaker document into build directory for Mac OS X

16 years agobinary prebuild fix: _nl_msg_cat_cntr in libintl uninitialized
glenlow [Wed, 21 May 2008 03:21:07 +0000 (03:21 +0000)]
binary prebuild fix: _nl_msg_cat_cntr in libintl uninitialized

16 years agobinary prebuild fix: _nl_msg_cat_cntr in libintl uninitialized
glenlow [Wed, 21 May 2008 03:21:07 +0000 (03:21 +0000)]
binary prebuild fix: _nl_msg_cat_cntr in libintl uninitialized

16 years agoadd AC_CONFIG_MACRO_DIR([m4])
ellson [Tue, 20 May 2008 21:28:57 +0000 (21:28 +0000)]
add AC_CONFIG_MACRO_DIR([m4])

16 years agospline.n => tkspline.n
ellson [Tue, 20 May 2008 13:31:31 +0000 (13:31 +0000)]
spline.n => tkspline.n