]> granicus.if.org Git - graphviz/log
graphviz
17 years agocairo seems to be free of fpu errors these daya
ellson [Thu, 6 Sep 2007 19:50:11 +0000 (19:50 +0000)]
cairo seems to be free of fpu errors these daya

17 years agoalter quality to prefer wbmp:cairo over wbmp:gd
ellson [Thu, 6 Sep 2007 19:34:37 +0000 (19:34 +0000)]
alter quality to prefer wbmp:cairo over wbmp:gd

17 years agoremove AC_WARN_MSG used for debugging and left in by mistake
ellson [Thu, 6 Sep 2007 19:26:12 +0000 (19:26 +0000)]
remove AC_WARN_MSG used for debugging and left in by mistake

17 years agoadd a GVDEVICE_COMPRESSED_FORMAT in preparation for consolidaing zlib file output
ellson [Thu, 6 Sep 2007 19:23:33 +0000 (19:23 +0000)]
add a GVDEVICE_COMPRESSED_FORMAT in preparation for consolidaing zlib file output

17 years agoadd GVDEVICE_BINARY_FORMAT feature flag
ellson [Thu, 6 Sep 2007 19:04:17 +0000 (19:04 +0000)]
add GVDEVICE_BINARY_FORMAT feature flag
consolidate O_BINARY treatment for windows into emit.c

17 years ago1. use just "w", not "wb" in file_select
ellson [Thu, 6 Sep 2007 18:04:23 +0000 (18:04 +0000)]
1. use just "w", not "wb" in file_select
2. add O_BIBARY to ming formatter

17 years agoshorten some core and gd renderer names
ellson [Thu, 6 Sep 2007 17:32:55 +0000 (17:32 +0000)]
shorten some core and gd renderer names

17 years agoshorten some core and gd renderer names
ellson [Thu, 6 Sep 2007 17:32:55 +0000 (17:32 +0000)]
shorten some core and gd renderer names

17 years agoshorten some core and gd renderer names
ellson [Thu, 6 Sep 2007 17:32:55 +0000 (17:32 +0000)]
shorten some core and gd renderer names

17 years agoUpdate info files
erg [Thu, 6 Sep 2007 16:51:05 +0000 (16:51 +0000)]
Update info files

17 years agoUpdate info files
erg [Thu, 6 Sep 2007 16:20:57 +0000 (16:20 +0000)]
Update info files

17 years agocomment out unused libexpr_la target
ellson [Thu, 6 Sep 2007 16:07:42 +0000 (16:07 +0000)]
comment out unused libexpr_la target

17 years agorestore support for gd, gd2, wbmp, formats to agree with documentation ;)
ellson [Thu, 6 Sep 2007 16:05:56 +0000 (16:05 +0000)]
restore support for gd, gd2, wbmp, formats to agree with documentation ;)

17 years agofix extraction of HAVE_GD_... feature information from `gdlib-config --features`
ellson [Thu, 6 Sep 2007 16:03:55 +0000 (16:03 +0000)]
fix extraction of HAVE_GD_... feature information from `gdlib-config --features`

17 years agoUpdate new Windows build files
erg [Wed, 5 Sep 2007 21:59:50 +0000 (21:59 +0000)]
Update new Windows build files

17 years agoadd -lgraph -lcdt
ellson [Wed, 5 Sep 2007 19:21:57 +0000 (19:21 +0000)]
add -lgraph -lcdt

17 years agoUpdate info files
erg [Wed, 5 Sep 2007 17:36:57 +0000 (17:36 +0000)]
Update info files

17 years agohopefully an improvement in cairo font rendering - always use 96dpi for text layout
ellson [Wed, 5 Sep 2007 17:28:51 +0000 (17:28 +0000)]
hopefully an improvement in cairo font rendering - always use 96dpi for text layout

17 years agoeliminate cairo_save except when (re)using and external surface
ellson [Wed, 5 Sep 2007 16:30:11 +0000 (16:30 +0000)]
eliminate cairo_save except when (re)using and external surface
clean up switch block

