- 25 Feb, 2002 1 commit
-
-
Jon K Hellan authored
2002-02-25 Jon K Hellan <hellan@acm.org> * src/sheet-object-image.h: Declare typedef ObjectImage. * src/sheet-object-image.c (struct _SheetObjectImage): Add cropping parameters. (sheet_object_image_new): Initialize cropping parameters. (sheet_object_image_set_crop): New function. Set cropping parameters. (soi_get_cropped_pixbuf): New function. Get the cropped image from pixbuf. (soi_get_pixbuf): Do cropping by calling soi_get_cropped_pixbuf. (sheet_object_image_init): Initialize cropping parameters. 2002-02-25 Jon K Hellan <hellan@acm.org> * ms-excel-read.c (ms_sheet_create_image): New function. Factor image creation out of ms_sheet_create_obj and also handle cropping. (ms_sheet_create_obj): Call ms_sheet_create_image.
-
- 24 Feb, 2002 3 commits
-
-
Almer S. Tigelaar authored
2002-02-24 Almer S. Tigelaar <almer@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=72416 http://bugzilla.gnome.org/show_bug.cgi?id=71783 * src/stf-export.c (stf_export_cell): Honor the 'never' quote setting and fix a subtle bug that caused the quoting character always be "
-
Vincent van Adrighem authored
2002-02-24 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po Committed updated dutch translation by Tino Meinen
-
Andreas J. Guelzow authored
2002-02-23 Andreas J. Guelzow <aguelzow@taliesin.ca> * gnumeric-expr-entry.c (gnumeric_expr_entry_button_press_event) : rename gee_notify_cursor_position and change to signal handler (gee_class_init) : remove ref to gnumeric_expr_entry_button_press_event (gnumeric_expr_entry_new) : connect to notify::cursor-position signal
-
- 23 Feb, 2002 6 commits
-
-
Andreas J. Guelzow authored
2002-02-23 Andreas J. Guelzow <aguelzow@taliesin.ca> * cell-sort.glade : Add `add' entry * dialog-cell-sort.c (append_data) : code extracted from load_model_data (load_model_data) : use append_data (value_to_global_range) : utility for cb_update_add_sensitivity (cb_update_add_sensitivity) : update add button sensitivity (cb_update_sensitivity) : call cb_update_add_sensitivity (cb_ok_clicked) : adjust base (the tree widget now stores row and col numbers rather than offset) (cb_add_clicked) : new (dialog_init) : set up add-entry
-
Jon K Hellan authored
2002-02-23 Jon K Hellan <hellan@acm.org> * plugins/excel/plugin.xml.in: Recognize *.xlt extension.
-
Kevin Breit authored
2002-02-23 Kevin Breit <mrproper@ximian.com> * new/analysis-tools.xml: Updated the introduction. This was some changes that were in the SGML version but not the XML version.
-
Andreas J. Guelzow authored
2002-02-23 Andreas J. Guelzow <aguelzow@taliesin.ca> * dialog-analysis-tools.c (tool_set_focus) : the focus widget is the entry in the gnumeric-expr-entry widget * dialog-cell-sort.c (dialog_set_focus) : the focus widget is the entry in the gnumeric-expr-entry widget (dialog_init) : set update_policy, use update rather than changed signal 2002-02-23 Andreas J. Guelzow <aguelzow@taliesin.ca> * gnumeric-expr-entry.c (gee_focus_in_event, gee_focus_out_event) : wbcg_set_entry doesn't work here, disabled * gnumeric-expr-entry.h (gnumeric_expr_entry_set_update_policy) : since this is non-static, declare it
-
Kevin Breit authored
2002-02-23 Kevin Breit <mrproper@ximian.com> * C/number_theory/*.xml: Added a whole bunch of files. I seem to be only missing one more function to write about. Almost done, so the fun can start! * numtheory.c: Changed @SEEALSO=BITRSHIFT to BITLSHIFT as it was linking to itself and it probably wanted to go to BITLSHIFT
-
Kjartan Maraas authored
2002-02-23 Kjartan Maraas <kmaraas@gnome.org> * *.glade: Don't translate the widget label. 2002-02-22 Kjartan Maraas <kmaraas@gnome.org> * dialog-about.c: Remove unsupported #ifdef ENABLE_NLS. 2002-02-21 Morten Welinder <terra@diku.dk>
-
- 22 Feb, 2002 8 commits
-
-
Jon Kåre Hellan authored
-
Morten Welinder authored
-
Fatih Demir authored
-
Morten Welinder authored
2002-02-22 Morten Welinder <terra@diku.dk> * src/numbers.h (floorgnum, ceilgnum, powgnum, expgnum, loggnum, log10gnum, singnum, cosgnum, tangnum, asingnum, acosgnum, atangnum): Supply these. Use everywhere. * configure.in: Check for the above.
-
Morten Welinder authored
2002-02-22 Morten Welinder <terra@diku.dk> * configure.in: Check for ldexpl and frexpl. * src/mathfunc.c (gpow2): New function. (gnumeric_add_epsilon, gnumeric_sub_epsilon, gnumeric_fake_floor, gnumeric_fake_ceil, gnumeric_fake_round, gnumeric_fake_trunc): Make these gnum_float typed. * src/numbers.h (frexpgnum, ldexpgnum): New stuff.
-
Jody Goldberg authored
-
Kevin Breit authored
2002-02-22 Kevin Breit <mrproper@ximian.com> * C/funct-ref.xml: Added the remaining entities to the document. The files don't exactly...exist right now. So this document won't build. I was just sick of adding entities. I'll have these files in CVS in the next day or two.
-
Kjartan Maraas authored
2002-02-22 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokml) translation.
-
- 21 Feb, 2002 14 commits
-
-
Morten Welinder authored
2002-02-21 Morten Welinder <terra@diku.dk> * src/numbers.h: Define prototypes for strtognum, modfgnum, and gnumabs here when needed.
-
Jody Goldberg authored
2002-02-21 Jody Goldberg <jody@gnome.org> * gnumeric-expr-entry.c (gnm_expr_entry_load_from_expr) : add new convenience routine.
-
Jody Goldberg authored
-
Morten Welinder authored
-
Morten Welinder authored
2002-02-21 Morten Welinder <terra@diku.dk> * src/workbook-control-gui.c (wbcg_validation_msg): Constify. * src/cell.c (cell_is_zero): Use gnum_float. * src/regression.c (LUPDecomp): Use gnumabs. * src/solver-lp.c (solver_answer_report): Ditto. * src/value.c (value_diff): Ditto. * src/goal-seek.c: Ditto. * src/rangefunc.c (range_avedev): Ditto. * src/validation.c (validation_eval): Use gnum_float, modfgnum, and gnumabs. * src/numbers.h (GNUM_MANT_DIG, GNUM_MAX_EXP, gnumabs): New stuff.
-
Morten Welinder authored
-
Morten Welinder authored
2002-02-21 Morten Welinder <terra@diku.dk> * ms-excel-write.c (init_base_char_width_for_write): Constify. (ms_excel_write_workbook): Constify. * ms-excel-read.c (get_substitute_font): Constify. (ms_excel_get_style_from_xf): Constify. (biff_boundsheet_data_new): Constify. * ms-summary.c (read_summary_items): Constify. * ms-excel-util.c (get_locale_charset_name): Constify. Remove code conditioned on HAVE_ICONV && !HAVE_ICONV. * ms-escher.c (ms_escher_read_BSE): Constify.
-
Morten Welinder authored
2002-02-21 Morten Welinder <terra@diku.dk> * dialog-summary.c (dialog_summary_update): Constify. * dialog-stf-preview.c (stf_preview_draw_grid): Constify. * dialog-solver.c (cb_dialog_solve_clicked): Remove unneeded initialisation. * dialog-cell-format.c (fmt_dialog_init_format_page): Constify. (cb_validation_sensitivity): Constify. Fix broken sensitivity code. * dialog-consolidate.c (construct_consolidate): Constify. 2002-02-21 Morten Welinder <terra@diku.dk> * widget-font-selector.c (styles): Constify.
-
Leandro Noferini authored
-
Stano Visnovsky authored
-
Leandro Noferini authored
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
2002-02-20 Jody Goldberg <jody@gnome.org> * src/workbook.h : some house cleaning. * src/workbook.c (workbook_is_pristine) : remove stuf for external_dependents. No use having fogotten stubs hanging around. * src/workbook-control-gui.c (cb_insert_component) : look for ControlFactories. (cb_insert_shaped_component) : look for CanvasComponentFactories. * src/commands.h : remove include for gtkobject. * idl/GNOME_Gnumeric_Graph.idl : We a ControlFactory now, not an Embeddable.
-
- 20 Feb, 2002 8 commits
-
-
Morten Welinder authored
2001-02-20 Morten Welinder <terra@diku.dk> * mps.c (mps_parse_name): Fix isspace usage. (mps_create_sheet): Constify.
-
Morten Welinder authored
-
Morten Welinder authored
-
Morten Welinder authored
2002-02-20 Morten Welinder <terra@diku.dk> * src/func.c (fn_def_new, function_add_args, function_add_nodes): Constify. 2002-02-20 Morten Welinder <terra@diku.dk> * fn-*.c: Constify all help texts.
-
Morten Welinder authored
2002-02-20 Morten Welinder <terra@diku.dk> * src/parser.y (yyerror): Constify. * src/xml-io.c (xml_node_set_print_unit): Constify. (xml_read_print_repeat_range): Constify. * src/summary.c (summary_item_name): Constify. * src/print-info.c (predefined_formats, render_ops): Constify. * src/expr-name.c (builtins): Constify. * src/complex.c (complex_to_string): Constify. * src/commands.c (cmd_set_text): Constify. (cmd_area_set_text): Constify. * src/mstyle.c (mstyle_to_string): Missing g_strdup added for sanity check, just in case. * src/summary.c (summary_item_as_text): Ditto. * src/value.c (value_get_as_string): Ditto. * configure.in (CFLAGS): Add -Wwrite-strings, if possible. * src/gui-util.c (gnumeric_dialog_raise_if_exists): Constify.
-
Andreas J. Guelzow authored
2002-02-20 Andreas J. Guelzow <aguelzow@taliesin.ca> * fn_stat.c : change all occurrences of extra_stat.df to extra_stat.df_resid 2002-02-20 Andreas J. Guelzow <aguelzow@taliesin.ca> * src/analysis-tools.c (regression_tool) : use only values from extra_stat (renamed to regression_stat) * src/regression.c (general_linear_regression) : calculate more regression_stat (regression_stat_new) : new (regression_stat_destroy) : new * src/regression.h : add fields to regression_stat_t and add declarations of regression_stat_new and regression_stat_destroy
-
Morten Welinder authored
2002-02-20 Morten Welinder <terra@diku.dk> * src/format.c (format_value): Missing g_strdup added for sanity check, just in case.
-
Morten Welinder authored
2002-02-20 Morten Welinder <terra@diku.dk> * src/datetime.c (coup_cd): Cleanup using g_date_get_days_in_month.
-