- 19 Apr, 2002 11 commits
-
-
Morten Welinder authored
-
Morten Welinder authored
-
Morten Welinder authored
-
Morten Welinder authored
-
Morten Welinder authored
2002-04-19 Morten Welinder <terra@diku.dk> * src/expr.c (gnm_expr_new_error): Remove. 2002-04-19 Morten Welinder <terra@diku.dk> * lotus-formula.c (make_function): Use error constant as expression. (I.e., don't call "ERROR".)
-
Morten Welinder authored
2002-04-19 Morten Welinder <terra@diku.dk> * src/expr.c (gnm_expr_new_error): Use error constant for all the regular errors. (Thus, don't refer to the NA function.)
-
Morten Welinder authored
-
Morten Welinder authored
-
Jon Kåre Hellan authored
* src/bonobo-io.c (hack_xmlSAXParseFile): Re-enable * src/main-component.c: No longer a dummy. Remove DUMMY compile flag. (load_workbook_from_stream): Remove. (dummy_add_interfaces): Rename to add_interfaces. Pass control to bonobo_persist_stream_new. (gnumeric_component_factory): Make a real gnumeric component. * src/sheet-control-gui.c (scg_take_focus): Test if wbcg_toplevel != NULL. * src/workbook-control-priv.h: Virtualize menu_state.sheet_count. * src/workbook-control-component.c (wbcc_get_password, wbcc_progress_set, wbcc_progress_message_set, wbcc_init_state, wbcc_title_set, wbcc_format_feedback, wbcc_zoom_feedback, wbcc_edit_line_set, wbcc_edit_selection_descr_set, wbcc_auto_expr_value, wbcc_undo_redo_clear, wbcc_undo_redo_truncate, wbcc_undo_redo_pop, wbcc_undo_redo_push, wbcc_undo_redo_labels, wbcc_menu_state_update, wbcc_menu_state_sheet_prefs, wbcc_menu_state_sheet_count, wbcc_menu_state_sensitivity, wbcc_validation_msg): New no-op methods. (wbcc_error_system, wbcc_error_plugin, wbcc_error_read, wbcc_error_save, wbcc_error_invalid, wbcc_error_error_info, wbcc_control_new, wbcc_sheet_focus, wbcc_claim_selection): New methods. (workbook_control_component_init): New function. (workbook_control_component_ctor_class): Flesh out. (workbook_control_component_new): New function. * src/workbook-control-gui.c (wbcg_cur_scg, wbcg_sheet_remove, wbcg_sheet_rename, wbcg_sheet_focus, wbcg_sheet_move, cb_edit_cut, cb_sheet_remove): Use new name of from sheet_to_page_index and make public. (wbcg_sheet_add): Use virtualized menu_sheet_count. (workbook_control_gui_ctor_class): Virtualize menu_sheet_count.
-
Morten Welinder authored
-
Morten Welinder authored
-
- 18 Apr, 2002 5 commits
-
-
Morten Welinder authored
2. Plug a leak.
-
Morten Welinder authored
-
Morten Welinder authored
2002-04-18 Morten Welinder <terra@diku.dk> * src/gnumeric-graph.c: Resurrect enough so that the excel plugin will load. This doens't mean things will work! * src/func-builtin.c (func_builtin_init): New file. Some stuff from src/functions/fn-math.c imported. * src/libgnumeric.c (gnm_shutdown): Shutdown functions also. * src/func.c (functions_init): Init builtins. (functions_shutdown): New function.
-
Andreas J. Guelzow authored
2002-04-18 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/gui-util.c (gnumeric_error_info_dialog_show) : hide cursor
-
Andreas J. Guelzow authored
2002-04-17 Andreas J. Guelzow <aguelzow@taliesin.ca> * dialog-preferences.c : add mor eitems to file/xml preference page 2002-04-17 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/gui-file.c : replace gnome-config with get/set methods from src/gnumeric-gconf.h * schemas/gnumeric-general.schemas : new schemas * src/gnumeric-gconf-priv.h : new keys * src/gnumeric-gconf.[ch] : new get/set methods
-
- 17 Apr, 2002 4 commits
-
-
Andreas J. Guelzow authored
2002-04-17 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/gui-util.[ch] (gnumeric_dialog_show) : deleted * src/gui-file.c (ask_for_file_saver) : change GnomeDialog to GtkDialog NOTE: untested change! * src/sheet-object-container.c (sheet_object_container_new_file) : change GnomeDialog to GtkDialog. NOTE: untested change!
-
Andreas J. Guelzow authored
2002-04-17 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/gui-util.c (gnumeric_error_info_dialog_show_full) : renamed to gnumeric_error_info_dialog_show and rewritten (gnumeric_error_info_dialog_show) : deleted (ctree_insert_error_info) : deleted (insert_error_info) : new
-
Andreas J. Guelzow authored
2002-04-17 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/gui-util.c (gnumeric_error_info_dialog_show_full) : converted from GnomeDialog to GtkDialog
-
Andreas J. Guelzow authored
2002-04-17 Andreas J. Guelzow <aguelzow@taliesin.ca> * schemas/gnumeric-general.schemas : add xml-compression schema * src/gnumeric-gconf-priv.h : new xml-compression-level key * src/gnumeric-gconf.[ch] : new xml-compression-level get/set functions * src/xml-io.c : use get/set methods from src/gnumeric-gconf.h rather than gnome-config directly 2002-04-17 Andreas J. Guelzow <aguelzow@taliesin.ca> * dialog-preferences.c : add file/xml preference page (dialog_pref_create_int_spin) : new (dialog_pref_create_float_spin) : new (dialog_pref_create_checkbox) : new
-
- 16 Apr, 2002 10 commits
-
-
Jody Goldberg authored
2002-04-16 Jody Goldberg <jody@gnome.org> * html_read.c (html32_file_open) : switch to mmap and break the bogus little parser out into. (html32_read_buffer) : here. Take a guess at a decent interface for buffer parsing. The goal is to register these in the clpboard.
-
Jody Goldberg authored
2002-04-16 Jody Goldberg <jody@gnome.org> * html_read.c : split the read functionality into a seprate file to start work on a parser for buffers.
-
Jon K Hellan authored
2002-04-15 Jon K Hellan <hellan@acm.org> * plugin.c: s/main.h/libgnumeric.h/
-
Jody Goldberg authored
-
Jody Goldberg authored
2002-04-16 Jody Goldberg <jody@gnome.org> * src/workbook-view.c (wb_view_open) : merge with wb_view_open_custom and remove the useless view argument. * src/libgnumeric.c : move the application specific code from here. * src/main-application.c : to here.
-
Jody Goldberg authored
2002-04-16 Jody Goldberg <jody@gnome.org> * configure.in : Addd gobject & gmodule
-
Andreas J. Guelzow authored
2002-04-16 Andreas J. Guelzow <aguelzow@taliesin.ca> * dialog-preferences.c : add window-size preference page
-
Andreas J. Guelzow authored
-
Andreas J. Guelzow authored
2002-04-15 Andreas J. Guelzow <aguelzow@taliesin.ca> * schemas/gnumeric-general.schemas : add window size schemas * src/gnumeric-gconf-priv.h : add window size keys * src/gnumeric-gconf.[ch] : add window size set/get methods * src/workbook-control-gui.c : use gconf for all preferences 2002-04-15 Andreas J. Guelzow <aguelzow@taliesin.ca> * dialog-preferences.c : add window-size preference to catch-all page
-
Andreas J. Guelzow authored
2002-04-15 Andreas J. Guelzow <aguelzow@taliesin.ca> * schemas/gnumeric-dialogs.schemas : add more schemas * src/commands.c : use get/set methods from src/gnumeric-gconf.h * src/file-autoft.[ch] : switch from gnome-config to gconf * src/gnumeric-gconf-priv.h : more keys * src/gnumeric-gconf.[ch] : more get/set methods * src/gutils.[ch] (gnumeric_config_get_string_list) : deleted
-
- 15 Apr, 2002 10 commits
-
-
Andreas J. Guelzow authored
-
Andreas J. Guelzow authored
2002-04-15 Andreas J. Guelzow <aguelzow@taliesin.ca> * dialog-function-select.c : use get/set methods of gnumeric-gconf.h * dialog-plugin-manager.c : switch from gnome-config to gconf * dialog-preferences.c : add include 2002-04-15 Andreas J. Guelzow <aguelzow@taliesin.ca> * schemas/gnumeric-dialogs.schemas : new plugin schemas * src/Makefile.am : add src/gnumeric-gconf.c and src/gnumeric-gconf-priv.h * src/application.c : use get/set methods from src/gnumeric-gconf.h * src/commands.c : change include * src/error-info.c : switch to GSLists from GLists * src/error-info.h : switch to GSLists from GLists * src/gnumeric-gconf.h : new get/set methods * src/gnumeric-gconf.c : new * src/gnumeric-gconf-priv.h : formerly src/gnumeric-gconf.h * src/gui-util.c : switch to GSLists from GLists * src/gutils.h : some new g_slist functions * src/gutils.c : some new g_slist functions * src/libgnumeric.c : use get/set methods from src/gnumeric-gconf.h * src/plugin-loader-module.c : switch to GSLists from GLists * src/plugin-loader.c : switch to GSLists from GLists * src/plugin-loader.h : switch to GSLists from GLists * src/plugin-service.c : switch to GSLists from GLists * src/plugin.c : switch to GSLists from GLists and use gconf * src/plugin.h : switch to GSLists from GLists * src/workbook-control-gui.c : use get/set methods from src/gnumeric-gconf.h
-
Morten Welinder authored
2002-04-15 Morten Welinder <terra@diku.dk> * fn-math.c (gnumeric_subtotal): Fix error handling, I hope. 2002-04-15 Morten Welinder <terra@diku.dk> * *.c: Include <gnumeric-config.h> as needed. 2002-04-15 Morten Welinder <terra@diku.dk> * *.c: Include <gnumeric-config.h> as needed.
-
Jon Kåre Hellan authored
-
Jon Kåre Hellan authored
-
Jon Kåre Hellan authored
-
Jon Kåre Hellan authored
-
Jon Kåre Hellan authored
-
Jon Kåre Hellan authored
-
Jon Kåre Hellan authored
src/libgnumeric.c: Really don't include main.h po/POTFILES.in: Added the new files
-