- 07 Jul, 2003 4 commits
-
-
Morten Welinder authored
2003-07-07 Morten Welinder <terra@gnome.org> * src/sheet-style.c: Use pool allocation.
-
Morten Welinder authored
2003-07-07 Morten Welinder <terra@gnome.org> * src/value.c (value_equal): Change to eq-style semantics (matching the hash function). * src/expr.c (gnm_expr_equal): Use value_equal.
-
Morten Welinder authored
2003-07-07 Morten Welinder <terra@gnome.org> * src/workbook-control-gui.c (workbook_control_gui_init): Fix numbering after separator. (workbook_control_gui_init): Remove assignments to members menu_item_sheets_edit_reorder and menu_item_sheets_format_reorder. (Wrong, but unused anyway.) * src/workbook-view.c (wb_view_sendto): Fix encoding confusion. (wb_view_sendto): Fix uninitialized use of "problem".
-
Jody Goldberg authored
2003-07-06 Jody Goldberg <jody@gnome.org> For John Gill <jng@renre.com> * src/item-cursor.c (item_cursor_selection_event) : More XLish heuristics for autofill range selection when double clicking.
-
- 06 Jul, 2003 4 commits
-
-
Andreas J. Guelzow authored
2003-07-06 Andreas J. Guelzow <aguelzow@taliesin.ca> * graph/plugins/plot_pie/gog-ring-prefs.glade: colour -> color 2003-07-06 Andreas Guelzow <aguelzow@taliesin.ca> * en_ca: Updated Canadian English translation 2003-07-06 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/stf-parse.c (stf_parse_sheet): no col_import_array means we want to import all columns (stf_parse_region): ditto * src/stf.c (stf_apply_formats): ditto
-
Rodrigo Moya authored
2003-07-06 Rodrigo Moya <rodrigo@gnome-db.org> * configure.in: * plugins/Makefile.am: added gnome-db plugin directory, built only when Bonobo is compiled in.
-
Andreas J. Guelzow authored
2003-07-06 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/GNOME_Gnumeric.xml: clean up the sheet insert/append issue * src/workbook-control-gui.c: ditto (cb_insert_sheet): insert the sheet after the current sheet rather than append (cb_append_sheet): append a new sheet (sheet_action_add_sheet): use cmd_... via cb_append_sheet rather than adding without undo (sheet_action_insert_sheet): new
-
Andreas J. Guelzow authored
2003-07-05 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/gui-clipboard.c: change dialogresult->formats to dialogresult->parseoptions->formats thoughout * src/stf-parse.c (stf_parse_options_new): initialize formats (stf_parse_options_free (stf_parse_region): rewrite * src/stf-parse.h: add formats list to parseoptions * src/stf.c (stf_store_results): split into stf_store_results and stf_apply_formats (stf_apply_formats): new 2003-07-05 Andreas J. Guelzow <aguelzow@taliesin.ca> * dialog-stf.c: change dialogresult->formats to dialogresult->parseoptions->formats throughout (stf_dialog_result_free): don't free formats * dialog-stf.h: remove formats from DialogStfResult_t
-
- 05 Jul, 2003 3 commits
-
-
Morten Welinder authored
2003-07-05 Morten Welinder <terra@gnome.org> * src/position.c (cellref_hash): Use hash space much better. * src/expr.c (expr_tree_sharer_destroy): Provide a sane hash for cell refs!
-
Andreas J. Guelzow authored
2003-07-05 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/GNOME_Gnumeric.xml: adding ellipses to the stat analysis menu items * src/workbook-control-gui.c: ditto
-
Andreas J. Guelzow authored
2003-07-04 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/GNOME_Gnumeric.xml: fix tooltip inconsistence and add stock item to delete * src/workbook-control-gui.c: ditto
-
- 04 Jul, 2003 3 commits
-
-
Rodrigo Moya authored
2003-07-04 Rodrigo Moya <rodrigo@gnome-db.org> * configure.in: require libgnomedb CVS version, for gnome_db_login_set_dsn.
-
Rodrigo Moya authored
2003-07-04 Rodrigo Moya <rodrigo@gnome-db.org> * configure.in: added check for libgnomedb.
-
Jody Goldberg authored
2003-07-04 Jody Goldberg <jody@gnome.org> * src/workbook-view.c (wb_view_sendto) : quick implementation that hard codes evolution-1.4, and its syntax. Will leak the file if we exit too soon after sending. * src/sheet-object-graphic.c (cb_dialog_graphic_config_destroy) : fix leak. (cb_dialog_graphic_config_ok_clicked) : delete. (cb_fill_color_changed) : simplify. (sheet_object_graphic_user_config) : tidy and set mnemonics for the colour combos. (sheet_object_filled_user_config) : ditto. (cb_dialog_filled_config_destroy) : fix leaks. (cb_fillcolor_changed) : simplify (cb_outlinecolor_changed) : ditto.
-
- 03 Jul, 2003 2 commits
-
-
Jon Kåre Hellan authored
* src/sheet-object-graphic.c (sheet_object_graphic_user_config) (sheet_object_filled_user_config) (sheet_object_filled_user_config): Turn off color combo tearoff behaviour in dialogs. * src/dialogs/dialog-sheet-order.c (dialog_sheet_order): Turn off color combo tearoff behaviour in dialogs. * src/dialogs/dialog-cell-format.c (setup_color_pickers): Ditto. * src/cut-n-paste-code/goffice/graph/gog-style.c (init_solid_page, init_gradient_page) (init_gradient_page, gog_style_editor): Turn off color combo tearoff behaviour in dialogs.
-
Jody Goldberg authored
2003-07-02 Jody Goldberg <jody@gnome.org> * widget-font-selector.c : remove gnome-print include * widget-pixmap-combo.h : Cleanup the includes * gtk-combo-box.c (gtk_combo_box_init) : Use GObject properties in place of deprecated gtk_window_set_policy. (gtk_combo_popup_tear_off) : ditto. (gtk_combo_box_popup_display) : Use gtk_window_move in place of deprecated gtk_window_set_uposition. (gtk_combo_box_get_pos) : Make multi head safe. 2003-07-02 Jody Goldberg <jody@gnome.org> * dialog-tabulate.c (dialog_tabulate) : Use GObject properties in place of deprecated gtk_window_set_policy. 2003-07-02 Jody Goldberg <jody@gnome.org> * src/sheet-control-gui.c (scg_comment_display) : Use gtk_window_move in place of the deprecated gtk_widget_set_uposition.
-
- 02 Jul, 2003 2 commits
-
-
Morten Welinder authored
2003-07-02 Morten Welinder <terra@gnome.org> * src/datetime.c (yearfrac): Swap args if incorrectly ordered. Make it clear that we're counting February 29ths, not leap days. (Leap days are February 24ths, if you must know.) Get the less than one year special case right.
-
Jody Goldberg authored
2003-07-02 Jody Goldberg <jody@gnome.org> * src/print.c (print_sheet_objects) : translate to the upper left corner of the object and pass in its width and height. * src/sheet-object.c (sheet_object_print) : adjust print interface to only pass width and height in pts. print context is already at 0,0 and scaled. * src/sheet-object-graph.c (sheet_object_graph_print) : Use new cleaner interface. * src/sheet-object-image.c (sheet_object_image_print) : ditto. * src/sheet-object-graphic.c (sheet_object_graphic_print) : Save the graphics context before filling and just resuse it for the outline. Fix the direction handling for the new interface semantics. (sheet_object_filled_print) : ditto.
-
- 01 Jul, 2003 6 commits
-
-
Morten Welinder authored
2003-07-01 Morten Welinder <terra@gnome.org> * functions.c (gnumeric_yearfrac): Use yearfrac. 2003-07-01 Morten Welinder <terra@gnome.org> * functions.c (gnumeric_yielddisc): Dump OO's and use yearfrac. 2003-07-01 Morten Welinder <terra@gnome.org> * src/datetime.c (yearfrac): New function.
-
Jody Goldberg authored
2003-07-01 Jody Goldberg <jody@gnome.org> * src/Makefile.am : Be even more delicate about changeing built sources. Be very anal about not including generated files in the release. * src/gnumeric-paths.sh.in : No need to handle paths here. Do it in the make file.
-
http://bugzilla.gnome.org/show_bug.cgi?id=116447Jody Goldberg authored
2003-07-01 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=116447 * src/formats.c (style_format_account) : fix typo. 2003-06-30 Jody Goldberg <jody@gnome.org> * src/gnumeric-paths.sh.in : Add exec_prefix 2003-06-30 Jody Goldberg <jody@gnome.org> For Ben Liblit * configure.in : add src/gnumeric-paths.sh * src/Makefile.am : Use src/gnumer-paths.sh and remove the all-local kludge.
-
Morten Welinder authored
2003-07-01 Morten Welinder <terra@gnome.org> * src/graph.c (gnm_go_data_vector_load_values): Always set minimum and maximum.
-
Morten Welinder authored
2003-07-01 Morten Welinder <terra@gnome.org> * src/stf-parse.c (stf_parse_csv_cell): Don't use O(n^2) UTF-8 validation.
-
Morten Welinder authored
2003-07-01 Morten Welinder <terra@gnome.org> * src/sheet-control-gui.c (cb_table_destroy): Properly release panes.
-
- 30 Jun, 2003 3 commits
-
-
Morten Welinder authored
2003-06-30 Morten Welinder <terra@gnome.org> * src/libgnumeric.c (gnm_common_init, gnm_shutdown): Style depends on colours.
-
Morten Welinder authored
2003-06-30 Morten Welinder <terra@gnome.org> * src/commands.c (cmd_set_text_redo): Don't override a user format.
-
Morten Welinder authored
2003-06-30 Morten Welinder <terra@gnome.org> * src/gui-clipboard.c (text_to_cell_region): Handle column selection here too. * src/stf-parse.c (stf_parse_region): Ditto.
-
- 29 Jun, 2003 2 commits
-
-
Morten Welinder authored
2003-06-29 Morten Welinder <terra@gnome.org> * widget-format-selector.c (number_format_selector_set_style_format): Move ref early. (set_format_category_menu_from_style): Call fmt_dialog_enable_widgets to update the display. 2003-06-29 Morten Welinder <terra@gnome.org> * src/formats.c (style_format_percent, style_format_science, style_format_account, style_format_number): Simplify using g_string_append_len.
-
Morten Welinder authored
2003-06-29 Morten Welinder <terra@gnome.org> * src/stf.c (stf_store_results): Don't switch locales here.
-
- 28 Jun, 2003 2 commits
-
-
Andreas J. Guelzow authored
2003-06-28 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/stf-parse.c (stf_parse_options_new): initialize new fields (stf_parse_options_free): free new fields (stf_parse_csv_line): show all columns (stf_parse_sheet): only store selected rows (and formats vary within each row!) * src/stf-parse.h: add col_import_array to parse_options * src/stf.c (stf_store_results): apply only the format of selected columns 2003-06-28 Andreas J. Guelzow <aguelzow@taliesin.ca> * dialog-stf-format-page.c (cb_col_check_clicked): new (format_page_update_preview): vreate checkboxes in column headers (stf_dialog_format_page_cleanup): clean up selected column list (stf_dialog_format_page_init): initialize selected column list * dialog-stf-preview.c (stf_preview_new): allocate lots of columns in the lazy list. (We need to fix this.) (stf_preview_set_lines): show all lines * dialog-stf.c (stf_dialog): copy selected column list to parseoptions * dialog-stf.h: new fields in FormatInfo_t
-
Jody Goldberg authored
2003-06-27 Jody Goldberg <jody@gnome.org> * functions.c (gnumeric_yearfrac) : add to round things out. 2003-06-27 Jody Goldberg <jody@gnome.org> * src/datetime.c (days_between_basis) : tidy up a bit. (annual_year_basis) : move this here from the date plugin and use the enum to improve clarity.
-
- 27 Jun, 2003 5 commits
-
-
Morten Welinder authored
2003-06-27 Morten Welinder <terra@gnome.org> * functions.c (calc_oddfprice): New function, extracted from gnumeric_oddfprice and fixed. (gnumeric_oddfprice): Use calc_oddfprice.
-
http://bugzilla.gnome.org/show_bug.cgi?id=115503Andreas J. Guelzow authored
2003-06-27 Andreas J. Guelzow <aguelzow@taliesin.ca> http://bugzilla.gnome.org/show_bug.cgi?id=115503 * src/formats.c (cell_format_classify): set the date related FormatCharacteristics to something valid (not just to something sane)
-
Morten Welinder authored
2003-06-27 Morten Welinder <terra@gnome.org> * src/rendered-value.c (cell_get_entered_text): Always quote strings values starting with a quote.
-
Jody Goldberg authored
2003-06-26 Jody Goldberg <jody@gnome.org> * src/gui-file.c (ask_for_file_saver) : ditto. * src/file.c (gnm_file_saver_save_to_stream_real) : delete. We can handle this via libgsf now. * src/workbook-control-gui-priv.h : some cleanup.
-
Jon Kåre Hellan authored
* src/workbook-control-gui-priv.h (struct _WorkbookControlGUI): Remove clipboard_paste_callback_data.
-
- 26 Jun, 2003 2 commits
-
-
Jon Kåre Hellan authored
* src/gui-clipboard.c (struct GnmGtkClipboardCtxt): New struct, clipboard paste context. (complex_content_received): Request fallback format if paste doesn't succeed. (x_clipboard_received): Choose a table or spreadsheet format as preferred paste format, and a string format to fall back to.
-
Morten Welinder authored
2003-06-26 Morten Welinder <terra@gnome.org> * src/stf-parse.c (stf_parse_options_guess): Improve separator guessing.
-
- 25 Jun, 2003 2 commits
-
-
Morten Welinder authored
2003-06-25 Morten Welinder <terra@gnome.org> * src/gui-util.c (gdk_cursor_new_from_pixbuf): Please leaks in stolen code...
-
Morten Welinder authored
2003-06-25 Morten Welinder <terra@gnome.org> * src/expr.c (do_expr_as_string): Make this produce "(-2)^2", not "-2^2", to cut down on surprises. Fix old bug in other ()-insertion.
-