- 15 Apr, 2002 14 commits
-
-
Morten Welinder authored
-
Jon K Hellan authored
2002-04-15 Jon K Hellan <hellan@acm.org> * src/libgnumeric.h: Rename header guards after file rename. * src/main.[ch]: Add notes that the files are obsolete
-
Jody Goldberg authored
2002-04-15 Jody Goldberg <jody@gnome.org> * src/libgnumeric.c : delete some stale code that is no longer needed in gtk2.
-
Jon Kåre Hellan authored
* plugins/excel/boot.c: s/main.h/libgnumeric.h/ * plugins/excel/ms-excel-write.c: Ditto. * src/libgnumeric.c: Renamed from src/main.c. Don't include main.h * src/corba-args.c: s/main.h/libgnumeric.h/ * src/main-application.c: s/main.h/libgnumeric.h/ * src/main-component.c: s/main.h/libgnumeric.h/ * src/normal-args.c: s/main.h/libgnumeric.h/ * src/print.c: s/main.h/libgnumeric.h/ * src/workbook.c: s/main.h/libgnumeric.h/ * src/workbook-control-gui.c: s/main.h/libgnumeric.h/
-
Jon Kåre Hellan authored
* src/gui-gnumeric.h: Declare WorkbookControlComponent and WorkbookControlStandalone. * GNOME_Gnumeric.server.in.in: Add gnumeric-component / OAFIID:GNOME_Gnumeric_Factory * src/Makefile.am: Add gnumeric-component to build, and new files. * src/workbook-control-gui.h (WORKBOOK_CONTROL_GUI_CLASS): Fix typo. * src/workbook-control-standalone.h: New file. wbcg class for standalone app - public header file. Dummy for now. * src/workbook-control-standalone.c: New file. wbcg class for standalone app - source file. Dummy for now. * src/workbook-control-standalone-priv.h: New file. wbcg class for standalone app - private header file. Dummy for now. * src/workbook-control-component.h: New file. Bonobo component class - public header file. Dummy for now. * src/workbook-control-component.c: New file. Bonobo component class - source file. Dummy for now. * src/workbook-control-component-priv.h: New file. Bonobo component class - private header file. Dummy for now. * src/main-component.c: New file. Main entry point for Bonobo component. * src/main-application.c: New file: Main entry point for standalone application.
-
Morten Welinder authored
-
Andreas J. Guelzow authored
2002-04-15 Andreas J. Guelzow <aguelzow@taliesin.ca> * schemas/gnumeric-dialogs.schemas : add more preferences * src/application.c : move autocorrect_init into src/main.c * src/gnumeric-gconf.h : added defines and comments * src/main.c : add autocorrect_init and autocorrect_shutdown 2002-04-15 Andreas J. Guelzow <aguelzow@taliesin.ca> * dialog-autocorrect.c : make exception lists into GSList (rather than GList) * dialog-preferences.c : move gconf keys for fonts into gnumeric-gconf.h, synchronize gconf on destroy 2002-04-15 Andreas J. Guelzow <aguelzow@taliesin.ca> * auto-correct.[ch] : switch from gnome-config to gconf and make preserve autocorrect exceptions. Make exception lists into GSList
-
Morten Welinder authored
-
Morten Welinder authored
-
Morten Welinder authored
-
Morten Welinder authored
-
Morten Welinder authored
2002-04-15 Morten Welinder <terra@diku.dk> * src/sheet.c (sheet_cell_add_to_hash): Plug leak.
-
Andreas J. Guelzow authored
2002-04-15 Andreas J. Guelzow <aguelzow@taliesin.ca> * schemas/gnumeric-general.schemas : add various new preferences * schemas/gnumeric-dialogs.schemas : fix capitalization * src/application.c : switch gnome_config to gconf * src/gnumeric-gconf.h : new preferences 2002-04-15 Andreas J. Guelzow <aguelzow@taliesin.ca> * dialog-preferences.c : add more preferences
-
Andreas J. Guelzow authored
2002-04-14 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/rangefunc-strings.c : fix warning * src/history.c : fis argument type in non-bonobo build
-
- 14 Apr, 2002 7 commits
-
-
Andreas J. Guelzow authored
2002-04-14 Andreas J. Guelzow <aguelzow@taliesin.ca> * schemas/gnumeric-general.schemas : add max number of undo items pref * src/commands.c (truncate_undo_info) : also truncate if max number of items is exceeded. * src/gnumeric-gconf.h : add max number of undo items pref 2002-04-14 Andreas J. Guelzow <aguelzow@taliesin.ca> * dialog-preferences.c : add max number of undo items pref
-
Andreas J. Guelzow authored
2002-04-14 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/GNOME_Gnumeric.xml : Change menu text for Sheet Reorder/Manage * src/workbook-control-gui.c : Change tooltip for Sheet Manage
-
Andreas J. Guelzow authored
-
Andreas J. Guelzow authored
2002-04-14 Andreas J. Guelzow <aguelzow@taliesin.ca> * schemas/gnumeric-general.schemas : add history and n of sheets preferences * src/Makefile.am : add src/rangefunc-strings.[ch] * src/application.c : change file history handling to gconf, change app.history_list to GSList from GList * src/application.h : change app.history_list to GSList from GList * src/collect.c : add string functions * src/collect.h :add string functions * src/gnumeric-gconf.h : add history and n of sheets preferences * src/history.c : change history_list to GSList from GList * src/history.h : change history_list to GSList from GList * src/main.c : add user-specified number of sheets to first workbook * src/workbook-control-gui.c : add user-specified number of sheets to new workbooks * src/workbook.c : change history_list to GSList from GList * src/rangefunc-strings.h : new * src/rangefunc-strings.c : new 2002-04-14 Andreas J. Guelzow <aguelzow@taliesin.ca> * functions.c (gnumeric_len) : port to utf8 (gnumeric_left) : ditto (gnumeric_concatenate) : use string_range_function and range_concatenate 2002-04-14 Andreas J. Guelzow <aguelzow@taliesin.ca> * preferences.glade : move tabs to left on Jody's request * dialog-preferences.c : add history pref and number of sheets pref
-
Jody Goldberg authored
-
Jon K Hellan authored
2002-04-14 Jon K Hellan <hellan@acm.org> * src/main.h (has_gnumeric_been_compiled_with_guile_support): This function disappeared long ago. Remove.
-
Andreas J. Guelzow authored
2002-04-13 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/collect.c (callback_function_collect) : keep missing data info (collect_floats) : afdd missing data info handling (collect_floats_value_with_info) : new (cb_insert_diff_elements) : new (cb_int_descending) : new (union_of_int_sets) : new (cb_remove_missing_el) : new (strip_missing) : new (float_range_function2) : use flags * src/collect.h (CollectFlags) : 2 new flags * src/commands.c (max_descriptor_width) : fix sense of test.
-
- 13 Apr, 2002 12 commits
-
-
Jody Goldberg authored
2002-04-13 Jody Goldberg <jody@gnome.org> * src/commands.c (max_descriptor_width) : add some protection.
-
Andreas J. Guelzow authored
-
Morten Welinder authored
-
Morten Welinder authored
2002-04-13 Morten Welinder <terra@diku.dk> * */*: Make fn-financial a plugin. * src/commands.c (cmd_range_list_to_string_utility): Try not to allocate gigabytes of memory for no reason.
-
Andreas J. Guelzow authored
2002-04-13 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/commands.c (cmd_range_to_str_utility) : new * src/commands.h (cmd_range_to_str_utility) : new 2002-04-13 Andreas J. Guelzow <aguelzow@taliesin.ca> * dao.c (dao_command_descriptor) : use cmd_range_to_str_utility
-
Andreas J. Guelzow authored
2002-04-13 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/value.c (value_get_as_string) : handle VALUE_ARRAY more reasonably (value_peek_string) : initialize all fields of cache
-
Jody Goldberg authored
2002-04-13 Jody Goldberg <jody@gnome.org> * ms-excel-read.c (ms_excel_read_AUTOFILTER) : start work on filters. (ms_excel_read_sheet) : support the filter records.
-
Jon Kåre Hellan authored
* src/gui-file.c: s/ENABLE_BONOBO/WITH_BONOBO/ * src/gui-util.c: Ditto. * src/history.c: Ditto. * src/main.c: Ditto. * src/sheet.c: Ditto. * src/sheet-object.c: Ditto. * src/workbook-control-gui.c: Ditto. * src/workbook-format-toolbar.c: Ditto. * src/workbook-object-toolbar.c: * src/workbook.c: Ditto. * src/workbook-private.c: Ditto. * src/xml-io.c: Ditto. * plugins/excel/ms-chart.c: Ditto * plugins/excel/ms-excel-read.c: Ditto
-
Jon Kåre Hellan authored
-
Andreas J. Guelzow authored
-
Andreas J. Guelzow authored
2002-04-13 Andreas J. Guelzow <aguelzow@taliesin.ca> * dialog-function-select.c : move defines into gnumeric-gconf.h * dialog-preferences.c : add `undo'-preferences page 2002-04-13 Andreas J. Guelzow <aguelzow@taliesin.ca> * schemas/gnumeric-general.schemas : add 2 undo preference settings * src/commands.c : add sheet name to descriptors depending on preference setting * src/commands.h : add cmd_range_list_to_string_utility and cmd_cell_pos_name_utility * src/gnumeric-gconf.h : new file, gather gconf paths in a single includable place
-
Jody Goldberg authored
2002-04-12 Jody Goldberg <jody@gnome.org> * src/workbook-private.c : move the really broken bonobo stuff here. * src/sheet-control-gui.c (scg_object_update_bbox) : Use fabs to handle inversion. (scg_mode_edit_object) : Be a touch more anal. * src/style.c (get_substitute_font) : add more font mappings. * src/item-grid.c (ig_obj_create_finish) : no need to moneky with the internals of scg. Setting the mode clears the new object. Setting the sheet adds a ref, so there are no worries that it will go away. * src/gnumeric-canvas.c : rip out the drag and drop support. * src/workbook-control-gui.c : move it here. (cb_insert_image) : silence a warning. (cb_edit_cut) : at least make the object deletetion undoable. (workbook_close_if_user_permits) : reorder to conform to HIG. 2002-04-08 Jody Goldberg <jody@gnome.org> * src/sheet-control-gui.c (scg_object_stop_editing) : unref the current object. (scg_mode_edit_object) : ref the current object. * src/item-grid.c (ig_obj_create_finish) : Use scg_mode_edit_object. * src/gnumeric-canvas.c (gnm_canvas_key_mode_object) : Use sc_mode_edit to handle objects that are still being created. 2002-04-06 Jody Goldberg <jody@gnome.org> * src/sheet-control-gui.c (scg_object_update_bbox) : abs the dif when checking for middle ctrl points. 2002-04-01 Jody Goldberg <jody@gnome.org> * src/gui-util.c (gnumeric_toolbar_new) : minor clean up. one init is sufficient.
-
- 12 Apr, 2002 7 commits
-
-
Morten Welinder authored
-
Morten Welinder authored
-
Jon Kåre Hellan authored
(FilePreferences): Add as menu item. (InsertGraph, InsertComponent, InsertShapedComponent): Comment out both from menu and toolbar. (InsertImage, InsertFormula): Add to "Insert" menu. (List, Combo): Re-enable in object toolbar.
-
Jody Goldberg authored
-
Morten Welinder authored
-
Jon Kåre Hellan authored
* src/workbook-format-toolbar.c: Replace Gnome stock pixmap names with gtk synonym. * src/item-cursor.c (item_cursor_popup_menu): Replace Gnome stock copy pixmap name with gtk synonym. * src/dialogs/dialog-preferences.c: Replace Gnome stock text/italic pixmap name with gtk synonym.
-
Jon K Hellan authored
2002-04-12 Jon K Hellan <hellan@acm.org> * src/GNOME_Gnumeric.xml: Update to current pixmap names. Add 'preferences' command.
-