2015-07-28 Morten Welinder * Release 0.10.23 2015-07-26 Morten Welinder * goffice/utils/go-format.c (go_render_general): Try the shortest representation when we're not width limited. Fixes #752839. Also handle sign and shape when using shortest. 2015-07-10 Jean Brefort * goffice/graph/gog-axis.c (gog_axis_metrics_from_str): fix a paste error. Fixes #752223. 2015-07-08 Morten Welinder * plugins/reg_logfit/gog-logfit.c (gog_log_fit_curve_update): Survive missing y_val. Fixes Redhat #1240470. 2015-07-04 Jean Brefort * goffice/graph/gog-object.c (gog_object_document_changed): check args types. Fix #751925. 2015-06-22 Jean Brefort * plugins/plot_radar/gog-radar.c (gog_rt_view_render): protect against wrong series element index. [#751272] 2015-06-21 Jean Brefort * goffice/graph/gog-axis-color-map.c (color_map_load_from_uri): do not free the GsfXMLInDoc* twice. 2015-06-21 Jean Brefort * plugins/plot_surface/xl-surface.c (get_y_vector): skip invalid series. [#751257] 2015-06-21 Jean Brefort * plugins/plot_xy/gog-xy.c (gog_xy_view_render): protect against wrong series element index. [#751256] 2015-06-20 Morten Welinder * goffice/graph/gog-grid-line.c (gog_grid_line_radial_render): Survive missing parameters. * goffice/graph/gog-chart-map.c (null_map_2D): Zero output variables. 2015-06-19 Jean Brefort * plugins/plot_barcol/gog-barcol.c (gog_barcol_view_render): protect against wrong series number. [#751059] * plugins/plot_barcol/gog-dropbar.c (gog_dropbar_view_render): * plugins/plot_barcol/gog-line.c (gog_line_view_render): 2015-06-18 Morten Welinder * goffice/app/go-doc.c (go_doc_image_fetch): Sanity check image type. * goffice/graph/gog-object-xml.c (gogo_start): Sanity check object type. * goffice/graph/gog-plot-engine.c (gog_plot_new_by_name) (gog_trend_line_new_by_name): Sanity check type name. 2015-06-17 Jean Brefort * goffice/graph/gog-object.c (gog_object_get_child_by_role): protect against NULL argument. [#750860] 2015-06-12 Morten Welinder * goffice/app/io-context.c (ioc_finalize): Plug leak. 2015-06-01 Jean Brefort * goffice/graph/gog-axis-color-map.c (gog_axis_color_map_prep_sax): don't free the xml doc twice. 2015-05-31 Morten Welinder * goffice/utils/go-format.c (go_format_parse_number_new_1): Prevent ABR. 2015-05-27 Morten Welinder * goffice/utils/go-style.c (go_style_set_cairo_line): Plug leak. 2015-05-17 Morten Welinder * goffice/utils/go-format.c (go_format_output_simple_to_odf): Taking a wild guess that result should have been initialized to TRUE. * configure.ac (set_more_warnings): clang fix from gnumeric. * goffice/math/go-quad.c (go_quad_start): Initialize constants via non-const objects. See bug #749463. 2015-05-16 Morten Welinder * goffice/graph/gog-theme.c (theme_load_from_uri): Avoid double unref on exit. 2015-05-14 Morten Welinder * goffice/utils/go-pixbuf.c (go_pixbuf_finalize): Plug leak. 2015-05-12 Morten Welinder * goffice/graph/gog-renderer.c (gog_renderer_get_pixbuf): Handle degenerate image size. (gog_renderer_export_image): Limit size to shield cairo. Fixes #749274. 2015-05-09 Morten Welinder * goffice/utils/go-format.c (go_format_parse): Don't read beyond global variable's end. [#749167] 2015-05-06 Jean Brefort * goffice/utils/go-pixbuf.c (go_pixbuf_save): don't save when no data is available [see #748493, comments 13 to 16] 2015-05-04 Morten Welinder * goffice/graph/gog-axis.c (axis_format_value): Allow caller to handling scaling. (map_linear_calc_ticks): Handling scaling so we can control rounding errors in ticks. 2015-05-04 Jean Brefort * goffice/graph/gog-axis.c (axis_format_value), (gog_axis_set_property), (gog_axis_get_property), (gog_axis_class_init), (gog_axis_init): add a display factor to scale axis ticks labels. [#748295] 2015-04-28 Jean Brefort * goffice/utils/go-image.c (go_image_type_for_format): disable metafiles support when there is no screen. [#748493] 2015-04-16 Morten Welinder * configure.ac: Post-release bump.