- 18 Jan, 2000 9 commits
-
-
Jody Goldberg authored
- Row/Col hiding. 2000-01-18 Jody Goldberg <jgoldberg@home.com> * src/xml-io.c (xml_write_colrow_info) : Save whether or not a row/col is hidden. (xml_read_colrow_info) : Restore the hidden-ness. * src/gnumeric-sheet.c (gnumeric_sheet_compute_visible_ranges) : Col/Row pixel width < 0 indicates the row is hidden. (gnumeric_sheet_make_cell_visible) : Ditto. (colrow_set_units) : Ditto. (sheet_{row,col}_info_set_{height,width}) : Ditto. (sheet_{row,col}_set_internal_{height,width}) : Ditto. (sheet_{row,col}_get_distance) : Ditto. (sheet_{row,col}_get_unit_distance) : Ditto. (sheet_{row,col}_is_hidden) : Utility routines. (sheet_find_boundary_{vertical,horizontal}) : Skip hidden rows/cols. (sheet_row_col_visible) : Mark a contiguous set of rows/cols as visible or hidden. * src/sheet.c (sheet_compute_col_row_new_size) : Ditto. * src/item-bar.c (item_bar_draw) : Ditto. (is_pointer_on_division) : Ditto. (get_col_from_pos) : Ditto. * src/item-grid.c (item_grid_find_{col,row}) : Ditto. (item_grid_draw) : Skip cells in hidden rows cols. (item_grid_paint_empty_cell) : Ditto, just in case. (item_grid_draw_cell) : Ditto. (context_{col,row}_{hide,unhide}) : New functions. (item_grid_context_menu) : Add new menu items. * src/selection.c (selection_row_col_visible) : New function. cb_row_col_visibility : Utility function. * src/workbook-cmd-format.c (workbook_cmd_format_{column,row}_{hide,unhide}) : New functions. (workbook_cmd_format_column_std_width) : Stub. (workbook_cmd_format_row_std_height) : Stub. * src/workbook.c : Add hide/unhide to the row/col format menus. 2000-01-18 Jody Goldberg <jgoldberg@home.com> * configure.in : Add test for gnome-xml >= 1.8.5. This is required to support the problems with versions 1.8.[234]. * gnumeric.spec.in : Ditto.
-
Morten Welinder authored
2000-01-18 Morten Welinder <terra@diku.dk> * src/functions/fn-stat.c (stat_functions_init): Add auto-format hints to deserving functions.
-
Jukka-Pekka Iivonen authored
2000-01-18 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/dialogs/dialog-autocorrect.c: Made the exceptions of first two letter correction actually work. * src/dialogs/autocorrect-exceptions.glade: Changed a list to a columned list.
-
Yuri Syrota authored
-
Jody Goldberg authored
2000-01-18 Jody Goldberg <jgoldberg@home.com> * src/clipboard.c (x_selection_to_cell_region) : Do not use ',' or ';' as seperators if the current locale uses them as decimal points. (new_node) : Use g_strndup.
-
Jody Goldberg authored
2000-01-18 Jody Goldberg <jgoldberg@home.com> * src/clipboard.c (x_selection_handler) : Add some preconditions to make code more robust. * src/application.c (application_clipboard_clear) : Release ownership of the selection when the clipboard is cleared.
-
Jon K Hellan authored
2000-01-18 Jon K Hellan <hellan@acm.org> * src/dialogs/autocorrect.glade, src/dialogs/autosave.glade, src/dialogs/autosave-prompt.glade, src/dialogs/autocorrect-exceptions.glade: Set invisible to remove flicker * src/plugin-manager.c (plugin_manager_new): Give list initial keyboard focus, make "add" button default. (remove_cb): Select next row in list after remove (plugin_manager_new): Internationalize texts. * src/dialogs/dialog-cell-sort.c (order_box_set_default): Set initial keyboard focus. (dialog_cell_sort): Use gnome_dialog_close_hides to ensure dialog is destroyed exactly once. (dialog_cell_sort_adv): Ensure dialog is destroyed exactly once. * src/dialogs/cell-sort.glade: Set initial focus for advanced sort dialog.
-
Frank Chiulli authored
spreadsheet as an Excel spreadsheet. 2000-01-17 Frank Chiulli <fc-linux@home.com> * ms-summary.c (ms_summary_write): Turn on writing out the DocumentSummaryInformation stream. 2000-01-17 Frank Chiulli <fc-linux@home.com> * ms-ole-summary.c (ms_ole_summary_open_stream, ms_ole_summary_open, ms_ole_docsummary_open, ms_ole_summary_create_stream, ms_ole_summary_create, ms_ole_docsummary_create, ms_ole_summary_get_properties): Documentation enhancements (ms_ole_docsummary_open): Prefix DocumentSummaryInformation stream name with /05. * ms-ole.c (pps_get_text): Removed unneeded line. Variable is set in loop.
-
Jody Goldberg authored
-
- 17 Jan, 2000 17 commits
-
-
Morten Welinder authored
2000-01-17 Morten Welinder <terra@diku.dk> * src/auto-format.c (do_af_suggest): The difference of two dates is a number, not a date.
-
Morten Welinder authored
-
Morten Welinder authored
2000-01-17 Morten Welinder <terra@diku.dk> * src/functions/fn-stat.c (gnumeric_average): Correct error code.
-
Jody Goldberg authored
- Bug 5286 - Fix problems copying relative formulas need the edge. 2000-01-17 Jody Goldberg <jgoldberg@home.com> * src/expr.c (cellref_relocate) : Before relocating check that the input reference is valid. Bounds checking assumes the input is valid. * src/workbook.c (sheet_action_delete_sheet) : Clear the clipboard to avoid references to the deleted sheet. * src/sheet.c (sheet_destroy) : Ditto.
-
Jody Goldberg authored
-
Jody Goldberg authored
2000-01-17 Jody Goldberg <jgoldberg@home.com> * src/workbook.c : Menu items for sheet and workbook preferences. * src/sheet-view.c (sheet_view_adjust_preferences) : New function. * src/sheet.c (sheet_adjust_preferences) : New function. (sheet_new) : Init the new preferences. (sheet_set_text) : Avoid leaking in the failure case. * src/selection.c (sheet_selection_paste) : Pass a context. * src/cell.c (cell_render_value) : display_fomulas is now a sheet level preference. (cell_is_number) : return boolean. (cell_is_zero) : New function. * src/item-grid.c (item_grid_draw_cell) : honour display_zero.
-
Pablo Saratxaga authored
-
Kjartan Maraas authored
2000-01-17 Kjartan Maraas <kmaraas@online.no> * no.po: Updated Norwegian translation.
-
Arturo Espinosa authored
-
Yuri Syrota authored
-
Arturo Espinosa authored
-
Chyla Zbigniew authored
-
Arturo Espinosa authored
-
Morten Welinder authored
2000-01-16 Morten Welinder <terra@diku.dk> * src/datetime.c: New file. * src/datetime.h: New file. * src/format.c (split_time): Use datetime functions. * src/commands.c (cmd_set_date_time_redo): Do proper rounding. * src/functions/fn-date.c: Move date handling to datetime.c * src/utils.c: Move date stuff to datetime.c. Renamed systematically; all callers changed. * src/Makefile.am (GNUMERIC_BASE_SOURCES): Add datetime.c and datetime.h.
-
Miguel de Icaza authored
2000-01-16 Miguel de Icaza <miguel@gnu.org> * src/item-cursor.c (item_cursor_request_redraw): Remove my experimental border from here; Reset previous border * src/selection.c (sheet_selection_change): Range code is not happy when the ranges do not intersect. Handle this
-
Birger Langkjer/danish translations authored
Modified Files: gnome-print/po/da.po gnumeric/ChangeLog gnumeric/po/da.po Added Files: gnumeric/gnome-spreadsheet.png gnumeric/gnome-xls.png
-
Morten Welinder authored
-
- 16 Jan, 2000 9 commits
-
-
Morten Welinder authored
2000-01-16 Morten Welinder <terra@diku.dk> * src/auto-format.c: New file. * src/auto-format.h: New file. * src/formats.c (cell_format_general, cell_format_numbers, cell_format_currency, cell_format_account, cell_format_date, cell_format_time, cell_format_percent, cell_format_fraction, cell_format_science, cell_format_text): Make static. * src/cell.c (cell_set_formula): Free the format. Only set format if the cell was previously blank. (cell_has_assigned_format, cell_get_format): New functions. * src/parser.y (gnumeric_expr_parser): Drop const for desired_format. On error, free the format. (make_string_return): g_strdup the format. * src/expr.c (expr_parse_string): Drop const for desired_format. * src/functions/fn-financial.c (finance_functions_init): Add result types for auto-format. * src/functions/fn-date.c (date_functions_init): Add result types for auto-format. * src/functions/fn-math.c (math_functions_init): Add result types for auto-format. * src/Makefile.am (GNUMERIC_BASE_SOURCES): Add auto-format.c and auto-format.h. * src/main.c (gnumeric_main): Init and shutdown for auto_format.
-
Morten Welinder authored
2000-01-16 Morten Welinder <terra@diku.dk> * gnumeric.spec.in (gnome-print): require 0.10. * configure.in (gnome-print): require 0.10.
-
Jon Kåre Hellan authored
* Python plugin update: Allow calling Gnumeric builtins from Python.
-
Pablo Saratxaga authored
-
Pablo Saratxaga authored
-
Arturo Espinosa authored
-
Miguel de Icaza authored
2000-01-16 Miguel de Icaza <miguel@gnu.org> * src/sheet.c (sheet_redraw_range): New function. * src/selection.c (sheet_selection_change): Just queue redraws for the actual change on the selection. * src/sheet.c (sheet_redraw_selection): Make this one take a Range instead of a SheetSelection * src/item-cursor.c (item_cursor_request_redraw): We now only queue a redraw event for the exact area exposed.
-
Jody Goldberg authored
-
Jody Goldberg authored
-
- 15 Jan, 2000 5 commits