2014-09-25 Morten Welinder * Release 0.10.18 2014-09-12 Jean Brefort * goffice/canvas/goc-text.c (go_anchor_type_get_type), (goc_text_prepare_draw), (goc_text_draw): add baseline anchor values. * goffice/utils/go-emf.c (go_emf_dc_free), (go_emf_settextalign), (go_emf_savedc), (go_emf_selectobject), (go_emf_bitblt), (go_emf_extcreatefontindirectw), (go_emf_exttextouta), (go_emf_exttextoutw), (go_emf_parse): partial implementation of text support. * goffice/utils/goffice-utils.h: add baseline anchor values. 2014-08-28 Jean Brefort * goffice/data/go-data-simple.c (go_data_vector_str_load_values), (go_data_vector_str_get_value): don't pass NULL to g_strtod(). [#735555] 2014-08-27 Andreas J. Guelzow * goffice/graph/gog-axis-color-map.c (save_name_cb): don't skip encoding on user entered names 2014-08-19 Jean Brefort * goffice/graph/gog-axis-color-map.c (gog_axis_color_map_save): better file mode, (color_maps_load_from_dir): don't check the mime type as it seems not so reliable, just check the extension. [#735007] 2014-08-18 Jean Brefort * goffice/graph/gog-axis-color-map.c (gog_axis_color_map_save): create $HOME/.goffice/colormaps if needed. [#735008] 2014-08-10 Jean Brefort * goffice/utils/go-style.c (cb_pattern_type_activate), (cb_brightness_changed), (cb_gradient_type_changed), (cb_fill_type_changed), (cb_font_color_changed), (cb_angle_changed): fixed more auto style issues. [see Debian #757611] 2014-07-28 Morten Welinder * goffice/gtk/go-combo-color.c (go_combo_color_set_color_internal): Copy the pixbuf and set it back onto the image. An ABI change in gtk means that changes no longer take effect right away if we just change the image's pixbuf directly. Fixes #733350. 2014-07-25 Jean Brefort * goffice/utils/go-style.c (cb_outline_size_changed), (cb_line_size_changed): fixed persistence of line width. 2014-07-20 Jean Brefort * goffice/graph/gog-axis.c (gog_axis_init): center ticks by default. * goffice/graph/gog-renderer.c (_draw_rotated_shape): add a missing cairo_restore() call. 2014-07-19 Jean Brefort * goffice/graph/gog-trend-line.c (gog_trend_line_init_style): fix another theme support issue. 2014-07-19 Jean Brefort * goffice/graph/gog-grid-line.c (gog_grid_line_init_style): fix theme support. [#733403] 2014-06-09 Morten Welinder * configure.ac: Post-release bump.