- 20 Sep, 2000 13 commits
-
-
Morten Welinder authored
-
Kenneth Christiansen authored
-
Kenneth Christiansen authored
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
2000-09-20 Jody Goldberg <jgoldberg@home.com> * src/workbook-edit.c (workbook_start_editing_at_cursor) : We always create an in canvas edit item, but sometimes we jump the focus to the status line. * src/value.c (value_new_cellrange_r) : set the sheet for both cell_refs. * src/sheet-object-widget.c (checkbox_set_expr) : Fix. * src/graph-series.c (graph_series_seq_scalar) : No need to handle headers here. (graph_series_seq_date) : or here. (graph_series_seq_string) : or here. (graph_series_eval) : Handle idl rename. (series_get_name) : No need to do this here. (impl_vector_scalar_value) : No need to calculate label. (impl_vector_date_value) : Ditto. (impl_vector_string_value) : Ditto. (graph_series_set_expr) : Correctly register and un register deps. (graph_series_new) : series names are handled at a higher level. * src/gnumeric-sheet.c (gnumeric_sheet_key_mode_sheet) : Restore the behaviour of F2. * src/expr.c (cellrange_relocate) : BE smarter about checking for potential 3d references. * idl/gnumeric-graphs.idl : Rename routines using lowercase underscore rather than StuddyCaps. * src/workbook.c (workbook_expr_relocate) : Handle dependents. * src/position.c (eval_pos_init_dep) : new function. * configure.in : Prepare for release. Update req for gnome-print to 0.23 Update req for libglade to 0.14 Comment out pspell. Leave perl disabled. * gnumeric.spec.in : Ditto. * README : Ditto. 2000-09-19 Jody Goldberg <jgoldberg@home.com> * src/xml-io.c (natural_order_cm) : Using col_info and row_info is deprecated.
-
Jody Goldberg authored
2000-09-20 Jody Goldberg <jgoldberg@home.com> * ms-formula-read.c (ms_excel_parse_formula) : Make the warning quieter.
-
Jody Goldberg authored
-
Kenneth Christiansen authored
-
Kai Lahmann authored
-
Kenneth Christiansen authored
2000-09-20 Kenneth Christiansen <kenneth@gnu.org> * gnumeric.spec.in: Updated for new release. * xml-po/: added new dir, which will be used for translation of XML files, in the near future.
-
Kenneth Christiansen authored
configure.in, 'make dist' or anything yet. I also need to go through Makefile.in.in This shouldn't break anything, so if it does, please tell. - Kenneth
-
Morten Welinder authored
-
- 19 Sep, 2000 7 commits
-
-
Morten Welinder authored
2000-09-19 Morten Welinder <terra@diku.dk> * dialog-stf-format-page.c (format_page_format_changed): Don't free new_fmt until we are done with it.
-
Morten Welinder authored
2000-09-19 Morten Welinder <terra@diku.dk> * src/workbook.c (workbook_sheet_name_strip_number): isdigit takes unsigned chars, not chars. * src/functions/fn-lookup.c (find_index_linear): Quiet warnings. 2000-09-19 Morten Welinder <terra@diku.dk> * applix-read.c (applix_read_colormap): isdigit takes unsigned chars, not chars. (applix_parse_style): Ditto. (applix_read_impl): Ditto.
-
Morten Welinder authored
-
Jody Goldberg authored
-
Michael Meeks authored
2000-09-18 Michael Meeks <michael@helixcode.com> * src/Makefile.am (INCLUDES): add GNOME_DATADIR * src/workbook.c (workbook_new): use it.
-
Jody Goldberg authored
2000-09-18 Jody Goldberg <jgoldberg@home.com> * src/sheet.c (sheet_row_size_fit_pixels) : PUTRID KLUDGE. Avoid the ugly row size changes when fitting the size. * src/format.c (style_format_new_XL) : Implement translation. (style_format_as_XL) : Ditto. * src/number-match.c (format_match_init) : No need to compare to translated General. * src/sheet.c (sheet_flag_status_update_cell) : Adjust signature.
-
Jody Goldberg authored
2000-09-18 Jody Goldberg <jgoldberg@home.com> * src/sheet.c (sheet_flag_status_update_cell) : Adjust signature. 2000-09-18 Jody Goldberg <jgoldberg@home.com> * dialog-solver.c (dialog_solver) : No need to create a cell manually and fill with empty. sheet_cell_fetch will handle that. * dialog-goal-seek.c (dialog_goal_seek) : No need to create cell locally. (gnumeric_goal_seek) : Update size, span, and status region for the cell that was being tweaked. While solving we did not update it.
-
- 18 Sep, 2000 1 commit
-
-
Morten Welinder authored
2000-09-17 Morten Welinder <terra@diku.dk> * src/main.c (gnumeric_main): Init colours earlier. 2000-09-17 Morten Welinder <terra@diku.dk> * dialog-autoformat.c (dialog_autoformat): Free "info" only when done with it. Free tooltips using unref, not plain g_free.
-
- 17 Sep, 2000 4 commits
-
-
Jody Goldberg authored
-
Jody Goldberg authored
2000-09-17 Jody Goldberg <jgoldberg@home.com> * src/workbook.c (cb_cell_rerender) : We need to recalc the size after rendering the value. However, it is wasteful to redraw each cell individually. (cb_sheet_pref_display_formulas) : redraw entire sheet. It is simpler.
-
Jody Goldberg authored
2000-09-17 Jody Goldberg <jgoldberg@home.com> * src/workbook-format-toolbar.c : Use the new Gnome App Libs (GAL) routines. * src/workbook-view.c : Ditto. * src/workbook.c : Ditto. * src/main.c (gnumeric_main) : call e_color_init and e_color_shutdown. * src/gnumeric-util.c (gnumeric_create_tooltip) : Rename from color -> e_color. * src/style.c (style_color_new) : Ditto. * src/gnumeric-sheet.c (gnumeric_sheet_realize) : Rename from cursor -> e_cursor. * src/item-cursor.c (item_cursor_set_cursor) : Ditto. * src/cell-comment.c (cell_comment_clicked) : Ditto. * src/item-grid.c (item_grid_event) : Ditto. * src/sheet-object.c : Ditto. * src/color.c : Split the utilities into the gal library. * src/Makefile.am : Remove cursors.[ch] * configure.in : Handle the new Gnome App Lib (GAL)
-
Jody Goldberg authored
2000-09-17 Jody Goldberg <jgoldberg@home.com> * src/dialogs/dialog-graph-guru.c (cb_create_series_from_range) : GraphSeries is responsible for registering. * src/history.c : Attempt to convert to the new bonobo ui handler. * src/graph-series.c (graph_series_eval) : Support string and date series. (series_get_name) : New function. (impl_vector_scalar_value) : Use it here. (impl_vector_date_value) : here (impl_vector_string_value) : and here. (cb_check_range_for_pure_string) : new function. (graph_series_new) : Start guess whether a series is scalar or string. (graph_series_servant) : Delete. (graph_series_set_subscriber) : Take responsibility for registering with the remote Graph::Manager. * src/gnumeric.xml : Remove bogus '/menu/File/open' placeholder Name the '/menu/File/FileHistory' placeholder. * src/sheet-object-container.c (sheet_object_container_update_bounds) Fix off by 1 error here. (make_container_item) : And here. * src/sheet-object.c (sheet_object_add_view) : Renamed from sheet_view_object_realize. (sheet_object_remove_view) : Renamed from sheet_view_object_unrealize. (control_point_handle_event) : Enable edit popup from control points.
-
- 16 Sep, 2000 3 commits
-
-
Almer S. Tigelaar authored
2000-09-16 Almer S. Tigelaar <almer1@dds.nl> * src/dialogs/autoformat.glade: Remove ability to focus widgets on the Template Details tab. Remove the 'Apply Dimensions' checkbox. Add some accelerators. Add tooltip to category combo. * src/dialogs/dialog-autoformat.c: (cb_category_entry_changed): Replaced by cb_category_popwin_hide (cb_category_popwin_hide): Invoked when the popup window of the category window becomes hidden. (dialog_autoformat): Remove handling for dimensions checkbox and change signal binding for category combo.
-
Michael Meeks authored
2000-09-16 Michael Meeks <michael@helixcode.com> * src/workbook.c (workbook_new): use datadir for get_ui_fname.
-
Almer S. Tigelaar authored
2000-09-16 Almer S. Tigelaar <almer1@dds.nl> * src/dialogs/autoformat.glade: New autoformat dialog. * src/dialogs/dialog-autoformat.c: (fill_category_list): Replace with load_categories. (load_categories): Same role as fill_category_list, but loads them into a GtkList instead. (free_categories): New, frees a GtkList holding categories. (templates_load): Hide the scrollbar when it's not needed, remove obsolete label code. (previews_load): Set only the template name as tooltip. (cb_more_clicked): Removed entirely, the more button is no longer. (cb_new_clicked): Replaced by cb_new_activated. (cb_new_activated): Same as cb_new_clicked but now for a GtkMenuItem. (cb_edit_clicked): Replaced by cb_edit_activated. (cb_edit_activated): Same as cb_edit_clicked but now for a GtkMenuItem. (cb_remove_clicked): Replaced by cb_remove_current_activated. (cb_remove_current_activated): Same as cb_remove_clicked but now for a GtkMenuItem. (cb_categories_select_row): Replace with cb_category_entry_changed. (cb_category_entry_changed): New, same role as cb_categories_select_row, but now for the 'category' GtkEntry instead of the previous GtkCList. (cb_apply_button_toggled): Replaced by cb_apply_item_toggled. (cb_apply_item_toggled): Same as cb_apply_item_toggled, but now for GtkCheckMenuItem. (cb_gridlines_button_toggled): Replaced by cb_gridlines_item_toggled. (cb_gridlines_item_toggled): Same as cb_gridlines_item_toggled, but now for GtkCheckMenuItem. (setup_apply_item): New, load a glade control and bind it's event to cb_apply_item_toggled in one step. (dialog_autoformat): Adjusted to handle the new controls.
-
- 15 Sep, 2000 7 commits
-
-
Jody Goldberg authored
2000-09-15 Jody Goldberg <jgoldberg@home.com> * src/dialogs/dialog-graph-guru.c (dialog_graph_guru) : Profilacticly NULL the gui pointer.
-
Jody Goldberg authored
-
Michael Meeks authored
-
Jody Goldberg authored
2000-09-15 Jody Goldberg <jgoldberg@home.com> * src/gnumeric.xml : Use placeholder for file history. How to have multiple place holders ? * src/history.c (history_menu_insert_items) : Quick fix to reduce number of warnings. * src/sheet-object.c (sheet_object_stop_editing) : Use set_active. (sheet_mode_edit_object) : Ditto.
-
Jody Goldberg authored
-
Yuri Syrota authored
-
Jody Goldberg authored
2000-09-14 Jody Goldberg <jgoldberg@home.com> * src/sheet-object-widget.c (sheet_object_widget_new_view) : Fix off by one error. (sheet_object_widget_update_bounds) : Ditto. (control_point_handle_event) : Handle events for the acetate. * src/sheet-object.c (sheet_object_destroy_control_points) : Avoid hard coding the number of control points. (sheet_object_begin_creation) : event coordinates are already mapped. (update_bbox) : The off by 1 error was in the widget wrapper not here. * idl/gnumeric-graphs.idl : Make the Vector::changed routines oneway.
-
- 14 Sep, 2000 3 commits
-
-
Jody Goldberg authored
-
Jody Goldberg authored
2000-09-14 Jody Goldberg <jgoldberg@home.com> * src/sheet-view.c (sheet_view_row_size_changed) : Use sheet_selection_full_rows and workbook_cmd_format_row_height. (sheet_view_col_size_changed) : Use sheet_selection_full_cols and workbook_cmd_format_column_width. * src/item-grid.c (context_row_height) : Use sheet_dialog_set_row_height. (context_col_width) : Use sheet_dialog_set_column_width. * src/workbook-cmd-format.c (sheet_dialog_set_column_width) : Split the gui into here. (workbook_cmd_format_column_width) : And the action into here. Use the appropriate commands to get undo support. (workbook_cmd_format_column_auto_fit) : Use workbook_cmd_format_column_width. (sheet_dialog_set_row_height) : Split the gui into here. (workbook_cmd_format_row_height) : And the action into here. Use the appropriate commands to get undo support. (workbook_cmd_format_row_auto_fit) : Use workbook_cmd_format_row_height. * src/selection.c (sheet_row_selection_type) : moved from sheet.c (sheet_col_selection_type) : moved from sheet.c (sheet_selection_full_cols) : new routine. (sheet_selection_full_rows) : new routine. * src/gnumeric-sheet.c (gnumeric_sheet_key_mode_sheet) : Don't jump directly to the edit line with F2. Start editing in sheet first. * src/selection.c (selection_foreach_range) : Add the option of iterating the list backwards. * src/workbook-cmd-format.c (cb_colrow_collect) : New function. * src/workbook-cmd-format.c (workbook_cmd_format_column_width) : Fix. (workbook_cmd_format_row_height) : Fix. * src/sheet-object-graphic.c (sheet_object_graphic_update_bounds) : new function. (sheet_object_filled_new_view) : Set the bounds when a new view is constructed. DO NOT rely on the realized list, new objects are not added until AFTER construction. * src/sheet-object.c (sheet_object_update_bounds) : delete. 2000-09-13 Jody Goldberg <jgoldberg@home.com> * src/expr.c (cellref_relocate) : Return more information so that we can differentiate relocating rows, cols, or both. (cellrange_relocate) : Use the new information to extend the heuristic for when to relocate a range. In the past we assumed that unless both ends of the range were moving we should not do the relocation. It seems that there are other cases which will also relocate. When inserting/deleting rows/cols or cutting a region that includes an entire side of the source region we should relocate. Sadly this patch is incomplete. It relocates too much now. If you cut B2 and paste it into B3 the source region A1:B2 will resize to A1:B3 even though it should not. At least ins/del row/col will now work. 2000-09-12 Jody Goldberg <jgoldberg@home.com> * src/workbook.c (create_bonobo_object) : Fixed. * src/sheet-object-bonobo.c (sheet_object_bonobo_new_from_oid) : Delete duplicate function. 2000-09-11 Jody Goldberg <jgoldberg@home.com> * src/commands.c (cmd_ins_del_row_col_{undo,redo}) : Insert/delete rows/cols clears the cut buffer. Copies are preserved. * src/sheet-object.c (cb_obj_create_button_release) : remove the bonobo specific file handling. That is to be done earlier or in a different place. This routine is strictly for placement, not content. (sheet_mode_clear) : Move the deactivation here for now. Hopefully move it to a virtual. * src/about.c (dialog_about) : suppress warning.
-
Jody Goldberg authored
-
- 13 Sep, 2000 2 commits
-
-
Yuri Syrota authored
-
Yuri Syrota authored
-