- 24 Feb, 2001 8 commits
-
-
Almer S. Tigelaar authored
2001-02-24 Almer S. Tigelaar <almer@gnome.org> * src/workbook-control-gui-priv.h : Add sheet remove and sheet re-order menu items. * src/workbook-control-gui.c (wbcg_menu_state_sheet_count) : New, Take care of sheet counts dependant gui elements like the sheet remove/re-order menus. (wbcg_sheet_add) : Call menu_state_sheet_count from here. (wbcg_sheet_remove) : Idem. (workbook_control_gui_init) : Initialize the remove and re-order menu-items.
-
Jody Goldberg authored
2001-02-24 Jody Goldberg <jgoldberg@home.com> * src/workbook-control-gui.c (workbook_control_gui_new) : Why was I protecting a generic call ? Its constituents not the caller are responsible for blocking events. (workbook_control_gui_init) : Be anal and init this just in case.
-
Jody Goldberg authored
2001-02-24 Jody Goldberg <jgoldberg@home.com> * src/workbook-control-gui.c (workbook_control_gui_new) : Why was I protecting a generic call ? Its constituents not the caller are responsible for blocking events.
-
Almer S. Tigelaar authored
2001-02-24 Almer S. Tigelaar <almer@gnome.org> * src/sheet-control-gui.c (horizontal_scroll_event) : If we reach the maximum scroll offset increase it so we can keep scrolling down. (vertical_scroll_event) : Idem. (horizontal_scroll_change) : Directly manipulate scroll offset. (vertical_scroll_change) : Idem.
-
Almer S. Tigelaar authored
2001-02-24 Almer S. Tigelaar <almer@gnome.org> * search-replace.glade : Add spacing.
-
Jody Goldberg authored
-
Jody Goldberg authored
2001-02-23 Jody Goldberg <jgoldberg@home.com> * src/commands.c (cmd_merge_cells_redo) : reorder to handle unmerging directly. (cmd_merge_cells_undo) : ditto. (CmdMergeCells) : no need to inherit from CmdUnmergeCells. (cmd_unmerge_cells_redo) : merge the 'internal' versions. (cmd_unmerge_cells_undo) : merge the 'internal' versions. 2001-02-22 Jody Goldberg <jgoldberg@home.com> * src/style-border.c (style_border_vmargins) : remove unnecessary reference to next_sr. sr.bottom == next_sr.top For normal borders horizontal always dominates vertical. (style_border_hmargins) : Only cut corners for doubles if the corner is a double. * src/sheet.c (sheet_cursor_set_full) : new function. * src/selection.c (sheet_selection_set_internal) : Use it here. The trick is that when extending a selection to include merged cells it is possible that the edit cell is neither the base nor the move col/row. When you then shrink the selection to the pre-extended state, without the merged region, you have lost track of the corner and can easily loose the edit_position. * src/workbook-format-toolbar.c (toggled_from_toolbar) : delete this ugliness. We don't need it anymore. 2001-02-20 Jody Goldberg <jgoldberg@home.com> * src/workbook-control-gui.c (wbcg_ui_update_begin) : new utility (wbcg_ui_update_end) : new utility * src/workbook-format-toolbar.c (workbook_feedback_set) : Use them here. (workbook_format_halign_feedback_set) : update center-across-selection in the bonobo case. (do_modify_format) : rewrite to use the format from the edit cell and to support undo. * src/format.c (format_toggle_thousands) : delete. 2001-02-23 Jody Goldberg <jgoldberg@home.com> * configure.in : post release version bump to 0.64.
-
Jody Goldberg authored
-
- 23 Feb, 2001 12 commits
-
-
Jody Goldberg authored
2001-02-23 Jody Goldberg <jgoldberg@home.com> * src/item-grid.c (item_grid_draw_merged_range) : check for background before checking for selection.
-
Jody Goldberg authored
2001-02-23 Jody Goldberg <jgoldberg@home.com> * src/sheet-merge.c (sheet_merge_add) : don't apply the borders from the corner cell to the whole region. Just the content.
-
Jody Goldberg authored
2001-02-23 Jody Goldberg <jgoldberg@home.com> * src/sheet-control-gui.c (scg_comment_display) : We only need to be sure that scg::selected is a comment if we are using it and no other comment is visible.
-
Jody Goldberg authored
We need to figure out how to compensate for the margins applying to chunky pixels rather than centered lines. 2001-02-23 Jody Goldberg <jgoldberg@home.com> * src/style-border.c (print_hline) : gdk_draw_line excludes the far pixel. Make this match to keep the draw code consistent. (print_vline) : ditto. * src/print-cell.c (print_cell_range) : Use the hide_grid from the
-
Jody Goldberg authored
-
Chyla Zbigniew authored
Updated Polish translation
-
Chyla Zbigniew authored
-
Jody Goldberg authored
2001-02-23 Jody Goldberg <jgoldberg@home.com> * src/print-cell.c (print_cell_range) : Use the hide_grid from the print flags not the sheet itself.
-
Jody Goldberg authored
2001-02-23 Jody Goldberg <jgoldberg@home.com> * src/print.c (print_page_cells) : We now pass 'HideGridLines' so invert the logic. * src/print-cell.c (print_cell) : typo.
-
Valek Frob authored
-
Jody Goldberg authored
-
Jody Goldberg authored
2001-02-22 Jody Goldberg <jgoldberg@home.com> * src/item-edit.c (point_is_inside_range) : dont highlight ranges on other sheets. (scan_at) : simplify. * src/workbook-control-gui.c (cb_notebook_switch_page) : If we are only switching pages to select a range there is no need to update anything.
-
- 22 Feb, 2001 4 commits
-
-
Jody Goldberg authored
2001-02-22 Jody Goldberg <jgoldberg@home.com> * src/expr.c (eval_expr_real) : fix old typo.
-
Jody Goldberg authored
2001-02-22 Jody Goldberg <jgoldberg@home.com> * src/commands.c (cmd_unmerge_cells_init) : add simple test to avoid merging singletons. (cmd_unmerge_cells) : check for failure. (cmd_merge_cells) : ditto.
-
Almer S. Tigelaar authored
2001-02-22 Almer S. Tigelaar <almer@gnome.org> * src/preview-grid.c (preview_grid_draw): The style row init routine expect a hide gridlines parameter, so we need to pass the inverse of the preview grid's show gridlines property.
-
Morten Welinder authored
-
- 21 Feb, 2001 8 commits
-
-
Jody Goldberg authored
2001-02-21 Jody Goldberg <jgoldberg@home.com> * src/sheet-style.c (sheet_style_insert_colrow) : When inserting before the first row/col use the style from A/1.
-
Jody Goldberg authored
2001-02-21 Jody Goldberg <jgoldberg@home.com> * Makefile.am (EXTRA_DIST) : add plugin.xml
-
Kjartan Maraas authored
-
Kjartan Maraas authored
2001-02-21 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokml) translation.
-
Jody Goldberg authored
-
Jody Goldberg authored
2001-02-21 Jody Goldberg <jgoldberg@home.com> * src/sheet.h (SHEET_FOREACH_CONTROL) : Be really really careful about potential modifications to the list why we are walking it.
-
Jody Goldberg authored
2001-02-21 Jody Goldberg <jgoldberg@home.com> * no.po : Get the print preview translations to match.
-
Jody Goldberg authored
2001-02-20 Jody Goldberg <jgoldberg@home.com> * src/cell.c (cell_default_halign) : add support for arrays and center booleans.
-
- 20 Feb, 2001 8 commits
-
-
Morten Welinder authored
2001-02-20 Morten Welinder <terra@diku.dk> * dialog-analysis-tools.c (dialog_regression_tool): Fix error messages. (parse_multiple_ranges): Fix overflows. (Needs rewrite.)
-
Jody Goldberg authored
2001-02-20 Jody Goldberg <jgoldberg@home.com> * src/xml-io.c (xml_write_style) : store indent. (xml_read_style) : restore indent.
-
John Gotts authored
-
Jody Goldberg authored
2001-02-20 Jody Goldberg <jgoldberg@home.com> * src/item-edit.c (item_edit_draw_text) : kill warning.
-
Jody Goldberg authored
2001-02-20 Jody Goldberg <jgoldberg@home.com> * src/main.c : remove inclusion of embeddable-grid.h this causes problems in the release because main.c then depends on files that are only available in the ENABLE_BONOBO case. * src/item-bar.c (bar_draw_cell) : set the clip for the text. no need to clip a rectangle or shadow whose boundaries we define. * src/sheet-control-gui.c (scg_redraw_cell_region) : Handle shrinkage.
-
Jon K Hellan authored
2001-02-20 Jon K Hellan <hellan@acm.org> * src/item-edit.c (item_edit_draw_text): Fix wrapped line drawing problem.
-
Morten Welinder authored
-
Morten Welinder authored
2001-02-20 Morten Welinder <terra@diku.dk> * src/item-bar.c (bar_draw_cell): Fix column header drawing problem. (And possibly other weird drawing problems related to style.)
-