- 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 1 commit
-
-
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.
-
- 16 Jun, 2002 1 commit
-
-
Jukka Pekka authored
2002-06-16 Jukka Pekka <jiivonen@hutcs.cs.hut.fi> * parser.c (mps_add_row): Bug Fix: Row name of the objective function need not be given as the last one any more. (mps_parse_rows): Related changes. (mps_get_line): Fix seg. fault in the case of an empty row.
-
- 15 Jun, 2002 2 commits
-
-
JodyGoldberg authored
2002-06-15 Jody Goldberg <jody@gnome.org> * mps.c (mps_input_context_destroy) : do not free the line, we do not own that memory.
-
JodyGoldberg authored
2002-06-14 Jody Goldberg <jody@gnome.org> * parser.c (mps_parse_name) : just use strdup. (mps_add_row) : ditto. (mps_get_line): ditto. * mps.c (mps_input_context_new) : convert to libgsf.
-
- 29 May, 2002 1 commit
-
-
JodyGoldberg authored
2002-05-29 Jody Goldberg <jody@gnome.org> * Release 1.1.4
-
- 29 Apr, 2002 1 commit
-
-
Jody Goldberg authored
-
- 15 Apr, 2002 1 commit
-
-
Morten Welinder authored
2002-04-15 Morten Welinder <terra@diku.dk> * src/sheet.c (sheet_cell_add_to_hash): Plug leak.
-
- 12 Apr, 2002 1 commit
-
-
Jody Goldberg authored
-
- 26 Mar, 2002 2 commits
-
-
Jody Goldberg authored
-
Jukka-Pekka Iivonen authored
2002-03-26 Jukka-Pekka Iivonen <jiivonen@hutcs.cs.hut.fi> * mps.c: Moved the parser part into parser.c. * mps.h, parser.c, Makefile.am: New files.
-
- 24 Mar, 2002 1 commit
-
-
Jukka-Pekka Iivonen authored
2002-03-24 Jukka-Pekka Iivonen <jiivonen@hutcs.cs.hut.fi> * mps.c: Major clean up. Does not crach any more if a model having more than 250 columns is loaded.
-
- 11 Mar, 2002 1 commit
-
-
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.
-
- 10 Mar, 2002 1 commit
-
-
Jody Goldberg authored
-
- 07 Mar, 2002 1 commit
-
-
JodyGoldberg authored
2002-03-07 Jody Goldberg <jody@gnome.org> * ms-excel-read.c : revamp extensheet handling and name import. Still does not work for XL95, but things should be ok for >= 97. Getting closer to supporting external references. 2002-03-02 Jody Goldberg <jody@gnome.org> * ms-excel-write.c (write_externsheets) : Use unquoted. This code needs some love. 2002-03-02 Jody Goldberg <jody@gnome.org> * ms-excel-read.c (ms_excel_read_formula) : avoid leaking when faced with bad input. (ms_excel_read_formula) : ditto. 2002-03-06 Jody Goldberg <jody@gnome.org> * dialog-advanced-filter.c (advanced_filter) : Use eval_pos_init_sheet. * dialog-solver.c (cb_dialog_solve_clicked) : fix leak. 2002-03-07 Jody Goldberg <jody@gnome.org> * src/position.c (eval_pos_init*) : handle the optional dependent. * src/eval.c (link_expr_dep) : support the adjustment to EvalPos. (unlink_expr_dep) : support the adjustment to EvalPos. * *.c : directly include gnome-i18n.h, value.h and expr.h where necessary now that they are no longer included. * src/func.h : here. * src/position.h (EvalPos) : Pass in an optional Dependent. * src/expr.h (FunctionEvalInfo) : remove the func_def. Send in the ExprFunc wrapper instead. That contains the func-def if desired. * src/func.c (function_set_link_handlers) : differentiate signatures for link & unlink.
-
- 06 Mar, 2002 1 commit
-
-
Jukka-Pekka Iivonen authored
2002-03-06 Jukka-Pekka Iivonen <jiivonen@hutcs.cs.hut.fi> * src/tools: New directory created for tools. * src/tools/solver: Moved src/solver-lp.c into here and split it into two files: src/tools/solver/solver.c and src/tools/solver/reports.c. A _major_ rewrite. * src/tools/solver/lp_solve: Integrated key parts of an LGPLed linear programming toolkit called LP Solve 3.2. (The whole package can be found from ftp://ftp.ics.ele.tue.nl/pub/lp_solve). Major clean up for making it to look like GNOME code. LP Solve is written by Michel Berkelaar and others. Thanks for the great work! * configure.in: Added src/tools/Makefile, src/tools/solver/Makefile, and src/tools/solver/lp_solve/Makefile. * src/Makefile.am: Added tools subdirectory. * src/mathfunc.[ch]: Removed all solver related functions. * src/solver.h, src/sheet.c: solver_lp_new renamed as solver_param_new. solver_lp_destroy renamed as solver_param_destroy. * src/xml-io.c: Solver related changes. * samples/solver/production-plan.gnumeric: A Solver sample file.
-
- 26 Feb, 2002 2 commits
-
-
Morten Welinder authored
2002-02-26 Morten Welinder <terra@diku.dk> * plugins/*/*.xml.in: just use the .la file for module_file. * plugins/*/Makefile.am: don't hack the .xml file any more.
-
JodyGoldberg authored
2002-02-25 Jody Goldberg <jody@gnome.org> * mps.c : include solver.h (mps_create_sheet) : handle change of solver_parms from containment -> pointer.
-
- 20 Feb, 2002 1 commit
-
-
Morten Welinder authored
2001-02-20 Morten Welinder <terra@diku.dk> * mps.c (mps_parse_name): Fix isspace usage. (mps_create_sheet): Constify.
-
- 18 Feb, 2002 1 commit
-
-
JodyGoldberg authored
2002-02-18 Jody Goldberg <jody@gnome.org> * Release 1.1.0
-
- 15 Feb, 2002 1 commit
-
-
JodyGoldberg authored
Requires a GAL update, and a gtk+ update 2002-02-15 Jody Goldberg <jody@gnome.org> * src/item-cursor.c (item_cursor_tip_setlabel) : enable now that the canvas bug is fixed. * src/sheet-control-gui.c (cb_hscrollbar_adjust_bounds) : new. (cb_vscrollbar_adjust_bounds) : new. * src/gui-util.c (gtk_button_stock_alignment_set) : new. (gnumeric_init_help_button) : new. * src/gnumeric-canvas.h : Move declaration of GnumericCanvasSlideHandler here. * src/gnumeric-canvas.c (gnm_canvas_guru_key) : forward to the entry, not the GnumericExprEntry wrapper. (gnm_canvas_key_mode_sheet) : ditto. * src/formats.c (cell_format_classify) : handle general. * src/file-priv.h : Inherit from GObject. * src/complete-sheet.c (complete_sheet_finalize) : call class_peek here to avoid potential reference problems. * src/commands.c (cmd_set_text) : doh! fix multi-line text. (cmd_autoformat) : const. * src/cell.c (cell_relocate) : const. * src/clipboard.c (paste_cell_with_operation) : const. (paste_cell) : ditto. * src/application.c (application_init) : add jimmac's expr-entry icon. * src/Makefile.am : distribute the marshaller.list s/GtkType/GType/ s/GtkSignalFunc/GCallback/ s/gtk_signal_connect/g_signal_connect/ + reformating. s/GTK_CHECK_CAST/G_TYPE_CHECK_INSTANCE_CAST/ s/GTK_CHECK_TYPE/G_TYPE_CHECK_CLASS_CAST/ s/GTK_CHECK_CLASS_CAST/G_TYPE_CHECK_INSTANCE_TYPE/ s/GTK_CHECK_CLASS_TYPE/G_TYPE_CHECK_CLASS_TYPE/ 2002-02-11 Jody Goldberg <jody@gnome.org> * src/stf.c (stf_init) : Make the names of the text import/export clearer.
-
- 04 Feb, 2002 1 commit
-
-
JodyGoldberg authored
2002-02-03 Jody Goldberg <jody@gnome.org> * src/workbook-control-gui.c (cb_insert_current_date) : don't actually store the value, just start editing with it. (cb_insert_current_time) : ditto. 2002-02-03 Jody Goldberg <jody@gnome.org> * src/value.c (value_new_*) : init Value*::fmt (value_duplicate) : ref the fmt too. (value_set_fmt) : new. * src/cell.c (cell_cleanout) : no more format. (cell_copy) : ditto. (cell_set_text) : ditto. (cell_set_expr_internal) : ditto. (cell_set_expr_unsafe) : ditto. (cell_get_format) : ditto. Change all callers. * src/sheet.c (sheet_cell_set_value) : remove format assingment. * src/cell.c (cell_set_expr_and_value) : remove format assignment. (cell_assign_value) : ditto. (cell_set_value) : ditto. (cell_set_expr) : ditto. * src/parser.y (expr_parse_str) : remove arg to return the suggested format. That will be handled at run time. * src/number-match.c (format_match) : remove arg to return the parse formula. Store it in the value instead.
-
- 23 Jan, 2002 1 commit
-
-
Jody Goldberg authored
-
- 22 Jan, 2002 1 commit
-
-
Jody Goldberg authored
-
- 15 Jan, 2002 1 commit
-
-
Jody Goldberg authored
-
- 06 Jan, 2002 1 commit
-
-
Jody Goldberg authored
-
- 31 Dec, 2001 2 commits
-
-
JodyGoldberg authored
2001-12-31 Jody Goldberg <jody@gnome.org> * mps.c (mps_input_context_new) : supress warnings. (mps_get_line) : ditto. (mps_parse_name) : ditto.
-
Jody Goldberg authored
-
- 29 Dec, 2001 1 commit
-
-
JodyGoldberg authored
2001-12-29 Jody Goldberg <jody@gnome.org> * mps.c (mps_input_context_new) : formating. init row_hash, col_hash, col_name_tbl, matrix. (mps_input_context_destroy) : be more careful about errors. (mps_file_open) : handle errors more smoothly. (mps_create_sheet) : don't complain if there is a problem.
-
- 26 Dec, 2001 1 commit
-
-
Jody Goldberg authored
-
- 21 Dec, 2001 1 commit
-
-
Jody Goldberg authored
-
- 16 Dec, 2001 1 commit
-
-
Jody Goldberg authored
-
- 14 Dec, 2001 1 commit
-
-
Jody Goldberg authored
produce plugins.xml from nonexistent .la files.
-
- 04 Dec, 2001 2 commits
-
-
Morten Welinder authored
-
Morten Welinder authored
-
- 19 Nov, 2001 1 commit
-
-
Jody Goldberg authored
-
- 05 Nov, 2001 1 commit
-
-
Jody Goldberg authored
2001-11-05 Jody Goldberg <jgoldberg@home,com> * Release 0.75
-
- 30 Oct, 2001 1 commit
-
-
Jody Goldberg authored
-
- 29 Oct, 2001 1 commit
-
-
Jody Goldberg authored
-
- 26 Oct, 2001 1 commit
-
-
Jukka-Pekka Iivonen authored
2001-10-26 Jukka-Pekka Iivonen <jiivonen@hutcs.cs.hut.fi> * mps.c: Added the i18n stuff that got lost in previous commit.
-