2014-02-11 Morten Welinder * Release 0.10.10 2014-02-07 Morten Welinder * goffice/graph/gog-axis.c (dt_add): && --> ||. Fixes bug 723820. 2014-01-31 Morten Welinder * goffice/gtk/go-action-combo-pixmaps.c (cb_toolbar_reconfigured): Redo all icons here. * goffice/gtk/go-combo-color.c (go_combo_color_set_icon): New function. * goffice/gtk/go-combo-pixmaps.c (go_combo_pixmaps_clear_elements): New function. * goffice/gtk/go-action-combo-pixmaps.c (make_icon): Simplify sizing. * goffice/gtk/go-action-combo-color.c (go_action_combo_color_create_tool_item): Handle reconfiguration of the toolbar the item is in. (make_icon): Simplify sizing. * goffice/gtk/go-action-combo-stack.c (go_action_combo_stack_create_tool_item): Handle reconfiguration of the toolbar the item is in. 2014-01-17 Jean Brefort * goffice/graph/gog-axis-line.c (gog_axis_base_set_property), (gog_axis_base_class_init): always save the axis position. [#722402] 2014-01-06 Jean Brefort * goffice/canvas/goc-graph.c (goc_graph_do_tooltip): fix compiler warning. [#721004] 2013-12-30 Morten Welinder * goffice/utils/go-format.c (go_render_general): If we're not width-limited, add an extra digit if we don't round-trip properly. Fix dropping of ".00000". 2013-12-23 Morten Welinder * goffice/math/go-quad.c (go_quad_atan2_special): Do quarters too. 2013-12-18 Morten Welinder * goffice/math/go-quad.c (go_quad_sin, go_quad_sinpi) (go_quad_asin, go_quad_cos, go_quad_cospi, go_quad_acos): New functions. * goffice/math/go-complex.c (go_complex_from_polar_pi): Use go_sinpi and go_cospi. (go_complex_angle_pi): Use go_atan2pi. (go_complex_pow): Improve accuracy. * goffice/math/go-math.c (go_sinpi, go_cospi, go_tanpi): New functions. 2013-12-17 Morten Welinder * goffice/math/go-math.c (go_add_epsilon, go_sub_epsilon): Base upon C99's nextafter. * tests/test-quad.c (floor_tests): Test asin and acos. * goffice/math/go-quad.c (go_quad_acos, go_quad_asin): new functions. * goffice/math/go-complex.c (go_complex_from_polar_pi) (go_complex_angle_pi): Handle diagonals too. 2013-12-16 Morten Welinder * tests/test-quad.c (main): Test hypot. * goffice/math/go-quad.c: Fix the on-axis case. *Sigh* 2013-12-13 Jean Brefort * plugins/plot_radar/gog-radar.c (gog_rt_series_update): fix elements number in polar plot series. [#720355] 2013-12-12 Morten Welinder * goffice/math/go-complex.c (go_complex_pow): Improve prevention of intermediate overflow. 2013-12-12 Jean Brefort * plugins/plot_distrib/gog-boxplot.c (gog_box_plot_axis_get_bounds): fix crasher [#720310], (gog_box_plot_view_render): fix valgrind warning. 2013-12-07 Morten Welinder * goffice/gtk/go-font-sel.c (update_preview_after_face_change) (go_font_sel_set_style): Fix enum confusion. 2013-12-05 Morten Welinder * goffice/math/go-quad.c (go_quad_pi): New constant. (go_quad_log, go_quad_atan2, go_quad_atan2pi): New functions. * tests/test-quad.c (main): Check value of go_quad_2pi. Test go_quad_atan2. 2013-12-04 Morten Welinder * goffice/math/go-complex.c (go_complex_pow): Fix class over premature overflow problems. 2013-12-02 Jean Brefort * goffice/graph/gog-guru.ui:fix graph guru appearance when used with gtk+-3.10. [#719681] 2013-11-28 Morten Welinder * configure.ac: Post-release bump.