17 years agocorrect alpha sorting of plugins to ignore :dependency info
ellson [Wed, 5 Sep 2007 15:22:06 +0000 (15:22 +0000)]
correct alpha sorting of plugins to ignore :dependency info

17 years agofix b1179 - missing -Gstylesheet support
ellson [Wed, 5 Sep 2007 15:19:47 +0000 (15:19 +0000)]
fix b1179 - missing -Gstylesheet support

17 years agosuppress compiler warning
ellson [Wed, 5 Sep 2007 14:11:16 +0000 (14:11 +0000)]
suppress compiler warning

17 years agoadd arith.h back into the distribution as its #included from geom.h and anjuta needs it
ellson [Tue, 4 Sep 2007 23:39:07 +0000 (23:39 +0000)]
add arith.h back into the distribution as its #included from geom.h and anjuta needs it

17 years agoFix bug 1181
erg [Tue, 4 Sep 2007 21:40:01 +0000 (21:40 +0000)]
Fix bug 1181

17 years agoupdate doxygen configuration file
ellson [Fri, 31 Aug 2007 23:12:40 +0000 (23:12 +0000)]
update doxygen configuration file

17 years agoadd "#define NO_POSTSCRIPT_ALIAS 1"
ellson [Fri, 31 Aug 2007 22:08:30 +0000 (22:08 +0000)]
add "#define NO_POSTSCRIPT_ALIAS 1"
for uwin, cygwin, mingw32, darwin
and "#define NO_POSTSCRIPT_ALIAS 0"
for everyone else

17 years agoPartial fix for bug 1183
erg [Fri, 31 Aug 2007 22:02:31 +0000 (22:02 +0000)]
Partial fix for bug 1183

17 years agosplit out device features from render features
ellson [Fri, 31 Aug 2007 17:07:59 +0000 (17:07 +0000)]
split out device features from render features

17 years agosplit out device features from render features
ellson [Fri, 31 Aug 2007 17:07:58 +0000 (17:07 +0000)]
split out device features from render features

17 years agofix breakage to textparas in htmltables
ellson [Thu, 30 Aug 2007 22:00:20 +0000 (22:00 +0000)]
fix breakage to textparas in htmltables

17 years agoCall gvdevice_... plugin entry points from emit.c, rather than from another plugin.
ellson [Thu, 30 Aug 2007 20:59:31 +0000 (20:59 +0000)]
Call gvdevice_... plugin entry points from emit.c, rather than from another plugin.
Rename job-surface to job->context.
Add job->imagedata.

17 years agoCall gvdevice_... plugin entry points from emit.c, rather than from another plugin.
ellson [Thu, 30 Aug 2007 20:59:31 +0000 (20:59 +0000)]
Call gvdevice_... plugin entry points from emit.c, rather than from another plugin.
Rename job-surface to job->context.
Add job->imagedata.

17 years agoCall gvdevice_... plugin entry points from emit.c, rather than from another plugin.
ellson [Thu, 30 Aug 2007 20:59:31 +0000 (20:59 +0000)]
Call gvdevice_... plugin entry points from emit.c, rather than from another plugin.
Rename job-surface to job->context.
Add job->imagedata.

17 years agomake textlayout respect -Gdpi
ellson [Thu, 30 Aug 2007 19:20:21 +0000 (19:20 +0000)]
make textlayout respect -Gdpi

17 years agomake textlayout respect -Gdpi
ellson [Thu, 30 Aug 2007 19:20:21 +0000 (19:20 +0000)]
make textlayout respect -Gdpi

17 years agomake textlayout respect -Gdpi
ellson [Thu, 30 Aug 2007 19:20:21 +0000 (19:20 +0000)]
make textlayout respect -Gdpi

17 years agoload dependent plugins first
ellson [Thu, 30 Aug 2007 19:18:41 +0000 (19:18 +0000)]
load dependent plugins first

17 years ago*** empty log message ***
north [Thu, 30 Aug 2007 14:15:31 +0000 (14:15 +0000)]
*** empty log message ***

17 years agobug fix and minor optimization
ellson [Thu, 30 Aug 2007 13:00:16 +0000 (13:00 +0000)]
bug fix and minor optimization

