- 18 Apr, 2002 1 commit
-
-
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 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 1 commit
-
-
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
-