]> granicus.if.org Git - graphviz/log
graphviz
16 years agobegin_label + end_label around each textpara rendering for future labeling support
glenlow [Wed, 18 Feb 2009 13:36:50 +0000 (13:36 +0000)]
begin_label + end_label around each textpara rendering for future labeling support

16 years agobegin_label + end_label around each textpara rendering for future labeling support
glenlow [Wed, 18 Feb 2009 13:36:50 +0000 (13:36 +0000)]
begin_label + end_label around each textpara rendering for future labeling support

16 years agobegin_label + end_label around each textpara rendering for future labeling support
glenlow [Wed, 18 Feb 2009 13:36:50 +0000 (13:36 +0000)]
begin_label + end_label around each textpara rendering for future labeling support

16 years agobegin_label + end_label around each textpara rendering for future labeling support
glenlow [Wed, 18 Feb 2009 13:36:50 +0000 (13:36 +0000)]
begin_label + end_label around each textpara rendering for future labeling support

16 years agobegin_label + end_label around each textpara rendering for future labeling support
glenlow [Wed, 18 Feb 2009 13:36:50 +0000 (13:36 +0000)]
begin_label + end_label around each textpara rendering for future labeling support

16 years agobegin_label + end_label around each textpara rendering for future labeling support
glenlow [Wed, 18 Feb 2009 13:36:50 +0000 (13:36 +0000)]
begin_label + end_label around each textpara rendering for future labeling support

16 years agobegin_label + end_label around each textpara rendering for future labeling support
glenlow [Wed, 18 Feb 2009 13:36:50 +0000 (13:36 +0000)]
begin_label + end_label around each textpara rendering for future labeling support

16 years agobegin_label + end_label around each textpara rendering for future labeling support
glenlow [Wed, 18 Feb 2009 13:36:50 +0000 (13:36 +0000)]
begin_label + end_label around each textpara rendering for future labeling support

16 years agobegin_label + end_label around each textpara rendering for future labeling support
glenlow [Wed, 18 Feb 2009 13:36:50 +0000 (13:36 +0000)]
begin_label + end_label around each textpara rendering for future labeling support

16 years agoadd notes on: lasi, gs, rsvg, glitz, ming, from mailinglist discussion
ellson [Wed, 18 Feb 2009 13:32:16 +0000 (13:32 +0000)]
add notes on: lasi, gs, rsvg, glitz, ming, from mailinglist discussion

16 years agogvRenderContext: render to an arbitrary external context
glenlow [Wed, 18 Feb 2009 12:36:32 +0000 (12:36 +0000)]
gvRenderContext: render to an arbitrary external context

16 years agofisheye parameterse hooked to GUI
arif [Tue, 17 Feb 2009 22:08:11 +0000 (22:08 +0000)]
fisheye parameterse hooked to GUI

16 years agoexperimental web page for quickly eyballing the rtest differences
ellson [Tue, 17 Feb 2009 18:11:44 +0000 (18:11 +0000)]
experimental web page for quickly eyballing the rtest differences

16 years agoreplace itoa with sprintf for portability
north [Tue, 17 Feb 2009 17:44:30 +0000 (17:44 +0000)]
replace itoa with sprintf for portability

16 years agofix for php breakage cause by swig update in rawhide
ellson [Tue, 17 Feb 2009 16:14:58 +0000 (16:14 +0000)]
fix for php breakage cause by swig update in rawhide

16 years agomore fisheye animation
arif [Tue, 17 Feb 2009 14:16:58 +0000 (14:16 +0000)]
more fisheye animation

16 years agoApplied webdot-local-server-shortcut.diff from Ryan Schmidt.
ellson [Tue, 17 Feb 2009 14:15:40 +0000 (14:15 +0000)]
Applied webdot-local-server-shortcut.diff from Ryan Schmidt.

This patch adds the feature from Tcl WebDot where you can omit the protocol, server and port of the graph description file if it's on the same server as the WebDot script. So instead of

http://localhost:8080/cgi-bin/webdot.cgi/http://localhost:8080/webdot/basic.dot.neato.png

I can now use

http://localhost:8080/cgi-bin/webdot.cgi/webdot/basic.dot.neato.png

This patch assumes that the http protocol is being used. Tcl WebDot explicitly prohibits any protocol other than http. Until this change, I don't think Perl WebDot cared, and would probably work fine with https or even ftp URLs. I can fix up https support for this change later.

