- 06 Jan, 2002 2 commits
-
-
JodyGoldberg authored
2002-01-06 Jody Goldberg <jody@gnome.org> * configure.in : post release bump.
-
Jody Goldberg authored
-
- 05 Jan, 2002 3 commits
-
-
JodyGoldberg authored
2002-01-05 Jody Goldberg <jody@gnome.org> * dialog-graph-guru.c (vector_state_fill) : set the expr entry flags for a new series too. * src/workbook-control.c (wb_control_parse_and_jump) : rename from workbook_parse_and_jump to be consistent. * configure.in : bump gal version req.
-
JodyGoldberg authored
2002-01-04 Jody Goldberg <jody@gnome.org> * src/commands.c (cmd_insert_rows) : dup the string. (cmd_insert_cols) : ditto.
-
JodyGoldberg authored
2002-01-04 Jody Goldberg <jody@gnome.org> * src/eval.c (dependent_unlink) : add some safety. Default to A1 if no position is supplied.
-
- 04 Jan, 2002 1 commit
-
-
JodyGoldberg authored
2002-01-04 Jody Goldberg <jody@gnome.org> * dialog-graph-guru.c (vector_state_fill) : more protection for missing series. * ms-chart.c (excel_chart_series_write_xml) : more protection for missing series. * src/gnumeric-graph.c (gnm_graph_series_get_dimension) : more protection for missing series. (gnm_graph_series_add_dimension) : ditto.
-
- 03 Jan, 2002 2 commits
-
-
Morten Welinder authored
-
JodyGoldberg authored
2002-01-03 Jody Goldberg <jody@gnome.org> * src/xml-io.c (xml_read_style_condition_chain) : no need to unref expr.
-
- 02 Jan, 2002 1 commit
-
-
Zbigniew Chyla authored
2002-01-02 Zbigniew Chyla <cyba@gnome.pl> * src/sheet-object-widget.c (sheet_widget_checkbox_construct_with_range): Marked string for translation.
-
- 01 Jan, 2002 2 commits
-
-
JodyGoldberg authored
2002-01-01 Jody Goldberg <jody@gnome.org> * src/GNOME_Gnumeric.xml : Add some missing ... rename 'Summary' -> 'Properties' * src/workbook-control-gui.c : ditto.
-
Andreas J. Guelzow authored
2001-12-31 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/main.c : describe geometry option * src/analysis-tools.c (anova_two_factor_with_r_tool) : streamline label output (don't overwrite cells) 2001-12-31 Andreas J. Guelzow <aguelzow@taliesin.ca> * histogram.glade : correct label * dialog-analysis-tools.c (anova_two_factor_tool_ok_clicked_cb) : correct error message (random_tool_ok_clicked_cb) : correct error messages
-
- 31 Dec, 2001 5 commits
-
-
JodyGoldberg authored
2001-12-31 Jody Goldberg <jody@gnome.org> * configure.in : post release version bump. We won't branch 1.1 until the gnome2 port links.
-
Jody Goldberg authored
-
JodyGoldberg authored
2001-12-31 Jody Goldberg <jody@gnome.org> * src/sheet-autofill.c (in_list) : remove pointless checking for lists in english and another language.
-
Jody Goldberg authored
-
JodyGoldberg authored
2001-12-31 Jody Goldberg <jody@gnome.org> * src/sheet-object-widget.c (sheet_widget_checkbox_read_xml) : do not set the sheet here. That happens latter. Handle no input smoothly. (sheet_widget_checkbox_write_xml) : handle no input smoothly. * src/format.c (append_second_elapsed) : use unsigned long. (append_minute_elapsed) : use unsigned long. (append_hour_elapsed) : use unsigned long.
-
- 30 Dec, 2001 5 commits
-
-
JodyGoldberg authored
2001-12-30 Jody Goldberg <jody@gnome.org> * src/commands.c (cmd_insert_rows) : avoid using g_strdup_printf. It does not support positional arguments, which makes translation difficult. (cmd_insert_cols) : ditto. * src/auto-correct.c (autocorrect_tool) : ispunct is too liberal for what we want. Use a translated set of names for the capitalization. * src/GNOME_Gnumeric.xml : sync with non-bonobo text and fix some mis-named items. disable the combo and list until 1.0.1
-
JodyGoldberg authored
2001-12-30 Jody Goldberg <jody@gnome.org> * src/GNOME_Gnumeric.xml : sync with non-bonobo text and fix some mis-named items.
-
JodyGoldberg authored
2001-12-30 Jody Goldberg <jody@gnome.org> * src/cell.h : fix warning on s390 * src/collect.h : ditto. * src/parse-util.h : ditto. * src/gnumeric.h : ditto. * src/style.h : ditto. * src/consolidate.h : ditto.
-
Jody Goldberg authored
* src/auto-correct.c (autocorrect_tool) : Use ispunct and ignore ','
-
JodyGoldberg authored
2001-12-29 Jody Goldberg <jody@gnome.org> * src/workbook-control-gui.c (sheet_menu_label_run) : make the context menu match the standard menus. * src/auto-correct.c (autocorrect_tool) : Use ispunct.
-
- 29 Dec, 2001 5 commits
-
-
JodyGoldberg authored
2001-12-29 Jody Goldberg <jody@gnome.org> * src/sheet-merge.c (sheet_merge_add) : update the status of the merged region. (sheet_merge_remove) : ditto.
-
JodyGoldberg authored
2001-12-29 Jody Goldberg <jody@gnome.org> * src/gnumeric-canvas.c (gnm_canvas_key_mode_object) : Use cmd_object_delete so that deleting an object with the keyboard is undoable. * src/sheet-object-widget.c (sheet_widget_checkbox_clear_sheet) : clear the sheet after unlinking. (sheet_widget_radio_button_clear_sheet) : ditto. (sheet_widget_list_clear_sheet) : ditto. (sheet_widget_combo_clear_sheet) : ditto.
-
Kwok-Koon Cheung authored
* Added ko to ALL_LINGUAS * Updated traditional Chinese translation.
-
JodyGoldberg authored
2001-12-28 Jody Goldberg <jody@gnome.org> * src/cmd-edit.c (cmd_select_cur_array) : fence post error.
-
JodyGoldberg authored
2001-12-28 Jody Goldberg <jody@gnome.org> * src/sheet.c (sheet_destroy) : be more forgiving about exit errors. (sheet_destroy_contents) : Remove stupid hash clearing. Just delete the thing. * src/eval.c (dependent_unlink) : Add a bogus krufty nasty unpleasant hack to disable the unlink optimization for sheet objects.
-
- 28 Dec, 2001 2 commits
-
-
Jody Goldberg authored
-
JodyGoldberg authored
2001-12-27 Jody Goldberg <jody@gnome.org> * plugins/*/plugins.xml.in : make the probable openers available from the import menu to simplify the user experience until we can revisit the distinction between import and open. * src/value-sheet.c (value_area_get_width) : rip out the clipping. (value_area_get_height) : rip out the clipping. This slows graphs but fixes countblank, cols, and rows. * src/sheet-object-widget.c (sheet_widget_checkbox_construct_with_range) : remove attempt to assign the corner of the current selection. (sheet_widget_checkbox_clone) : be safer when dealing with checkboxes without expressions. (sheet_widget_checkbox_get_ref) : ditto. * src/sheet-object.c (sheet_object_clone_sheet) : more protection. * src/commands.c (cmd_area_set_text_redo) : the content list was in reversed compared to the range list. (cmd_paste_cut) : don't register a cmd for a paste that does nothing. * src/gnumeric-canvas.c (gnm_canvas_realize) : formating.
-
- 26 Dec, 2001 3 commits
-
-
http://bugzilla.gnome.org/show_bug.cgi?id=66842JodyGoldberg authored
2001-12-26 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=66842 * src/item-edit.c (point_is_inside_range) : check for alternate sheets both times. This code is very hackish. Rewrite it and merge the logic from expr-entry.
-
Jody Goldberg authored
-
JodyGoldberg authored
2001-12-25 Jody Goldberg <jody@gnome.org> * src/workbook.c (workbook_set_dirty) : clear the summary flag too.
-
- 25 Dec, 2001 3 commits
-
-
JodyGoldberg authored
2001-12-25 Jody Goldberg <jody@gnome.org> * src/gnumeric-graph.c (gnm_graph_add_vector) : some added protection just in case. * src/rendered-value.c (cell_rendered_height) : we can be smarter about unrendered expressions.
-
JodyGoldberg authored
2001-12-25 Jody Goldberg <jody@gnome.org> * src/eval.c (invalidate_refs) : it is ok to not rewrite the expression here. (cb_name_invalidate_sheet) : new. (do_deps_destroy) : use here. * src/expr-name.c (expr_name_invalidate_refs_sheet) : delete. (expr_name_invalidate_refs_wb) : delete. (expr_name_handle_references) : new. (expr_name_set_expr) : use it here. (expr_name_add) : Use expr_name_set_expr. (expr_name_unref) : and here. (expr_name_link_deps) : if the dependent being updated is going to be deleted do not relink or queue for recalc.
-
JodyGoldberg authored
2001-12-25 Jody Goldberg <jody@gnome.org> * src/expr-name.c (expr_name_invalidate_refs_wb) : Implement in terms of expr_name_invalidate_refs_sheet. * src/summary.c (summary_info_add) : mark things as modified if the new value has changes things. (summary_item_eq) : new. * src/workbook.c (workbook_is_dirty) : see if the summary info has changed.
-
- 24 Dec, 2001 5 commits
-
-
JodyGoldberg authored
2001-12-24 Jody Goldberg <jody@gnome.org> * src/plugin.c (gnumeric_extra_plugin_dirs) : const warning.
-
JodyGoldberg authored
2001-12-24 Jody Goldberg <jody@gnome.org> (gnumeric_help_display) : simple wrapper routine to simplify porting to gnome2.
-
JodyGoldberg authored
2001-12-24 Jody Goldberg <jody@gnome.org> * src/gui-util.c (gnumeric_toolbar_new) : delete the old basicly useless class and move the relevant convenience routines here. (gnumeric_toolbar_get_widget) : ditto.
-
JodyGoldberg authored
2001-12-24 Jody Goldberg <jody@gnome.org> * src/gnumeric.h : define G_OBJECT_GET_CLASS to simplify porting to 2.0 For Yukihiro Nakai <nakai@gnome.gr.jp> * src/stf-parse.c (stf_parse_is_valid_data) : check for multi-byte before using locale specific isprint.
-
JodyGoldberg authored
2001-12-24 Jody Goldberg <jody@gnome.org> * src/style-condition.c (style_condition_expr_eval) : mark as needing a recalc, don't just assert it. * src/workbook-edit.c (wbcg_edit_validate) : handle accept/reject/reedit Generate the title and msg here. The goal is to move the gui specific aspects out of here. (wbcg_edit_finish) : ditto. * src/gui-validation.c (validation_generate_msg) : disable for now. It is a nice idea, but the implementation is in the wrong place and blows goats.
-
- 23 Dec, 2001 1 commit
-
-
JodyGoldberg authored
2001-12-23 Jody Goldberg <jody@gnome.org> * src/sheet-autofill.c (sheet_autofill_dir) : add some very special purpose code to clip the bounds of autofilled arrays that are being clipped when filling a non-integer multiple of the original block size. * src/expr.c (expr_tree_new_array) : reorder args to match the rest of the app.
-