- 19 Dec, 1999 3 commits
-
-
Michael Meeks authored
rework pristine, fix silly print setup bug. 1999-12-19 Michael Meeks <mmeeks@gnu.org> * configure.in: bump version to 0.46. * src/dialogs/dialog-printer-setup.c (fill_hf): use print_hf_same, since pointer comparison duff; since item is copied. * src/print-info.c (print_hf_same): implement. (print_hf_register): update to use it. 1999-12-18 Michael Meeks <mmeeks@gnu.org> * src/dialogs/dialog-printer-setup.c (do_setup_hf): Grab the header & footer pointer from the sheet's print info if available. (do_setup_hf_menus): only setup the dialog if non-null. * src/print-info.c (print_info_new): kill load_formats. init hf_formats. (print_init, print_shutdown): implement. * src/main.c (gnumeric_main): add print_init / shutdown. 1999-12-18 Michael Meeks <mmeeks@gnu.org> * src/sheet.c (sheet_new): setup pristine. (sheet_mark_clean, sheet_set_dirty, sheet_is_pristine): improve, thanks to Morten.
-
Morten Welinder authored
1999-12-18 Morten Welinder <terra@diku.dk> * ms-ole.c (write_bb): Correct allocation of BBD blocks, take in count the FAT blocks.
-
Morten Welinder authored
1999-12-18 Morten Welinder <terra@diku.dk> * src/xml-io.c (xml_read_print_info): Plug leaks. (xml_value_get): Return a g_malloc'ed string. All callers changed. (xml_get_print_unit): Plug leak. (xml_get_color_value): Plug leak. (xml_read_sheet_object): Plug leak, I think. (xml_set_value): Plug leak. (xml_set_value_string): Plug leak. (xml_set_value_int): Plug leak. (xml_set_value_double): Plug leak. (xml_set_color_value): Plug leak. (xml_set_gnome_canvas_points): free/g_free mixup. (xml_workbook_write): Plug leak.
-
- 18 Dec, 1999 20 commits
-
-
Morten Welinder authored
1999-12-18 Morten Welinder <terra@diku.dk> * src/item-bar.c (item_bar_destroy): Unref fonts. (Found by Miguel.) * src/style.c (style_shutdown): Add code to warn of font ref leaks on exit.
-
Jody Goldberg authored
1999-12-19 Jody Goldberg <jgoldberg@home.com> * src/selection.c (sheet_selection_cut) : Fix Typo. * src/item-bar.c (item_bar_start_resize) : Don't bother setting the location of the line here. Instead we set the correctly zoomed bounds of the static-dimension. (item_bar_end_resize) : Clear the saved points. (item_bar_init) : Init the guide and points to NULL; (item_bar_event) : No need to call canvas to world. We zoom manually. (item_bar_get_line_points) : Delete.
-
Morten Welinder authored
1999-12-18 Morten Welinder <terra@diku.dk> * src/item-bar.c (item_bar_destroy): Unref fonts. (Found by Miguel.) * src/style.c (style_shutdown): Add code to warn of font ref leaks on exit.
-
Michael Meeks authored
1999-12-18 Michael Meeks <mmeeks@gnu.org> * src/corba-sheet.c (command_context_corba): clean. * src/sheet-style.c (sheet_style_get_extent): implement. * src/sheet.c (sheet_get_extent): Add union with style extent, fix silly typo. * src/ranges.c (range_is_infinite): Add new function. (range_union): implement.
-
Morten Welinder authored
1999-12-18 Morten Welinder <terra@diku.dk> * src/functions/fn-financial.c (gnumeric_yieldmat, gnumeric_yielddisc, gnumeric_oddlyield, gnumeric_oddfyield, gnumeric_oddfprice, gnumeric_oddlprice, gnumeric_yield, gnumeric_price): New skeleton function.
-
Jody Goldberg authored
1999-12-18 Jody Goldberg <jgoldberg@home.com> * src/format.c (format_number) : Supress printing a '-' if the format includes a manual '-' even if the negative is preceded by a \
-
Kjartan Maraas authored
1999-12-18 Kjartan Maraas <kmaraas@online.no> * src/dialogs/print.glade.h: Added xgettext:no-c-format in comment to please msgfmt.
-
Kjartan Maraas authored
1999-12-18 Kjartan Maraas <kmaraas@online.no> * no.po: Updated Norwegian translation.
-
Morten Welinder authored
1999-12-18 Morten Welinder <terra@diku.dk> * src/functions/fn-financial.c (gnumeric_tbilleq, gnumeric_tbillyield): check params better.
-
Michael Meeks authored
-
Michael Meeks authored
-
Michael Meeks authored
Add Jon to authors, Major Jon commit of Excel row/col size export, Fixup html finaly,
-
Michael Meeks authored
make it build, talk to todo.
-
Michael Meeks authored
HTML bug fix from Jarl, Sort dialog cleans.
-
Michael Meeks authored
-
Arturo Tena/libole2 authored
-
Ariel Rios authored
1999-12-18 Ariel Rios <jarios@usa.net> * functions.scm: THe formula redefinitions for sign, lcm and gcd were commented. It is almost useless to redefine them on Scheme since C version are faster. However, for example purposes I leave them commented.
-
Ariel Rios authored
1999-12-18 Ariel Rios <jarios@usa.net> * galway_startup.scm: We no longer display Guile initialization messages.
-
Jody Goldberg authored
Disable cutting a subset of an array. TODO : Handle copying a subset of an array. 1999-12-18 Jody Goldberg <jgoldberg@home.com> * src/sheet.c (sheet_check_for_partial_array) : Rename from range_check_for_partial_array and make public. * src/selection.c (sheet_selection_cut) : Disable cutting part of an array. * src/expr.c (eval_expr_real) : Wrap out of bound aarray lookups when the src is 1 element wide or tall.
-
Arturo Tena/libole2 authored
-
- 17 Dec, 1999 6 commits
-
-
Jody Goldberg authored
* Fix a few bugs. * Flag a few bugs. * Start on the exception handling mechanism. * Move many typedefs into gnumeric.h to start the process of decoupling the headers. 1999-12-17 Jody Goldberg <jgoldberg@home.com> * src/cell.c (cell_cleanout) : Publicize. * src/sheet.c (clear_cell_content) : Delete. (sheet_clear_region_content) : Use sheet_clear_region but leave the styles in place. 1999-12-15 Jody Goldberg <jgoldberg@home.com> * src/gnumeric.h : Move many of the typedefs here. * src/dialogs/dialog-cell-sort.c (dialog_cell_sort) : Tweak some const issues and minor logic problems at the boundaries. 1999-12-14 Jody Goldberg <jgoldberg@home.com> * src/workbook-view.c (command_context_gui) : New function. * src/main.c (gnumeric_main) : Add a 'quit' flag for use in testing. It causes the app to exit immediately after loading all the selected books. * src/file.c (workbook_import) : Bug 3977. * src/corba-sheet.c (command_context_corba) : New function temporarily located here. (Sheet_selection_copy) : Pass a CommandContext. (Sheet_selection_cut) : Ditto (Sheet_selection_paste) : Ditto (Sheet_clear_region) : Ditto (Sheet_clear_region_content) : Ditto (Sheet_insert_col) : Ditto (Sheet_delete_col) : Ditto (Sheet_insert_row) : Ditto (Sheet_delete_row) : Ditto (Sheet_shift_rows) : Ditto (Sheet_shift_cols) : Ditto * src/item-cursor.c (item_cursor_do_action) : Ditto. * src/item-grid.c (context_cut_cmd) : Ditto. (context_cut_cmd) : Ditto. (context_copy_cmd) : Ditto. (context_paste_cmd) : Ditto. (context_paste_special_cmd) : Ditto. (context_clear_cmd) : Ditto. * src/clipboard.[ch] (do_clipboard_paste_cell_region) : Take a CommandContext. (sheet_paste_selection) : Ditto. (clipboard_paste_region) : Ditto. * src/selection.c (segments_intersect) : Return additional state 5 to designate equality. (selection_apply) : Use the equality state to simplify state selection. (selection_is_simple) : Use a command context. (sheet_selection_copy) : Ditto. (sheet_selection_cut) : Ditto. (sheet_selection_paste) : Ditto. (sheet_selection_clear) : Ditto. (sheet_selection_clear_content) : Ditto. (sheet_selection_clear_comments) : Ditto. (sheet_selection_clear_formats) : Ditto. * src/workbook.c (copy_cmd) : Ditto. (cut_cmd) : Ditto. (paste_cmd) : Ditto. (paste_special_cmd) : Ditto. (insert_cols_cmd) : Ditto. (insert_rows_cmd) : Ditto. (clear_all_cmd) : Ditto. (clear_formats_cmd) : Ditto. (clear_comments_cmd) : Ditto. (clear_content_cmd) : Ditto. * src/dialogs/dialog-delete-cells.c (dialog_delete_cells_impl) : Ditto. (dialog_delete_cells) : Ditto. * src/dialogs/dialog-insert-cells.c (dialog_insert_cells_impl) : Ditto. (dialog_insert_cells) : Ditto.
-
Jody Goldberg authored
1999-12-19 Jody Goldberg <jgoldberg@home.com> * src/selection.c (sheet_selection_cut) : Fix Typo. * src/item-bar.c (item_bar_start_resize) : Don't bother setting the location of the line here. Instead we set the correctly zoomed bounds of the static-dimension. (item_bar_end_resize) : Clear the saved points. (item_bar_init) : Init the guide and points to NULL; (item_bar_event) : No need to call canvas to world. We zoom manually. (item_bar_get_line_points) : Delete.
-
Jody Goldberg authored
* Fix a few bugs. * Flag a few bugs. * Start on the exception handling mechanism. * Move many typedefs into gnumeric.h to start the process of decoupling the headers. 1999-12-17 Jody Goldberg <jgoldberg@home.com> * src/cell.c (cell_cleanout) : Publicize. * src/sheet.c (clear_cell_content) : Delete. (sheet_clear_region_content) : Use sheet_clear_region but leave the styles in place. 1999-12-15 Jody Goldberg <jgoldberg@home.com> * src/gnumeric.h : Move many of the typedefs here. * src/dialogs/dialog-cell-sort.c (dialog_cell_sort) : Tweak some const issues and minor logic problems at the boundaries. 1999-12-14 Jody Goldberg <jgoldberg@home.com> * src/workbook-view.c (command_context_gui) : New function. * src/main.c (gnumeric_main) : Add a 'quit' flag for use in testing. It causes the app to exit immediately after loading all the selected books. * src/file.c (workbook_import) : Bug 3977. * src/corba-sheet.c (command_context_corba) : New function temporarily located here. (Sheet_selection_copy) : Pass a CommandContext. (Sheet_selection_cut) : Ditto (Sheet_selection_paste) : Ditto (Sheet_clear_region) : Ditto (Sheet_clear_region_content) : Ditto (Sheet_insert_col) : Ditto (Sheet_delete_col) : Ditto (Sheet_insert_row) : Ditto (Sheet_delete_row) : Ditto (Sheet_shift_rows) : Ditto (Sheet_shift_cols) : Ditto * src/item-cursor.c (item_cursor_do_action) : Ditto. * src/item-grid.c (context_cut_cmd) : Ditto. (context_cut_cmd) : Ditto. (context_copy_cmd) : Ditto. (context_paste_cmd) : Ditto. (context_paste_special_cmd) : Ditto. (context_clear_cmd) : Ditto. * src/clipboard.[ch] (do_clipboard_paste_cell_region) : Take a CommandContext. (sheet_paste_selection) : Ditto. (clipboard_paste_region) : Ditto. * src/selection.c (segments_intersect) : Return additional state 5 to designate equality. (selection_apply) : Use the equality state to simplify state selection. (selection_is_simple) : Use a command context. (sheet_selection_copy) : Ditto. (sheet_selection_cut) : Ditto. (sheet_selection_paste) : Ditto. (sheet_selection_clear) : Ditto. (sheet_selection_clear_content) : Ditto. (sheet_selection_clear_comments) : Ditto. (sheet_selection_clear_formats) : Ditto. * src/workbook.c (copy_cmd) : Ditto. (cut_cmd) : Ditto. (paste_cmd) : Ditto. (paste_special_cmd) : Ditto. (insert_cols_cmd) : Ditto. (insert_rows_cmd) : Ditto. (clear_all_cmd) : Ditto. (clear_formats_cmd) : Ditto. (clear_comments_cmd) : Ditto. (clear_content_cmd) : Ditto. * src/dialogs/dialog-delete-cells.c (dialog_delete_cells_impl) : Ditto. (dialog_delete_cells) : Ditto. * src/dialogs/dialog-insert-cells.c (dialog_insert_cells_impl) : Ditto. (dialog_insert_cells) : Ditto.
-
Morten Welinder authored
1999-12-17 Morten Welinder <terra@diku.dk> * src/functions/fn-stat.c: White-space mania. 1999-12-16 Andrew Chatham <andrew.chatham@duke.edu> * src/regression.h: Better comments for parts of extra_stat * src/regression.c (linear_solve): Fixed adjusted R^2 bug (hopefully). * src/functions/fn-stat.c (gnumeric_linest, gnumeric_logest) Added beginning support for 3+ dimensional regressions in linest and logest. * src/analysis-tools.c (regression_tool) Documented Excel bugs with no-intercept regressions that I didn't/can't mimic.
-
Morten Welinder authored
1999-12-16 Morten Welinder <terra@diku.dk> * src/func.c (tokenized_help_destroy): Plug leak.
-
Morten Welinder authored
-
- 16 Dec, 1999 8 commits
-
-
Michael Meeks authored
silly CORBA bug fix.
-
Michael Meeks authored
-
Karl Eichwalder authored
-
Karl Eichwalder authored
-
Michael Meeks authored
-
Arturo Tena/libole2 authored
-
Michael Meeks authored
-
Michael Meeks authored
-
- 15 Dec, 1999 3 commits
-
-
Michael Meeks authored
-
Michael Meeks authored
Bonobo works again, Add style precondition.
-
Morten Welinder authored
1999-12-15 Morten Welinder <terra@diku.dk> * configure.in (WITH_PYTHON): Disable python until someone fixes it. (Remove config.cache and the installed python plugin, or else you will not see the effect of this.)
-