- 16 Apr, 2002 3 commits
-
-
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.
-
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 3 commits
-
-
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
-
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
-
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
-
- 14 Apr, 2002 2 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> * 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
-
- 13 Apr, 2002 1 commit
-
-
Andreas J. Guelzow authored
-