- 03 Jul, 2002 1 commit
-
-
Jukka Pekka authored
2002-07-03 Jukka Pekka <jiivonen@hutcs.cs.hut.fi> * parser.c (mps_parse_ranges): Wrote. Currently gives only a valid error msg. (mps_parse_bounds): Added support for lower bounds. (mps_parse_file): Added ranges section parsing.
-
- 02 Jul, 2002 2 commits
-
-
Jukka Pekka authored
2002-07-03 Jukka Pekka <jiivonen@hutcs.cs.hut.fi> * parser.c (mps_add_bound): Bug fix: Add type field setting. * mps.c (mps_prepare): Bug fix: Write the RHS of a bound into the correct column.
-
Stanislav Visnovsky authored
2002-07-02 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation.
-
- 01 Jul, 2002 1 commit
-
-
Morten Welinder authored
2002-07-01 Morten Welinder <terra@diku.dk> * src/mathfunc.c (fact): Use table and avoid recursion. (permut): New function. (combin): Improve precision.
-
- 28 Jun, 2002 1 commit
-
-
Christian Rose authored
2002-06-28 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
-
- 27 Jun, 2002 8 commits
-
-
JodyGoldberg authored
2002-06-27 Jody Goldberg <jody@gnome.org> * src/sheet-view.c : move frozen panes here. * src/sheet.c : from here. * src/sheet-control-gui.c (scg_resize) : freezing in in view now. (scg_scrollbar_config) : ditto. (gnm_canvas_update_inital_top_left) : ditto. (scg_set_left_col) : ditto. (scg_set_top_row) : ditto. (scg_make_cell_visible) : ditto. (scg_set_panes) : ditto. * src/workbook-control-gui.c (wbcg_menu_state_update) : ditto. (cb_view_freeze_panes) : ditto. * src/xml-io.c (xml_read_sheet_layout) : ditto. (xml_write_sheet_layout) : ditto.
-
JodyGoldberg authored
2002-06-27 Jody Goldberg <jody@gnome.org> * src/main-application.c : include gui-file.h
-
JodyGoldberg authored
2002-06-27 Jody Goldberg <jody@gnome.org> * src/mathfunc.c : silence some warnings.
-
JodyGoldberg authored
2002-06-27 Jody Goldberg <jody@gnome.org> * src/gui-util.c : add missing include.
-
Pablo Saratxaga authored
-
JodyGoldberg authored
2002-06-27 Jody Goldberg <jody@gnome.org> * api.c (qp_algorithm) : add a dummy to silence the warning.
-
Jon Kåre Hellan authored
-
JodyGoldberg authored
2002-06-26 Jody Goldberg <jody@gnome.org> * src/expr.c (do_gnm_expr_unref) : add missing break. 2002-06-26 Jody Goldberg <jody@gnome.org> * src/gui-util.c (gui_file_open) : move the magic directory selector for here. (gnumeric_dialog_file_selection) : to here, so that it works for other situations too.
-
- 26 Jun, 2002 1 commit
-
-
Jon Kåre Hellan authored
oleo & xbase.
-
- 25 Jun, 2002 3 commits
-
-
Jon K Hellan authored
2002-06-25 Jon K Hellan <hellan@acm.org> * src/bonobo-io.c (get_raw_bytes_from_stream) (get_bytes_from_compressed_stream, get_bytes_from_stream) (cleanup_stream, check_gzip_header, init_for_inflate) (hack_xmlSAXParseFile, deserialize_wb_from_xml_stream) (read_from_stream): Remove. (gnumeric_bonobo_read_from_stream): GsfInput-ize. Probe for file type.
-
Jon Kåre Hellan authored
-
http://bugzilla.gnome.org/show_bug.cgi?id=84396Andreas J. Guelzow authored
2002-06-25 Andreas J. Guelzow <aguelzow@taliesin.ca> http://bugzilla.gnome.org/show_bug.cgi?id=84396 * html.c (html_get_text_color) : be more careful (write_cell) : write the background colour if and only if the cell has a background pattern * latex.c (latex2e_write_multicolumn_cell) : be more casreful with font colours.
-
- 24 Jun, 2002 4 commits
-
-
Morten Welinder authored
2002-06-24 Morten Welinder <terra@diku.dk> * src/regression.c: Include Daniel Carrera's experimental non-linear regression code (still unreachable). Fix the most obvious porting mistakes and leaks.
-
Jody Goldberg authored
-
http://bugzilla.gnome.org/show_bug.cgi?id=86338JodyGoldberg authored
2002-06-24 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=86338 * src/formats.c (cell_format_time) : reorder to keep hour major formats before minute major. * src/number-match.c (MatchType) : add cummulative types. (compute_value) : support cummulative time.
-
JodyGoldberg authored
2002-06-24 Jody Goldberg <jody@gnome.org> * src/func-builtin.c : finish cleaning out the 'selection' function and silence the warnings.
-
- 23 Jun, 2002 3 commits
-
-
JodyGoldberg authored
2002-06-23 Jody Goldberg <jody@gnome.org> * src/sheet-view.c (sv_attach_control) : position the cursors for the newly attached control.
-
JodyGoldberg authored
2002-06-23 Jody Goldberg <jody@gnome.org> * src/func-builtin.c (func_builtin_init) : delete the 'selection' function. It is no longer possible with a sheetview. * src/workbook-control-gui.c (cb_select_auto_expr) : remove 'selection(0)' argument and just pass function name. The conversion to SheetView forces a different methodology. * src/workbook-view.c (workbook_view_new) : ditto. (wb_view_auto_expr_recalc) : Make the call manually.
-
JodyGoldberg authored
2002-06-21 Jody Goldberg <jody@gnome.org> * applix-read.c (applix_parse_cellref) : take a CellPos. (applix_read_cells) : tidy a smidge. (applix_read_impl) : start to support named ranges. 2002-06-22 Jody Goldberg <jody@gnome.org> * ms-formula-read.c (ms_excel_parse_formula) : enable mem_func support. (binary_ops) : use range_ctor for RANGE. 2002-06-22 Jody Goldberg <jody@gnome.org> * src/expr.h : support constructed ranges. * src/parser.y (parser_sheet_by_name) : ditto. * src/expr-name.c (name_refer_circular) : ditto. * src/expr.c (do_gnm_expr_unref) : support range_ctor and reorder to produce a better jump table. (gnm_expr_equal) : ditto. (do_expr_as_string) : ditto. (gnm_expr_rewrite) : ditto. (ets_hash) : ditto. (ets_equal) : ditto. (expr_tree_sharer_share) : ditto. (expr_eval_real) : ditto and use gnm_expr_extract_ref. (gnm_expr_extract_ref) : new.
-
- 22 Jun, 2002 2 commits
-
-
JodyGoldberg authored
2002-06-22 Jody Goldberg <jody@gnome.org> * ext/Gnumeric.xs : fix the includes and tweak so that things compile again.
-
Andreas J. Guelzow authored
-
- 21 Jun, 2002 8 commits
-
-
Andreas J. Guelzow authored
2002-06-21 Andreas J. Guelzow <aguelzow@taliesin.ca> * tool-dialogs.h (dialog_tool_init) : new * dialog-advanced-filter.c (dialog_histogram_tool_init) : deleted (dialog_histogram_tool) : use dialog_tool_init * dialog-random-generator.c (dialog_random_tool_init) : remove code duplicated in dialog_tool_init (dialog_random_tool) : use dialog_tool_init * dialog-analysis-tools.c : use improved dialog_tool_init in all dialog...tool (dialog_tool_cmp) : new (dialog_tool_init) : generalize and initial more fields
-
JodyGoldberg authored
2002-06-21 Jody Goldberg <jody@gnome.org> * src/workbook-view.c (workbook_view_new) : add views of all existing sheets.
-
Morten Welinder authored
2002-06-21 Morten Welinder <terra@diku.dk> * import-R: Import also dnbinom.c and dhyper.c 2002-06-21 Morten Welinder <terra@diku.dk> * functions.c (gnumeric_negbinomdist): Use R's distribution function for better precision. (gnumeric_hypgeomdist): Ditto.
-
JodyGoldberg authored
2002-06-21 Jody Goldberg <jody@gnome.org> * src/workbook-control-component.c (wbcc_sheet_focus) : move to new signature.
-
JodyGoldberg authored
2002-06-21 Jody Goldberg <jody@gnome.org> * src/application.c (gnumeric_application_finalize) : do not free the clipboard here. It is too late.
-
JodyGoldberg authored
2002-06-21 Jody Goldberg <jody@gnome.org> * src/parse-util.c (parse_cell_name) : take a cellpos * * src/func-builtin.c (gnumeric_selection) : dummy out for now until a different approach is available. * src/commands.c : convert to sheetview. s/parent/cmd/ to make things more readable (cmd_selection_clear) : rename from cmd_clear_selection so that we can start to group the operations that currently operate on selections. (cmd_selection_format) : rename from cmd_format. (cmd_selection_colrow_hide) : rename from cmd_colrow_hide_selection. (cmd_selection_outline_change) : rename from cmd_colrow_outline_change. (cmd_selection_group) : rename from cmd_group. (cmd_selection_autoformat) : rename from cmd_autoformat. (cmd_colrow_hide_correct_selection) : take a control. * src/colrow.c (cb_colrow_visibility) : selections are now part of sheetview. (colrow_get_visiblity_toggle) : ditto. * src/cmd-edit.c (cmd_select_cur_row) : convert to sheetview. (cmd_select_cur_col) : ditto. (cmd_select_cur_array) : ditto. (cmd_select_cur_depends) : ditto. (cmd_select_cur_inputs) : ditto. (cmd_paste_to_selection) : ditto. * src/bonobo-io.c (deserialize_wb_from_xml_stream) : pass the wbv into the context directly. (gnumeric_bonobo_write_workbook) : ditto. (gnumeric_bonobo_read_workbook) : ditto. * src/consolidate.c (redraw_respan_and_select) : set selection only for the calling view. (row_consolidate) : pass in the view. (col_consolidate) : ditto. (colrow_consolidate) : ditto. (consolidate_apply) : Take a control so that we can extract the view. * src/commands.c (cmd_consolidate_redo) : Pass the control. 2002-06-20 Jody Goldberg <jody@gnome.org> * src/sheet-view.c (sheet_view_init) : init the selection. * src/workbook-view.c (workbook_view_new) : init current_sheet_view. (wb_view_format_feedback) : operate on the sheetview. (wb_view_selection_desc) : ditto. (wb_view_edit_line_set) : ditto. 2002-06-20 Jody Goldberg <jody@gnome.org> * src/workbook-view.c (wb_view_sheet_add) : Use sheet_get_view. (wb_view_sheet_focus) : ditto. * src/xml-io.c (xml_write_selection_info) : ditto. (xml_read_selection_info): ditto. (xml_workbook_write) : now that the view is in the context don't bother passing it. (xml_write_wbv_attributes) : ditto. (xml_read_wbv_attributes) : ditto.
-
Andreas J. Guelzow authored
2002-06-21 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/application.h (gnumeric_application_get_app) : new * src/application.c (gnumeric_application_get_app) : new (application_clipboard_clear) : emit "clipboard_modified" rather than calling wb_control_menu_state_update on each control (application_clipboard_cut_copy) : ditto * src/libgnumeric.c (gnm_common_init) : remove debug spew, no need to keep an app pointer (gnm_shutdown) : use gnumeric_application_get_app rather than a static app pointer * src/workbook-control-priv.h : new clipboard_changed_signal field in WorkbookControl * src/workbook-control.c (cb_wbc_clipboard_modified) : new (wbc_finalize) : disconnect signal handler (workbook_control_init) : new
-
Morten Welinder authored
-
- 20 Jun, 2002 3 commits
-
-
Jon Kåre Hellan authored
* configure.in (have_pygtk): Add test for Pygtk. * acconfig.h: Add WITH_PYGTK * plugins/python/python-loader.c: Include pygobject.h if Pygtk is installed. (initialize_python_if_needed): Add init_pygobject if Pygtk is installed. (gnumeric_plugin_loader_python_func_file_probe): Replace file name argument with GsfInput. Try to wrap GsfInput in Python object if Pygtk is installed. Otherwise give up with warning. (gnumeric_plugin_loader_python_func_file_open): Ditto. * plugins/python/Makefile.am: Add PYGTK_CFLAGS to includes.
-
Morten Welinder authored
2002-06-20 Morten Welinder <terra@diku.dk> * applix-read.c (applix_read_impl): Initialize vars. (applix_read): the keys are strings, not ints. (applix_read_cells): Isolate the key -- sometimes there seems to be a formula there also.
-
Morten Welinder authored
2002-06-20 Morten Welinder <terra@diku.dk> * check-config-h.pl (guess_config_file): New function.
-
- 19 Jun, 2002 3 commits
-
-
JodyGoldberg authored
2002-06-19 Jody Goldberg <jody@gnome.org> * src/application.c (application_clipboard_cut_copy) : Use sv_weak_ref. (application_clipboard_clear) : Use sv_weak_unref. * src/workbook-view.c (wb_view_sheet_add) : create the view before potentially looking for it. * src/workbook-edit.c (wbcg_edit_finish) : Accept text with only a leading expr char as strings, we know they can not be expressions. * src/parse-util.c (gnumeric_char_start_expr_p) : be more lenient about accepting leading '+' as the start of an expression. * src/application.c (application_set_selected_sheet) : merge into. (application_clipboard_cut_copy) : here.
-
Andreas J. Guelzow authored
2002-06-19 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/application.h : gobjectify * src/application.c : gobjectify; replace app. with app-> throughout (application_init) : deleted (gnumeric_application_init) : new (gnumeric_application_class_init) : new (application_display_dpi_set) : deleted (application_use_auto_complete) : use gconf (application_live_scrolling) : ditto (application_auto_expr_recalc_lag) : ditto (gnumeric_application_setup_icons) : new (gnumeric_application_finalize) : finalize * src/libgnumeric.c (gnm_common_init) : use new application object (gnm_shutdown) : ditto * src/commands.c (cmd_cell_range_is_locked_effective) : use range type (cmd_dao_is_locked_effective) : new (cmd_sort_redo) : check for locks
-
Morten Welinder authored
2002-06-19 Morten Welinder <terra@diku.dk> * import-R (import_file): Remove some old hacks that are no longer needed.
-