2009-04-25 Morten Welinder * Release 0.7.5 2009-04-23 Emmanuel Pacaud Enable the creation of multidimensional GOData derived objects, and their use for the graph data sources. That means, in graphs, all the GOData area accessed via the generic GOData API, not by cast to GODataScalar, GODataVector and GODataMatrix. It's still required that the underlying object has the requested dimension, i.e. a call to go_data_get_vector_value should use a GOData object with n_dimensions == 1. 2009-04-17 Morten Welinder * goffice/gtk/goffice-gtk.c (go_libglade_new): Actually remove this alias as threatened. All internal users fixed. * */*.c: Doc fixes to please gtk-doc. * goffice/graph/gog-axis.c (map_date_auto_bound): Fix problem with upper bound when step is in years and maximum in not on January 1. 2009-04-17 Jean Brefort * plugins/plot_radar/Makefile.am: add the glade fil to EXTRA_DIST since it is used as a source for the xml file. 2009-04-17 Morten Welinder * goffice/utils/formats.c (fmts_date, fmts_time): Auto-generate all. Add magic formats. Note, that the dialog does, but should not, display the magic formats literally. 2009-04-15 Morten Welinder * goffice/graph/gog-error-bar.c: Add missing include. 2009-04-11 Jean Brefort * Makefile.am: add --with-gmathml to DISTCHECK_CONFIGURE_FLAGS so that gtk-doc succeeds. * docs/reference/goffice-docs.sgml: moved style related documentation to utilities. * docs/reference/goffice-sections.txt: update names. * plugins/plot_radar/Makefile.am: add ui_DATA to EXTRA_DIST. 2009-04-10 Jean Brefort * All files: moved GogStyle code to utils and renamed it GOStyle. 2009-04-06 Emmanuel Pacaud Naming consistency fix. /\bGo([A-Z])/GO$1/ /\bIS_GO_/GO_IS_/ /\bIS_GOG_/GOG_IS_/ /\bIS_GOD_/GOD_IS_/ /\bGO_([A-Z,_]*)_TYPE\b/GO_TYPE_$1/ /\bGOG_([A-Z,_]*)_TYPE\b/GOG_TYPE_$1/ /\bGOD_([A-Z,_]*)_TYPE\b/GOD_TYPE_$1/ 2009-04-03 Morten Welinder * goffice/graph/gog-axis.c (map_linear_calc_ticks): Take N... We got hit by excess precision on x86. 2009-04-02 Jody Goldberg * goffice/app/file.c (go_file_saver_for_mime_type) : search the default list first. (go_file_saver_for_file_name) : ditto. 2009-03-31 Morten Welinder * goffice/graph/gog-axis.c (map_linear_calc_ticks): When we determine whether to drop a major tick due to alignment, use a more stable method. 2009-03-31 Jean Brefort * plugins/plot_barcol/gog-line.c: (gog_line_view_render): fix area plots rendering. 2009-03-30 Morten Welinder * goffice/graph/gog-axis.c (map_linear_calc_ticks): Drop final major tick if it goes beyond the maximum which can happen after we align the grid. 2009-03-29 Morten Welinder * goffice/graph/gog-axis.c (map_linear_calc_ticks): Make sure the major step is a multiple of what was asked for, notably when a crazy maximum has been picked. 2009-03-28 Morten Welinder * goffice/graph/gog-axis.c (make_dim_editor): Simplify. (map_linear_calc_ticks): Make sure we get zero and not almost-zero when we need to. 2009-03-27 Morten Welinder * goffice/graph/gog-axis.c: Introduce subclassing of axis map descriptors. (map_date_calc_ticks, map_date_auto_bound): New functions. (map_linear_subclass): Subclass polar, time, and date axes. 2009-03-27 Jean Brefort * goffice/graph/gog-plot.c: (gog_plot_guru_helper_add_grid_line): fixed axis type test. * goffice/gtk/goffice-gtk.c: (go_xml_builder_new): new GtkBuilder support function. * goffice/gtk/goffice-gtk.h: ditto. * pixmaps/Makefile.am: added new pixmaps. * pixmaps/chart_color_polar_1_1.png: new pixmap. * pixmaps/chart_color_polar_1_1.svg: ditto. * plugins/plot_radar/Makefile.am: added ui file. * plugins/plot_radar/gog-color-polar-prefs.glade: new glade file. * plugins/plot_radar/gog-color-polar-prefs.xml: the same as a ui file. * plugins/plot_radar/gog-radar.c: (hide_outliers_toggled_cb), (gog_color_polar_plot_populate_editor), (gog_color_polar_plot_set_property), (gog_color_polar_plot_get_property), (gog_color_polar_plot_type_name), (gog_color_polar_plot_update), (gog_color_polar_plot_axis_get_bounds), (gog_color_polar_plot_class_init), (gog_color_polar_plot_init), (get_map_color), (gog_rt_view_render), (gog_color_polar_series_init_style), (gog_color_polar_series_update), (gog_color_polar_series_class_init), (go_plugin_init): add support for the new GogColorPolarPlot plot type. * plugins/plot_radar/gog-radar.h: ditto. * plugins/plot_radar/plot-types.xml.in: ditto. * plugins/plot_radar/plugin.xml.in: ditto. * plugins/plot_xy/gog-xy.c: (gog_xy_color_plot_populate_editor): fixed a memory leak. 2009-03-27 Jean Brefort * configure.in: Fixed gconf and gmathml propagation to pc file. [#576497] 2009-03-25 Morten Welinder * goffice/graph/gog-axis.c (map_polar_auto_bound): Split from map_linear_auto_bound. (map_time_auto_bound): New function. (map_linear_auto_bound): Call map_polar_auto_bound or map_time_auto_bound as appropriate. * goffice/utils/go-format.c (go_format_is_time, go_format_has_minute): New functions. 2009-03-22 Morten Welinder * configure.in: Post release bump