- 16 Apr, 2002 7 commits
-
-
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 24 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
-
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 2 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
-