2006-10-16 Jody Goldberg <
[email protected]>
* Release 0.3.2
2006-10-06 Morten Welinder <
[email protected]>
* goffice/utils/go-image.c (go_image_new_from_file): Handle errors
better.
2006-10-06 Dom Lachowicz <
[email protected]>
* configure.in: I accidentally checked in a change that
disabled all DEPRECATED checks. This is because the deprecation
checks won't build with GTK+ 2.6.x and Glib >= 2.8. I'll need to
come up with a better work-around for this, as it also effects
Gnumeric proper.
2006-10-06 Dom Lachowicz <
[email protected]>
* goffice/gtk/goffice-gtk.c: Conditionally implement
gdk_cairo_set_source_pixbuf(), stolen from GTK+ 2.8. Implement
go_cairo_set_source_pixbuf() in terms of it.
* goffice/gtk/goffice-gtk.h: Ditto
* goffice/gtk/go-market-selector.c: Use go_cairo_set_source_pixbuf()
* goffice/gtk/go-pattern-selector.c: Ditto
* configure.in: Check for gdk_cairo_set_source_pixbuf()
2006-10-06 Dom Lachowicz <
[email protected]>
* libgoffice-0.3.pc.in: Require pangocairo. Not everyone has GTK+ 2.8
2006-10-06 Dom Lachowicz <
[email protected]>
* libgoffice-0.3.pc.in: Require cairo. Not everyone has GTK+ 2.8
2006-10-06 Jon K Hellan <
[email protected]>
* goffice/gtk/goffice-gtk.c (gui_get_image_save_info): Don't hide
format selector just because resolution isn't meaningful.
(go_gtk_file_sel_dialog): Use gtk_widget_show instead of
show_all. Otherwise, we can't hide unwanted widgets.
2006-10-05 Jon K Hellan <
[email protected]>
* goffice/utils/go-image.c (go_mime_to_image_format)
(go_image_build_pixbuf_format_infos): Base mime_to_image_format on
info from gdk-pixbuf.
2006-10-05 Jean Brefort <
[email protected]>
* configure.in: check for pangocairo. [#359904]
* goffice/graph/gog-renderer-cairo.c: include pangocairo.h instead of
pangoft2.h.
2006-10-05 Dom Lachowicz <
[email protected]>
* goffice/gtk/go-palette.h: Include cairo.h. Don't assume that GTK+
automatically brings it in.
2006-10-05 Jean Brefort <
[email protected]>
* plugins/plot_boxes/gog-boxplot.c: (gog_box_plot_view_render): fixed
a boundary issue.
2006-10-05 Jean Brefort <
[email protected]>
* plugins/plot_boxes/gog-boxplot.c: (gog_box_plot_view_render): make use
of the second axis map so that box-plots support inverted axis.
2006-10-04 Jean Brefort <
[email protected]>
* goffice/component/go-component-factory.c: add a minimum support for
optional clipboard operations (default is no clipboard).
* goffice/component/go-component-factory.h: ditto.
2006-10-02 Jody Goldberg <
[email protected]>
* configure.in : post release bump