| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: goffice-devel | Distribution: openSUSE 11.4 |
| Version: 0.8.12 | Vendor: openSUSE |
| Release: 2.1 | Build date: Sat Feb 19 07:36:04 2011 |
| Group: Development/Libraries/GNOME | Build host: build03 |
| Size: 3783900 | Source RPM: goffice-0.8.12-2.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.gnumeric.org/ | |
| Summary: Development files for goffice | |
GOffice is a GLib/GTK+ set of document-centric objects and utilities. This package contains files needed to develop applications using goffice.
GPLv2+
* Fri Nov 26 2010 dimstar@opensuse.org
- Update to version 0.8.12:
+ bgo#631242, bgo#630784: Fix US 30/360 date calculations.
+ bgo#631504: Fixed sorting with accentuated characters.
+ bgo#632310: Allow filled plots to be displayed behind the grids
+ Fixed patterns with cairo-1.10.
+ bgo#633735: Fixed flawed exponential fit in graphs for small
values.
+ bgo#633965: Fixed an infinite loop condition in cubic spline
evaluation.
+ Fix GOImage-vs-cairo lifecycle issue.
+ Fix loading of weird themes.
* Sat Oct 02 2010 vuntz@opensuse.org
- Update to version 0.8.11:
+ Implement custom grids in xyz plots. [bgo#624273]
+ Update API documentation.
+ Improve fractional days support for date axes.
+ Draw charset/locale selectors with "radio" buttons.
+ Fix charset problem for Japanese. [bgo#627829]
* Sun Sep 05 2010 vuntz@opensuse.org
- Update to version 0.8.10:
+ Make sure the first rather than the last error is shown.
+ Provide the opportunity of all errors to be shown.
+ Always use real line width when evaluating dashes. [bgo#442546]
+ Update x and y limits when data change for xyz plots.
[bgo#627288]
+ Do not crash when displaying cubic spline with no abscissa.
[bgo#627507]
+ Do not save image filling with no image. [bgo#627690]
+ Don't use g_free instead of xmlFree. [bgo#627700]
+ Optionaly delete trendlines from legend. [bgo#628031]
+ Fix critical in go_doc_finalize. [bgo#628467]
+ Fixed a potential crasher in
gog_styled_object_document_changed. [bgo#628671]
+ Fixed GOImage references management. [bgo#628732]
+ Limit formats to sane number of decimals. [bgo#627066]
+ Fix minor go_string_replace issue.
+ Plug leaks.
+ Fix char-xmlChar confusion.
+ Fix graph crash. [bgo#628259]
+ Improve go_format_is_date.
+ Improve handling of date axes with time-of-day.
+ Fix FMR on image load. [Part of bgo#628467]
+ Updated translations.
* Tue Aug 17 2010 dimstar@opensuse.org
- Update to version 0.8.9:
+ bgo#626206, bgo#626263, bgo#626305: Don't crash when loading a
corrupted chart.
+ Fix blur in zoomed charts.
+ bgo#626665: Fix memory leak and criticals in graph editor.
+ bgo#531070: Allow themes defined as xml files.
+ bgo#626461: Update currencies.
* Mon Aug 09 2010 vuntz@opensuse.org
- Update to version 0.8.8:
+ Make sure that go_format_sel_format_classification returns the
value used by the format selector. [bgo#625454]
+ Do not take manually placed charts into account when evaluating
rows and columns in GogGraph.
+ Fixed contour plots legend. [bgo#623887]
+ Add go_string_replace function.
+ Add functions to manage GOFormatDetails.
+ Fix go_conf notification problem. [bgo#625549]
+ Implement weekly ticks for date axes. [bgo#624340]
* Wed Jul 28 2010 andrea@opensuse.org
- Update to version 0.8.7:
+ Implement cumulative histograms.
+ Make histogram able to use raw data.
+ Implement equations rotation. [bgo#622782]
- Changes from version 0.8.6:
+ Clean-up some win32 code.
+ Fix point-on-graph crash. [bgo#620198]
+ Ensure format menu has yyyy-mm-dd.
+ Improve docs.
+ Fix currency ordering. [bgo#621336]
+ Fix rounding problems for very large numbers.
- Changes from version 0.8.5:
+ Fix the --without-gtk winbuild. [bgo#619312]
+ Fix trend-line problem with inverted x-axis. [bgo#619958]
- Changes from version 0.8.4:
+ Fix the --without-gtk build. [bgo#618592]
+ Regression fixes.
+ Improve linear regression accuracy.
+ Plug leaks.
- Changes from version 0.8.3:
+ Improve probability plots.
+ Implement the "combo-activate" signal in GOCombo. [bgo#583175]
+ Use markup for graph tips.
+ Fix week numbers issue.
+ Fix matrix inversion crash. [Part of bgo#617469]
+ Fix win32 configuration problem. [bgo#617672]
* Wed Apr 28 2010 dimstar@opensuse.org
- Update to version 0.8.2:
+ bgo#608422: Support fd:// URIs on win32
+ Add more GOPath API
+ bgo#613523: Implement conf notification in keyfile case
+ Fix distance calculation for arc, ellipse, polygon, polyline,
and rectangle
+ Support rotation for text on canvas
+ Add PolyPolygon and Path
* Tue Mar 09 2010 dimstar@opensuse.org
- Update to version 0.8.1:
+ bgo#609833: Remove libglade dependency from pc file.
+ bgo#610434: Use gtk_buildable_get_name instead of
gtk_widget_get_name where ppropriate.
+ bgo#610435: Fix crash in GogGuru.
+ bgo#611163: Fix cubic splines with invalid data.
+ bgo#611415: Fix locale selector issue.
+ Canvas improvements.
- Remove the libglade workaround.
* Sun Feb 14 2010 vuntz@opensuse.org
- Update to version 0.8.0:
+ Do not crash when a chart contains no plot. [bgo#607960]
+ Do not crash when deleting a grabbed item. [bgo#609747]
+ Add "autoload" flag for plugins.
+ Use locale independent markup. [bgo#608047]
* Sat Feb 13 2010 vuntz@opensuse.org
- Remove libglade-2.0 from libgoffice-0.8.pc with sed, until
bgo#609833 gets fixed.
* Wed Jan 27 2010 vuntz@opensuse.org
- Update to version 0.7.18:
+ Fix description of ring plots. [bgo#606162]
+ Add a name to regression curves for display in legends.
[bgo#605040]
+ Fixed GocPolygon bounds. [bgo#605496]
+ Moved plot area position page from plot to chart. [bgo#605771]
+ Add sample to the plot type selector. [bgo#495781]
+ Don't use multiline GtkLabel. [bgo#606162]
* Wed Dec 16 2009 vuntz@opensuse.org
- Update to version 0.7.17:
+ Fixed a canvas performance issue. [bgo#603813]
+ Update property page when style changes after reordering.
[bgo#604229]
+ Fix context sensitive help support on win32.
+ Make GOCmdContext require less implementation.
* Fri Dec 04 2009 vuntz@opensuse.org
- Update to version 0.7.16:
+ Add parent name for new objects in the graph guru "Add" menu.
+ Fix configuration loading when using .gnumericrc. [bgo#600654]
+ Implement error bars in radar and polar plots. [bgo#572720]
+ Add an option for negative values display in pies and rings.
[bgo#152614]
+ Add trend lines to legend. [bgo#383518]
+ Build color from color names usung gdk_parse_color.
[bgo#601114]
+ Fix crashes in probablility and scatter plots. [bgo#603015,
bgo#603016]
+ Support multiple series in probability plots. [bgo#603013]
+ Eliminate most uses of "float".
- Changes from version 0.7.15:
+ Fix bounds update of GocItem. [bgo#598091]
+ Prepare for GSEAL_ENABLE.
+ Display coordinates when moving the mouseover a graph.
[bgo#382666]
+ Make titles the first logical child and ensure they are
rendered last. Really fixes bgo#152675.
+ Fix graph scale after a size change. [bgo#599887]
+ Make chart position persistent in auto mode. [bgo#152674]
+ Canvas improvements for arrows.
- Changes from version 0.7.14:
+ Fix some translatable strings. [bgo#596003]
+ Fix unicolor gradient brightness.
+ Fix custom point marker in scatter plots. [bgo#596585]
+ Fixed various issues related to image filling.
+ Extensions for XLL support in Gnumeric. [bgo#597849]
* Tue Sep 29 2009 vuntz@opensuse.org
- Update to version 0.7.13:
+ Fix various problems with new canvas.
* Wed Sep 09 2009 dimstar@opensuse.org
- Update to version 0.7.12:
+ bgo#593608 - Deprecated GOStyle::outline.
+ bgo#593937, bgo#594070, bgo#594077 - Fixed import of surface
plots from excel.
* Tue Sep 01 2009 vuntz@novell.com
- Update to version 0.7.11:
+ Fix canvas item realize/unrealize problems. [bgo#593593]
* Mon Aug 31 2009 dimstar@opensuse.org
- Update to version 0.7.10:
+ Canvas improvements.
+ Removed FooCanvas.
+ Migrated from Glade to GtkBuilder.
+ bgo#592283 - Namespace issues.
- Drop libglade2-devel BuildRequires and Requires in devel package.
* Sun Aug 16 2009 dominique-obs@leuenberger.net
- Update to version 0.7.9:
+ bgo#586654 - Improve number style output to ODF.
+ Improve currency output to ODF.
+ bgo#587171 - Fix hang when writing date with invalid format.
+ bgo#585298 - Align surface ticks with grid.
+ bgo#589511, bgo#589512 - Fixed various contour plots related
issues.
+ bgo#590416 - Comparison line for probability plots.
+ New cairo based canvas.
+ bgo#586567 - Fix format localization problem.
+ bgo#588138 - Fix crash with Win32 configuration.
+ bgo#590903 - Fix axis issues near zero.
+ bgo#590908 - Improve log-scale axes.
- No longer needed to rename sr@Latn to sr@latin.
* Mon Jun 22 2009 dominique-obs@leuenberger.net
- Update to version 0.7.8:
+ Add some odf GOFormat output utilities
+ Handle scale attributes in markup
+ Add functions to generate number formats
+ Make format classification function public
+ Fix inc/dec precision for accounting format
+ Introduce master include file
+ Activate formatting support for negative elapsed times.
* Sun May 24 2009 vuntz@novell.com
- Update to version 0.7.7:
+ Modified serialization of pango markup to support all weights
+ Add "pristine" as GODoc property.
+ Properly handle date conventions in graphs.
+ Support formatted editing of graph limits that are dates and
times. [bgo#574681]
+ Implement new calendar button widget.
* Thu May 07 2009 vuntz@novell.com
- Update to version 0.7.6:
+ Fixed segfault during documentation generation. [bgo#580296]
+ Improve log axes' tick calculation. [bgo#375756]
* Mon Apr 27 2009 vuntz@novell.com
- Update to version 0.7.5:
+ Fixed gconf and gmathml propagation to pc file. [bgo#576497]
+ Added a new plot type: GogColorPolarPlot.
+ Use priority when looking up savers by extension or mime.
+ Add new go_format_is_time function.
+ Pick sane bounds for time-formatted axes. [Part of bgo#574681]
+ Pick sane bounds for date-formatted axes. [Part of bgo#574681]
+ Add magic date and time formats.
- Drop goffice-fix-gconf-dep.patch: fixed upstream.
* Mon Mar 23 2009 vuntz@novell.com
- Add goffice-fix-gconf-dep.patch to fix gconf detection in
pkg-config.
* Mon Mar 23 2009 vuntz@novell.com
- Update to version 0.7.4:
+ Add go_gtk_show_url. [bgo#559021]
+ Don't display markers in histogram legend. [bgo#574340]
+ Skip points corresponding to invalid valies in pie charts.
[bgo#574348]
+ Correctly use all points defined in bar/columns plot series.
[bgo#574349]
+ Avoid unused direct shlib deps. [bgo#572910]
+ Set a default family when none is given. [bgo#575318]
+ Fix a pixbuf scaling problem in foocanvas.
+ Improve handling of localized formats.
* Mon Mar 16 2009 sbrabec@suse.cz
- Added support for translation-update-upstream (FATE#301344).
/usr/include/libgoffice-0.8 /usr/include/libgoffice-0.8/goffice /usr/include/libgoffice-0.8/goffice/app /usr/include/libgoffice-0.8/goffice/app/error-info.h /usr/include/libgoffice-0.8/goffice/app/file.h /usr/include/libgoffice-0.8/goffice/app/go-cmd-context-impl.h /usr/include/libgoffice-0.8/goffice/app/go-cmd-context.h /usr/include/libgoffice-0.8/goffice/app/go-conf.h /usr/include/libgoffice-0.8/goffice/app/go-doc-control-impl.h /usr/include/libgoffice-0.8/goffice/app/go-doc-control.h /usr/include/libgoffice-0.8/goffice/app/go-doc-impl.h /usr/include/libgoffice-0.8/goffice/app/go-doc.h /usr/include/libgoffice-0.8/goffice/app/go-plugin-loader-module.h /usr/include/libgoffice-0.8/goffice/app/go-plugin-loader.h /usr/include/libgoffice-0.8/goffice/app/go-plugin-service-impl.h /usr/include/libgoffice-0.8/goffice/app/go-plugin-service.h /usr/include/libgoffice-0.8/goffice/app/go-plugin.h /usr/include/libgoffice-0.8/goffice/app/goffice-app.h /usr/include/libgoffice-0.8/goffice/app/io-context-priv.h /usr/include/libgoffice-0.8/goffice/app/io-context.h /usr/include/libgoffice-0.8/goffice/app/module-plugin-defs.h /usr/include/libgoffice-0.8/goffice/canvas /usr/include/libgoffice-0.8/goffice/canvas/goc-arc.h /usr/include/libgoffice-0.8/goffice/canvas/goc-canvas.h /usr/include/libgoffice-0.8/goffice/canvas/goc-circle.h /usr/include/libgoffice-0.8/goffice/canvas/goc-ellipse.h /usr/include/libgoffice-0.8/goffice/canvas/goc-graph.h /usr/include/libgoffice-0.8/goffice/canvas/goc-group.h /usr/include/libgoffice-0.8/goffice/canvas/goc-item.h /usr/include/libgoffice-0.8/goffice/canvas/goc-line.h /usr/include/libgoffice-0.8/goffice/canvas/goc-path.h /usr/include/libgoffice-0.8/goffice/canvas/goc-pixbuf.h /usr/include/libgoffice-0.8/goffice/canvas/goc-polygon.h /usr/include/libgoffice-0.8/goffice/canvas/goc-polyline.h /usr/include/libgoffice-0.8/goffice/canvas/goc-rectangle.h /usr/include/libgoffice-0.8/goffice/canvas/goc-structs.h /usr/include/libgoffice-0.8/goffice/canvas/goc-styled-item.h /usr/include/libgoffice-0.8/goffice/canvas/goc-text.h /usr/include/libgoffice-0.8/goffice/canvas/goc-utils.h /usr/include/libgoffice-0.8/goffice/canvas/goc-widget.h /usr/include/libgoffice-0.8/goffice/canvas/goffice-canvas.h /usr/include/libgoffice-0.8/goffice/component /usr/include/libgoffice-0.8/goffice/component/go-component-factory.h /usr/include/libgoffice-0.8/goffice/component/go-component.h /usr/include/libgoffice-0.8/goffice/component/goffice-component.h /usr/include/libgoffice-0.8/goffice/data /usr/include/libgoffice-0.8/goffice/data/go-data-impl.h /usr/include/libgoffice-0.8/goffice/data/go-data-simple.h /usr/include/libgoffice-0.8/goffice/data/go-data.h /usr/include/libgoffice-0.8/goffice/data/goffice-data.h /usr/include/libgoffice-0.8/goffice/drawing /usr/include/libgoffice-0.8/goffice/drawing/god-anchor.h /usr/include/libgoffice-0.8/goffice/drawing/god-default-attributes.h /usr/include/libgoffice-0.8/goffice/drawing/god-drawing-group.h /usr/include/libgoffice-0.8/goffice/drawing/god-drawing-renderer-gdk.h /usr/include/libgoffice-0.8/goffice/drawing/god-drawing-view.h /usr/include/libgoffice-0.8/goffice/drawing/god-drawing.h /usr/include/libgoffice-0.8/goffice/drawing/god-image-store.h /usr/include/libgoffice-0.8/goffice/drawing/god-image.h /usr/include/libgoffice-0.8/goffice/drawing/god-paragraph-attributes.h /usr/include/libgoffice-0.8/goffice/drawing/god-property-table.h /usr/include/libgoffice-0.8/goffice/drawing/god-shape.h /usr/include/libgoffice-0.8/goffice/drawing/god-text-model.h /usr/include/libgoffice-0.8/goffice/goffice-features.h /usr/include/libgoffice-0.8/goffice/goffice.h /usr/include/libgoffice-0.8/goffice/graph /usr/include/libgoffice-0.8/goffice/graph/goffice-graph.h /usr/include/libgoffice-0.8/goffice/graph/gog-3d-box.h /usr/include/libgoffice-0.8/goffice/graph/gog-axis-line-impl.h /usr/include/libgoffice-0.8/goffice/graph/gog-axis-line.h /usr/include/libgoffice-0.8/goffice/graph/gog-axis.h /usr/include/libgoffice-0.8/goffice/graph/gog-chart-impl.h /usr/include/libgoffice-0.8/goffice/graph/gog-chart-map-3d.h /usr/include/libgoffice-0.8/goffice/graph/gog-chart-map.h /usr/include/libgoffice-0.8/goffice/graph/gog-chart.h /usr/include/libgoffice-0.8/goffice/graph/gog-child-button.h /usr/include/libgoffice-0.8/goffice/graph/gog-data-allocator.h /usr/include/libgoffice-0.8/goffice/graph/gog-data-set.h /usr/include/libgoffice-0.8/goffice/graph/gog-error-bar.h /usr/include/libgoffice-0.8/goffice/graph/gog-graph-impl.h /usr/include/libgoffice-0.8/goffice/graph/gog-graph.h /usr/include/libgoffice-0.8/goffice/graph/gog-grid-line.h /usr/include/libgoffice-0.8/goffice/graph/gog-grid.h /usr/include/libgoffice-0.8/goffice/graph/gog-guru.h /usr/include/libgoffice-0.8/goffice/graph/gog-label.h /usr/include/libgoffice-0.8/goffice/graph/gog-legend.h /usr/include/libgoffice-0.8/goffice/graph/gog-object-xml.h /usr/include/libgoffice-0.8/goffice/graph/gog-object.h /usr/include/libgoffice-0.8/goffice/graph/gog-outlined-object.h /usr/include/libgoffice-0.8/goffice/graph/gog-plot-engine.h /usr/include/libgoffice-0.8/goffice/graph/gog-plot-impl.h /usr/include/libgoffice-0.8/goffice/graph/gog-plot.h /usr/include/libgoffice-0.8/goffice/graph/gog-reg-curve.h /usr/include/libgoffice-0.8/goffice/graph/gog-renderer.h /usr/include/libgoffice-0.8/goffice/graph/gog-series-impl.h /usr/include/libgoffice-0.8/goffice/graph/gog-series-lines.h /usr/include/libgoffice-0.8/goffice/graph/gog-series.h /usr/include/libgoffice-0.8/goffice/graph/gog-smoothed-curve.h /usr/include/libgoffice-0.8/goffice/graph/gog-styled-object.h /usr/include/libgoffice-0.8/goffice/graph/gog-theme.h /usr/include/libgoffice-0.8/goffice/graph/gog-trend-line.h /usr/include/libgoffice-0.8/goffice/graph/gog-view.h /usr/include/libgoffice-0.8/goffice/gtk /usr/include/libgoffice-0.8/goffice/gtk/go-3d-rotation-sel.h /usr/include/libgoffice-0.8/goffice/gtk/go-action-combo-color.h /usr/include/libgoffice-0.8/goffice/gtk/go-action-combo-pixmaps.h /usr/include/libgoffice-0.8/goffice/gtk/go-action-combo-stack.h /usr/include/libgoffice-0.8/goffice/gtk/go-action-combo-text.h /usr/include/libgoffice-0.8/goffice/gtk/go-calendar-button.h /usr/include/libgoffice-0.8/goffice/gtk/go-charmap-sel.h /usr/include/libgoffice-0.8/goffice/gtk/go-color-group.h /usr/include/libgoffice-0.8/goffice/gtk/go-color-palette.h /usr/include/libgoffice-0.8/goffice/gtk/go-color-selector.h /usr/include/libgoffice-0.8/goffice/gtk/go-combo-box.h /usr/include/libgoffice-0.8/goffice/gtk/go-combo-color.h /usr/include/libgoffice-0.8/goffice/gtk/go-combo-pixmaps.h /usr/include/libgoffice-0.8/goffice/gtk/go-combo-text.h /usr/include/libgoffice-0.8/goffice/gtk/go-font-sel.h /usr/include/libgoffice-0.8/goffice/gtk/go-format-sel.h /usr/include/libgoffice-0.8/goffice/gtk/go-gradient-selector.h /usr/include/libgoffice-0.8/goffice/gtk/go-graph-widget.h /usr/include/libgoffice-0.8/goffice/gtk/go-image-sel.h /usr/include/libgoffice-0.8/goffice/gtk/go-line-selector.h /usr/include/libgoffice-0.8/goffice/gtk/go-locale-sel.h /usr/include/libgoffice-0.8/goffice/gtk/go-marker-selector.h /usr/include/libgoffice-0.8/goffice/gtk/go-optionmenu.h /usr/include/libgoffice-0.8/goffice/gtk/go-palette.h /usr/include/libgoffice-0.8/goffice/gtk/go-pattern-selector.h /usr/include/libgoffice-0.8/goffice/gtk/go-pixbuf.h /usr/include/libgoffice-0.8/goffice/gtk/go-rotation-sel.h /usr/include/libgoffice-0.8/goffice/gtk/go-selector.h /usr/include/libgoffice-0.8/goffice/gtk/goffice-gtk.h /usr/include/libgoffice-0.8/goffice/math /usr/include/libgoffice-0.8/goffice/math/go-R.h /usr/include/libgoffice-0.8/goffice/math/go-complex.h /usr/include/libgoffice-0.8/goffice/math/go-cspline.h /usr/include/libgoffice-0.8/goffice/math/go-distribution.h /usr/include/libgoffice-0.8/goffice/math/go-fft.h /usr/include/libgoffice-0.8/goffice/math/go-math.h /usr/include/libgoffice-0.8/goffice/math/go-matrix3x3.h /usr/include/libgoffice-0.8/goffice/math/go-quad.h /usr/include/libgoffice-0.8/goffice/math/go-rangefunc.h /usr/include/libgoffice-0.8/goffice/math/go-regression.h /usr/include/libgoffice-0.8/goffice/math/goffice-math.h /usr/include/libgoffice-0.8/goffice/ms-compat /usr/include/libgoffice-0.8/goffice/ms-compat/go-ms-parser.h /usr/include/libgoffice-0.8/goffice/ms-compat/god-drawing-ms-client-handler.h /usr/include/libgoffice-0.8/goffice/ms-compat/god-drawing-ms.h /usr/include/libgoffice-0.8/goffice/ms-compat/god-image-ms.h /usr/include/libgoffice-0.8/goffice/utils /usr/include/libgoffice-0.8/goffice/utils/datetime.h /usr/include/libgoffice-0.8/goffice/utils/go-bezier.h /usr/include/libgoffice-0.8/goffice/utils/go-cairo.h /usr/include/libgoffice-0.8/goffice/utils/go-color.h /usr/include/libgoffice-0.8/goffice/utils/go-editor.h /usr/include/libgoffice-0.8/goffice/utils/go-file.h /usr/include/libgoffice-0.8/goffice/utils/go-font.h /usr/include/libgoffice-0.8/goffice/utils/go-format.h /usr/include/libgoffice-0.8/goffice/utils/go-geometry.h /usr/include/libgoffice-0.8/goffice/utils/go-glib-extras.h /usr/include/libgoffice-0.8/goffice/utils/go-gradient.h /usr/include/libgoffice-0.8/goffice/utils/go-image.h /usr/include/libgoffice-0.8/goffice/utils/go-libxml-extras.h /usr/include/libgoffice-0.8/goffice/utils/go-line.h /usr/include/libgoffice-0.8/goffice/utils/go-locale.h /usr/include/libgoffice-0.8/goffice/utils/go-marker.h /usr/include/libgoffice-0.8/goffice/utils/go-pango-extras.h /usr/include/libgoffice-0.8/goffice/utils/go-path.h /usr/include/libgoffice-0.8/goffice/utils/go-pattern.h /usr/include/libgoffice-0.8/goffice/utils/go-persist.h /usr/include/libgoffice-0.8/goffice/utils/go-string.h /usr/include/libgoffice-0.8/goffice/utils/go-style.h /usr/include/libgoffice-0.8/goffice/utils/go-styled-object.h /usr/include/libgoffice-0.8/goffice/utils/go-undo.h /usr/include/libgoffice-0.8/goffice/utils/go-units.h /usr/include/libgoffice-0.8/goffice/utils/goffice-utils.h /usr/include/libgoffice-0.8/goffice/utils/regutf8.h /usr/lib64/libgoffice-0.8.so /usr/lib64/pkgconfig/libgoffice-0.8.pc /usr/share/gtk-doc /usr/share/gtk-doc/html /usr/share/gtk-doc/html/goffice-0.8 /usr/share/gtk-doc/html/goffice-0.8/GOCalendarButton.html /usr/share/gtk-doc/html/goffice-0.8/GOCharmapSel.html /usr/share/gtk-doc/html/goffice-0.8/GOCmdContext.html /usr/share/gtk-doc/html/goffice-0.8/GOComboBox.html /usr/share/gtk-doc/html/goffice-0.8/GOComboColor.html /usr/share/gtk-doc/html/goffice-0.8/GOComboPixmaps.html /usr/share/gtk-doc/html/goffice-0.8/GOComboText.html /usr/share/gtk-doc/html/goffice-0.8/GOComponent.html /usr/share/gtk-doc/html/goffice-0.8/GOData.html /usr/share/gtk-doc/html/goffice-0.8/GODataMatrix.html /usr/share/gtk-doc/html/goffice-0.8/GODataScalar.html /usr/share/gtk-doc/html/goffice-0.8/GODataVector.html /usr/share/gtk-doc/html/goffice-0.8/GODoc.html /usr/share/gtk-doc/html/goffice-0.8/GODocControl.html /usr/share/gtk-doc/html/goffice-0.8/GOFileOpener.html /usr/share/gtk-doc/html/goffice-0.8/GOFileSaver.html /usr/share/gtk-doc/html/goffice-0.8/GOFontSel.html /usr/share/gtk-doc/html/goffice-0.8/GOFormatSel.html /usr/share/gtk-doc/html/goffice-0.8/GOGraphWidget.html /usr/share/gtk-doc/html/goffice-0.8/GOIOContext.html /usr/share/gtk-doc/html/goffice-0.8/GOLocaleSel.html /usr/share/gtk-doc/html/goffice-0.8/GOMarker.html /usr/share/gtk-doc/html/goffice-0.8/GOOptionMenu.html /usr/share/gtk-doc/html/goffice-0.8/GOPersist.html /usr/share/gtk-doc/html/goffice-0.8/GOPluginLoader.html /usr/share/gtk-doc/html/goffice-0.8/GOPluginLoaderModule.html /usr/share/gtk-doc/html/goffice-0.8/GOPluginService.html /usr/share/gtk-doc/html/goffice-0.8/GORotationSel.html /usr/share/gtk-doc/html/goffice-0.8/GOSearchReplace.html /usr/share/gtk-doc/html/goffice-0.8/GOSelector.html /usr/share/gtk-doc/html/goffice-0.8/GOStyle.html /usr/share/gtk-doc/html/goffice-0.8/GOStyledObject.html /usr/share/gtk-doc/html/goffice-0.8/GocArc.html /usr/share/gtk-doc/html/goffice-0.8/GocCanvas.html /usr/share/gtk-doc/html/goffice-0.8/GocCircle.html /usr/share/gtk-doc/html/goffice-0.8/GocEllipse.html /usr/share/gtk-doc/html/goffice-0.8/GocGraph.html /usr/share/gtk-doc/html/goffice-0.8/GocGroup.html /usr/share/gtk-doc/html/goffice-0.8/GocItem.html /usr/share/gtk-doc/html/goffice-0.8/GocLine.html /usr/share/gtk-doc/html/goffice-0.8/GocPixbuf.html /usr/share/gtk-doc/html/goffice-0.8/GocPolygon.html /usr/share/gtk-doc/html/goffice-0.8/GocPolyline.html /usr/share/gtk-doc/html/goffice-0.8/GocRectangle.html /usr/share/gtk-doc/html/goffice-0.8/GocStyledItem.html /usr/share/gtk-doc/html/goffice-0.8/GocText.html /usr/share/gtk-doc/html/goffice-0.8/GocWidget.html /usr/share/gtk-doc/html/goffice-0.8/Gog3DBox.html /usr/share/gtk-doc/html/goffice-0.8/GogAxis.html /usr/share/gtk-doc/html/goffice-0.8/GogAxisLine.html /usr/share/gtk-doc/html/goffice-0.8/GogChart.html /usr/share/gtk-doc/html/goffice-0.8/GogDataAllocator.html /usr/share/gtk-doc/html/goffice-0.8/GogDataset.html /usr/share/gtk-doc/html/goffice-0.8/GogErrorBar.html /usr/share/gtk-doc/html/goffice-0.8/GogGraph.html /usr/share/gtk-doc/html/goffice-0.8/GogGrid.html /usr/share/gtk-doc/html/goffice-0.8/GogGridLine.html /usr/share/gtk-doc/html/goffice-0.8/GogLabel.html /usr/share/gtk-doc/html/goffice-0.8/GogLegend.html /usr/share/gtk-doc/html/goffice-0.8/GogObject.html /usr/share/gtk-doc/html/goffice-0.8/GogOutlinedObject.html /usr/share/gtk-doc/html/goffice-0.8/GogPlot.html /usr/share/gtk-doc/html/goffice-0.8/GogRegCurve.html /usr/share/gtk-doc/html/goffice-0.8/GogRegEqn.html /usr/share/gtk-doc/html/goffice-0.8/GogRenderer.html /usr/share/gtk-doc/html/goffice-0.8/GogSeries.html /usr/share/gtk-doc/html/goffice-0.8/GogSeriesLines.html /usr/share/gtk-doc/html/goffice-0.8/GogSmoothedCurve.html /usr/share/gtk-doc/html/goffice-0.8/GogStyledObject.html /usr/share/gtk-doc/html/goffice-0.8/GogText.html /usr/share/gtk-doc/html/goffice-0.8/GogTheme.html /usr/share/gtk-doc/html/goffice-0.8/GogTrendLine.html /usr/share/gtk-doc/html/goffice-0.8/GogView.html /usr/share/gtk-doc/html/goffice-0.8/ch01.html /usr/share/gtk-doc/html/goffice-0.8/ch02.html /usr/share/gtk-doc/html/goffice-0.8/ch03.html /usr/share/gtk-doc/html/goffice-0.8/ch04.html /usr/share/gtk-doc/html/goffice-0.8/ch05.html /usr/share/gtk-doc/html/goffice-0.8/ch06.html /usr/share/gtk-doc/html/goffice-0.8/ch07.html /usr/share/gtk-doc/html/goffice-0.8/ch08.html /usr/share/gtk-doc/html/goffice-0.8/ch09.html /usr/share/gtk-doc/html/goffice-0.8/ch10.html /usr/share/gtk-doc/html/goffice-0.8/ch11.html /usr/share/gtk-doc/html/goffice-0.8/ch12.html /usr/share/gtk-doc/html/goffice-0.8/ch13.html /usr/share/gtk-doc/html/goffice-0.8/ch14.html /usr/share/gtk-doc/html/goffice-0.8/ch15.html /usr/share/gtk-doc/html/goffice-0.8/ch16.html /usr/share/gtk-doc/html/goffice-0.8/ch17.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOArrow.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOBezierSpline.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOCSpline.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOCairo.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOColor.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOComplex.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOComponentFactory.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOEditor.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOFft.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOFile.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOFont.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOFormat.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOGeometry.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOGlibExtras.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOGradient.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOLibxmlExtras.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOLine.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOMath.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOPalette.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOPath.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOPattern.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GORange.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOReg.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GORegression.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOUndo.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GOUrl.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GogAxisMap.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GogChartMap.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GogGuru.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GogPlotEngine.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-GogTool.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-Other-utilities.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-Other.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-Simple-structures.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-Units.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-go-color-group.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-go-data-simple.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-go-distribution.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-go-image.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-go-plugin.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-go-string.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8-goffice.html /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8.devhelp /usr/share/gtk-doc/html/goffice-0.8/goffice-0.8.devhelp2 /usr/share/gtk-doc/html/goffice-0.8/home.png /usr/share/gtk-doc/html/goffice-0.8/index.html /usr/share/gtk-doc/html/goffice-0.8/index.sgml /usr/share/gtk-doc/html/goffice-0.8/left.png /usr/share/gtk-doc/html/goffice-0.8/pt01.html /usr/share/gtk-doc/html/goffice-0.8/pt02.html /usr/share/gtk-doc/html/goffice-0.8/pt03.html /usr/share/gtk-doc/html/goffice-0.8/pt04.html /usr/share/gtk-doc/html/goffice-0.8/right.png /usr/share/gtk-doc/html/goffice-0.8/style.css /usr/share/gtk-doc/html/goffice-0.8/up.png
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 11:49:16 2013