Commit graph

5 commits

Author SHA1 Message Date
wiz
45bf44fba3 Update to 0.4.3:
2007-08-10  Jody Goldberg

	* Release 0.4.3	(Branch point for 0.5.0)

2007-08-07  Morten Welinder

	* goffice/utils/go-undo.c (go_undo_combine): New function.

2007-08-07  Emmanuel Pacaud

	Add gog_graph_render_to_cairo_vector for better gnumeric printing.
	Fix for #381682.

	* goffice/graph/gog-graph.[ch]: here.

2007-08-05  Emmanuel Pacaud

	Drop use-splines as soon as one of the series has interpolation
	different from GO_LINE_INTERPOLATION_SPLINE.

	* plugins/plot_xy/gog-xy.c (gog_xy_get_property): here.

2007-08-05  Emmanuel Pacaud

	Put back goffice 0.2.x GogXYPlot::use-spline property.

	* plugins/plot_xy/gog-xy.c: here.

2007-08-03  Emmanuel Pacaud

	Move interpolation property from GogStyle to GogSeries.

	* goffice/graph/gog-plot.c (role_series_post_add): sets line
	interpolation of child series.
	(gog_plot_set_property), (gog_plot_get_property),
	(gog_plot_class_init), (gog_plot_init): handle interpolation property.
	* goffice/graph/gog-series.c (gog_series_set_property),
	(gog_series_get_property), (gog_series_class_init), (gog_series_init):
	handle line interpolation property.
	(gog_series_populate_editor): add a line property selector if
	GogSeriesClass::has_interpolation == TRUE. The selector is added to
	the GogStyle::line editor.
	* goffice/graph/gog-style-prefs.glade: move line intertpolation
	selector...
	* goffice/graph/gog-series-prefs.glade: ...here.
	* goffice/graph/gog-style.c (line_init): register line_box
	widget for later extension.
	(cb_line_interpolation_changed): removed.
	(interp_init): removed.
	(gog_style_interpolation_load): removed.
	(gog_style_interpolation_sax_save): removed.
	(gog_style_sax_load_interpolation): removed.
	* plugins/plot_xy/gog-xy.c: remove use_splines and interpolation
	properties.
	(gog_xy_view_render): line interpolation is a GogSeries property now.

2007-07-29  J.H.M. Dassen (Ray)

	* configure.in: Resync ALL_LINGUAS with po files.

2007-07-24  Jody Goldberg

	* goffice/gtk/goffice-gtk.c (go_gtk_window_set_transient) : minor
	  coverity report caused by some #ifndef WITH_GNOME.

2007-07-24  Morten Welinder

	* goffice/utils/go-line.c (go_line_interpolation_as_str): Don't
	overrun line_interpolations array.
2007-09-07 16:08:53 +00:00
drochner
6b2d25e7e3 prepage for transition to 0.5: don't install html-doc so that we
can have both versions coexist
bump PKGREVISION
2007-09-05 15:55:11 +00:00
wiz
27275c251b 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]
2007-05-05 00:33:43 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
wiz
c46811e931 Re-import in intended directory:
This is a library for common operations for document centric
applications that are conceptually simple, but complex to implement
fully. Supported operations include:
    - plugins
    - load/save documents
    - undo/redo
2005-12-17 20:18:52 +00:00