]> granicus.if.org Git - graphviz/log
graphviz
16 years agomake sure we get config.h from $(topdir)
ellson [Thu, 26 Feb 2009 15:09:56 +0000 (15:09 +0000)]
make sure we get config.h from $(topdir)

16 years agoresponding to Bug #1582 - not all systems have stdint.h !!!! (what year is this???)
ellson [Thu, 26 Feb 2009 15:04:26 +0000 (15:04 +0000)]
responding to Bug #1582  - not all systems have stdint.h !!!!  (what year is this???)

16 years agoresponding to Bug #1582 - not all systems have stdint.h !!!! (what year is this???)
ellson [Thu, 26 Feb 2009 15:04:26 +0000 (15:04 +0000)]
responding to Bug #1582  - not all systems have stdint.h !!!!  (what year is this???)

16 years agoadd -Ttk plugin
ellson [Thu, 26 Feb 2009 14:34:33 +0000 (14:34 +0000)]
add -Ttk plugin

16 years agospeling!!!
ellson [Thu, 26 Feb 2009 14:31:31 +0000 (14:31 +0000)]
speling!!!

16 years agoprep for 2.22 release
ellson [Thu, 26 Feb 2009 14:25:03 +0000 (14:25 +0000)]
prep for 2.22 release

16 years agoSimplify output discipline slightly by using system fwrite()'s template exactly.
ellson [Thu, 26 Feb 2009 13:08:02 +0000 (13:08 +0000)]
Simplify output discipline slightly by using system fwrite()'s template exactly.

16 years agoSimplify output discipline slightly by using system fwrite()'s template exactly.
ellson [Thu, 26 Feb 2009 13:08:02 +0000 (13:08 +0000)]
Simplify output discipline slightly by using system fwrite()'s template exactly.

16 years agoif application is opened directly, prompt with open file dialog
glenlow [Thu, 26 Feb 2009 12:44:55 +0000 (12:44 +0000)]
if application is opened directly, prompt with open file dialog

16 years agoGUI now installs only in /Applications, instead of hunting down other copies of itsel...
glenlow [Thu, 26 Feb 2009 05:25:53 +0000 (05:25 +0000)]
GUI now installs only in /Applications, instead of hunting down other copies of itself; added survey script to synthesize GUI contents XML which prevents PackageMaker from resetting relocatable flag

