- 16 Jul, 2002 5 commits
-
-
Morten Welinder authored
2002-07-16 Morten Welinder <terra@diku.dk> * functions.c (gnumeric_dollarde): Use gpow10. (gnumeric_dollarfr): Ditto.
-
Morten Welinder authored
2002-07-16 Morten Welinder <terra@diku.dk> * functions.c (gnumeric_yield): Use existing root finding machinery.
-
Morten Welinder authored
2002-07-16 Morten Welinder <terra@diku.dk> * configure.in (long double): Move to later when LIBS is in better shape. * src/gutils.c: Fix includes.
-
Jody Goldberg authored
2002-07-15 Jody Goldberg <jody@gnome.org> * lotus-formula.c : NA has no args
-
Morten Welinder authored
2002-07-16 Morten Welinder <terra@diku.dk> * sc-fin.c: Use powgnum, not pow.
-
- 15 Jul, 2002 5 commits
-
-
http://bugzilla.gnome.org/show_bug.cgi?id=88164Andreas J. Guelzow authored
2002-07-15 Andreas J. Guelzow <aguelzow@taliesin.ca> http://bugzilla.gnome.org/show_bug.cgi?id=88164 * latex.c (latex2e_write_multicolumn_cell) : set locale to C before writing decimals (LaTeX assumes C locale).
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
2002-07-15 Jody Goldberg <jody@gnome.org> * lotus.c (read_workbook) : use cell_set_expr_and_value for formulas. Handle the magic exponents that indicate that the previous value was a string. We need a sample of a previous value == err or na * lotus-formula.c (sign_extend) : fix.
-
- 14 Jul, 2002 1 commit
-
-
Jody Goldberg authored
2002-07-13 Jody Goldberg <jody@gnome.org> * src/workbook.c (workbook_foreach_cell_in_range) : fix 3d handling, and convert. * src/sheet.c (sheet_foreach_cell_in_range) : convert from boolean to bit flags and support only_visible in addition to only existing. (sheet_col_size_fit_pixels) : Only fit visible cells. (sheet_row_size_fit_pixels) : ditto. 2002-07-12 Jody Goldberg <jody@gnome.org> * src/sheet.c (cb_max_cell_width) : leave merged cells out of the running. http://bugzilla.gnome.org/show_bug.cgi?id=87987 (sheet_range_bounding_box) : nice catch, thankfully it is a new bug.
-
- 13 Jul, 2002 3 commits
-
-
Jody Goldberg authored
2002-07-13 Jody Goldberg <jody@gnome.org> * functions.c : fix includes.
-
http://bugzilla.gnome.org/show_bug.cgi?id=87939Jody Goldberg authored
2002-07-12 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=87939 * src/sheet.c (cb_max_cell_width) : leave merged cells out of the running. http://bugzilla.gnome.org/show_bug.cgi?id=87987 (sheet_range_bounding_box) : nice catch, thankfully it is a new bug.
-
Jody Goldberg authored
-
- 12 Jul, 2002 4 commits
-
-
Jody Goldberg authored
2002-07-12 Jody Goldberg <jody@gnome.org> * src/plugin-service.c (gnum_plugin_file_opener_probe) : remove pretend feature that supported regexp. Only shell paterns are supported now. (plugin_service_file_opener_read) : ditto. * src/io-context.c (file_io_progress_set) : delete. (file_io_progress_update) : ditto. (memory_io_progress_set) : ditto. (memory_io_progress_update) : ditto. * src/gnumeric-gconf.c (gnm_gconf_get_horizontal_dpi) : dummy out for now until we add a cache. (gnm_gconf_get_vertical_dpi) : ditto. 2002-07-10 Jody Goldberg <jody@gnome.org> * src/stf.c (stf_preparse) : stf_parse_convert_to_unix now returns the length. * src/stf.c (stf_read_default_probe) : handle short files. 2002-07-10 Jody Goldberg <jody@gnome.org> * src/gui-clipboard.c (x_clipboard_to_cell_region) : stf_parse_is_valid_data now takes a length. * src/stf.c (stf_read_default_probe) : ditto. (stf_preparse) : ditto. * src/stf-parse.c (stf_parse_is_valid_data) : Use the supplied buffer length, not a 0 terminator. 2002-07-10 Jody Goldberg <jody@gnome.org> * configure.in : enable quatro pro plugin * plugins/Makefile.am : ditto
-
Jody Goldberg authored
2002-07-12 Jody Goldberg <jody@gnome.org> * src/plugin-service.c (gnum_plugin_file_opener_probe) : remove pretend feature that supported regexp. Only shell paterns are supported now. (plugin_service_file_opener_read) : ditto. * src/io-context.c (file_io_progress_set) : delete. (file_io_progress_update) : ditto. (memory_io_progress_set) : ditto. (memory_io_progress_update) : ditto. * src/gnumeric-gconf.c (gnm_gconf_get_horizontal_dpi) : dummy out for now until we add a cache. (gnm_gconf_get_vertical_dpi) : ditto. 2002-07-10 Jody Goldberg <jody@gnome.org> * src/stf.c (stf_preparse) : stf_parse_convert_to_unix now returns the length. * src/stf.c (stf_read_default_probe) : handle short files. 2002-07-10 Jody Goldberg <jody@gnome.org> * src/gui-clipboard.c (x_clipboard_to_cell_region) : stf_parse_is_valid_data now takes a length. * src/stf.c (stf_read_default_probe) : ditto. (stf_preparse) : ditto. * src/stf-parse.c (stf_parse_is_valid_data) : Use the supplied buffer length, not a 0 terminator.
-
Jody Goldberg authored
2002-07-12 Jody Goldberg <jody@gnome.org> * qpro-read.c (qpro_parse_formula) : add handlers for binary/unary ops, cellrefs, and constants. Still needs work for rangerefs, and functions. Could also use some testing for abs/rel and sheet qualified references.
-
Jody Goldberg authored
2002-07-12 Jody Goldberg <jody@gnome.org> * qpro-read.c : Ok we do a few things now. Sheet name, tab colour, zoom. blank, int, float, string cells. TODO : formulas, attributes 2002-07-10 Jody Goldberg <jody@gnome.org> * qpro-read.c : some initial work to make this a functional plugin and to support ole based versions. None of the records are parsed yet, but we do appear to be able to read the stream smoothly now.
-
- 11 Jul, 2002 3 commits
-
-
Morten Welinder authored
2002-07-11 Morten Welinder <terra@diku.dk> * src/search.c (calculate_replacement): Initial work towards UTF-8 safety. (search_replace_compile, search_replace_verify): Make UTF-8 safe, except for the fact that our regexp routines are not.
-
Jody Goldberg authored
2002-07-11 Jody Goldberg <jody@gnome.org> * cell_refer.xml : fix example to match the strings we generate.
-
Morten Welinder authored
2002-07-11 Morten Welinder <terra@diku.dk> * gsl-complex.c (gsl_complex_abs): Remove. (Did the exact same thing as complex_mod.) : Constify and make gnum_float safe.
-
- 10 Jul, 2002 4 commits
-
-
Christian Rose authored
2002-07-11 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
-
Jon Kåre Hellan authored
(workbook_control_component_activate): Plug leak.
-
Morten Welinder authored
2002-07-10 Morten Welinder <terra@diku.dk> * src/search.c (search_replace_string): Use glib 2's g_string_append_len. (calculate_replacement): Ditto. (cb_order_sheet_col_row, cb_order_sheet_row_col): Make UTF-8 safe.
-
Jody Goldberg authored
-
- 09 Jul, 2002 8 commits
-
-
Morten Welinder authored
-
Morten Welinder authored
-
Morten Welinder authored
2002-07-09 Morten Welinder <terra@diku.dk> * boot.c (excel_file_open): Don't leak the stream.
-
Morten Welinder authored
-
Morten Welinder authored
2002-07-09 Morten Welinder <terra@diku.dk> * src/mathfunc.c (random_poisson): Fix loop (by switching method).
-
Jody Goldberg authored
2002-07-09 Jody Goldberg <jody@gnome.org> * plugins/Makefile.am : excel is no longer conditional
-
Jody Goldberg authored
2002-07-09 Jody Goldberg <jody@gnome.org> * README : add libgsf and remove libole * configure.in : remove libole
-
Christian Rose authored
2002-07-09 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
-
- 08 Jul, 2002 7 commits
-
-
Jon Kåre Hellan authored
-
Jody Goldberg authored
-
Jon Kåre Hellan authored
-
Jody Goldberg authored
2002-07-08 Jody Goldberg <jody@gnome.org> * src/gnumeric-graph.c : modernize.
-
Jody Goldberg authored
-
Jody Goldberg authored
2002-07-07 Jody Goldberg <jody@gnome.org> * src/gnumeric.h : Add GnmHLink. * src/item-grid.c : include hlink.h (item_grid_event) : a button release on an h-link activates it. * src/Makefile.am : Add hlink.[ch] * src/sheet.h : Lets take a break from architecture and add something simple like hyper-links.
-
Jukka Pekka authored
2002-07-08 Jukka Pekka <jiivonen@hutcs.cs.hut.fi> * numtheory.c: Minor clean up.
-