2008-08-30 Jody Goldberg * Release 0.6.5 2008-08-08 Jean Brefort * docs/reference/Makefile.am: add API version to DOC_MODULE. [#522096] 2008-07-27 Morten Welinder * goffice/utils/go-format.c (go_format_get_family): If a number format has both a date and a time part, it's a date format. Fixes #545016. 2008-07-21 Jean Brefort * goffice/graph/gog-style.c: (gog_style_font_sax_save): use gsf_xml_out_add_cstr instead of gsf_xml_out_add_cstr_unchecked. [#543986] 2008-07-13 Jean Brefort * goffice/graph/gog-plot-engine.c: (gog_plot_type_service_finalize), (gog_trend_line_service_finalize), (gog_trend_line_service_class_init): fix memory leaks. [#542506] 2008-07-08 Jody Goldberg * autogen.sh : back port updated gtk-doc check. 2008-07-07 Emmanuel Pacaud Fix keyboard activation of the add menu in the graph guru. * goffice/graph/gog-child-button.c (gog_child_button_init): connect to toggled signal. (ensure_menu): new, to be shared by toggled in button-press signal handlers. (gog_child_button_toggled_cb): new. (gog_child_button_press_event_cb): new. 2008-06-30 Morten Welinder * goffice/math/go-math.c (go_math_init): Check for buggy valgrind (finitel problem) and limp on. 2008-06-20 Jean Brefort * goffice/graph/gog-style.c: (gog_style_create_cairo_pattern): fixed gradients coordinates. * goffice/gtk/go-gradient-selector.c: (go_gradient_swatch_render_func): ditto. 2008-06-13 Rob Staudinger * goffice/gtk/go-color-palette.c (make_colored_menu_item): Use plain menu items for toolbar overflow image menu item proxies, so they are displayed correctly with gtk-menu-images=0, fixes #537541. * goffice/gtk/go-combo-pixmaps.c (go_menu_pixmaps_add_element): ditto. 2008-06-03 Jean Brefort * goffice/utils/go-marker.c: (go_marker_render): set dashes to NULL, fixes #536276. 2008-05-30 Jean Brefort * goffice/graph/gog-renderer.c: (_draw_circle), (gog_renderer_draw_circle), (gog_renderer_stroke_circle), (gog_renderer_fill_circle): new utilities. * goffice/graph/gog-renderer.h: ditto. * pixmaps/Makefile.am: add new pixmaps for box-plots excluding outliers. * pixmaps/chart_boxplot_2_1.png: ditto. * pixmaps/chart_boxplot_2_1.svg: ditto. * pixmaps/chart_boxplot_2_2.png: ditto. * pixmaps/chart_boxplot_2_2.svg: ditto. * plugins/plot_boxes/gog-boxplot-prefs.glade: add new properties. * plugins/plot_boxes/gog-boxplot.c: (cb_outliers_changed), (cb_ratio_changed), (gog_box_plot_pref), (gog_box_plot_set_property), (gog_box_plot_get_property), (gog_box_plot_class_init), (gog_box_plot_init), (gog_box_plot_view_render), (gog_box_plot_series_update), (gog_box_plot_series_finalize), (gog_box_plot_series_class_init): ditto, fixes #534642. * plugins/plot_boxes/plot-types.xml.in: new boxplots sub-types. * plugins/plot_xy/gog-xy.c: (gog_xy_view_render): use gog_renderer_draw_circle for bubbles. 2008-05-24 Jean Brefort * goffice/graph/gog-plot-engine.c: fixed services (de)activation. * goffice/graph/gog-plot-engine.h: ditto.