- 11 Mar, 2002 4 commits
-
-
Jukka-Pekka Iivonen authored
2002-03-11 Jukka-Pekka Iivonen <jiivonen@hutcs.cs.hut.fi> * mps.c (mps_create_sheet): Removed a title to make the program report to look better.
-
Jukka-Pekka Iivonen authored
2002-03-11 Jukka-Pekka Iivonen <jiivonen@hutcs.cs.hut.fi> * lpkit.c (set_rh_vec): Removed. (str_set_rh_vec): Removed. (lp_solve_add_constraint): Removed.
-
Jody Goldberg authored
-
JodyGoldberg authored
2002-03-11 Jody Goldberg <jody@gnome.org> * src/gui-util.c (color_combo_get_style_color) : changes to color combo. * src/sheet-object-graphic.c (cb_fill_color_changed) : ditto. * src/workbook-format-toolbar.c (cb_fore_color_changed) : ditto. (cb_back_color_changed) : ditto. (workbook_create_format_toolbar) : ditto. 2002-03-10 Jody Goldberg <jody@gnome.org> * configure.in : bump gal req to pull in the colour combo changes.
-
- 10 Mar, 2002 15 commits
-
-
Christian Rose authored
2002-03-11 Christian Rose <menthos@menthos.com> * POTFILES.in: Added missing files and removed the .h suffixes from glade and xml files. * sv.po: Updated Swedish translation.
-
Jon K Hellan authored
2002-03-11 Jon K Hellan <hellan@acm.org> * python.c (cell_ref_to_python, range_to_python, boolean_to_python, boolean_check, boolean_from_python, range_check, cell_ref_from_python, range_from_python, apply, register_function, initgnumeric, plugin_init_general): Python API doesn't expect arguments to be declared const. So cast constants to non-const to silence warning. 2002-03-11 Jon K Hellan <hellan@acm.org> * py-gnumeric.c (create_python_interpreter, py_CellPos_get_tuple_method, py_CellPos_object_getattr, py_Range_get_tuple_method, py_mstyle_set_font_bold_method, py_mstyle_get_font_bold_method, py_mstyle_set_font_italic_method, py_mstyle_get_font_italic_method, py_mstyle_set_font_strike_method, py_mstyle_get_font_strike_method, py_mstyle_set_font_size_method, py_mstyle_get_font_size_method, py_mstyle_set_wrap_text_method, py_mstyle_get_wrap_text_method, py_Cell_set_text_method, py_Cell_get_mstyle_method, py_Cell_get_value_method, py_Cell_get_value_as_string_method, py_Cell_get_rendered_text_method, py_Cell_get_entered_text_method, py_sheet_cell_fetch_method, py_sheet_style_get_method, py_sheet_style_apply_range_method, py_sheet_style_set_range_method, py_sheet_style_set_pos_method, py_sheet_get_extent_method, py_sheet_rename_method, py_sheet_get_name_unquoted_method, py_sheet_subscript, py_Workbook_get_sheets_method, py_GnumericFuncDict_subscript, py_PluginInfo_get_dir_name_method, py_PluginInfo_get_id_method, py_PluginInfo_get_name_method, py_PluginInfo_get_description_method, py_gnumeric_Boolean_method, py_gnumeric_CellPos_method, py_gnumeric_Range_method, py_gnumeric_MStyle_method, py_initgnumeric): * python-loader.c (gnumeric_plugin_loader_python_load, gnumeric_plugin_loader_python_func_file_probe, gnumeric_plugin_loader_python_func_file_open, gnumeric_plugin_loader_python_func_file_save, (gnumeric_plugin_loader_python_func_get_full_function_info): Python API doesn't expect arguments to be declared const. So cast constants to non-const to silence warning. (python_function_get_gnumeric_help) Return const gchar **. (gnumeric_plugin_loader_python_func_get_full_function_info): Change signature to match PluginServiceFunctionGroup::plugin_func_get_full_function_info prototype
-
JodyGoldberg authored
2002-03-10 Jody Goldberg <jody@gnome.org> * configure.in : post release bump
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Andreas J. Guelzow authored
-
Andreas J. Guelzow authored
2002-03-10 Andreas J. Guelzow <aguelzow@taliesin.ca> * analysis-tools.c (dao_range_name) : new utility (dao_command_descriptor) : new utility (dao_adjust) : new utility (prepare_output) : set all variables to sensible values to avoid unneccessary type checks elsewhere (format_output) : utility clearing output range as appropriate. (anova_single_factor_tool) : change into an engine callable by cmd_analysis_tool, renamed to analysis_tool_anova_single_engine_run (analysis_tool_anova_single_engine_clean) : new (analysis_tool_anova_single_engine) : selector function * analysis-tools.h : some rearrangments, new analysis_tool_engine_t type, added fields to data_analysis_output_type_t 2002-03-10 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/commands.c (command_undo_sheet_delete) new utility function (for CMD_ANALYSIS_TOOL_TYPE and CMD_SHEET_REORGANIZE_TYPE) (CMD_ANALYSIS_TOOL) : undo/redo command for data analysis tools. * src/commands.h (cmd_analysis_tool) : new 2002-03-10 Andreas J. Guelzow <aguelzow@taliesin.ca> * anova-one.glade : add more output options * dialog-analysis-tools.c : support new options in one-factor anova and use cmd_analysis_tool * tools.h : replace anova_single_factor_tool with analysis_tool_anova_single_engine
-
JodyGoldberg authored
2002-03-10 Jody Goldberg <jody@gnome.org> * configure.in : bump gal version req.
-
Jukka-Pekka Iivonen authored
2002-03-10 Jukka-Pekka Iivonen <jiivonen@hutcs.cs.hut.fi> * reports.c (solver_sensitivity_report): Some improvements. * solver.c (check_program_definition_failures): Fixed allocation bug.
-
Jukka-Pekka Iivonen authored
2002-03-10 Jukka-Pekka Iivonen <jiivonen@hutcs.cs.hut.fi> * solver.c (is_still_feasible): Wrote. (calculate_limits): Wrote. (solver): Finished the limits reporting. * reports.c: Related changes.
-
Andreas J. Guelzow authored
-
Jukka-Pekka Iivonen authored
2002-03-10 Jukka-Pekka Iivonen <jiivonen@hutcs.cs.hut.fi> * reports.c (solver_program_report): Implemented the program report generation. Gives the LP program in math form. * solver.c: Related changes.
-
jpekka authored
-
Jukka-Pekka Iivonen authored
2002-03-10 Jukka-Pekka Iivonen <jiivonen@hutcs.cs.hut.fi> * dialog-solver.c (cb_dialog_solve_clicked): Made the status of reporting checkbuttons persistent. (dialog_init): Related changes.
-
Andreas J. Guelzow authored
2002-03-09 Andreas J. Guelzow <aguelzow@taliesin.ca> * Makefile.am : add gnumeric-cell-renderer.[ch] * gnumeric-cell-renderer.[ch] : new 2002-03-09 Andreas J. Guelzow <aguelzow@taliesin.ca> * cell-sort.glade : shrink dialog * dialog-cell-sort.c : use new GnumericCellRenderer for desc/asc column and delete sort column. 2002-03-09 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/gnm-marshalers.list : add NONE:STRING
-
- 09 Mar, 2002 21 commits
-
-
Jon K Hellan authored
2002-03-10 Jon K Hellan <hellan@acm.org> * src/func.c (copy_hash_table_to_ptr_array): Check if function is FUNCTION_NAMEONLY here. (function_dump_defs): So that we can use the earlier version of this.
-
Jon K Hellan authored
2002-03-09 Jon K Hellan <hellan@acm.org> Dump function definitions from plugins, this time the easy way which even works. * src/func.c (copy_hash_table_to_ptr_array): Copy also when fd->help is NULL. (function_dump_defs): Load function definition before dumping name only function. * src/main.c (main): Drop force load argument to plugins_init. * src/plugin.[ch] (activate_plugin, plugin_db_activate_plugin_list, plugin_db_activate_saved_active_plugins, plugins_init): Revert to pre 2002-03-08 version. We apologize for the inconvenience. However, error reporting by means of gnumeric_error_error_info remains. * src/plugin-service.[ch] (plugin_service_function_group_initialize): Revert to pre 2002-03-08 version. (plugin_service_activate): Ditto. Except that we don't reinstate #ifdef PLUGIN_ALWAYS_LOAD. That branch is hopelessly bitrotted. * src/plugin.h: Drop #undef PLUGIN_ALWAYS_LOAD. 2002-03-09 Jon K Hellan <hellan@acm.org> * src/dialogs/dialog-plugin-manager.c (cb_pm_button_activate_plugin_clicked, cb_pm_button_activate_all_clicked): Revert to pre 2002-03-08 version. We apologize for the inconvenience.
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
-