- 23 Dec, 1999 1 commit
-
-
JP Rosevear authored
1999-12-23 JP Rosevear <jpr@arcavia.com> * src/plugin-manager.c (plugin_manager_new): Use a gnome_dialog and stock icons (row_cb): Use gnome_dialog_set_sensitive instead of gtk_widget_set_sensitive * src/dialogs/dialog-analysis-tools.c (dialog_data_analysis): Use stock ok item for ok button
-
- 22 Dec, 1999 3 commits
-
-
Michael Meeks authored
-
JP Rosevear authored
1999-12-22 JP Rosevear <jpr@arcavia.com> * src/ranges.c (range_intersection): change interface to take a range pointer for the result and return a boolean dictating whether or not the ranges actually intersect * src/ranges.h : update for new range_intersection interface
-
JP Rosevear authored
99-12-22 JP Rosevear <jpr@arcavia.com> * src/ranges.c (range_intersection): Clean to meet coding specs.
-
- 21 Dec, 1999 6 commits
-
-
JP Rosevear authored
1999-12-21 JP Rosevear <jpr@arcavia.com> * src/ranges.c (range_intersection) : Tidy and handle the case where the ranges don't intersect. * src/dialogs/dialog-cell-sort.c (dialog_cell_sort) : Use sheet_get_extent only if there are infinite ranges, so the user sees their manually selected range if possible.
-
JP Rosevear authored
-
Michael Meeks authored
-
Jody Goldberg authored
Now all we need is implicit iteration for array formulas. I've added a comment on a possible heuristic to use to evaluate the which for of iteration to use. 1999-12-21 Jody Goldberg <jgoldberg@home.com> * src/expr.c (expr_implicit_intersection) : New routine split from function_call_with_list. (compare) : Handle intersection. (eval_expr_real) : Ditto. Add verbose comment on a possible heuristic for the final piece of this ugly evaluation mechanism, array interation. (cell_ref_get_abs_col_row) : Adjust to take a CellPos. * src/func.c (function_iterate_do_value) : Split the implicit intersection out into a new function. Use intersection for strings as well as float & bool args. Correct memory leak when intersetion was used. (function_call_with_list) : Ditto. * *.c : Adjust to change in EvalPosition to use CellPos. * gnumeric.spec.in : Update the libglade dependancy. * src/workbook.c (wb_edit_key_pressed) : Do not select the current cell address and do not move the cursor to the start of the cell address when F4 is hit.
-
Jody Goldberg authored
1999-12-20 Jody Goldberg <jgoldberg@home.com> * src/parser.y : Clean up for byacc.
-
Michael Meeks authored
terrible idea.
-
- 20 Dec, 1999 2 commits
-
-
Jody Goldberg authored
failed. 1999-12-20 Jody Goldberg <jgoldberg@home.com> * src/workbook.c (file_open_cmd) : Handle failed opens. (file_import_cmd) : Handle failed imports. * src/item-bar.c (item_bar_start_resize) : Add resize marker on the other side of the row/col being resized. (item_bar_init) : Init the marker to NULL. (item_bar_end_resize) : Clear the marker.
-
Kjartan Maraas authored
-
- 19 Dec, 1999 7 commits
-
-
Jody Goldberg authored
-
Michael Meeks authored
-
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.
-
Michael Meeks authored
-
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 1 commit
-
-
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.
-