17 years agouse cairo renderer, not cairox
ellson [Wed, 29 Aug 2007 21:25:17 +0000 (21:25 +0000)]
use cairo renderer, not cairox

17 years agoRename flag from GVRENDER_X11_EVENTS to a more generic GVDEVICE_EVENTS
ellson [Wed, 29 Aug 2007 21:07:26 +0000 (21:07 +0000)]
Rename flag from GVRENDER_X11_EVENTS to a more generic GVDEVICE_EVENTS
Provide flag from plugin device.
Eliminate cairox renderer variant.

17 years agofix -Tvrml
ellson [Wed, 29 Aug 2007 20:05:22 +0000 (20:05 +0000)]
fix -Tvrml
remove some crud

17 years agofix -Tswf
ellson [Wed, 29 Aug 2007 19:44:01 +0000 (19:44 +0000)]
fix -Tswf

17 years agoMerge formatter and device plugin apis.
ellson [Wed, 29 Aug 2007 19:39:49 +0000 (19:39 +0000)]
Merge formatter and device plugin apis.
Selecting device by format, e.g. -Tsvgz, or -Tpng:cairo:gd
Automatically load correct renderer, e.g. cairo, gd, core_dot
Improve plugin listings.
Accurately reflecte available formats.

17 years agoMerge formatter and device plugin apis.
ellson [Wed, 29 Aug 2007 19:39:49 +0000 (19:39 +0000)]
Merge formatter and device plugin apis.
Selecting device by format, e.g. -Tsvgz, or -Tpng:cairo:gd
Automatically load correct renderer, e.g. cairo, gd, core_dot
Improve plugin listings.
Accurately reflecte available formats.

17 years agoMerge formatter and device plugin apis.
ellson [Wed, 29 Aug 2007 19:39:49 +0000 (19:39 +0000)]
Merge formatter and device plugin apis.
Selecting device by format, e.g. -Tsvgz, or -Tpng:cairo:gd
Automatically load correct renderer, e.g. cairo, gd, core_dot
Improve plugin listings.
Accurately reflecte available formats.

17 years agoMerge formatter and device plugin apis.
ellson [Wed, 29 Aug 2007 19:39:49 +0000 (19:39 +0000)]
Merge formatter and device plugin apis.
Selecting device by format, e.g. -Tsvgz, or -Tpng:cairo:gd
Automatically load correct renderer, e.g. cairo, gd, core_dot
Improve plugin listings.
Accurately reflecte available formats.

17 years agoMerge formatter and device plugin apis.
ellson [Wed, 29 Aug 2007 19:39:49 +0000 (19:39 +0000)]
Merge formatter and device plugin apis.
Selecting device by format, e.g. -Tsvgz, or -Tpng:cairo:gd
Automatically load correct renderer, e.g. cairo, gd, core_dot
Improve plugin listings.
Accurately reflecte available formats.

17 years agoMerge formatter and device plugin apis.
ellson [Wed, 29 Aug 2007 19:39:49 +0000 (19:39 +0000)]
Merge formatter and device plugin apis.
Selecting device by format, e.g. -Tsvgz, or -Tpng:cairo:gd
Automatically load correct renderer, e.g. cairo, gd, core_dot
Improve plugin listings.
Accurately reflecte available formats.

17 years agoMerge formatter and device plugin apis.
ellson [Wed, 29 Aug 2007 19:39:49 +0000 (19:39 +0000)]
Merge formatter and device plugin apis.
Selecting device by format, e.g. -Tsvgz, or -Tpng:cairo:gd
Automatically load correct renderer, e.g. cairo, gd, core_dot
Improve plugin listings.
Accurately reflecte available formats.

17 years agoMerge formatter and device plugin apis.
ellson [Wed, 29 Aug 2007 19:39:49 +0000 (19:39 +0000)]
Merge formatter and device plugin apis.
Selecting device by format, e.g. -Tsvgz, or -Tpng:cairo:gd
Automatically load correct renderer, e.g. cairo, gd, core_dot
Improve plugin listings.
Accurately reflecte available formats.

