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.
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.
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.
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.
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
ellson [Wed, 8 Aug 2007 16:26:22 +0000 (16:26 +0000)]
Partially implement change to %post and %postun scripts for config file removal
or regeneration.
based on patch from: Gareth Armstrong <gareth.armstrong@hp.com>
ellson [Tue, 7 Aug 2007 17:45:38 +0000 (17:45 +0000)]
Add RHEL4 support for: guile, python
Add RHEL5 support for: java, pangocairo
Add FC4 support for: python
based on patch from: Gareth Armstrong <gareth.armstrong@hp.com>
ellson [Tue, 7 Aug 2007 14:14:01 +0000 (14:14 +0000)]
Enforce the graphviz-spec's set of plugins during configure in case
we are building rpms on a non-vanilla platform with extra stuff loaded
that configure might find.
based on patch from: Gareth Armstrong <gareth.armstrong@hp.com>