2012-11-16 Morten Welinder * Release 1.11.90 2012-11-14 Andreas J. Guelzow * src/workbook-view.c (workbook_view_class_init): do not use the preference settings here. THey are used in workbook_view_new (workbook_view_new): use g_object properties 2012-11-14 Andreas J. Guelzow * src/gnumeric-conf.h: updated * src/gnumeric-conf.c: updated 2012-11-14 Jean Brefort * src/position.c: fixed introspection annotations. [#682514] 2012-11-11 Jean Brefort * src/item-cursor.c (item_cursor_draw): always draw the double line of the selection rectangle, even if top and bottom are out of sight. * src/sheet-control-gui.c (scg_finalize): unselect objects so that they are correctly unrefed. [#688094] 2012-11-10 Andreas J. Guelzow * configure.in: we need goffice 0.9.7 2012-11-10 Andreas J. Guelzow * src/gnumeric-conf.h: updated * src/gnumeric-conf.c: updated * schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in: use enums for "format" and "quoting" 2012-11-10 Andreas J. Guelzow * src/gnumeric-conf.h: updated * src/gnumeric-conf.c: updated * schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in: change path to avoid introspection bug * component/gnumeric.c (go_plugin_init): adjust for changed autogenerated function name * src/gnm-plugin.c (gnm_plugins_init): ditto 2012-11-10 Andreas J. Guelzow * src/gnumeric-conf.h: updated using adjusted tools/handle-conf-options * src/gnumeric-conf.c: updated using adjusted tools/handle-conf-options 2012-11-10 Andreas J. Guelzow * schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in: add new stf export items * src/gnumeric-conf.h: updated * src/gnumeric-conf.c: updated * src/stf-export.c (gnm_stf_get_stfe): read new preference settings 2012-11-10 Andreas J. Guelzow * src/gnumeric-conf.h: updated using tools/handle-conf-options * src/gnumeric-conf.c: updated using tools/handle-conf-options 2012-11-10 Jean Brefort * src/sheet-object-image.c (gnm_soi_get_target_list): don't crash when draging an unkown image. 2012-11-08 Andreas J. Guelzow * src/cell-draw.c (cell_draw_simplify_cb): change argument type and flag possible change in layout height (cell_draw_simplify_attributes): change argument type and recalc natural height if necessary (cell_calc_layout): adjust call of cell_draw_simplify_attributes 2012-11-08 Andreas J. Guelzow * src/cell-draw.c (cell_draw_simplify_cb): new (cell_draw_simplify_attributes): new (cell_calc_layout): use the above after setting hashes 2012-11-07 Andreas J. Guelzow * src/cell.c (gnm_cell_get_format_given_style): new (gnm_cell_get_format): use gnm_cell_get_format_given_style 2012-11-04 Jean Brefort * src/sheet.c: add API doc for sheet_cells to fix an introspection warning. 2012-11-03 Morten Welinder * src/sheet-style.c (sheet_style_get_row2): New function. 2012-11-02 Jean Brefort * src/sheet-object-image.c (gnm_soi_write_xml_sax): fixed crash when copying an image from one process to another. [#687414] 2012-10-30 Jean Brefort * src/graph.c (gnm_go_data_vector_load_values), (gnm_go_data_vector_get_str): do not use filtered out values. [#687209] 2012-10-27 Morten Welinder * src/stf.c (resize_columns): Only auto-resize columns based on the first 1000 rows. Fixes #686858. 2012-10-26 Morten Welinder * src/gutils.c (gnm_utf8_strto): Handle all-ascii case without copying the string. * src/stf-parse.c (my_utf8_strchr): New function wrapping g_utf8_strchr and handling ascii character faster. 2012-10-20 Jean Brefort * src/sheet-object-image.c (gnm_soi_get_target_list): fix trivial crasher, (gnm_soi_copy): really copy the image. 2012-10-19 Morten Welinder * src/sheet-style.c (internal_style_list): Check actual area against expected area. (verify_hashes): Check area against initial area. (cb_style_list_add_node): Keep track of (filtered) area. 2012-10-18 Morten Welinder * src/sheet-style.c (internal_style_list): New function uniting all the style list getters. Optimization is far better than the old code, but not optimal. 2012-10-14 Morten Welinder * src/sheet.c (sheet_cells): Take extra optional range argument. All callers changed. 2012-10-06 Morten Welinder * src/sheet.c (sheet_cell_positions): Renamed from sheet_cells. All callers changed. (sheet_cells): New function. (sheet_foreach_cell_in_range): Use new sheet_cells. 2012-09-26 Andreas J. Guelzow * src/sstest.c (test_random_normality): fix text 2012-09-23 Andreas J. Guelzow * src/sheet-control-gui.c (sheet_control_gui_new): check for NULL sheets 2012-09-22 Andreas J. Guelzow for Weng Xuetian * src/gnm-pane-impl.h: change IM fields of _GnmPane * src/gnm-pane.c (gnm_pane_key_press): skip im_block_edit_start (gnm_pane_focus_in): ditto (gnm_pane_realize): ditto (gnm_pane_unrealize): ditto (cb_gnm_pane_preedit_start): new (cb_gnm_pane_preedit_end): new (cb_gnm_pane_preedit_changed): check im_preedit_started (gnm_pane_dispose): disconnect cb_gnm_pane_preedit_* (gnm_pane_init): connect cb_gnm_pane_preedit_* 2012-09-19 Jean Brefort * src/graph.c (gnm_go_data_vector_load_len), (gnm_go_data_vector_load_values): add 1 column/row to the clipped area to allow empty cells at the end. Related to #684072. 2012-09-09 Jean Brefort * src/gnm-so-path.c (gnm_so_path_write_xml_sax), (sop_sax_path), (gnm_so_path_prep_sax_parser): serialize multiple paths. 2012-09-08 Jean Brefort * src/gnm-so-path.c (so_path_view_set_bounds), (cb_gnm_so_path_changed), (gnm_so_path_new_view), (gnm_so_path_set_property), (gnm_so_path_get_property), (gnm_so_path_finalize), (gnm_so_path_class_init): allow for multiple GOPath instances. 2012-09-06 Morten Welinder * configure.in: Post-release bump.