17 years agoMerge formatter and device plugin apis.
ellson [Wed, 29 Aug 2007 19:39:49 +0000 (19:39 +0000)]
Merge formatter and device plugin apis.
Selecting device by format, e.g. -Tsvgz, or -Tpng:cairo:gd
Automatically load correct renderer, e.g. cairo, gd, core_dot
Improve plugin listings.
Accurately reflecte available formats.

17 years agochange main contact info
north [Wed, 29 Aug 2007 17:52:58 +0000 (17:52 +0000)]
change main contact info

17 years agochange main contact info
north [Wed, 29 Aug 2007 17:52:58 +0000 (17:52 +0000)]
change main contact info

17 years agoFix various uses of setmode in Windows to turn off the conversion
erg [Mon, 27 Aug 2007 22:31:59 +0000 (22:31 +0000)]
Fix various uses of setmode in Windows to turn off the conversion
of LR to CR-LF. Note that for this idiom to work, the file must:

  #include <config.h>  /* for HAVE_SETMODE */
  #include <fcntl.h>   /* for O_BINARY */
  #include <io.h>      /* for declaration of setmode() */
The latter two can be wrapped in #ifdef WIN32 if desired.

17 years agoadd dependency so that exparse.h gets made for convenience library
ellson [Mon, 27 Aug 2007 19:18:01 +0000 (19:18 +0000)]
add dependency so that exparse.h gets made for convenience library

17 years agoUpdate info files
erg [Mon, 27 Aug 2007 17:57:09 +0000 (17:57 +0000)]
Update info files

17 years agoadd -module -avoid-version to LDFLAGS per suggestion from:
ellson [Mon, 27 Aug 2007 03:44:32 +0000 (03:44 +0000)]
add -module -avoid-version to LDFLAGS per suggestion from:
Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>

17 years agoupdate README in m4/
ellson [Fri, 24 Aug 2007 19:10:39 +0000 (19:10 +0000)]
update README in m4/

17 years agoadd private copy of glib-gettext.m4 from glib2-devel to avoid gettext requirement
ellson [Fri, 24 Aug 2007 19:08:36 +0000 (19:08 +0000)]
add private copy of glib-gettext.m4 from glib2-devel to avoid gettext requirement

17 years agoeliminate cairo dependency in formatter plugins
ellson [Thu, 23 Aug 2007 20:26:51 +0000 (20:26 +0000)]
eliminate cairo dependency in formatter plugins

17 years agoback out previous change as it breaks plugin introspection
ellson [Thu, 23 Aug 2007 20:22:55 +0000 (20:22 +0000)]
back out previous change as it breaks plugin introspection

17 years agodevil doesn't provide gif output support
ellson [Thu, 23 Aug 2007 16:55:19 +0000 (16:55 +0000)]
devil doesn't provide gif output support
provide some debug code

17 years agopreloading the render plugin to test isn't sufficient now we have formatters
ellson [Thu, 23 Aug 2007 16:53:31 +0000 (16:53 +0000)]
preloading the render plugin to test isn't sufficient now we have formatters

17 years agoadd "Using plugin: ..." messages to -v debug output
ellson [Thu, 23 Aug 2007 16:52:16 +0000 (16:52 +0000)]
add "Using plugin: ..." messages to -v debug output

17 years agoattempting to fix tranparency in -Tgif:cairo - not there yet
ellson [Thu, 23 Aug 2007 04:04:33 +0000 (04:04 +0000)]
attempting to fix tranparency in -Tgif:cairo    - not there yet

17 years agolink libexpr from convenience library and don't install libexpr or its docs
ellson [Thu, 23 Aug 2007 03:19:14 +0000 (03:19 +0000)]
link libexpr from convenience library and don't install libexpr or its docs
- it depends on libast and libvmalloc which we don't install, currently

17 years agoadd pathplan.h to -devel rpm
ellson [Thu, 23 Aug 2007 03:17:43 +0000 (03:17 +0000)]
add pathplan.h to -devel rpm

