- 15 Jan, 2000 10 commits
-
-
Morten Welinder authored
2000-01-15 Morten Welinder <terra@diku.dk> * src/cell.c (cell_set_formula): Set the "Pending recomputation" value earlier.
-
Almer S. Tigelaar authored
* stf-separated.c, stf-fixed.c : If a file's last line has _no_ line terminator but instead ends with a \0 both the fixed and separated parse functions would skip over this \0 and continue parsing past the buffer, this is fixed now. * dialog-stf.c : Pressing the Back button on the main page would result in a Page Cycle Error from the STF and another error from the Druid. Fixed. * stf.c : No more memory mapping is done, this caused portability problems and is now replaced with read and a dynamically allocated buffer. * stf.c : Added a check (stf_is_valid_input_data) which will check the data and see if it _really_ is a valid text file/valid input data. * stf-util.c, stf-util.h, stf-fixed.c, stf-separated.c : References to the overkill (stf_is_line_terminator) function have been replaced by *buffer != '\n'. * dialog-stf-csv-page.c : Attached a new signal to the Custom Checkbutton on the Separation Customization page so that the text widget next to it will do nice stuff like changing sensitivity and auto focus. * dialog-stf-csv-page.c : Added some gnome style headers they weren't all there yet * stf-preview.c: Made the column headers in the preview gray to make them more distinguishable from the cells that contain data.
-
Morten Welinder authored
-
JP Rosevear authored
2000-01-15 JP Rosevear <jpr@arcavia.com> * Shutup CVS
-
JP Rosevear authored
2000-01-15 JP Rosevear <jpr@arcavia.com> * Shutup CVS
-
Morten Welinder authored
2000-01-15 Morten Welinder <terra@diku.dk> * src/dialogs/dialog-goal-seek.c (gnumeric_goal_seek): Restore old value of failure. (dialog_goal_seek): Fix restoration on cancel.
-
Morten Welinder authored
2000-01-15 Morten Welinder <terra@diku.dk> * src/functions/fn-math.c (range_bogusproduct): New function. (gnumeric_product): Use it.
-
5 authored
2000-01-15 <miguel@gnu.org> * stf.c (init_plugin): Renamed to be more obvious
-
Morten Welinder authored
2000-01-14 Morten Welinder <terra@diku.dk> * configure.in (GTK+): Really do use base 1000.
-
Miguel de Icaza authored
2000-01-14 Miguel de Icaza <miguel@gnu.org> * src/mstyle.c: Removed extern from he too. * src/commands.c (cmd_set_text): Kill extern from here.
-
- 14 Jan, 2000 13 commits
-
-
Jon K Hellan authored
2000-01-14 Jon K Hellan <hellan@acm.org> * ms-excel-write.h: (ExcelWorkbook): Make sheet->cells an array of arrays. * ms-excel-write.c (excel_cell_get): Make inline. (excel_cell_get, new_sheet, new_sheet, free_sheet): Make sheet->cells an array of arrays.
-
Jon K Hellan authored
2000-01-14 Jon K Hellan <hellan@acm.org> * python.c (convert_py_exception_to_string): New function. (marshal_func): Convert exception info to string which is displayed in sheet. Did not remove traceback to stderr. (gnumeric_apply): New function. Invoke a gnumeric function from python. (__register_function): Rename to gnumeric_register_function. No need for funny "__" in a static function. (gnumeric_register_function): Fix typo. Category should be "Python", not "Perl". (gnumeric_funcs): Register gnumeric_apply. Use METH_VARARGS constant instead of 1. (init_plugin): Convert exception info to string which is displayed in dialog box. Did not remove traceback to stderr. * gnumeric_startup.py (gnumeric_mid): Register as "py_mid" instead of "mid" - no longer overrides built-in version. (py_abs): New function. Example of invoking a gnumeric function from Python. (run_user_init_file): New function. Run user init file ~/.gnumeric/rc.py if present.
-
Jon K Hellan authored
2000-01-14 Jon K Hellan <hellan@acm.org> * plugin.c (func_scm_apply): Fix typo * gnumeric_startup.scm (home-gnumericrc): Fix typo
-
Jon K Hellan authored
2000-01-14 Jon K Hellan <hellan@acm.org> * src/functions/fn-financial.c (help_disc): Fix typo * src/plugin.c (plugin_load): Include context when calling init_plugin. "data" was freed to early
-
Morten Welinder authored
-
Morten Welinder authored
2000-01-14 Morten Welinder <terra@diku.dk> * configure.in (GTK+, libglade, gnome-print): Fix version checks. Use base 1000. Someone else needs to fix Bonobo check.
-
Jody Goldberg authored
- Bug fix for SUMIF - Support (but no UI) for hiding grid lines - Suppress some warnings in the autocorrect tool. 2000-01-14 Jody Goldberg <jgoldberg@home.com> * src/dialogs/dialog-autocorrect.c (autocorrect_tool) : Suppress warnings. * src/commands.h : Do not declare autocorrect_tool here. * src/item-grid.c (item_grid_draw) : Add support for hiding the grid_lines. * src/sheet.c (sheet_new) : Init show_grid. * src/functions/fn-math.c (gnumeric_sumif) : Do not ignore empty cells if there is a result range that we need to stay in sync with. Fix handling of inter-sheet references.
-
Jukka-Pekka Iivonen authored
2000-01-14 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/dialog-autocorrect.c, src/autocorrect.glade, src/autocorrect-exceptions.glade: New tool added. Most things should work but not all have been completed. * workbook.c: Created `Data' menu and moved `Sort' into it. Added `AutoCorrect' tool.
-
Daniel Veillard authored
Fixed two erroneous g_free by xmlFree, Daniel
-
Kjartan Maraas authored
2000-01-14 Kjartan Maraas <kmaraas@online.no> * no.po: Updated Norwegian translation.
-
Morten Welinder authored
2000-01-13 Morten Welinder <terra@diku.dk> * configure.in (GTK): Fix version check. Need to fix all other version checks also.
-
Nick Lamb /GIMP authored
No changes to live documentation yet.
-
Morten Welinder authored
2000-01-13 Morten Welinder <terra@diku.dk> * src/parser.y (gnumeric_expr_parser): Avoid zillions of g_mallocs and frees of the deallocation stuff.
-
- 13 Jan, 2000 14 commits
-
-
Jody Goldberg authored
2000-01-13 Jody Goldberg <jgoldberg@home.com> * src/sheet-view.c (horizontal_scroll_event, vertical_scroll_event) : Mice with middle scroll wheels frequently send just button release events, dont assume there was a button_press.
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jukka-Pekka Iivonen authored
2000-01-13 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/workbook.c, src/dialogs/dialog-autosave.c: Killed warnings.
-
Jody Goldberg authored
2000-01-13 Jody Goldberg <jgoldberg@home.com> * *.[ch] : eval_expr now takes an EvalPosition rather than a FunctionEvalInfo. * src/workbook.c (workbook_set_title) : Moved to workbook_view_set_title. (workbook_new) : Use workbook_view_set_size.
-
Sergey I. Panov authored
fn-sheet.c fn-stat.c fn-string.c): Applied patches from Valek Filippov <frob@df.ru> --- correcting format of the function descr. messages.
-
Jukka-Pekka Iivonen authored
2000-01-13 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/dialogs/dialog-autosave.c: Implemented ``Auto Save'' tool. * src/dialogs/autosave.glade: New file. * src/dialogs/autosave-prompt.glade: New file. * src/workbook.c: Added Autosave tool. * src/workbook.h: Added autosave paramters to the Workbook struct. * src/dialog-solver: Fixed a constraint delete bug.
-
Daniel Veillard authored
-
Jody Goldberg authored
and clear the region after the operation.
-
Jody Goldberg authored
- Fix cut & paste to consistantly mark & clear X selection. - Add depend on gtk >= 1.2.2 in configure.in 2000-01-13 Jody Goldberg <jgoldberg@home.com> * src/application.c (application_clipboard_copy, application_clipboard_cut) : Use application_set_selected_sheet. (application_set_selected_sheet) : New routine that manages exporting selection to X too. * src/clipboard.c (x_selection_clear) : Something else now has the selection. Clear ours. (clipboard_export_cell_region) : Delete. (find_local_workbook_with_selection) : Delete. (workbook_selection_locator) : Delete. * ./src/item-grid.c (item_grid_popup_menu) : Always enable paste, only enable paste special when we have a local cut. This matches the behavior of the menus and toolbar. * configure.in : Add a depend on libgtk+ >= 1.2.2 because 1.2.1 did not have gtk_object_get.
-
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.
-
Jody Goldberg authored
- Fix cut & paste to consistantly mark & clear X selection. - Add depend on gtk >= 1.2.2 in configure.in 2000-01-13 Jody Goldberg <jgoldberg@home.com> * src/application.c (application_clipboard_copy, application_clipboard_cut) : Use application_set_selected_sheet. (application_set_selected_sheet) : New routine that manages exporting selection to X too. * src/clipboard.c (x_selection_clear) : Something else now has the selection. Clear ours. (clipboard_export_cell_region) : Delete. (find_local_workbook_with_selection) : Delete. (workbook_selection_locator) : Delete. * ./src/item-grid.c (item_grid_popup_menu) : Always enable paste, only enable paste special when we have a local cut. This matches the behavior of the menus and toolbar. * configure.in : Add a depend on libgtk+ >= 1.2.2 because 1.2.1 did not have gtk_object_get.
-
Ariel Rios authored
2000-01-12 Ariel Rios <ariel@arcavia.com> * plugin.c (scm_to_value): We are now able to handle scheme booleans. (expr_to_scm): The warnings related to OPER_NAME and OPER_ARRAY were eliminated.
-
Jody Goldberg authored
-
- 12 Jan, 2000 1 commit
-
-
Jukka-Pekka Iivonen authored
2000-01-12 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/workbook.c (workbook_menu_tools): UIINFO separators added to Tools menu. * src/dialogs/dialog-solver.c (constr_add_click): Made the solver dialog to disapear when adding constraints. * src/dialogs/dialog-solver.c (constr_delete_click): Implemented the delete button of constraints.
-
- 11 Jan, 2000 2 commits
-
-
Jody Goldberg authored
cutting and pasting a reference originally in one book into another. 2000-01-11 Jody Goldberg <jgoldberg@home.com> * src/workbook.c (workbook_detach_sheet) : Even books with only 1 sheet can have inter-sheet references. think inter-book... (workbook_can_detach_sheet) : Delete we can always detach a sheet. * src/expr.c (cellref_relocate) : We only need to range check references that are changing. * src/workbook.c (workbook_expr_relocate) : Copying to the same logical cell in another sheet is still a copy. * ./src/eval.c (cell_queue_recalc_list) : Handle cross workbook depends correctly. * src/eval.c (sheet_get_intersheet_deps) : Delete it is now unnecessary. (dependency_data_destroy) : invalidate dangling intersheet dependancies.
-
Jody Goldberg authored
-