2008-10-17 Jody Goldberg * Release 0.7.2 2008-10-17 Jody Goldberg * goffice/math/go-distribution.c : minor build fix for win32. * 2008-10-14 Jody Goldberg * /gnome/src/goffice/goffice/app/go-doc.c (go_doc_write) : only generate a GODoc node if there is something to put in. 2008-10-14 Jean Brefort * goffice/math/go-distribution.c: fixed compilation for both with and without long double. 2008-10-14 Jody Goldberg * goffice/graph/gog-style.c (gog_style_fill_sax_save) : add some protection. * goffice/utils/go-image.c (go_image_get_name) : add some protection. 2008-10-14 Jean Brefort * goffice/utils/go-file.c: (go_get_mime_type): do not unref a NULL GObject*. 2008-10-10 Jean Brefort * plugins/plot_surface/gog-contour.c: (gog_contour_view_render): do not try to access NULL data. [#555757] * plugins/plot_surface/gog-surface.c: (gog_surface_view_render): ditto. 2008-10-06 Jean Brefort * plugins/plot_distrib/gog-probability-plot.c: (gog_probability_plot_series_update): don't write a second in an array of size 1. [#555161] 2008-10-08 Jody Goldberg * goffice/cut-n-paste/foocanvas/foo-canvas.c (foo_canvas_crossing) : simplistic patch to repair gtk-2.14 related breakage. 2008-09-25 Jean Brefort * goffice/graph/gog-error-bar.c: (gog_error_bar_get_bounds): don't crash in index < 0. * plugins/plot_barcol/gog-line.c: (gog_line_view_render): fix index for error bars. [#553711] 2008-09-14 Jean Brefort * goffice/graph/gog-graph.c: (gog_graph_set_property): [Coverity 187] * goffice/graph/gog-grid-line.c: (gog_grid_line_xy_render): [Coverity 52] * goffice/graph/gog-guru.c: (populate_graph_item_list): [Coverity 20] * goffice/graph/gog-renderer.c: (gog_renderer_export_image): [Coverity 40] * goffice/gtk/go-format-sel.c: (fmt_dialog_enable_widgets): [Coverity 18] * goffice/gtk/go-image-sel.c: (ok_button_clicked_cb): [Coverity 19] * goffice/utils/datetime.c: (datetime_weeknum): [Coverity 27] * goffice/utils/go-pattern.c: (go_pattern_get_svg_path): [Coverity 17] 2008-09-14 Jean Brefort * goffice/gtk/go-image-sel.c: (cb_file_image_select): don't test before g_free. * goffice/gtk/goffice-gtk.c: (go_help_display): applied patch from Hib Eris to fix a crash in non-gnome apps using goffice with gnome. [#551128] * goffice/utils/go-file.c: (go_file_get_date): don't free the error twice. 2008-09-13 Jean Brefort * goffice/app/go-doc.c: (load_image): check attr != NULL before deferencing [Coverity 196]. * goffice/graph/gog-axis-line.c: (gog_axis_base_view_label_position_request): initialize padding [Coverity 242]. * goffice/graph/gog-legend.c: (cb_render_elements): add a test to hopefully fix Coverity 199. * goffice/graph/gog-object.c: (gog_object_dup): add a test to hopefully fix Coverity 72. * goffice/graph/gog-plot.c: (gog_plot_populate_editor): add missing labels [Coverity 154]. * goffice/gtk/goffice-gtk.c: (go_gui_get_image_save_info): add a test to hopefully fix Coverity 71. * goffice/math/go-R.c: fix file name in license. * goffice/math/go-R.h: ditto. * goffice/math/go-distribution.c: ditto. * goffice/utils/go-pattern.c: (go_pattern_get_svg_path): don't check in an unsigned number is positive [Coverity 134]. * goffice/utils/go-undo.c: (go_undo_group_undo): [Coverity 188]. * plugins/plot_distrib/gog-boxplot.c: fix file name in license. * plugins/plot_distrib/gog-boxplot.h: ditto. * plugins/plot_distrib/gog-probability-plot.c: (gog_probability_plot_class_init): fix the comment for the second shapr property. * plugins/plot_radar/gog-radar.c: (gog_rt_view_render): add a few parenthesis in the hope to fix Coverity 73. * plugins/plot_surface/gog-xyz-surface.c: (gog_xyz_surface_plot_build_matrix): removed an invalid test [Coverity 135]. 2008-09-13 Jean Brefort * configure.in: renamed plot_boxes to plot_distrib. * plugins/Makefile.am: ditto. * plugins/plot_boxes/.gitignore: ditto. * plugins/plot_boxes/Makefile.am: ditto. * plugins/plot_boxes/go-distribution-prefs.c: ditto. * plugins/plot_boxes/go-distribution-prefs.h: ditto. * plugins/plot_boxes/gog-boxplot-prefs.glade: ditto. * plugins/plot_boxes/gog-boxplot.c: ditto. * plugins/plot_boxes/gog-boxplot.h: ditto. * plugins/plot_boxes/gog-histogram.c: ditto. * plugins/plot_boxes/gog-histogram.h: ditto. * plugins/plot_boxes/gog-probability-plot.c: ditto. * plugins/plot_boxes/gog-probability-plot.h: ditto. * plugins/plot_boxes/plot-types.xml.in: ditto. * plugins/plot_boxes/plugin.xml.in: ditto. * plugins/plot_distrib/go-distribution-prefs.c: fixed a warning. * plugins/plot_distrib/gog-boxplot.c: fixed a warning. * plugins/plot_distrib/gog-probability-plot.c: fixed a warning. * plugins/plot_distrib/plugin.c: added missing file. 2008-09-12 Jean Brefort * goffice/goffice.c: (libgoffice_init): init distributions. * goffice/math/Makefile.am: support distributions. * goffice/math/go-R.c: ditto. * goffice/math/go-R.h: ditto. * goffice/math/go-distribution.c: ditto. * goffice/math/go-distribution.h: ditto. * goffice/math/go-rangefunc.c: renamed range_sort to go_range_sort and make it public. * goffice/math/go-rangefunc.h: ditto. * pixmaps/Makefile.am: add new pixmaps. * pixmaps/chart_prob_1_1.svg: implement probablility plots. [#500168] * plugins/plot_boxes/Makefile.am: ditto (and renamed the plugin). * plugins/plot_boxes/go-distribution-prefs.c: ditto. * plugins/plot_boxes/go-distribution-prefs.h: ditto. * plugins/plot_boxes/gog-boxplot.c: moved some code to plugin.c. * plugins/plot_boxes/gog-probability-plot.c: implement probablility plots. * plugins/plot_boxes/gog-probability-plot.h: ditto. * plugins/plot_boxes/plot-types.xml.in: ditto. * plugins/plot_boxes/plugin.xml.in: ditto. 2008-09-12 Jean Brefort * pixmaps/dist.xpm: new pixmap for the distribution related plot family. 2008-09-11 Jody Goldberg * goffice/app/go-doc.c (load_image) : Check for missing "name" attribute not no attributes at all. [Coverity 196] 2008-09-04 Morten Welinder * goffice/utils/go-file.c (go_url_resolve_relative): Fix references to wrong URI. Fixes #550898. 2008-08-30 Jody Goldberg * configure.in : Post release bump