16 years agoApplied webdot-unknown-url-format-error.diff from Ryan Schmidt
ellson [Tue, 17 Feb 2009 14:14:25 +0000 (14:14 +0000)]
Applied webdot-unknown-url-format-error.diff from Ryan Schmidt

2. When the URL format is not recognized (does not conform to url.layout.format) it uses the uninitialized variable $url in the error message. The second patch fixes this to use the variable $urltag.

16 years agoApplied webdot-content-type-semicolon.diff from Ryan Schmidt.
ellson [Tue, 17 Feb 2009 14:13:25 +0000 (14:13 +0000)]
Applied webdot-content-type-semicolon.diff from Ryan Schmidt.

1. It outputs a colon at the end of the Content-Type header it sends, which is odd. The first patch removes the semicolon.

16 years agoremove freetype + fontconfig, disable ATSUI in pango (ATSUI absent from 64-bit Mac...
glenlow [Tue, 17 Feb 2009 02:14:17 +0000 (02:14 +0000)]
remove freetype + fontconfig, disable ATSUI in pango (ATSUI absent from 64-bit Mac OS X)

16 years agoremove freetype + fontconfig, disable ATSUI in pango (ATSUI absent from 64-bit Mac...
glenlow [Tue, 17 Feb 2009 02:14:17 +0000 (02:14 +0000)]
remove freetype + fontconfig, disable ATSUI in pango (ATSUI absent from 64-bit Mac OS X)

16 years agofines node labels
arif [Tue, 17 Feb 2009 00:46:55 +0000 (00:46 +0000)]
fines node labels
focused node label

16 years agosmyrna animation
arif [Mon, 16 Feb 2009 22:03:14 +0000 (22:03 +0000)]
smyrna animation

16 years agopatch-three from Ryan Schmidt
ellson [Mon, 16 Feb 2009 21:21:56 +0000 (21:21 +0000)]
patch-three from Ryan Schmidt

patch-three.diff adds "circo" and "fdp" to the list of supported renderers.

16 years agopatch-two from Ryan Schmidt
ellson [Mon, 16 Feb 2009 21:20:37 +0000 (21:20 +0000)]
patch-two from Ryan Schmidt

patch-two.diff changes the MIME type for "-Tdot" output to the registered "text/vnd.graphviz" type and adds "-Tgv" and "-Txdot" types as well.

16 years agopatch-one from Ryan Schmidt
ellson [Mon, 16 Feb 2009 21:19:43 +0000 (21:19 +0000)]
patch-one from Ryan Schmidt

Attached is a patch that I believe brings over the useful changes from 2006-06-10 perl webdot while leaving out the typo and not removing the useful comment. I also moved the doubled slash fix and changed it slightly, and in the regex that removes the initial slash from the PATH_INFO, I made it clear that we want to remove the first slash only if it occurs at the beginning of the string. (That threw me off the search for the doubled slash issue for awhile.)

16 years agoWhat a mess!!!
ellson [Mon, 16 Feb 2009 20:38:40 +0000 (20:38 +0000)]
What a mess!!!

16 years agotry to work with ddifferent versions of libtool
ellson [Mon, 16 Feb 2009 20:19:44 +0000 (20:19 +0000)]
try to work with ddifferent versions of libtool

16 years agohave autogen.sh go through a rigamarole to run libtoolize ... --ltdl
ellson [Mon, 16 Feb 2009 19:20:49 +0000 (19:20 +0000)]
have autogen.sh go through a rigamarole to run libtoolize ... --ltdl
remove libltdl/  from cvs

16 years agoremove broken link from documentation
ellson [Mon, 16 Feb 2009 16:31:08 +0000 (16:31 +0000)]
remove broken link from documentation

16 years agorevert last change
ellson [Sun, 15 Feb 2009 22:54:33 +0000 (22:54 +0000)]
revert last change

16 years agoSeems that "BuildArch: noarch" only works on Fedora 10 or later.
ellson [Sun, 15 Feb 2009 22:37:47 +0000 (22:37 +0000)]
Seems that "BuildArch: noarch" only works on Fedora 10 or later.

16 years agodon't use own freetype, fontconfig
ellson [Sat, 14 Feb 2009 15:23:34 +0000 (15:23 +0000)]
don't use own freetype, fontconfig
add LDFLACS to cairo and pango with every -framework I can find

16 years agotry with graphviz-doc and graphviz-graphs as noarch rpms
ellson [Sat, 14 Feb 2009 12:38:43 +0000 (12:38 +0000)]
try with graphviz-doc and graphviz-graphs as noarch rpms

16 years agolefty still requires mem.h
arif [Fri, 13 Feb 2009 17:37:17 +0000 (17:37 +0000)]
lefty still requires mem.h

16 years agolefty still requires mem.h
arif [Fri, 13 Feb 2009 17:37:17 +0000 (17:37 +0000)]
lefty still requires mem.h

16 years agotry with NULL pointer
ellson [Fri, 13 Feb 2009 01:33:42 +0000 (01:33 +0000)]
try with NULL pointer

16 years agoremove unused variables
ellson [Thu, 12 Feb 2009 18:53:34 +0000 (18:53 +0000)]
remove unused variables

16 years ago- no more username in output.
ellson [Thu, 12 Feb 2009 17:47:24 +0000 (17:47 +0000)]
- no more username in output.
- creator always "graphviz"
- pass in lt_preload_symbols from code using libgvc - avoiding problems with --enable-static
- clean out various bits of dead code

16 years ago- no more username in output.
ellson [Thu, 12 Feb 2009 17:47:24 +0000 (17:47 +0000)]
- no more username in output.
- creator always "graphviz"
- pass in lt_preload_symbols from code using libgvc - avoiding problems with --enable-static
- clean out various bits of dead code

16 years ago- no more username in output.
ellson [Thu, 12 Feb 2009 17:47:24 +0000 (17:47 +0000)]
- no more username in output.
- creator always "graphviz"
- pass in lt_preload_symbols from code using libgvc - avoiding problems with --enable-static
- clean out various bits of dead code

16 years ago- no more username in output.
ellson [Thu, 12 Feb 2009 17:47:24 +0000 (17:47 +0000)]
- no more username in output.
- creator always "graphviz"
- pass in lt_preload_symbols from code using libgvc - avoiding problems with --enable-static
- clean out various bits of dead code

16 years ago- no more username in output.
ellson [Thu, 12 Feb 2009 17:47:24 +0000 (17:47 +0000)]
- no more username in output.
- creator always "graphviz"
- pass in lt_preload_symbols from code using libgvc - avoiding problems with --enable-static
- clean out various bits of dead code

16 years ago- no more username in output.
ellson [Thu, 12 Feb 2009 17:47:24 +0000 (17:47 +0000)]
- no more username in output.
- creator always "graphviz"
- pass in lt_preload_symbols from code using libgvc - avoiding problems with --enable-static
- clean out various bits of dead code

16 years ago- no more username in output.
ellson [Thu, 12 Feb 2009 17:47:24 +0000 (17:47 +0000)]
- no more username in output.
- creator always "graphviz"
- pass in lt_preload_symbols from code using libgvc - avoiding problems with --enable-static
- clean out various bits of dead code

16 years ago- no more username in output.
ellson [Thu, 12 Feb 2009 17:47:23 +0000 (17:47 +0000)]
- no more username in output.
- creator always "graphviz"
- pass in lt_preload_symbols from code using libgvc - avoiding problems with --enable-static
- clean out various bits of dead code

16 years ago- no more username in output.
ellson [Thu, 12 Feb 2009 17:47:23 +0000 (17:47 +0000)]
- no more username in output.
- creator always "graphviz"
- pass in lt_preload_symbols from code using libgvc - avoiding problems with --enable-static
- clean out various bits of dead code

16 years ago- no more username in output.
ellson [Thu, 12 Feb 2009 17:47:23 +0000 (17:47 +0000)]
- no more username in output.
- creator always "graphviz"
- pass in lt_preload_symbols from code using libgvc - avoiding problems with --enable-static
- clean out various bits of dead code

16 years ago- no more username in output.
ellson [Thu, 12 Feb 2009 17:47:23 +0000 (17:47 +0000)]
- no more username in output.
- creator always "graphviz"
- pass in lt_preload_symbols from code using libgvc - avoiding problems with --enable-static
- clean out various bits of dead code

16 years ago- no more username in output.
ellson [Thu, 12 Feb 2009 17:47:23 +0000 (17:47 +0000)]
- no more username in output.
- creator always "graphviz"
- pass in lt_preload_symbols from code using libgvc - avoiding problems with --enable-static
- clean out various bits of dead code

16 years agovisual studio project files
arif [Thu, 12 Feb 2009 17:25:08 +0000 (17:25 +0000)]
visual studio project files

16 years agovisual studio project files
arif [Thu, 12 Feb 2009 17:25:08 +0000 (17:25 +0000)]
visual studio project files

16 years agofix autoreconf complaint: "plugin/quartz/Makefile.am:34: linker flags such as `-frame...
ellson [Thu, 12 Feb 2009 14:03:41 +0000 (14:03 +0000)]
fix autoreconf complaint: "plugin/quartz/Makefile.am:34: linker flags such as `-framework' belong in `libgvplugin_quartz_la_LDFLAGS"

16 years agoneed to link to CoreFoundation explicitly since flat namespace link won't find it
glenlow [Thu, 12 Feb 2009 08:05:30 +0000 (08:05 +0000)]
need to link to CoreFoundation explicitly since flat namespace link won't find it

16 years agogvplugin_quartz and gvplugin_pango refusing to load at runtime because of missing...
glenlow [Thu, 12 Feb 2009 08:04:25 +0000 (08:04 +0000)]
gvplugin_quartz and gvplugin_pango refusing to load at runtime because of missing dependent library loads (over-enthusiastic dylib dead-strip aided and abetted by necessary flat namespace linking)

16 years agosmyrna animation
arif [Wed, 11 Feb 2009 23:23:15 +0000 (23:23 +0000)]
smyrna animation

16 years agosmyrna animation
arif [Wed, 11 Feb 2009 23:23:15 +0000 (23:23 +0000)]
smyrna animation

16 years agosmyrna progress
arif [Wed, 11 Feb 2009 20:45:53 +0000 (20:45 +0000)]
smyrna progress

16 years agosmyrna progress
arif [Wed, 11 Feb 2009 20:45:53 +0000 (20:45 +0000)]
smyrna progress

16 years agosmyrna progress
arif [Wed, 11 Feb 2009 20:45:53 +0000 (20:45 +0000)]
smyrna progress

16 years agocode #if'd out musn't go here anyway, so delete
ellson [Wed, 11 Feb 2009 20:31:03 +0000 (20:31 +0000)]
code #if'd out musn't go here anyway, so delete

16 years agoAn initial fix for the --wnable-static build problem
ellson [Wed, 11 Feb 2009 20:09:29 +0000 (20:09 +0000)]
An initial fix for the --wnable-static build problem
This might break Visual C builds
Further cleanup is needed.

16 years agosome conflictoccured with project files
arif [Wed, 11 Feb 2009 17:13:07 +0000 (17:13 +0000)]
some conflictoccured  with project files
needed to overwrite these files

16 years agosome conflictoccured with project files
arif [Wed, 11 Feb 2009 17:13:07 +0000 (17:13 +0000)]
some conflictoccured  with project files
needed to overwrite these files

16 years agofew smyrna changes
arif [Wed, 11 Feb 2009 17:06:40 +0000 (17:06 +0000)]
few smyrna changes

16 years agofew smyrna changes
arif [Wed, 11 Feb 2009 17:06:39 +0000 (17:06 +0000)]
few smyrna changes

16 years agofew smyrna changes
arif [Wed, 11 Feb 2009 17:06:39 +0000 (17:06 +0000)]
few smyrna changes

16 years agofew smyrna changes
arif [Wed, 11 Feb 2009 17:06:39 +0000 (17:06 +0000)]
few smyrna changes

16 years agofew smyrna changes
arif [Wed, 11 Feb 2009 17:06:39 +0000 (17:06 +0000)]
few smyrna changes

16 years agoadd a few more output formats to doted.tcl
ellson [Tue, 10 Feb 2009 20:01:08 +0000 (20:01 +0000)]
add a few more output formats to doted.tcl

16 years agofix breakage to tkspline installation
ellson [Tue, 10 Feb 2009 17:47:25 +0000 (17:47 +0000)]
fix breakage to tkspline installation

16 years agorepair tagging in -Ttk output to old style
ellson [Tue, 10 Feb 2009 16:22:14 +0000 (16:22 +0000)]
repair tagging in -Ttk output to old style

16 years agotemporarily commit Sandip's version - for posterity - but I think I need to revert
ellson [Tue, 10 Feb 2009 16:15:48 +0000 (16:15 +0000)]
temporarily commit Sandip's version - for posterity - but I think I need to revert
to the old format to avaid unnecessary script and documentation breakage

16 years agoprojects files for smyrna
arif [Mon, 9 Feb 2009 21:16:51 +0000 (21:16 +0000)]
projects files for smyrna

16 years agoprojects files for smyrna
arif [Mon, 9 Feb 2009 21:16:51 +0000 (21:16 +0000)]
projects files for smyrna

16 years agoprojects files for smyrna
arif [Mon, 9 Feb 2009 21:16:51 +0000 (21:16 +0000)]
projects files for smyrna

16 years ago*** empty log message ***
arif [Mon, 9 Feb 2009 21:16:18 +0000 (21:16 +0000)]
*** empty log message ***

16 years agofew smyrna header changes
arif [Mon, 9 Feb 2009 21:07:50 +0000 (21:07 +0000)]
few smyrna header changes

16 years agofew smyrna header changes
arif [Mon, 9 Feb 2009 21:07:50 +0000 (21:07 +0000)]
few smyrna header changes

16 years agoadd freetype and fontconfig to the prebuild
ellson [Mon, 9 Feb 2009 21:04:16 +0000 (21:04 +0000)]
add freetype and fontconfig to the prebuild

16 years agomissing OBJCFLAGS causing gvplugin_quartz funkiness
glenlow [Mon, 9 Feb 2009 02:07:13 +0000 (02:07 +0000)]
missing OBJCFLAGS causing gvplugin_quartz funkiness

16 years agoupdates mac osx prebuild to latest: pixman, cairo, pango
ellson [Sat, 7 Feb 2009 13:47:57 +0000 (13:47 +0000)]
updates mac osx prebuild to latest: pixman, cairo, pango

16 years ago*** empty log message ***
arif [Thu, 5 Feb 2009 21:13:48 +0000 (21:13 +0000)]
*** empty log message ***

16 years agoUse official, gsf fix for unnecessary evaluation.
erg [Thu, 5 Feb 2009 20:39:59 +0000 (20:39 +0000)]
Use official, gsf fix for unnecessary evaluation.

16 years ago#ifdef -> #if
arif [Thu, 5 Feb 2009 19:21:15 +0000 (19:21 +0000)]
#ifdef -> #if

16 years agodef files for DLLs
arif [Thu, 5 Feb 2009 15:39:56 +0000 (15:39 +0000)]
def files for DLLs

16 years agodef files for DLLs
arif [Thu, 5 Feb 2009 15:39:56 +0000 (15:39 +0000)]
def files for DLLs

16 years agodef files for DLLs
arif [Thu, 5 Feb 2009 15:39:56 +0000 (15:39 +0000)]
def files for DLLs

16 years agodef files for DLLs
arif [Thu, 5 Feb 2009 15:39:56 +0000 (15:39 +0000)]
def files for DLLs

16 years agodef files for DLLs
arif [Thu, 5 Feb 2009 15:39:56 +0000 (15:39 +0000)]
def files for DLLs

16 years agodef files for DLLs
arif [Thu, 5 Feb 2009 15:39:56 +0000 (15:39 +0000)]
def files for DLLs

16 years agoinstallation utility,fc-fix, started as fontconfig patch then few more functinalities...
arif [Thu, 5 Feb 2009 15:24:22 +0000 (15:24 +0000)]
installation utility,fc-fix, started as fontconfig patch then few more functinalities were added

16 years agoadd configure check for ObjC compiler for .m sources in quartz plugin
ellson [Thu, 5 Feb 2009 13:50:08 +0000 (13:50 +0000)]
add configure check for ObjC compiler for .m sources in quartz plugin

16 years agoiPhoneOS build support, Quartz-based text layout
glenlow [Thu, 5 Feb 2009 03:37:10 +0000 (03:37 +0000)]
iPhoneOS build support, Quartz-based text layout

16 years agoiPhoneOS build support, Quartz-based text layout
glenlow [Thu, 5 Feb 2009 03:37:10 +0000 (03:37 +0000)]
iPhoneOS build support, Quartz-based text layout

16 years agoiPhoneOS build support, Quartz-based text layout
glenlow [Thu, 5 Feb 2009 03:37:10 +0000 (03:37 +0000)]
iPhoneOS build support, Quartz-based text layout

16 years agoiPhoneOS build support, Quartz-based text layout
glenlow [Thu, 5 Feb 2009 03:37:10 +0000 (03:37 +0000)]
iPhoneOS build support, Quartz-based text layout

16 years agomissing function prototype and object interface in GVGraph
glenlow [Wed, 4 Feb 2009 03:01:21 +0000 (03:01 +0000)]
missing function prototype and object interface in GVGraph

16 years agomissing function prototype and object interface in GVGraph
glenlow [Wed, 4 Feb 2009 03:01:21 +0000 (03:01 +0000)]
missing function prototype and object interface in GVGraph

16 years ago64-bit Intel prebuild + build
glenlow [Wed, 4 Feb 2009 02:59:36 +0000 (02:59 +0000)]
64-bit Intel prebuild + build