pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/goffice Update to 0.4.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0e8a899aa95
branches:  trunk
changeset: 528483:d0e8a899aa95
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat May 05 00:33:43 2007 +0000

description:
Update to 0.4.0:

goffice 0.3.9:

Jean:
        * Add support for cubic splines.
        * Fix graph rendering on big endian machines. [#432532]

--------------------------------------------------------------------------
goffice 0.3.8:

Emmanuel:
        * Fix alignement of rotated axis labels. [#343507]

Morten:
        * Add preconditions to text combo widget's API functions.
        * Unicode-normalize regexps patterns.
        * Improve character set guesser.  [#401588]
        * Fix format selector crash.  [#431256]

--------------------------------------------------------------------------
goffice 0.3.7:

Emmanuel Pacaud:

        * Fix calls to g_object_class_install_property. [#172866]
        * Show a complete dash sequence for sample lines in legends. [#404819]
        * Fix persistence of legend position. [345836]
        * Only round width of sharp line. [#403403]
        * Add more line styles

Morten:
        * Fix UTF-8 problem in format preview.
        * Separate the format selector from format internals.
        * Total rewrite of number formatting.
        * Fix potential memory corruption in format dialog.
        * Make space-filling in formats use thinner spaces when
          available.  [#163438]
        * Remove embedded PCRE.
        * Improve axis labeling.  [#413660]
        * Simplify formats that yield "n\pi/1".  [#417981]

--------------------------------------------------------------------------
goffice 0.3.6:

Jody:
        * Avoid cairo assertion when rendering a 0 sized view. [#397679]

Morten:
        * Generalize number formatting.
        * Simplify format widget a bit.
        * Implement go_strtod and go_strtold.
        * Fix marshalling of pango formats with strikethrough set.
        * Make the GOFormat type private.
        * Extract go-locale.[ch] from go-format.[ch]
        * Fix UMR.

--------------------------------------------------------------------------

goffice 0.3.5:

Emmanuel Pacaud:
        * Fix legend where there's no element to display. [#382354]
        * Fix legend when reordering plots. [#382663]
        * Fix markers in PDF and PS export.

Jody:
        * Make the GogStyle sax parser usable by outside objects.

Morten:
        * Improve number formatting.

--------------------------------------------------------------------------

goffice 0.3.4:

Morten:
        * Handle formats like "dd.mm.yyyy".

J.H.M. Dassen (Ray):
        * Cleanup g_free calls.  [#369662]

--------------------------------------------------------------------------

goffice 0.3.3:

Morten:
        * Fix combo sizing problem.  [#362704]
        * Fix Save problem.  [#365115]
        * Detect more date/time formats.  Part of [#370183]

--------------------------------------------------------------------------

goffice 0.3.2:

Dom:
        * Fixes for usage with gtk 2.6.

Jon Kåre:
        * Use info from gdk-pixbuf to convert from MIME type to image
          format.
        * Fix bug which hid file save format selector .
        * go_gtk_file_sel_dialog no longer unhides all hidden widgets
          when displaying dialog.

Morten:
        * Handle errors while loading images better.

--------------------------------------------------------------------------
goffice 0.3.1:

NOTE : This is a _DEVELOPMENT_ release.  Please use the 0.2.x series for
        production systems.  The api/abi in 0.3.x is expected to change without
        notice until 0.4.0.

Emmanuel Pacaud:
        * Composite graph image onto white background when exporting to
        formats that don't support alpha channel [#339126].
        * Add support for background stripes.
        * Add radian and grad unit support for polar plots.
        * Add rotation support for polar plots.
        * Fix display of log axis minor ticks [#341880].
        * Add new ?pi/? format, mainly for polar plot use.
        * Fix bar/col plots when using log scale.
        * Fix a crash when polar plot width or height == 0 [#349238].
        * Swith to cairo renderer [#314211] [#310322].
        * New pattern, gradient, color and line selectors [#152673].

Ivan Wong :
        * [Win32] Add the attribute GO_VAR_DECL for public global
        variable so that public header files are now compatible with
        MSVC.

Jean Brefort:
        * Add a half pie plots.
        * Allow to chose an interpolation type for each series in
        scatter plots.
        * Implement vertical box-plots. [#358153]

Morten:
        * Make text combos work in overflowed toolbars.  [#157901]
        * Avoid CRITICALs on formatting invalid dates.
        * Fix rendered for non-Cairo case.  [#341999]

--------------------------------------------------------------------------

goffice 0.3.0:

NOTE : This is a _DEVELOPMENT_ release.  Please use the 0.2.x series for
        production systems.  The api/abi in 0.3.x is expected to change without
        notice until 0.4.0.

Emmanuel Pacaud:
        * Add initial support for moving objects by mouse.
        * Add a resolution setting in image export file chooser.
        * Add support for PDF and PS export of graphs when using cairo
        renderer.
        * Add gtk-doc support.
        * Improve legend layout by making swatch size proptional to font
        size.
        * Improve dialog for manual position of dialog.
        * Fix baseline for area plot and histogram when using a log axis.
        * Implement stretched image pattern in cairo renderer.
        * Fix axis label position.
        * Improve scientific format, add an engineering mode and a
        special format with markup for display of exponent as
        superscript (e.g. 10²) (Currently only used by graph engine when
        using cairo renderer).

Ivan Wong :
        * [Win32] Only export symbols which are in the public headers.
          [#307356]

Jean Brefort:
        * Add a new components system to embed data from other
        applications.
        * Add Histograms.
        * Add regression curves to histograms and line plots.
        * Add power regressions.
        * Add moving average trend curves.
        * Fix use of invalid data in scatter plots. [#334697]

Jody:
        * Some cleanup towards supporting --without-gtk.

Morten:
        * Fix translation problems causing crashes in the character set
          selector for people not using UTF-8.
        * Add and fix gog-object preconditions.  [Part of #321678]
        * Handle problem with fraction formats for very large values.
          [Debian 340463]
        * Fix problem with colons in filenames.  [#322799]
        * Use system libpcre when available, sufficiently recent, and
          properly compiled with UTF-8 support.
        * Plug leak.
        * Handle problems with formats containing "ss." but no more.
        * Fix plugin deactivation.  [#336742]
        * Improve fraction format handling.
        * Fix format problem for [$curr].
        * Implement tooltips for text combos.  [#339122]

diffstat:

 misc/goffice/DESCR         |    7 +-
 misc/goffice/Makefile      |   18 +-
 misc/goffice/PLIST         |  693 ++++++++++++++++++++++++++------------------
 misc/goffice/buildlink3.mk |   11 +-
 misc/goffice/distinfo      |    8 +-
 5 files changed, 436 insertions(+), 301 deletions(-)

diffs (truncated from 850 to 300 lines):

diff -r 8eb44454564e -r d0e8a899aa95 misc/goffice/DESCR
--- a/misc/goffice/DESCR        Sat May 05 00:18:58 2007 +0000
+++ b/misc/goffice/DESCR        Sat May 05 00:33:43 2007 +0000
@@ -1,6 +1,7 @@
-This is a library for common operations for document centric
-applications that are conceptually simple, but complex to implement
-fully. Supported operations include:
+goffice is a GLIB/GTK set of document centric objects and utilities.
+
+There are common operations for document centric applications that are
+conceptually simple, but complex to implement fully.
     - plugins
     - load/save documents
     - undo/redo
diff -r 8eb44454564e -r d0e8a899aa95 misc/goffice/Makefile
--- a/misc/goffice/Makefile     Sat May 05 00:18:58 2007 +0000
+++ b/misc/goffice/Makefile     Sat May 05 00:33:43 2007 +0000
@@ -1,34 +1,38 @@
-# $NetBSD: Makefile,v 1.14 2007/03/21 12:05:50 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2007/05/05 00:33:43 wiz Exp $
 #
 
-DISTNAME=              goffice-0.2.2
-PKGREVISION=           1
+DISTNAME=              goffice-0.4.0
 CATEGORIES=            misc
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/goffice/0.2/}
+MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/goffice/0.4/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://ftp.gnome.org/pub/GNOME/sources/goffice/0.2/
+HOMEPAGE=              http://ftp.gnome.org/pub/GNOME/sources/goffice/0.4/
 COMMENT=               Library of document-centric objects and utilities
 
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
-PKGCONFIG_OVERRIDE+=   ${WRKSRC}/libgoffice-1.pc.in
+PKGCONFIG_OVERRIDE+=   ${WRKSRC}/libgoffice-0.4.pc.in
 GNU_CONFIGURE=         yes
+USE_DIRS+=             xdg-1.4
 USE_TOOLS+=            gmake intltool msgfmt pkg-config
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/GConf2/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.6.3
+BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.8.0
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/libglade2/buildlink3.mk"
 .include "../../devel/libgnomeui/buildlink3.mk"
 .include "../../devel/libgsf/buildlink3.mk"
+BUILDLINK_API_DEPENDS.pango+=  pango>=1.8.1
 .include "../../devel/pango/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libart2+=        libart2>=2.3.11
 .include "../../graphics/libart2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libgnomeprint+=  libgnomeprint>=2.8.2
 .include "../../print/libgnomeprint/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtk2+=   gtk2+>=2.6.0
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8eb44454564e -r d0e8a899aa95 misc/goffice/PLIST
--- a/misc/goffice/PLIST        Sat May 05 00:18:58 2007 +0000
+++ b/misc/goffice/PLIST        Sat May 05 00:33:43 2007 +0000
@@ -1,127 +1,139 @@
-@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:25 jlam Exp $
-include/libgoffice-1/goffice/app/error-info.h
-include/libgoffice-1/goffice/app/file.h
-include/libgoffice-1/goffice/app/go-cmd-context-impl.h
-include/libgoffice-1/goffice/app/go-cmd-context.h
-include/libgoffice-1/goffice/app/go-doc-control-impl.h
-include/libgoffice-1/goffice/app/go-doc-control.h
-include/libgoffice-1/goffice/app/go-doc-impl.h
-include/libgoffice-1/goffice/app/go-doc.h
-include/libgoffice-1/goffice/app/go-plugin-loader-module.h
-include/libgoffice-1/goffice/app/go-plugin-loader.h
-include/libgoffice-1/goffice/app/go-plugin-service-impl.h
-include/libgoffice-1/goffice/app/go-plugin-service.h
-include/libgoffice-1/goffice/app/go-plugin.h
-include/libgoffice-1/goffice/app/goffice-app.h
-include/libgoffice-1/goffice/app/io-context-priv.h
-include/libgoffice-1/goffice/app/io-context.h
-include/libgoffice-1/goffice/app/module-plugin-defs.h
-include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-line.h
-include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-pixbuf.h
-include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-polygon.h
-include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-rect-ellipse.h
-include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-text.h
-include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-util.h
-include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas-widget.h
-include/libgoffice-1/goffice/cut-n-paste/foocanvas/foo-canvas.h
-include/libgoffice-1/goffice/cut-n-paste/foocanvas/libfoocanvas.h
-include/libgoffice-1/goffice/cut-n-paste/pcre/pcre.h
-include/libgoffice-1/goffice/data/go-data-impl.h
-include/libgoffice-1/goffice/data/go-data-simple.h
-include/libgoffice-1/goffice/data/go-data.h
-include/libgoffice-1/goffice/data/goffice-data.h
-include/libgoffice-1/goffice/drawing/god-anchor.h
-include/libgoffice-1/goffice/drawing/god-default-attributes.h
-include/libgoffice-1/goffice/drawing/god-drawing-group.h
-include/libgoffice-1/goffice/drawing/god-drawing-renderer-gdk.h
-include/libgoffice-1/goffice/drawing/god-drawing-view.h
-include/libgoffice-1/goffice/drawing/god-drawing.h
-include/libgoffice-1/goffice/drawing/god-image-store.h
-include/libgoffice-1/goffice/drawing/god-image.h
-include/libgoffice-1/goffice/drawing/god-paragraph-attributes.h
-include/libgoffice-1/goffice/drawing/god-property-table.h
-include/libgoffice-1/goffice/drawing/god-shape.h
-include/libgoffice-1/goffice/drawing/god-text-model.h
-include/libgoffice-1/goffice/goffice-features.h
-include/libgoffice-1/goffice/goffice.h
-include/libgoffice-1/goffice/graph/goffice-graph.h
-include/libgoffice-1/goffice/graph/gog-axis-line-impl.h
-include/libgoffice-1/goffice/graph/gog-axis-line.h
-include/libgoffice-1/goffice/graph/gog-axis.h
-include/libgoffice-1/goffice/graph/gog-chart-impl.h
-include/libgoffice-1/goffice/graph/gog-chart.h
-include/libgoffice-1/goffice/graph/gog-control-foocanvas.h
-include/libgoffice-1/goffice/graph/gog-data-allocator.h
-include/libgoffice-1/goffice/graph/gog-data-set.h
-include/libgoffice-1/goffice/graph/gog-error-bar.h
-include/libgoffice-1/goffice/graph/gog-graph-impl.h
-include/libgoffice-1/goffice/graph/gog-graph.h
-include/libgoffice-1/goffice/graph/gog-grid-line.h
-include/libgoffice-1/goffice/graph/gog-grid.h
-include/libgoffice-1/goffice/graph/gog-guru.h
-include/libgoffice-1/goffice/graph/gog-label.h
-include/libgoffice-1/goffice/graph/gog-legend.h
-include/libgoffice-1/goffice/graph/gog-object-xml.h
-include/libgoffice-1/goffice/graph/gog-object.h
-include/libgoffice-1/goffice/graph/gog-outlined-object.h
-include/libgoffice-1/goffice/graph/gog-plot-engine.h
-include/libgoffice-1/goffice/graph/gog-plot-impl.h
-include/libgoffice-1/goffice/graph/gog-plot.h
-include/libgoffice-1/goffice/graph/gog-reg-curve.h
-include/libgoffice-1/goffice/graph/gog-renderer-gnome-print.h
-include/libgoffice-1/goffice/graph/gog-renderer-impl.h
-include/libgoffice-1/goffice/graph/gog-renderer-pixbuf.h
-include/libgoffice-1/goffice/graph/gog-renderer-svg.h
-include/libgoffice-1/goffice/graph/gog-renderer.h
-include/libgoffice-1/goffice/graph/gog-series-impl.h
-include/libgoffice-1/goffice/graph/gog-series-lines.h
-include/libgoffice-1/goffice/graph/gog-series.h
-include/libgoffice-1/goffice/graph/gog-style.h
-include/libgoffice-1/goffice/graph/gog-styled-object.h
-include/libgoffice-1/goffice/graph/gog-theme.h
-include/libgoffice-1/goffice/graph/gog-view.h
-include/libgoffice-1/goffice/gtk/go-action-combo-color.h
-include/libgoffice-1/goffice/gtk/go-action-combo-pixmaps.h
-include/libgoffice-1/goffice/gtk/go-action-combo-stack.h
-include/libgoffice-1/goffice/gtk/go-action-combo-text.h
-include/libgoffice-1/goffice/gtk/go-charmap-sel.h
-include/libgoffice-1/goffice/gtk/go-color-group.h
-include/libgoffice-1/goffice/gtk/go-color-palette.h
-include/libgoffice-1/goffice/gtk/go-combo-box.h
-include/libgoffice-1/goffice/gtk/go-combo-color.h
-include/libgoffice-1/goffice/gtk/go-combo-pixmaps.h
-include/libgoffice-1/goffice/gtk/go-combo-text.h
-include/libgoffice-1/goffice/gtk/go-font-sel.h
-include/libgoffice-1/goffice/gtk/go-format-sel.h
-include/libgoffice-1/goffice/gtk/go-graph-widget.h
-include/libgoffice-1/goffice/gtk/go-locale-sel.h
-include/libgoffice-1/goffice/gtk/go-optionmenu.h
-include/libgoffice-1/goffice/gtk/go-rotation-sel.h
-include/libgoffice-1/goffice/gtk/goffice-gtk.h
-include/libgoffice-1/goffice/ms-compat/go-ms-parser.h
-include/libgoffice-1/goffice/ms-compat/god-drawing-ms-client-handler.h
-include/libgoffice-1/goffice/ms-compat/god-drawing-ms.h
-include/libgoffice-1/goffice/ms-compat/god-image-ms.h
-include/libgoffice-1/goffice/utils/datetime.h
-include/libgoffice-1/goffice/utils/format-impl.h
-include/libgoffice-1/goffice/utils/go-color.h
-include/libgoffice-1/goffice/utils/go-file.h
-include/libgoffice-1/goffice/utils/go-font.h
-include/libgoffice-1/goffice/utils/go-format-match.h
-include/libgoffice-1/goffice/utils/go-format.h
-include/libgoffice-1/goffice/utils/go-geometry.h
-include/libgoffice-1/goffice/utils/go-glib-extras.h
-include/libgoffice-1/goffice/utils/go-gradient.h
-include/libgoffice-1/goffice/utils/go-libxml-extras.h
-include/libgoffice-1/goffice/utils/go-line.h
-include/libgoffice-1/goffice/utils/go-marker.h
-include/libgoffice-1/goffice/utils/go-math.h
-include/libgoffice-1/goffice/utils/go-pattern.h
-include/libgoffice-1/goffice/utils/go-rangefunc.h
-include/libgoffice-1/goffice/utils/go-regression.h
-include/libgoffice-1/goffice/utils/go-units.h
-include/libgoffice-1/goffice/utils/goffice-utils.h
-include/libgoffice-1/goffice/utils/regutf8.h
+@comment $NetBSD: PLIST,v 1.3 2007/05/05 00:33:43 wiz Exp $
+include/libgoffice-0.4/goffice/app/error-info.h
+include/libgoffice-0.4/goffice/app/file.h
+include/libgoffice-0.4/goffice/app/go-cmd-context-impl.h
+include/libgoffice-0.4/goffice/app/go-cmd-context.h
+include/libgoffice-0.4/goffice/app/go-doc-control-impl.h
+include/libgoffice-0.4/goffice/app/go-doc-control.h
+include/libgoffice-0.4/goffice/app/go-doc-impl.h
+include/libgoffice-0.4/goffice/app/go-doc.h
+include/libgoffice-0.4/goffice/app/go-plugin-loader-module.h
+include/libgoffice-0.4/goffice/app/go-plugin-loader.h
+include/libgoffice-0.4/goffice/app/go-plugin-service-impl.h
+include/libgoffice-0.4/goffice/app/go-plugin-service.h
+include/libgoffice-0.4/goffice/app/go-plugin.h
+include/libgoffice-0.4/goffice/app/goffice-app.h
+include/libgoffice-0.4/goffice/app/io-context-priv.h
+include/libgoffice-0.4/goffice/app/io-context.h
+include/libgoffice-0.4/goffice/app/module-plugin-defs.h
+include/libgoffice-0.4/goffice/component/go-component-factory.h
+include/libgoffice-0.4/goffice/component/go-component.h
+include/libgoffice-0.4/goffice/component/goffice-component.h
+include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas-line.h
+include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas-pixbuf.h
+include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas-polygon.h
+include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas-rect-ellipse.h
+include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas-text.h
+include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas-util.h
+include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas-widget.h
+include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/foo-canvas.h
+include/libgoffice-0.4/goffice/cut-n-paste/foocanvas/libfoocanvas.h
+include/libgoffice-0.4/goffice/data/go-data-impl.h
+include/libgoffice-0.4/goffice/data/go-data-simple.h
+include/libgoffice-0.4/goffice/data/go-data.h
+include/libgoffice-0.4/goffice/data/goffice-data.h
+include/libgoffice-0.4/goffice/drawing/god-anchor.h
+include/libgoffice-0.4/goffice/drawing/god-default-attributes.h
+include/libgoffice-0.4/goffice/drawing/god-drawing-group.h
+include/libgoffice-0.4/goffice/drawing/god-drawing-renderer-gdk.h
+include/libgoffice-0.4/goffice/drawing/god-drawing-view.h
+include/libgoffice-0.4/goffice/drawing/god-drawing.h
+include/libgoffice-0.4/goffice/drawing/god-image-store.h
+include/libgoffice-0.4/goffice/drawing/god-image.h
+include/libgoffice-0.4/goffice/drawing/god-paragraph-attributes.h
+include/libgoffice-0.4/goffice/drawing/god-property-table.h
+include/libgoffice-0.4/goffice/drawing/god-shape.h
+include/libgoffice-0.4/goffice/drawing/god-text-model.h
+include/libgoffice-0.4/goffice/goffice-features.h
+include/libgoffice-0.4/goffice/goffice.h
+include/libgoffice-0.4/goffice/graph/goffice-graph.h
+include/libgoffice-0.4/goffice/graph/gog-axis-line-impl.h
+include/libgoffice-0.4/goffice/graph/gog-axis-line.h
+include/libgoffice-0.4/goffice/graph/gog-axis.h
+include/libgoffice-0.4/goffice/graph/gog-chart-impl.h
+include/libgoffice-0.4/goffice/graph/gog-chart.h
+include/libgoffice-0.4/goffice/graph/gog-control-foocanvas.h
+include/libgoffice-0.4/goffice/graph/gog-data-allocator.h
+include/libgoffice-0.4/goffice/graph/gog-data-set.h
+include/libgoffice-0.4/goffice/graph/gog-error-bar.h
+include/libgoffice-0.4/goffice/graph/gog-graph-impl.h
+include/libgoffice-0.4/goffice/graph/gog-graph.h
+include/libgoffice-0.4/goffice/graph/gog-grid-line.h
+include/libgoffice-0.4/goffice/graph/gog-grid.h
+include/libgoffice-0.4/goffice/graph/gog-guru.h
+include/libgoffice-0.4/goffice/graph/gog-label.h
+include/libgoffice-0.4/goffice/graph/gog-legend.h
+include/libgoffice-0.4/goffice/graph/gog-object-xml.h
+include/libgoffice-0.4/goffice/graph/gog-object.h
+include/libgoffice-0.4/goffice/graph/gog-outlined-object.h
+include/libgoffice-0.4/goffice/graph/gog-plot-engine.h
+include/libgoffice-0.4/goffice/graph/gog-plot-impl.h
+include/libgoffice-0.4/goffice/graph/gog-plot.h
+include/libgoffice-0.4/goffice/graph/gog-reg-curve.h
+include/libgoffice-0.4/goffice/graph/gog-renderer-cairo.h
+include/libgoffice-0.4/goffice/graph/gog-renderer-gnome-print.h
+include/libgoffice-0.4/goffice/graph/gog-renderer-impl.h
+include/libgoffice-0.4/goffice/graph/gog-renderer.h
+include/libgoffice-0.4/goffice/graph/gog-series-impl.h
+include/libgoffice-0.4/goffice/graph/gog-series-lines.h
+include/libgoffice-0.4/goffice/graph/gog-series.h
+include/libgoffice-0.4/goffice/graph/gog-smoothed-curve.h
+include/libgoffice-0.4/goffice/graph/gog-style.h
+include/libgoffice-0.4/goffice/graph/gog-styled-object.h
+include/libgoffice-0.4/goffice/graph/gog-theme.h
+include/libgoffice-0.4/goffice/graph/gog-trend-line.h
+include/libgoffice-0.4/goffice/graph/gog-view.h
+include/libgoffice-0.4/goffice/gtk/go-action-combo-color.h
+include/libgoffice-0.4/goffice/gtk/go-action-combo-pixmaps.h
+include/libgoffice-0.4/goffice/gtk/go-action-combo-stack.h
+include/libgoffice-0.4/goffice/gtk/go-action-combo-text.h
+include/libgoffice-0.4/goffice/gtk/go-charmap-sel.h
+include/libgoffice-0.4/goffice/gtk/go-color-group.h
+include/libgoffice-0.4/goffice/gtk/go-color-palette.h
+include/libgoffice-0.4/goffice/gtk/go-color-selector.h
+include/libgoffice-0.4/goffice/gtk/go-combo-box.h
+include/libgoffice-0.4/goffice/gtk/go-combo-color.h
+include/libgoffice-0.4/goffice/gtk/go-combo-pixmaps.h
+include/libgoffice-0.4/goffice/gtk/go-combo-text.h
+include/libgoffice-0.4/goffice/gtk/go-font-sel.h
+include/libgoffice-0.4/goffice/gtk/go-format-sel.h
+include/libgoffice-0.4/goffice/gtk/go-gradient-selector.h
+include/libgoffice-0.4/goffice/gtk/go-graph-widget.h
+include/libgoffice-0.4/goffice/gtk/go-line-selector.h
+include/libgoffice-0.4/goffice/gtk/go-locale-sel.h
+include/libgoffice-0.4/goffice/gtk/go-marker-selector.h
+include/libgoffice-0.4/goffice/gtk/go-optionmenu.h
+include/libgoffice-0.4/goffice/gtk/go-palette.h
+include/libgoffice-0.4/goffice/gtk/go-pattern-selector.h
+include/libgoffice-0.4/goffice/gtk/go-rotation-sel.h
+include/libgoffice-0.4/goffice/gtk/go-selector.h



Home | Main Index | Thread Index | Old Index