17 years agoadd BR for perl-devel in fedora >= 7 and rhel >= 6
ellson [Thu, 23 Aug 2007 03:16:55 +0000 (03:16 +0000)]
add BR for perl-devel in fedora >= 7 and rhel >= 6

17 years agochange JPG quality to use the gd formatter (cairo2jpg) instead of the gd renderer
ellson [Wed, 22 Aug 2007 22:24:02 +0000 (22:24 +0000)]
change JPG quality to use the gd formatter (cairo2jpg) instead of the gd renderer
in the case that gdk_pixbuf is not available.

17 years agochange $PREFIX -> $prefix
ellson [Wed, 22 Aug 2007 22:16:59 +0000 (22:16 +0000)]
change $PREFIX -> $prefix
use $PATHSEPARATOR in PKG_CONFIG_PATH

17 years agominor optimization
ellson [Wed, 22 Aug 2007 22:05:47 +0000 (22:05 +0000)]
minor optimization

17 years agoAdd a GIF formatter for cairo in the GD plugin.
ellson [Wed, 22 Aug 2007 21:38:34 +0000 (21:38 +0000)]
Add a GIF formatter for cairo in the GD plugin.

Now GIFs are antialiased and use pango fonts.

-Tgif:cairo is now the default, but -Tgif:gd is still available.

Currently transparency is not provided in -Tgif:cairo

17 years agodon't list "gd", "gd2", "xbm" format that were previously commented out.
ellson [Wed, 22 Aug 2007 19:27:08 +0000 (19:27 +0000)]
don't list "gd", "gd2", "xbm" format that were previously commented out.

17 years agoClarify use of the pkg-config command.
erg [Wed, 22 Aug 2007 15:13:28 +0000 (15:13 +0000)]
Clarify use of the pkg-config command.

17 years agoFix comments in side <PRE> for the TR element.
erg [Wed, 22 Aug 2007 15:05:46 +0000 (15:05 +0000)]
Fix comments in side <PRE> for the TR element.

17 years agoUpdate library doc to reflect changes in the Windows package.
erg [Tue, 21 Aug 2007 23:17:43 +0000 (23:17 +0000)]
Update library doc to reflect changes in the Windows package.

17 years agomissing files
ellson [Tue, 21 Aug 2007 22:02:24 +0000 (22:02 +0000)]
missing files

17 years agosome clean up
ellson [Tue, 21 Aug 2007 21:13:28 +0000 (21:13 +0000)]
some clean up

17 years agodrop libs that are not needed
ellson [Tue, 21 Aug 2007 20:46:07 +0000 (20:46 +0000)]
drop libs that are not needed

17 years agoindentation
ellson [Tue, 21 Aug 2007 20:37:42 +0000 (20:37 +0000)]
indentation

17 years agomissing file from distro
ellson [Tue, 21 Aug 2007 20:24:07 +0000 (20:24 +0000)]
missing file from distro

17 years agothe rest of the changes for the new "formatter" plugins
ellson [Tue, 21 Aug 2007 20:13:53 +0000 (20:13 +0000)]
the rest of the changes for the new "formatter" plugins

17 years agoadd new "formatter" plugin api
ellson [Tue, 21 Aug 2007 20:12:26 +0000 (20:12 +0000)]
add new "formatter" plugin api
update plugin api version number
add new formatter for cairo using gdk_pixbuf  - working
add new formatter for cairo using DevIL - partially working
add new formatter for cairo using gd - not working

17 years agoadd new "formatter" plugin api
ellson [Tue, 21 Aug 2007 20:12:26 +0000 (20:12 +0000)]
add new "formatter" plugin api
update plugin api version number
add new formatter for cairo using gdk_pixbuf  - working
add new formatter for cairo using DevIL - partially working
add new formatter for cairo using gd - not working

17 years agoadd new "formatter" plugin api
ellson [Tue, 21 Aug 2007 20:12:26 +0000 (20:12 +0000)]
add new "formatter" plugin api
update plugin api version number
add new formatter for cairo using gdk_pixbuf  - working
add new formatter for cairo using DevIL - partially working
add new formatter for cairo using gd - not working

