- 01 May, 2000 14 commits
-
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
2000-05-01 Jody Goldberg <jgoldberg@home.com> * ExprName -> NamedExpression ArrayRef -> ExprArray change ExprTree to be a union of similar types and split the elements into discrete types. ExprConstant ExprFunction ExprUnary ExprBinary ExprName ExprVar ExprArray expr->oper -> expr->any.oper 2000-04-29 Jody Goldberg <jgoldberg@home.com> * src/value.c (value_new_empty) : Don't allocate any memory. (value_release) : Don't free any either. * src/sheet-style.c (border_check) : Init outer_style to remove a warning.
-
Michael Meeks authored
-
Jon K Hellan authored
2000-05-01 Jon K Hellan <hellan@acm.org> * src/dialogs/dialog-analysis-tools.c (selection_made): Popup tool and dismiss chooser on double click. * src/dialogs/col-width.glade: Add title * src/dialogs/import.glade: Ditto * src/dialogs/row-height.glade: Ditto * src/dialogs/sheet-rename.glade: Ditto * src/dialogs/summary.glade: Ditto * src/dialogs/analysis-tools.glade (All dialogs): Add padding between input and output frames. (TTest1 dialog, TTest2 dialog, TTest3 dialog, Anova2 dialog, MovingAverage dialog): Remove spaces from label string. (Anova1 dialog, Correlation dialog, Covariance dialog, RankAndPercentile dialog): Use table in input frame. Get rid of frame around "Grouped by". Use alignment and fill instead of spaces to place label strings. Minor output options tweaks. (MovingAverage dialog): Place all user widgets inside the same vbox to make padding uniform.
-
Michael Meeks authored
-
Michael Meeks authored
2000-05-01 Michael Meeks <michael@helixcode.com> * configure.in: Handle oafinfo.in * src/sheet-object.c (sheet_set_mode_type_full): oafize. * src/sheet-object-container.c (sheet_object_container_new_from_goadid): ditto. * src/sheet.c (sheet_insert_object): always launch via. bonobo_object_activate regardless of monikers. * idl/Gnumeric.idl: add a comment telling people to look elsewhere if they want to write bonobo components. * src/workbook.c (insert_object_cmd): update for oaf. * src/main.c (gnumeric_main): Check for NULL ctx, on corba failure. * src/corba-args.c (gnumeric_arg_parse): NULL ctx. * src/corba-workbook-factory.c (_WorkbookFactory_init): update to use od_server_register. (WorkbookFactory_create_object): use Bonobo_stringlist not GNOME_stringlist, when was this last compiled ... * src/corba-args.c (gnumeric_arg_parse): update for OAF. * acconfig.h: USING_OAF * configure.in: ditto. 2000-05-01 Michael Meeks <michael@helixcode.com> * HACKING: make it more explicit.
-
Kenneth Christiansen authored
-
Kenneth Christiansen authored
-
Morten Welinder authored
-
Morten Welinder authored
2000-05-01 Morten Welinder <terra@diku.dk> * src/gutils.c (gnumeric_usr_plugin_dir, gnumeric_sys_plugin_dir, gnumeric_sys_glade_dir): fix prototype. (C isn't C++.) * src/complete.c (complete_destroy): Static. * src/regression.c: Inlcude <string.h> for memset.
-
Almer. S. Tigelaar authored
2000-05-01 Almer. S. Tigelaar. <almer1@dds.nl> * configure.in: Export GNUMERIC_VERSION * acconfig.h: Undefine GNUMERIC_VERSION * */Makefile.am: Removed -DGNUMERIC_VERSION, now located in config.h * src/functions/Makefile.am, src/dialogs/Makefile.am : VERSION changed to gnumeric_version. * plugins/excel/libole2/Makefile.am, plugins/guile/Makefile.am : ditto * plugins/perl/Makefile.am : ditto
-
Michael Meeks authored
-
Miguel de Icaza authored
2000-04-30 Miguel de Icaza <miguel@helixcode.com> * src/workbook.c (workbook_new_with_sheets): Put a space there, to avoid having "Sheet 1" and then "Sheet1" in the same workbook. 2000-04-29 Miguel de Icaza <miguel@helixcode.com> * src/application.c (application_init): Oops.
-
- 30 Apr, 2000 1 commit
-
-
Karl Eichwalder authored
-
- 29 Apr, 2000 10 commits
-
-
Jody Goldberg authored
-
Jody Goldberg authored
This provides a modest memory savings and paves the way for a custom allocator.
-
Almer. S. Tigelaar authored
2000-04-29 Almer. S. Tigelaar. <almer1@dds.nl> * src/dialogs/dialog-stf-preview.c : (stf_preview_merge_with-hash) : Remove warning message, because empty lines also render to NULL
-
Almer. S. Tigelaar authored
2000-04-29 Almer. S. Tigelaar. <almer1@dds.nl> * POTFILES.in : Add stf importer and stf exporter files
-
Michael Meeks authored
-
Almer. S. Tigelaar authored
2000-04-29 Almer. S. Tigelaar. <almer1@dds.nl> * POTFILES.in : Add stf importer and stf exporter files
-
Almer. S. Tigelaar authored
2000-04-29 Almer. S. Tigelaar. <almer1@dds.nl> * src/stf-export.[ch] : New, low-level stf-export code. * src/dialogs/dialog-stf-export.glade : New, stf export dialog. * src/dialogs/dialog-stf-export.glade.h : New, stf export dialog strings. * src/dialogs/dialog-stf-export.[ch] : New, top-level controlling code for the stf export dialog. * src/dialogs/dialog-stf-export-private.h : New, private declarations for the stf exporter. * src/dialogs/dialog-stf-export-format-page.c : New, controlling code for the format page of the stf export dialog * src/dialogs/dialog-stf-export-sheet-page.c : New, controlling code for the sheet page of the stf export dialog * src/Makefile.am : Updated to include new files * src/stf.c : Now also provides export for csv files using the new stf export dialog * src/dialogs/Makefile.am : Updated to include new files
-
Michael Meeks authored
-
Jody Goldberg authored
2000-04-29 Jody Goldberg <jgoldberg@home.com> * src/parser.y : Make the sheet_sep, and range_sep conditional so that I can use the parser for applix too. * src/workbook.c (workbook_unref) : encapsulate workbook_unref. * src/application.c (application_init) : Do not save the value if it is not there. Fix typo. * src/mstyle.c (mstyle_unref) : If the default style is released clear the cached pointer. This can happen if the first workbook loaded fails.
-
Miguel de Icaza authored
2000-04-28 Miguel de Icaza <miguel@helixcode.com> * src/complete.c (complete_idle): Removed debugging messages
-
- 28 Apr, 2000 6 commits
-
-
Miguel de Icaza authored
2000-04-28 Miguel de Icaza <miguel@helixcode.com> * src/item-edit.c (entry_changed): Update here. * src/application.c (application_init): Load auto-complete state here. (application_use_auto_complete_set): accesor function. (application_use_auto_complete_get): ditto.
-
Jody Goldberg authored
2000-04-28 Jody Goldberg <jgoldberg@home.com> * src/complete.c (complete_start) : Do not install an idle handler if one has already been installed for this object.
-
Miguel de Icaza authored
2000-04-27 Miguel de Icaza <miguel@helixcode.com> * src/dialogs/dialog-printer-setup.c (do_print_preview_cb): Close the dialog if the user selects preview. Not optimal but better than the two possible choices.
-
Jody Goldberg authored
-
Yuri Syrota authored
-
Jody Goldberg authored
2000-04-27 Jody Goldberg <jgoldberg@home.com> * *Makefile.am : Use new extended configure variables. * configure.in: Add a few variables
-
- 27 Apr, 2000 9 commits
-
-
JP Rosevear authored
2000-04-27 JP Rosevear <jpr@arcavia.com> * Makefile.am: Delete old gnumeric-config generation. * gnumeric-config.in: Use new variables exported from autoconf. * configure.in: gnumeric-config magic
-
Jody Goldberg authored
2000-04-27 Jody Goldberg <jgoldberg@home.com> * src/workbook.c (workbook_sheet_get_free_name) : No need to translate "%s%d". * src/gutils.c (PLUGIN_SUFFIX) : typo.
-
Karl Eichwalder authored
* NEWS (Translations): Add da, es, no, and uk.
-
Morten Welinder authored
2000-04-27 Morten Welinder <terra@diku.dk> * src/plugin.c (plugin_load_plugins_in_dir): Don't access memory that isn't ours to access. Constify. (plugin_data_last_modified): Constify. (plugin_data_get_title): Constify. (plugin_data_get_descr): Constify. (plugin_data_get_size): Constify. (plugin_data_get_user_data): Constify. 2000-04-25 Morten Welinder <terra@diku.dk> * numtheory.c (gnumeric_ithprime): Up limit to 1000000. (ithprime): Rework memory handling; up limit; optimize to not even try even numbers. (function_names): rename "nt_ithprime" back to "ithprime" as no conflict is likely.
-
Karl Eichwalder authored
* de.po: Update.
-
Karl Eichwalder authored
* doc/translating.sgml: Typo.
-
Jody Goldberg authored
-
Jody Goldberg authored
2000-04-27 Jody Goldberg <jgoldberg@home.com> * src/functions/fn-lookup.c (gnumeric_offset) : Bug 9372. Both corners get offset.
-
Jody Goldberg authored
2000-04-27 Jody Goldberg <jgoldberg@home.com> * src/workbook-format-toolbar.c (modify_cell_region) : Do redraws respans, and redimensions here. * src/cell.c (cell_set_format) : Do not attempt to render or redraw the value.
-