- 01 Nov, 2005 4 commits
-
-
JodyGoldberg authored
2005-10-20 Jody Goldberg <jody@gnome.org> Noted by Lukasz Stelmach <steelman@post.pl> * py-gnumeric.c (py_RangeRef_object_getattr) : actually return the end.
-
J.H.M. Dassen (Ray) authored
-
Stepan Kasal authored
-
Stepan Kasal authored
-
- 31 Oct, 2005 1 commit
-
-
Morten Welinder authored
2005-10-31 Morten Welinder <terra@gnome.org> * src/gnumeric-gconf.c: Implement non-gconf case, see #310354. (Patch from Allin Cottrell.)
-
- 30 Oct, 2005 2 commits
-
-
Francisco Javier F. Serrador authored
2005-10-30 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Kostas Papadimas authored
-
- 29 Oct, 2005 1 commit
-
-
Morten Welinder authored
-- no it isn't.
-
- 26 Oct, 2005 2 commits
-
-
Morten Welinder authored
-
Morten Welinder authored
-
- 25 Oct, 2005 5 commits
-
-
Morten Welinder authored
-
Morten Welinder authored
-
Morten Welinder authored
2005-10-24 Morten Welinder <terra@gnome.org> * make-func-www: Update for changes underneath us.
-
Morten Welinder authored
2005-10-24 Morten Welinder <terra@gnome.org> * src/func.c (function_dump_defs): Do the minimum for the new function doc stuff.
-
Morten Welinder authored
2005-10-24 Morten Welinder <terra@gnome.org> * make-func-list.pl: Handle lack of @SEEALSO.
-
- 24 Oct, 2005 1 commit
-
-
JodyGoldberg authored
2005-10-23 Jody Goldberg <jody@gnome.org> * src/parse-util.c (r1c1_rangeref_parse) : cut-n-paste-o (r1c1_get_index) : == max is ok, we're about to decrement. * src/parser.y (yylex) : special case check for #N/A which does not end in '!' or '?'. (cellref) : Allow RANGEREF : RANGEREF 2005-10-23 Jody Goldberg <jody@gnome.org> * excel-xml-read.c (xl_xml_col_start) : - add hidden. - support spans - support styles - support sizes (still off by what seems like a constant factor ?? of 12.5% ??) (xl_xml_row_start) : ditto. (xl_xml_pane) : init edit pos to A1. (xl_xml_selection) : new. handle selection (xl_xml_editpos_col) : new. handle edit position (xl_xml_editpos_row) : new. ditto. (xl_xml_data_start) : load Data::Type here (xl_xml_cell_start) : not here. Store the expr. (xl_xml_data_end) : store exprs and values. (xl_xml_named_range) : new. No entirely functional. It does not handle implicit fwd declatation of names.
-
- 22 Oct, 2005 1 commit
-
-
Guilherme de S. Pastore authored
-
- 20 Oct, 2005 1 commit
-
-
Francisco Javier F. Serrador authored
2005-10-20 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
- 19 Oct, 2005 1 commit
-
-
Adam Weinberger authored
2005-10-19 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
- 18 Oct, 2005 1 commit
-
-
Morten Welinder authored
2005-10-18 Morten Welinder <terra@gnome.org> * lotus.c (lotus_read_new): Handle some wk4 records.
-
- 17 Oct, 2005 1 commit
-
-
Stepan Kasal authored
-
- 15 Oct, 2005 4 commits
-
-
JodyGoldberg authored
2005-10-15 Jody Goldberg <jody@gnome.org> * src/wbcg-actions.c (cb_format_general) : Fix fmt accelerators. ctrl-~ == general not number ctrl-! == number not accounting
-
JodyGoldberg authored
2005-10-14 Jody Goldberg <jody@gnome.org> * src/gnm-format.c (format_value_gstring) : Use the last element as a catch all. eg [>10][Blue]0;0 will fmt 1 in black even though it's implicit condition is <0
-
JodyGoldberg authored
2005-10-14 Jody Goldberg <jody@gnome.org> * src/sheet-view.c (sv_freeze_panes) : if frozen == unfrozen unfreeze things.
-
JodyGoldberg authored
2005-10-12 Jody Goldberg <jody@gnome.org> * ms-formula-read.c (excel_parse_formula) : Ignore the data for Attr CHOOSE that specifies which element to select. We do not need it. * ms-excel-read.c (excel_read_FORMULA) : Use val_offset consistently
-
- 13 Oct, 2005 2 commits
-
-
Morten Welinder authored
2005-10-13 Morten Welinder <terra@gnome.org> * lotus.c (lotus_set_rowheight_cb, lotus_set_colwidth_cb, lotus_twips_to_points, lotus_qmps_to_points): New functions. (lotus_rldb_apply): Handle column height and row widths too.
-
Morten Welinder authored
2005-10-12 Morten Welinder <terra@gnome.org> * lotus.c (lotus_format_string): Extract from... (cell_set_format_from_lotus_format): ...here. (lotus_pattern): New function. (lotus_set_formats_cb): Implement. (lotus_read_old): Check record sizes. (lotus_read_new): Deal with patterns, font sizes, and some font bits. (The latter not observed in corpus.)
-
- 12 Oct, 2005 1 commit
-
-
Stepan Kasal authored
-
- 10 Oct, 2005 8 commits
-
-
J.H.M. Dassen (Ray) authored
-
JodyGoldberg authored
2005-10-10 Jody Goldberg <jody@gnome.org> * src/xml-io.c (xml_sheet_read) : xml_node_get_bool returns TRUE on success. Only set the value if we have one. The other code is reading directly into the value and setting it to a constant on failure.
-
Morten Welinder authored
-
Morten Welinder authored
2005-10-10 Morten Welinder <terra@gnome.org> * src/stf.c (csv_tsv_probe): Fix a pile of content-probe issues. Fixes #318419.
-
JodyGoldberg authored
2005-10-10 Jody Goldberg <jody@gnome.org> * configure.in : post release bump
-
JodyGoldberg authored
2005-10-10 Jody Goldberg <jody@gnome.org> * Release 1.6.0
-
JodyGoldberg authored
2005-10-10 Jody Goldberg <jody@gnome.org> * Release 1.6.0
-
Morten Welinder authored
2005-10-10 Morten Welinder <terra@gnome.org> * src/mathfunc.c (pdhyper): Avoid infinite loop for NB==0, n==x. NOTE: Changed directly in genereated code.
-
- 09 Oct, 2005 4 commits
-
-
Morten Welinder authored
-
Morten Welinder authored
2005-10-09 Morten Welinder <terra@gnome.org> * lotus.c (lotus_read_new): Read some style info.
-
Alessio Frusciante authored
-
JodyGoldberg authored
2005-10-08 Jody Goldberg <jody@gnome.org> * src/cellspan.c (cell_calc_span) : numbers can span when centered across selection. [Debian #286131]
-