16 years agoFixes a bug (# unknown) where tcldot or any gv language binding couldn't
ellson [Thu, 26 Feb 2009 03:10:13 +0000 (03:10 +0000)]
Fixes a bug (# unknown) where tcldot or any gv language binding couldn't
write dot,xdot,plain,canon to memory or to Tcl_Channels.

Problem was that agwrite() used fprintf() & putc() directly to an output file.

Fix is to add an output discipline to libgraph so that we can provide our own fwrite() equiv.

The discipline defaults to regular fwrite() and ferror() for backward compat.

Adds new functions to libgraph:
    extern void agsetodisc(
size_t (*fwrite) (FILE *fp, const char *s, size_t len),
int (*ferror) (FILE *fp));
    extern void agfprintf(FILE *fp, const char *format, ...);
    extern int agputs(const char *s, FILE *fp);
    extern int agputc(int c, FILE *fp);

16 years agonew bug exposed and fixed
arif [Wed, 25 Feb 2009 23:02:12 +0000 (23:02 +0000)]
new bug exposed and fixed

16 years agolatest demand loading changes in project files
arif [Wed, 25 Feb 2009 21:39:47 +0000 (21:39 +0000)]
latest demand loading changes in project files

16 years agolatest demand loading changes in project files
arif [Wed, 25 Feb 2009 21:39:47 +0000 (21:39 +0000)]
latest demand loading changes in project files

16 years agoPass demand_loading flag into libgvc similar to builtins
ellson [Wed, 25 Feb 2009 17:46:45 +0000 (17:46 +0000)]
Pass demand_loading flag into libgvc similar to builtins

16 years agoPass demand_loading flag into libgvc similar to builtins
ellson [Wed, 25 Feb 2009 17:46:45 +0000 (17:46 +0000)]
Pass demand_loading flag into libgvc similar to builtins

16 years agoPass demand_loading flag into libgvc similar to builtins
ellson [Wed, 25 Feb 2009 17:46:45 +0000 (17:46 +0000)]
Pass demand_loading flag into libgvc similar to builtins

16 years agoPass demand_loading flag into libgvc similar to builtins
ellson [Wed, 25 Feb 2009 17:46:45 +0000 (17:46 +0000)]
Pass demand_loading flag into libgvc similar to builtins

16 years agoPass demand_loading flag into libgvc similar to builtins
ellson [Wed, 25 Feb 2009 17:46:45 +0000 (17:46 +0000)]
Pass demand_loading flag into libgvc similar to builtins

16 years agoPass demand_loading flag into libgvc similar to builtins
ellson [Wed, 25 Feb 2009 17:46:45 +0000 (17:46 +0000)]
Pass demand_loading flag into libgvc similar to builtins

16 years agoPass demand_loading flag into libgvc similar to builtins
ellson [Wed, 25 Feb 2009 17:46:45 +0000 (17:46 +0000)]
Pass demand_loading flag into libgvc similar to builtins

16 years agoFix bug with uninitialized name field in port structure.
erg [Tue, 24 Feb 2009 23:08:58 +0000 (23:08 +0000)]
Fix bug with uninitialized name field in port structure.

16 years agotry a technique that was suggested on fedora-devel for noarch subpackages
ellson [Tue, 24 Feb 2009 21:44:04 +0000 (21:44 +0000)]
try a technique that was suggested on fedora-devel for noarch subpackages

16 years agofix some unused var warnings when codegens disabled
ellson [Tue, 24 Feb 2009 19:47:18 +0000 (19:47 +0000)]
fix some unused var warnings when codegens disabled

16 years agoadd trailing \n
ellson [Tue, 24 Feb 2009 16:35:22 +0000 (16:35 +0000)]
add trailing \n

16 years agoSteve Roush's update to the -Tvml driver
ellson [Tue, 24 Feb 2009 15:41:11 +0000 (15:41 +0000)]
Steve Roush's update to the -Tvml driver

16 years agofix build breakage - don't try to ship fonts
ellson [Tue, 24 Feb 2009 11:49:20 +0000 (11:49 +0000)]
fix build breakage - don't try to ship fonts

16 years agosave work in progress on a dia plugin - not built yet
ellson [Mon, 23 Feb 2009 18:59:52 +0000 (18:59 +0000)]
save work in progress on a dia plugin - not built yet

16 years agoJanitor: fix more: "warning: function declaration isn’t a prototype"
ellson [Mon, 23 Feb 2009 16:16:28 +0000 (16:16 +0000)]
Janitor: fix more: "warning: function declaration isn’t a prototype"

16 years agoJanitor: fix more: "warning: function declaration isn’t a prototype"
ellson [Mon, 23 Feb 2009 16:16:28 +0000 (16:16 +0000)]
Janitor: fix more: "warning: function declaration isn’t a prototype"

16 years agoJanitor: fix more: "warning: function declaration isn’t a prototype"
ellson [Mon, 23 Feb 2009 16:16:28 +0000 (16:16 +0000)]
Janitor: fix more: "warning: function declaration isn’t a prototype"

16 years agoJanitor: fix more: "warning: function declaration isn’t a prototype"
ellson [Mon, 23 Feb 2009 16:16:28 +0000 (16:16 +0000)]
Janitor: fix more: "warning: function declaration isn’t a prototype"

16 years agofix various: "warning: function declaration isn’t a prototype"
ellson [Mon, 23 Feb 2009 16:03:49 +0000 (16:03 +0000)]
fix various: "warning: function declaration isn’t a prototype"
then fix a real bug that this warning fix uncovered

16 years agodisable codegens by default
ellson [Mon, 23 Feb 2009 15:31:21 +0000 (15:31 +0000)]
disable codegens by default

16 years agoremove unused isAscii funtion
ellson [Mon, 23 Feb 2009 15:25:21 +0000 (15:25 +0000)]
remove unused isAscii funtion

16 years agoecho extra libtoolize action into log
ellson [Mon, 23 Feb 2009 15:19:28 +0000 (15:19 +0000)]
echo extra libtoolize action into log

16 years agoAdd BuildRequires for python
ellson [Sat, 21 Feb 2009 12:36:22 +0000 (12:36 +0000)]
Add BuildRequires for python

16 years agoso close - all but packaging
ellson [Fri, 20 Feb 2009 18:24:39 +0000 (18:24 +0000)]
so close - all but packaging

16 years agoback out last change - its just too ugly!
ellson [Fri, 20 Feb 2009 17:45:41 +0000 (17:45 +0000)]
back out last change - its just too ugly!

16 years agoTrick libtool into using g++ for linking dot_static to avoid
ellson [Fri, 20 Feb 2009 17:04:20 +0000 (17:04 +0000)]
Trick libtool into using g++ for linking dot_static to avoid
/usr/bin/ld: Undefined symbols: __Unwind_Resume

16 years agomissing -frameworks
ellson [Fri, 20 Feb 2009 16:27:32 +0000 (16:27 +0000)]
missing -frameworks

16 years agoWell, it used to work :(
ellson [Fri, 20 Feb 2009 16:18:39 +0000 (16:18 +0000)]
Well, it used to work :(
Use the dumb, obvious technique for builtins instead.

16 years agodisable quartz plugin on tiger for now
ellson [Fri, 20 Feb 2009 15:57:03 +0000 (15:57 +0000)]
disable quartz plugin on tiger for now

16 years agobuiltins symbols are automatic for dot_static
ellson [Fri, 20 Feb 2009 15:55:12 +0000 (15:55 +0000)]
builtins symbols are automatic for dot_static

16 years agogetting closer to a tiger build -- maybe
ellson [Fri, 20 Feb 2009 15:45:47 +0000 (15:45 +0000)]
getting closer to a tiger build -- maybe

16 years agoanother try at fixing quoting
ellson [Fri, 20 Feb 2009 02:46:50 +0000 (02:46 +0000)]
another try at fixing quoting

16 years agofix quoting problem
ellson [Fri, 20 Feb 2009 02:10:09 +0000 (02:10 +0000)]
fix quoting problem

16 years agoadd "-framework Application Services" to get pango to build on Tiger.
ellson [Fri, 20 Feb 2009 01:32:19 +0000 (01:32 +0000)]
add "-framework Application Services" to get pango to build on Tiger.
Thanks Glen

16 years agoonly run gv-fc-cache in 64-bit mode on a 64-bit capable machine
glenlow [Fri, 20 Feb 2009 01:12:54 +0000 (01:12 +0000)]
only run gv-fc-cache in 64-bit mode on a 64-bit capable machine

16 years agomake fontconfig depend on freetype
ellson [Thu, 19 Feb 2009 22:30:03 +0000 (22:30 +0000)]
make fontconfig depend on freetype

16 years agodisable quartz and build for i386 only for now
ellson [Thu, 19 Feb 2009 22:20:26 +0000 (22:20 +0000)]
disable quartz and build for i386 only for now

16 years agonest subgraphs properly in "dot -P" code
ellson [Thu, 19 Feb 2009 21:31:39 +0000 (21:31 +0000)]
nest subgraphs properly in "dot -P" code

16 years agovisual studio project file changes
arif [Thu, 19 Feb 2009 21:18:44 +0000 (21:18 +0000)]
visual studio project file changes

16 years agovisual studio project file changes
arif [Thu, 19 Feb 2009 21:18:44 +0000 (21:18 +0000)]
visual studio project file changes

16 years agovisual studio project file changes
arif [Thu, 19 Feb 2009 21:18:44 +0000 (21:18 +0000)]
visual studio project file changes

16 years agoits so close!
ellson [Thu, 19 Feb 2009 20:06:12 +0000 (20:06 +0000)]
its so close!

16 years agostore -arch switches in an ARCHS var
ellson [Thu, 19 Feb 2009 19:51:14 +0000 (19:51 +0000)]
store -arch switches in an ARCHS var

16 years agofor cvs builds on Macs - use glibtoolize from MacPorts
ellson [Thu, 19 Feb 2009 15:54:11 +0000 (15:54 +0000)]
for cvs builds on Macs  - use glibtoolize from MacPorts

16 years agoFcDebugVal undefined crash, conf dir and cache dir should be set to Mac OS X default...
glenlow [Thu, 19 Feb 2009 15:24:46 +0000 (15:24 +0000)]
FcDebugVal undefined crash, conf dir and cache dir should be set to Mac OS X default locations

16 years agoFcDebugVal undefined crash, conf dir and cache dir should be set to Mac OS X default...
glenlow [Thu, 19 Feb 2009 15:24:46 +0000 (15:24 +0000)]
FcDebugVal undefined crash, conf dir and cache dir should be set to Mac OS X default locations

16 years agotypo
ellson [Thu, 19 Feb 2009 14:11:58 +0000 (14:11 +0000)]
typo

16 years agoreverting gvContext() to old api
ellson [Thu, 19 Feb 2009 14:01:23 +0000 (14:01 +0000)]
reverting gvContext() to old api

16 years agoprebuild: fontconfig + Xft; build: font cache called for different architectures...
glenlow [Thu, 19 Feb 2009 05:59:10 +0000 (05:59 +0000)]
prebuild: fontconfig + Xft; build: font cache called for different architectures on postinstall -- prevent significant delay when initially running Graphviz or switching between 32-bit GUI and 64-bit CLI

16 years agoall '+' in number strings - patch from: yuri@rawbw.com
ellson [Thu, 19 Feb 2009 01:57:08 +0000 (01:57 +0000)]
all '+' in number strings - patch from: yuri@rawbw.com

16 years agorestore dot.c
ellson [Wed, 18 Feb 2009 21:18:23 +0000 (21:18 +0000)]
restore dot.c

16 years agoremove extraneous \n in graph label - agwrite() can't handle it.
ellson [Wed, 18 Feb 2009 21:16:54 +0000 (21:16 +0000)]
remove extraneous \n in graph label - agwrite() can't handle it.

16 years agoagain try to stop it picking up old libgvc from someplace!
ellson [Wed, 18 Feb 2009 20:26:39 +0000 (20:26 +0000)]
again try to stop it picking up old libgvc from someplace!

16 years agoattempt to fix strange issue where build fails to pick up libgvc version bump
ellson [Wed, 18 Feb 2009 20:18:35 +0000 (20:18 +0000)]
attempt to fix strange issue where build fails to pick up libgvc version bump

16 years agowe break anjuta and libgnomedb anyway - so bump so version
ellson [Wed, 18 Feb 2009 19:30:53 +0000 (19:30 +0000)]
we break anjuta and libgnomedb anyway - so bump so version

16 years agoso, if the interface is compatible, lets try keeping the version the same to try...
ellson [Wed, 18 Feb 2009 19:15:56 +0000 (19:15 +0000)]
so, if the interface is compatible, lets try keeping the version the same to try to avoid rebuilds

16 years agoadd new API finction: gvContextBuiltins(const lt_symlist_t *builtins);
ellson [Wed, 18 Feb 2009 19:02:19 +0000 (19:02 +0000)]
add new API finction: gvContextBuiltins(const lt_symlist_t *builtins);
for gv.cpp, but without breaking old API used by other packages

16 years agofix typo
ellson [Wed, 18 Feb 2009 18:42:27 +0000 (18:42 +0000)]
fix typo

16 years agoRevert to gvContext(void) to avoid breaking API.
ellson [Wed, 18 Feb 2009 18:36:47 +0000 (18:36 +0000)]
Revert to gvContext(void) to avoid breaking API.

16 years agoJanitor: fixing some "warning: function declaration isn’t a prototype"
ellson [Wed, 18 Feb 2009 17:25:17 +0000 (17:25 +0000)]
Janitor:   fixing some "warning: function declaration isn’t a prototype"

16 years agomove library versioning from configure.ac, to teh Makefile.am, so
ellson [Wed, 18 Feb 2009 16:14:12 +0000 (16:14 +0000)]
move library versioning from configure.ac, to teh Makefile.am, so
that libraries can have their .so versions bumped independantly

16 years agomove library versioning from configure.ac, to teh Makefile.am, so
ellson [Wed, 18 Feb 2009 16:14:11 +0000 (16:14 +0000)]
move library versioning from configure.ac, to teh Makefile.am, so
that libraries can have their .so versions bumped independantly

16 years agomove library versioning from configure.ac, to teh Makefile.am, so
ellson [Wed, 18 Feb 2009 16:14:11 +0000 (16:14 +0000)]
move library versioning from configure.ac, to teh Makefile.am, so
that libraries can have their .so versions bumped independantly

16 years agomove library versioning from configure.ac, to teh Makefile.am, so
ellson [Wed, 18 Feb 2009 16:14:11 +0000 (16:14 +0000)]
move library versioning from configure.ac, to teh Makefile.am, so
that libraries can have their .so versions bumped independantly

16 years agomove library versioning from configure.ac, to teh Makefile.am, so
ellson [Wed, 18 Feb 2009 16:14:11 +0000 (16:14 +0000)]
move library versioning from configure.ac, to teh Makefile.am, so
that libraries can have their .so versions bumped independantly

16 years agomove library versioning from configure.ac, to teh Makefile.am, so
ellson [Wed, 18 Feb 2009 16:14:11 +0000 (16:14 +0000)]
move library versioning from configure.ac, to teh Makefile.am, so
that libraries can have their .so versions bumped independantly

16 years agomove library versioning from configure.ac, to teh Makefile.am, so
ellson [Wed, 18 Feb 2009 16:14:11 +0000 (16:14 +0000)]
move library versioning from configure.ac, to teh Makefile.am, so
that libraries can have their .so versions bumped independantly

16 years agoignore generated libltdl/
ellson [Wed, 18 Feb 2009 16:12:25 +0000 (16:12 +0000)]
ignore generated libltdl/

16 years agoback out last change - too radical to bumb the version of all libs, need separate...
ellson [Wed, 18 Feb 2009 15:24:54 +0000 (15:24 +0000)]
back out last change - too radical to bumb the version of all libs, need separate versions

16 years agobump main libs too
ellson [Wed, 18 Feb 2009 13:56:43 +0000 (13:56 +0000)]
bump main libs too

16 years agobump API version number from 5 to 6
ellson [Wed, 18 Feb 2009 13:51:23 +0000 (13:51 +0000)]
bump API version number from 5 to 6

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 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