- 09 May, 2000 2 commits
-
-
Jody Goldberg authored
2000-05-08 Jody Goldberg <jgoldberg@home.com> * src/cell.c (cell_set_value) : When guessing what the entered text was for a supplied string value prepend a \' to ensure that the value stays a string, and so that blank cells work better.
-
Jody Goldberg authored
- Spans were not redrawn when interupted. - Spans were not recalculated when the blockage was cleared. - Sorting crashed because the semantics of sheet_remove_cell changed to call cell_destroy. 2000-05-08 Jody Goldberg <jgoldberg@home.com> * src/sheet.c (sheet_cell_calc_span) : redraw the bounding range when interupting spans. (sheet_clear_region) : Respan ranges that were interupted by the cleared region. (sheet_cell_remove_simple) : rename from sheet_cell_remove_internal and export.
-
- 08 May, 2000 15 commits
-
-
Jon K Hellan authored
2000-05-08 Jon K Hellan <hellan@acm.org> * csv-io.c (CSV_DESCR): Description said that plugin can read and write. Fixed to say write only.
-
Jon K Hellan authored
2000-05-08 Jon K Hellan <hellan@acm.org> * src/file.c (cb_select): New callback: Make double click on list in import filter chooser works like "OK". (workbook_import): Back when we first started using glade, we used a hack to avoid flicker when popping up the filter chooser. We now know how to do it right, and remove the hack. (workbook_import): Connect callback to handle double click. (workbook_import): Fix bug: return value from import would clobber return value from dialog_run. We now close dialog after retrieving selection, but before importing. We really should keep the dialog up until user either succeeds with import or explicitly cancels. But we let that wait. This behaviour should be implemented in a lot of places in a coordinated way. (workbook_import): Do not destroy workbook after WM close - it is already destroyed.
-
Morten Welinder authored
-
Morten Welinder authored
2000-05-03 Morten Welinder <terra@diku.dk> * configure.in (gnome-print): Survive version "0.19cvs". * *: include <config.h>
-
Jody Goldberg authored
-
Jody Goldberg authored
2000-05-08 Jody Goldberg <jgoldberg@home.com> * src/selection.c (sheet_selection_extend_to) : Call sheet_update so that selection changes via mouse movement will update the status areas. (sheet_selection_set) : Call sheet_flag_selection_change. * src/sheet.c (sheet_flag_selection_change) : New function to flag that sheet_update should recalc the autoexpressions.
-
Jon K Hellan authored
2000-05-08 Jon K Hellan <hellan@acm.org> This change was committed a week ago, but I forgot the changelog: * src/dialogs/dialog-goto-cell.c (cb_row_selected): Make double click on list work like "OK". * src/dialogs/dialog-goto-cell.c (dialog_goto_cell): Remove buttons which do not do anything yet.
-
Jon K Hellan authored
2000-05-07 Jon K Hellan <hellan@acm.org> * src/workbook.c (yield_focus): New callback: Give up focus when widget is destroyed. This gets rid of a warning when import is canceled. (workbook_attach_sheet): Connect callback. (workbook_set_focus): Do nothing if focus target argument is NULL.
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
- perl - gda - plan-perfect plugins. They must be included to avoid problems with translations. However, they are not stable enough to build by default.
-
Jody Goldberg authored
-
Karl Eichwalder authored
-
Jody Goldberg authored
re: gnome-print
-
Jody Goldberg authored
2000-05-07 Jody Goldberg <jgoldberg@home.com> * src/xml-io.c (xml_workbook_write) : Bump the xml version to v3. (xml_probe) : Handle v[123].
-
- 07 May, 2000 15 commits
-
-
Kenneth Christiansen authored
2000-05-07 Kenneth Christiansen <kenneth@gnome.dk> * update.sh: Updated update.sh to support merging, --help, easier porting to new packages, et al
-
Jon K Hellan authored
2000-05-07 Jon K Hellan <hellan@acm.org> * POTFILES.in: Removed dialog-printer.c - it's been superseded by gnome-print dialogs.
-
Jon Kåre Hellan authored
-
Jon K Hellan authored
2000-05-07 Jon K Hellan <hellan@acm.org> * src/dialogs/Makefile.am: dialog-printer.[ch] have been superseded by gnome-print dialogs. Remove. * src/print.c (sheet_print): Make print button default. Add accelerators. * configure.in: Depend on gnome-print >= 0.19 * plugins/python/Makefile.am: Include gnumeric-defs.py.
-
Kenneth Christiansen authored
gnumeric/po/da.po
-
Jody Goldberg authored
-
Jody Goldberg authored
2000-05-07 Jody Goldberg <jgoldberg@home.com> * src/sheet-style.c (sheet_style_attach) : disable cache trash avoidance code. None of the sample xls were loading.
-
Karl Eichwalder authored
-
Karl Eichwalder authored
-
Karl Eichwalder authored
-
Karl Eichwalder authored
-
Jody Goldberg authored
2000-05-07 Jody Goldberg <jgoldberg@home.com> * src/sheet.c (sheet_cell_calc_span) : Size the content if it has not yet been sized. * src/commands.c (cmd_area_set_text_redo) : Do not queue the resize, rerender, and respan until after the recalc.
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
-
- 06 May, 2000 8 commits
-
-
Jody Goldberg authored
2000-05-06 Jody Goldberg <jgoldberg@home.com> * Makefile.am : Remove config.h from here too.
-
Karl Eichwalder authored
-
Jody Goldberg authored
2000-05-06 Jody Goldberg <jgoldberg@home.com> * src/cell.c (cell_set_expr_unsafe) : Split from cell_set_expr. * src/eval.c (invalidate_refs) : Use cell_set_expr_unsafe. * src/sheet.c (sheet_set_zoom_factor) : Depending on the order of initialization we may also need to render some unrendered values.
-
Almer. S. Tigelaar authored
2000-05-06 Almer. S. Tigelaar. <almer1@dds.nl> * src/stf-parse.c (stf_parse_is_valid_data) : Add the form feed character (\f) as valid text character. (stf_parse_convert_to_unix) : In addition to CRLF and CR, remove form feeds (\f) from data. * src/stf.c (stf_read_workbook) : Add a workbook_recalc just to be sure.
-
Michael Meeks authored
2000-05-06 Michael Meeks <michael@helixcode.com> * src/eval.c (handle_cell_range_deps): Add 3D dependency support. (cb_single_hash_to_list, cb_range_hash_to_list): Re-arrange handling of where the list is collated. (do_deps_destroy): update. (cell_drop_dependencies): remove cretinism here. (drop_cell_range_dep, handle_cell_single_dep): return on NULL deps structure. * src/sheet-style.c (sheet_style_attach): enable cache trash avoidance code. * src/sheet.c (sheet_cell_remove_internal): short circuit for NULL deps. * src/expr.c (expr_rewrite): update to handle workbook case. * src/eval.c (workbook_deps_destroy): update for speed. (sheet_deps_destroy): split body into (do_deps_destroy): here. * src/workbook.c (workbook_delete_sheet): destroy the sheet's dependencies here as well; very silly. (workbook_do_destroy): destroy deps of all sheets up front.
-
Jody Goldberg authored
2000-05-06 Jody Goldberg <jgoldberg@home.com> * src/parse-util.c (parse_text_value_or_expr) : Be sure the clear the expr if we are returning a value.
-
Jody Goldberg authored
This is a bandaid. It seems to designate an array formula with 1 element ? 2000-05-05 Jody Goldberg <jgoldberg@home.com> * ms-formula-read.c (ms_excel_parse_formula) : Improve warning when we encounter unknown ptgAttr flags.
-
Pablo Saratxaga authored
-