17 years agoadd new "formatter" plugin api
ellson [Tue, 21 Aug 2007 20:12:26 +0000 (20:12 +0000)]
add new "formatter" plugin api
update plugin api version number
add new formatter for cairo using gdk_pixbuf  - working
add new formatter for cairo using DevIL - partially working
add new formatter for cairo using gd - not working

17 years agoadd new "formatter" plugin api
ellson [Tue, 21 Aug 2007 20:12:26 +0000 (20:12 +0000)]
add new "formatter" plugin api
update plugin api version number
add new formatter for cairo using gdk_pixbuf  - working
add new formatter for cairo using DevIL - partially working
add new formatter for cairo using gd - not working

17 years agoadd new "formatter" plugin api
ellson [Tue, 21 Aug 2007 20:12:26 +0000 (20:12 +0000)]
add new "formatter" plugin api
update plugin api version number
add new formatter for cairo using gdk_pixbuf  - working
add new formatter for cairo using DevIL - partially working
add new formatter for cairo using gd - not working

17 years agoadd new "formatter" plugin api
ellson [Tue, 21 Aug 2007 20:12:25 +0000 (20:12 +0000)]
add new "formatter" plugin api
update plugin api version number
add new formatter for cairo using gdk_pixbuf  - working
add new formatter for cairo using DevIL - partially working
add new formatter for cairo using gd - not working

17 years agoadd new "formatter" plugin api
ellson [Tue, 21 Aug 2007 20:12:25 +0000 (20:12 +0000)]
add new "formatter" plugin api
update plugin api version number
add new formatter for cairo using gdk_pixbuf  - working
add new formatter for cairo using DevIL - partially working
add new formatter for cairo using gd - not working

17 years agoadd new "formatter" plugin api
ellson [Tue, 21 Aug 2007 20:12:25 +0000 (20:12 +0000)]
add new "formatter" plugin api
update plugin api version number
add new formatter for cairo using gdk_pixbuf  - working
add new formatter for cairo using DevIL - partially working
add new formatter for cairo using gd - not working

17 years agoadd new "formatter" plugin api
ellson [Tue, 21 Aug 2007 20:12:25 +0000 (20:12 +0000)]
add new "formatter" plugin api
update plugin api version number
add new formatter for cairo using gdk_pixbuf  - working
add new formatter for cairo using DevIL - partially working
add new formatter for cairo using gd - not working

17 years agoadd new "formatter" plugin api
ellson [Tue, 21 Aug 2007 20:12:25 +0000 (20:12 +0000)]
add new "formatter" plugin api
update plugin api version number
add new formatter for cairo using gdk_pixbuf  - working
add new formatter for cairo using DevIL - partially working
add new formatter for cairo using gd - not working

17 years agoadd new "formatter" plugin api
ellson [Tue, 21 Aug 2007 20:12:25 +0000 (20:12 +0000)]
add new "formatter" plugin api
update plugin api version number
add new formatter for cairo using gdk_pixbuf  - working
add new formatter for cairo using DevIL - partially working
add new formatter for cairo using gd - not working

17 years agoadd new "formatter" plugin api
ellson [Tue, 21 Aug 2007 20:12:25 +0000 (20:12 +0000)]
add new "formatter" plugin api
update plugin api version number
add new formatter for cairo using gdk_pixbuf  - working
add new formatter for cairo using DevIL - partially working
add new formatter for cairo using gd - not working

17 years agoUpdate info files
erg [Tue, 21 Aug 2007 15:37:23 +0000 (15:37 +0000)]
Update info files

17 years agoUpdate info files
erg [Mon, 20 Aug 2007 17:57:44 +0000 (17:57 +0000)]
Update info files

17 years agowrite a comment into config indicating what a user is allowed to change
ellson [Mon, 20 Aug 2007 16:27:24 +0000 (16:27 +0000)]
write a comment into config indicating what a user is allowed to change

17 years agoallow users to modify quality in config
ellson [Mon, 20 Aug 2007 16:01:42 +0000 (16:01 +0000)]
allow users to modify quality in config