- 29 Apr, 2000 9 commits
-
-
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 17 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.
-
Jon K Hellan authored
2000-04-27 Jon K Hellan <hellan@acm.org> * src/rendered-value.c (cell_rendered_height): (cell_rendered_height): Check for null pointers. Zoomed sheets with dangling references would segfault.
-
Jody Goldberg authored
2000-04-27 Jody Goldberg <jgoldberg@home.com> * src/sheet.c (sheet_update) : Do not update the status or autoexpression when in edit mode. This solves a sneaky problem selecting a range for an expression on a newly created sheet.
-
Michael Meeks authored
A hacked, and memory hogging VBA stream interface, 2000-04-25 Michael Meeks <michael@helixcode.com> * test/test-ole.c (dump_vba): clean vba support. 2000-04-24 Michael Meeks <michael@helixcode.com> * test/test-ole.c (main): update. (try_parse_vba): kill old hack. 2000-04-25 Michael Meeks <michael@helixcode.com> * Makefile.am: Add vba modules. * ms-ole.c (pps_encode_tree_chain): clean redundant code from comments. * ms-ole-vba.[ch]: Implement.
-
Jody Goldberg authored
2000-04-26 Jody Goldberg <jgoldberg@home.com> * src/gnumeric-sheet.c (start_cell_selection_at) : Only hide the primary cursor when selecting cells on a different sheet. * src/expr.c (eval_expr_real) : Pass EVAL_PERMIT_NON_SCALAR to eval_expr_real when evaluating an array. * src/cell.c (cell_set_array_formula) : typo. * src/sheet.c (sheet_find_boundary_{horizontal,vertical}) : Another thinko.
-
Jody Goldberg authored
2000-04-26 Jody Goldberg <jgoldberg@home.com> * src/dialogs/cell-format.glade : Improve layout of font attributes slightly. * src/gnumeric-util.c (gnumeric_glade_xml_new) : thinko.
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
Improve versioning. Fix a few bugs. 2000-04-26 Jody Goldberg <jgoldberg@home.com> * src/command-context.c (gnumeric_error_sys_err) : New function. * src/command-context-gui.c (ccg_error_sys_err) : Support it. * src/gnumeric-util.c (gnumeric_glade_xml_new) : Use gnumeric_error_sys_err. * src/gutils.c (gnumeric_sys_{data,lib,glade,plugin)_dir) : New functions. (gnumeric_usr_dir, gnumeric_usr_plugin_dir) : New functions. * src/plugin.c (load_all_plugins) : Use gnumeric_usr_plugin_dir, and gnumeric_sys_plugin_dir. * src/item-edit.c (point_is_inside_range) : Handle non-singleton expr start characters. 2000-04-25 Jody Goldberg <jgoldberg@home.com> * *.c : glade_new_xml -> gnumeric_glade_new_xml Localize GNUMERIC_GLADEDIR so that plugins can use it too. * src/gnumeric-util.c (gnumeric_glade_xml_new) : New function. * */Makefile.am : Set 'DATADIR' rather than GLADEDIR. And version the glade file the same way the plugins are set. This should probably expand to include architecture akin to gcc. * src/widgets/widget-editable-label.c (el_button_press_event) : Clicking in another window accepts the changes. Once we have reliquished our grab push the button event back on the queue so that it can be forwarded on to the appropriate recipient (9007). * src/parse-util.c (parse_text_value_or_expr) : Watch for 1 character strings which could start an expression.
-
- 26 Apr, 2000 5 commits
-
-
Miguel de Icaza authored
-
Miguel de Icaza authored
2000-04-25 Miguel de Icaza <miguel@helixcode.com> * src/item-edit.c (entry_changed): Call complete_start here; Pass the text to scan_for_range now. (item_edit_set_arg): Create the complete_sheet object here. (item_edit_destroy): kill it here. * src/complete.c: New file. Implements the abstract auto-completion class; * src/complete-sheet.c: New file. Implements the sheet-based completion code. * src/item-edit.c (item_edit_draw_text): Take a GtkStyle instead of a GdkGC. * src/item-grid.c (create_popup_menu): Remove unrequired code.
-
Jody Goldberg authored
-
Yuri Syrota authored
-
Kenneth Christiansen authored
-
- 25 Apr, 2000 3 commits
-
-
Morten Welinder authored
-
Tuomas Kuosmanen authored
-
Yuri Syrota authored
-