Introspection fixes
[gnumeric.git] / ChangeLog
blob7195e97d4c8cbdf591206775e3e3df2713114074
1 2018-05-07  Morten Welinder  <terra@gnome.org>
3         * src/gnm-pane.c (gnm_pane_key_mode_sheet): Plug leaks.
5 2018-05-07  Morten Welinder <terra@gnome.org>
7         * configure.ac: Post-release bump.
9 2018-05-07  Morten Welinder <terra@gnome.org>
11         * Release 1.12.41
13 2018-05-07  Morten Welinder  <terra@gnome.org>
15         * src/rendered-value.c (gnm_rendered_value_new): When auto-fitting
16         a column, request no more room than for 15 significant digits.
17         Fixes #754391.  You can still get the maximum precision by
18         widening the column.
20         * src/wbc-gtk.c (wbc_gtk_init): Use a resource for the default ui
21         definition.
22         (wbcg_auto_expr_value_changed): Limit the width of numbers
23         formatted as General to something independent of function name.
24         This avoids the 10.10000...002 situation unless maximum precision
25         is requested.
27 2018-05-06  Morten Welinder  <terra@gnome.org>
29         * src/commands.c (cmd_area_set_array_expr): The clipboard now
30         takes care of restoring row heights and column widths.
31         (cmd_paste_copy_impl): After the initial "do", always restore
32         column widths and row heights.
34 2018-05-04  Morten Welinder  <terra@gnome.org>
36         * src/wbc-gtk.c (toolbar_context_menu): Use a proper separator
37         menu item.
39 2018-05-03  Morten Welinder  <terra@gnome.org>
41         * src/commands.c (get_new_objects): Change from transfer-container
42         to transfer-full.  Otherwise a deleted object can shadow a new
43         one.  (Never observed.)
45 2018-04-30  Morten Welinder  <terra@gnome.org>
47         * src/wbc-gtk.c (wbc_gtk_reload_recent_file_menu): Make full
48         history item insensitive if we have to history.
50 2018-04-29  Morten Welinder <terra@gnome.org>
52         * configure.ac: Post-release bump.
54 2018-04-29  Morten Welinder <terra@gnome.org>
56         * Release 1.12.40
58 2018-04-26  Morten Welinder  <terra@gnome.org>
60         * src/colrow.c (col_row_collection_foreach): move to...
61         * src/sheet.c (sheet_colrow_foreach): ...here.  Allow -1 to mean
62         last column or row.
63         (sheet_foreach_cell_in_range): Change to take a range.
64         (sheet_foreach_cell_in_region): Preserve the old
65         sheet_foreach_cell_in_range api.  Most callers changed.  Allow -1
66         to mean last column or row.
68 2018-04-25  Morten Welinder  <terra@gnome.org>
70         * src/xml-sax-read.c (xml_sax_cell_content): Read shared array
71         expressions as we used to, but immediately unshare.  I had an old
72         file with such a thing and it not supposed to happen.  That
73         formula would likely have been created in early 2007.
75 2018-04-24  Morten Welinder  <terra@gnome.org>
77         * src/commands.c (cmd_paste_copy_impl): Simplify now that
78         clipboard handles colrow sizes.
80 2018-04-21  Morten Welinder  <terra@gnome.org>
82         * src/sheet-object-image.c (gnm_soi_write_image): If the format
83         doesn't match what is requested, convert.
85 2018-04-20  Morten Welinder  <terra@gnome.org>
87         * src/ssconvert.c (merge_single): Avoid a
88         hash-changed-while-iterating problem.  [#795408]
90         * src/xml-sax-write.c (xml_write_cell_and_position): In the
91         clipboard case, write result values too.
93         * src/xml-sax-read.c (xml_sax_cell_content): Rework this rat's
94         nest of conditionals.  Accept values for expressions.
96 2018-04-18  Morten Welinder  <terra@gnome.org>
98         * src/mstyle.c (gnm_style_get_cond_style): Flip reversed
99         pre-condition.
101         * src/gui-clipboard.c (gnm_x_claim_clipboard): Offer biff8,
102         including LO's weird name for that.  The don't seem to take
103         "Biff8" and they don't seem to take Citrix' variant either.
105 2018-04-16  Morten Welinder  <terra@gnome.org>
107         * src/gui-clipboard.c (gnm_x_claim_clipboard): Plug leak.  Debug
108         improvements.
109         (table_cellregion_read): Improve paste-range heuristic for
110         clipboard formats that lack that information, notably
111         LibreOffice's.
113         * src/workbook-view.c (get_uri_modtime): Fix criticals on paste
114         from LibreOffice.  (Which sends a zipfile over the clipboard.)
116 2018-04-14  Morten Welinder  <terra@gnome.org>
118         * src/func.c (gnm_func_count_args): Rename from
119         function_def_count_args for introspection.
120         (gnm_func_get_arg_type): Rename from function_def_get_arg_type
121         for introspection.
122         (gnm_func_get_arg_type_sring): Rename from
123         function_def_get_arg_type_string for introspection.
125         * src/workbook-view.c (workbook_view_save_as): Rename from
126         wb_view_save_as for introspection.
127         (workbook_view_save): Rename from wb_view_save for introspection.
129 2018-04-13  Morten Welinder  <terra@gnome.org>
131         * src/workbook-view.c (workboook_view_save_to_uri): Renamed from
132         wb_view_save_to_uri for introspection.
133         (workbook_view_save_to_output): Renamed from
134         wb_view_save_to_output for introspection.
136         * src/style-color.c (gnm_style_color_get_type): Duplicate of
137         gnm_color_get_type, more or less.
139         * src/validation.c (gnm_validation_ref): Must return a value to be
140         used as a boxed copy function.
142         * src/expr.c (gnm_expr_top_ref): Must return a value to be used
143         as a boxed copy function.
145         * src/expr-name.c (expr_name_ref): Must return a value to be used
146         as a boxed copy function.
148         * src/mstyle.c (gnm_style_ref): Must return a value to be used
149         as a boxed copy function.
151         * src/clipboard.c (cellregion_ref): Must return a value to be used
152         as a boxed copy function.
154         * src/criteria.c (gnm_criteria_unref): Rename from free_criteria.
156         * src/mstyle.c: Hide internals.
157         src/gnm-style-impl.h: Remove.
159         * src/cell.c (gnm_cell_set_format): Remove.  Unused and badly
160         named.
162 2018-04-12  Morten Welinder  <terra@gnome.org>
164         * src/sheet-merge.c (gnm_sheet_merge_remove): Drop unused command
165         context argument.  All callers changed.
167 2018-04-11  Morten Welinder  <terra@gnome.org>
169         * src/workbook.c: Make Workbook a more proper object by adding a
170         constructor to setup the object correctly.  Introspection fixes.
172         (workbook_view_class_init): Make this a more proper object by
173         adding a constructor and init function to setup the object
174         correctly.
176 2018-04-11  Morten Welinder  <terra@gnome.org>
178         * src/workbook-view.c: Introspection fixes, mostly from Dean
179         McCarron.
180         src/workbook-control.c: Ditto.
181         src/wbc-gtk.c: Ditto.
183 2018-03-25  Morten Welinder  <terra@gnome.org>
185         * src/workbook.c (workbook_set_last_export_uri): Constify
186         argument.  Callers fixed.
188 2018-03-23  Morten Welinder  <terra@gnome.org>
190         * src/main-application.c (cpu_sanity_check): New function.
192 2018-03-13  Morten Welinder <terra@gnome.org>
194         * configure.ac: Post-release bump.
196 2018-03-13  Morten Welinder <terra@gnome.org>
198         * Release 1.12.39
200 2018-01-17  Morten Welinder  <terra@gnome.org>
202         * src/sstest.c (function_dump_defs): Drop internal function TABLE
203         as well as demo function ATL_LAST.
205 2018-01-11  Morten Welinder  <terra@gnome.org>
207         * src/sheet-control-gui.c (scg_scrollbar_config_real): Be careful
208         not to trigger an update storm when nothing changes.  Fixes
209         #792417.
211 2018-01-01  Morten Welinder  <terra@gnome.org>
213         * src/expr.c (gnm_expr_simplify_if): Remove non-working,
214         non-reachable code relating to true() and false() conditions.
216 2017-12-30  Morten Welinder  <terra@gnome.org>
218         * src/expr.c (gnm_expr_top_get_array_corner): Remove.  All callers
219         changed.
220         (gnm_expr_top_get_array_size, gnm_expr_top_get_array_value)
221         (gnm_expr_top_get_array_expr): New functions.
223         * src/cell.c (gnm_cell_is_array_corner): Remove.  All callers
224         changed.
226 2017-12-29  Morten Welinder  <terra@gnome.org>
228         * src/ssdiff.c (diff_names): Fix checks for inserted or removed
229         name.  #792038.
231 2017-12-28  Morten Welinder <terra@gnome.org>
233         * configure.ac: Post-release bump.
235 2017-12-28  Morten Welinder <terra@gnome.org>
237         * Release 1.12.38
239 2017-12-25  Morten Welinder  <terra@gnome.org>
241         * src/gnm-plugin.c: Avoid using "textdomain" as a variable.
242         * src/func-builtin.c (func_builtin_init): Ditto.
244 2017-12-23  Morten Welinder  <terra@gnome.org>
246         * src/stf-parse.c (stf_parse_sheet): Fix crash on text important.
248 2017-12-04  Morten Welinder  <terra@gnome.org>
250         * src/ssdiff.c (GnmDiffState): Store old_sheet and new_sheet here
251         instead of passing them all over the place.
252         (diff): Compare names too.
254 2017-12-03  Morten Welinder  <terra@gnome.org>
256         * src/ssdiff.c (SSDIFF_DTD): Add proper xmlns definition.
257         (diff): Missing or extra sheet counts as a difference.
259         * src/mstyle.c (gnm_style_find_differences): Don't crash when
260         hlink/validation/inputmsg/conditions is NULL in one and not the other.
262         * src/ssdiff.c (diff_sheets_colrow): New function to compare
263         row/column sizes.
264         (highlight_cell_changed): Survive missing cell.
266 2017-12-01  Morten Welinder <terra@gnome.org>
268         * configure.ac: Post-release bump.
270 2017-12-01  Morten Welinder <terra@gnome.org>
272         * Release 1.12.37
274 2017-11-30  Morten Welinder  <terra@gnome.org>
276         * src/print-cell.c (gnm_gtk_print_cell_range): Eliminate g_alloca
277         usage.
278         * src/parse-util.c (wbref_parse): Ditto.
279         * src/preview-grid.c (preview_grid_draw_region): Ditto.
280         * src/item-grid.c (item_grid_draw_region): Ditto.
281         * src/parser.y (yylex): Ditto.
282         * src/criteria.c (parse_database_criteria): Ditto.
284         * src/sheet-filter.c (gnm_filter_combo_apply): Use heap, not
285         stack, allocation.
287         * src/sheet-style.c (sheet_style_find_conflicts): Use heap, not
288         stack, allocation.
290 2017-11-29  Morten Welinder  <terra@gnome.org>
292         * src/sstest.c (enumerate_functions): Make sure function is loaded.
294         * src/func-builtin.c (help_table): Add help text for TABLE.
296         * src/func.c (gnm_func_enumerate): Introspection annotation.
298         * src/sstest.c (function_dump_defs): Move from func.c with all
299         support code.
300         (gnm_func_sanity_check): Ditto.
302         * src/libgnumeric.c (gnm_dump_func_defs): Not needed anymore.
304         * src/main-application.c (pathetic_qt_workaround): Not needed
305         anymore.
307         * (gnumeric-object-combo.png): redo based on list combo.  This avoids
308         looking strange when insensitive and also is a consistent size.
310 2017-11-18  Morten Welinder <terra@gnome.org>
312         * configure.ac: Post-release bump.
314 2017-11-18  Morten Welinder <terra@gnome.org>
316         * Release 1.12.36
318 2017-10-29  Jean Brefort  <jean.brefort@normalesup.org>
320         * src/gnumeric.css: add grid:selected back-color.
321         * src/item-grid.c (item_grid_draw_region): fix background of multiple
322         selection. [#789411]
324 2017-10-23  Morten Welinder  <terra@gnome.org>
326         * src/func.c (gnm_func_convert_markup_to_pango): Avoid dead kitten
327         criticals.
329 2017-07-06  Morten Welinder <terra@gnome.org>
331         * configure.ac: Post-release bump.
333 2017-07-06  Morten Welinder <terra@gnome.org>
335         * Release 1.12.35
337 2017-06-30  Andreas J. Guelzow <aguelzow@pyrshep.ca>
339         * src/sheet-object-widget.c
340         (sheet_widget_slider_horizontal_draw_cairo): use narrower slider
341         button
343 2017-05-18  Morten Welinder  <terra@gnome.org>
345         * src/sf-bessel.c (hankel1_A1): Use also libc's jn for smallish
346         integer orders.
347         (jy_via_j_series): Rename from y_via_j_series and supply both J
348         and Y results.  Use the full J result accuracy.
349         (gnm_bessel_phi): Improve divergence check.
351 2017-05-16  Morten Welinder  <terra@gnome.org>
353         * src/sf-bessel.c (debye_33): Handle near-overflow better.
354         (gnm_bessel_j, gnm_bessel_y): Use modulus/phase method when
355         appropriate.
357         * src/gutils.c (gnm_utf8_strto): Handle denormals better.
359         * src/value.c (value_new_from_string): Handle denormals betters.
361 2017-04-05  Morten Welinder  <terra@gnome.org>
363         * src/sf-trig.c (gnm_reduce_pi): Rename from reduce_pi_half.
364         Generalize to Pi/2^e and make public.
366 2017-03-28  Morten Welinder  <terra@gnome.org>
368         * src/sf-bessel.c (y_via_j_series): Use gnm_yn if we can.
369         (hankel1_A1): Use gnm_yn if we can.  Near integer order, center
370         around the integer with odd count when we can.
372 2017-03-21  Morten Welinder  <terra@gnome.org>
374         * src/sstest.c (rand_fractile_test): Allow 4*sqrt(expected)
375         deviation for each bin.
376         (test_random_randchisq, test_random_randtdist)
377         (test_random_randfdist): Don't allow df=0.
378         (test_random_randbeta): Don't floor the parameters thus avoiding
379         zero.
381 2017-03-20  Morten Welinder <terra@gnome.org>
383         * configure.ac: Post-release bump.
385 2017-03-20  Morten Welinder <terra@gnome.org>
387         * Release 1.12.34
389 2017-03-17  Morten Welinder  <terra@gnome.org>
391         * src/sheet-style.c (sheet_style_init_size): Don't hand-create a
392         bogus GnmColor here.  The fake object prevents GnmColor equality
393         from working which in turn prevents GnmBorder equality from
394         working.
396         * src/style-color.c (gnm_color_make): Rename from
397         gnm_color_new_uninterned and handle caching here.
398         (gnm_color_new_auto): New function.
400         * src/ssdiff.c (main): Exit 2 on error, 1 of diffs, 0 if no diff.
401         (compare_corresponding_cells): Fall back to string comparison.
402         References like Sheet1!A1 should match even if they, obviously,
403         refer to sheets in different workbooks.
405         * src/style-conditions.c (gnm_style_conditions_equal): Add new
406         relax_sheet argument.
408         * src/validation.c (gnm_validation_equal): New function.
410         * src/mstyle.c (gnm_style_find_differences): New function.
412         * src/ssdiff.c (xml_style_changed): Use
413         gnm_style_find_differences.
415         * src/ssdiff.c (cb_diff_sheets_styles_2): Use relaxed
416         gnm_style_find_differences, not gnm_style_equal.
418         * src/hlink.c (gnm_hlink_equal): New function.
420 2017-03-13  Morten Welinder  <terra@gnome.org>
422         * src/hlink.c (gnm_hlink_cur_wb_set_target): Improve parsing of
423         inter-sheet local name references.
425 2017-03-10  Morten Welinder  <terra@gnome.org>
427         * src/hlink.c (gnm_hlink_get_name_target)
428         (gnm_hlink_get_range_target): New functions.
429         (gnm_hlink_cur_wb_activate): Use gnm_hlink_get_range_target.
431 2017-03-07  Morten Welinder  <terra@gnome.org>
433         * src/parser.y (parser_simple_name): Extract from
434         parser_simple_val_or_name.  Extend to handle explicit sheet.
435         ("sheetref STRING"): Ise parser_simple_name.
437 2017-03-06  Morten Welinder  <terra@gnome.org>
439         * src/expr-name.c (expr_name_add): Plug leak.
441 2017-03-05  Morten Welinder  <terra@gnome.org>
443         * src/hlink.c (GnmHLinkCurWB): Store location as dependent.
444         (gnm_hlink_cur_wb_activate): Move string parsing from here...
445         (gnm_hlink_cur_wb_set_target): ...to here.  Check name first as
446         value_new_cellrange_str will resolve a name.
448         * src/mstyle.c (gnm_style_linked_sheet_changed): Handle changed
449         sheet for hlinks too.
451         * src/hlink.c (gnm_hlink_new, gnm_hlink_dup, gnm_hlink_get_sheet)
452         (gnm_hlink_set_sheet): New functions.
454 2017-01-30  Morten Welinder <terra@gnome.org>
456         * configure.ac: Post-release bump.
458 2017-01-30  Morten Welinder <terra@gnome.org>
460         * Release 1.12.33
462 2017-01-29  Morten Welinder  <terra@gnome.org>
464         * src/style-conditions.c (gnm_style_cond_equal): New function.
465         (gnm_style_conditions_equal): ...split out from here.
467 2017-01-25  Morten Welinder  <terra@gnome.org>
469         * src/mstyle.c (ELEM_IS_EQ): Fix last fix.
471 2017-01-22  Morten Welinder  <terra@gnome.org>
473         * src/stf-parse.c (stf_cell_set_text): Don't parse "=..." as
474         expression for text formatted cells.
475         (stf_parse_sheet): Don't try number parsing for text formatted
476         columns.  Fixes #777543.
478 2017-01-22  Jean Brefort  <jean.brefort@normalesup.org>
480         * src/graph.c (cb_assign_string), (gnm_go_data_vector_get_str): use cell
481         format when generating the string. [#777338]
483 2017-01-19  Morten Welinder  <terra@gnome.org>
485         * src/mstyle.c (ELEM_IS_EQ): Don't compare conditions by pointer.
487         * src/style-conditions.c (gnm_style_conditions_equal): New
488         function.
490 2016-12-08  Morten Welinder  <terra@gnome.org>
492         * src/mathfunc.c (gnm_linear_solve): Use proper matrix type.  All
493         callers changed.
494         (gnm_linear_solve_multiple): Ditto.
496 2016-10-02  Morten Welinder  <terra@gnome.org>
498         * src/libgnumeric.c (gnm_pre_parse_init): Don't pretend the
499         g_mem_set_vtable stuff actually works anymore.
501 2016-08-21  Morten Welinder  <terra@gnome.org>
503         * src/sstest.c (options): Add --fast option.
505         * src/value.c (value_get_as_gstring): Let a negative
506         decimal_digits mean "shortest round-tripping string".
508 2016-08-20  Morten Welinder <terra@gnome.org>
510         * configure.ac: Post-release bump.
512 2016-08-20  Morten Welinder <terra@gnome.org>
514         * Release 1.12.32
516 2016-08-08  Morten Welinder  <terra@gnome.org>
518         * src/criteria.c (criteria_inspect_values): Add flag for string
519         coercion.  Only the equality test wants that.
521         * src/value.c (criteria_inspect_values): Floats don't match
522         errors.
524 2016-08-04  Morten Welinder  <terra@gnome.org>
526         * src/rangefunc-strings.c (range_concatenate): Add (unused) user
527         pointer.
529         * src/collect.c (string_range_function): Add user pointer.  Caller
530         changed.
532 2016-06-29  Morten Welinder <terra@gnome.org>
534         * configure.ac: Post-release bump.
536 2016-06-29  Morten Welinder <terra@gnome.org>
538         * Release 1.12.31
540 2016-06-29  Morten Welinder  <terra@gnome.org>
542         * src/parse-util.c (std_expr_name_handler): Fix workbook confusion
543         related to sheet-local names.  [#768164]
545 2016-06-28  Morten Welinder  <terra@gnome.org>
547         * src/stf-parse.c (stf_parse_options_guess_formats): Handle lines
548         of different lenghts.
550 2016-06-21  Morten Welinder  <terra@gnome.org>
552         * src/value.c (criteria_test_greater_or_equal): Use case-folding
553         comparisons for strings.
554         (parse_criteria, parse_criteria_range): Add argument controlling
555         whether to anchor matching at end of string.
556         (parse_database_criteria): Don't anchor here.
558 2016-06-17  Morten Welinder <terra@gnome.org>
560         * configure.ac: Post-release bump.
562 2016-06-17  Morten Welinder <terra@gnome.org>
564         * Release 1.12.30
566 2016-06-17  Morten Welinder  <terra@gnome.org>
568         * src/value.c (parse_criteria): Anchor matches at the beginning,
569         but not at the end.
571 2016-06-11  Morten Welinder  <terra@gnome.org>
573         * src/value.c (find_rows_that_match): Fix blank handling.
574         (criteria_test_unequal): Wrong type means unequal.
575         (criteria_test_match): Only match strings.
576         (parse_criteria): Don't anchor matches.  This is the right thing
577         to do for DSUM and friends.  Hopefully this doesn't break anything
578         else.
579         (criteria_inspect_values): Strings are incompatible with
580         non-strings.
581         (criteria_test_less, criteria_test_less_or_equal)
582         (criteria_test_greater, criteria_test_greater_or_equal): handle
583         strings.
585 2016-05-19  Morten Welinder  <terra@gnome.org>
587         * src/stf-parse.c (stf_parse_options_guess_formats): Separate
588         decimal counts for the hypothetical comma and point choices.
590 2016-05-10  Morten Welinder  <terra@gnome.org>
592         * src/stf-parse.h (struct StfParseOptions_t): Remove unused struct
593         members.  Doc fix.
595 2016-05-06  Morten Welinder <terra@gnome.org>
597         * configure.ac: Post-release bump.
599 2016-05-06  Morten Welinder <terra@gnome.org>
601         * Release 1.12.29
603 2016-04-29  Morten Welinder  <terra@gnome.org>
605         * src/gui-util.c (gnm_style_context_get_color): Fix function
606         wrapping gtk_style_context_get_color which changed API.
608 2016-04-24  Morten Welinder  <terra@gnome.org>
610         * src/value-sheet.c (value_area_get_x_y): Use
611         gnm_rangeref_normalize.  Do full wrap-around.
613 2016-04-24  Jean Brefort  <jean.brefort@normalesup.org>
615         * src/graph.c (gnm_go_data_matrix_load_values): fix array
616         reading. [#765483]
618 2016-04-17  Jean Brefort  <jean.brefort@normalesup.org>
620         * configure.ac: protect against pxlib weirdness.
622 2016-04-17  Jean Brefort  <jean.brefort@normalesup.org>
624         * src/graph.c (gnm_go_data_vector_load_len): return a nul length if the
625         value is an error.
627 2016-03-22  Morten Welinder <terra@gnome.org>
629         * configure.ac: Post-release bump.
631 2016-03-22  Morten Welinder <terra@gnome.org>
633         * Release 1.12.28
635 2016-03-02  Morten Welinder  <terra@gnome.org>
637         * src/sf-bessel.c: Return complex numbers by value, not reference.
639 2016-02-23  Morten Welinder  <terra@gnome.org>
641         * src/sf-gamma.c: Properly use gnm_ldexp, not ldexp.
643 2016-02-18  Morten Welinder  <terra@gnome.org>
645         * src/parse-util.c (unquote): Properly account backslashes.  Fixes
646         #762278.
648 2016-02-12  Morten Welinder  <terra@gnome.org>
650         * src/complex.h: Add a direct-value interface.
652         * src/ssconvert.c (run_solver): Also create solver reports as
653         indicated in options.
655         * src/cell-draw.c (cell_draw_simplify_attributes): Plug leak.
657 2016-02-10  Morten Welinder  <terra@gnome.org>
659         * src/gnumeric.css (toolbarzone): Set padding for toolbar children
660         to 1px.  While that may be a sligh increase for certain
661         themes/gtk+ versions, it is a large decrease for others, notably
662         what comes with an out-of-the-box OpenSuSE leap.  Override in
663         ~/.config/gtk-3.0/gtk.css if need be.
665         * src/wbc-gtk.c (cb_scroll_wheel): Use shift modifier with scroll
666         wheel for horizontal motion instead of alt.  Window managers tend
667         to eat the latter.
669 2016-02-08  Morten Welinder  <terra@gnome.org>
671         * src/graph.c (gnm_go_data_vector_eval)
672         (gnm_go_data_vector_finalize): Plug leak.
674 2016-02-06  Morten Welinder <terra@gnome.org>
676         * configure.ac: Post-release bump.
678 2016-02-06  Morten Welinder <terra@gnome.org>
680         * Release 1.12.27
682 2016-02-06  Morten Welinder  <terra@gnome.org>
684         * configure.ac (goffice): Require latest for
685         go_complex_from_polar_pi.
687         * src/sf-gamma.c (complex_igamma): Apply fixup for upper gamma
688         when x<0 and a is real.
690 2016-02-04  Morten Welinder  <terra@gnome.org>
692         * src/sf-gamma.c (complex_temme_D): Fix factorial computation.
693         (gnm_complex_continued_fraction): Fail if we would otherwise try
694         to rescale by 0.  Fix termination condition.
695         (igamma_asymp): Fix term update.
696         (complex_igamma): Fix flavour fixup.
698 2016-02-02  Morten Welinder  <terra@gnome.org>
700         * src/sf-gamma.c (complex_igamma): Try asymptotic expansion.
701         (gamma_error_factor): Extend to all positive numbers.
702         (pochhammer_small_n): Allow any x > 1.
703         (qbetaf): Use pochhammer_small_n as long as a > 1 and |b| < 1.
705 2016-02-01  Morten Welinder  <terra@gnome.org>
707         * configure.ac (yacc, lex): Fail if the required program isn't
708         found.
710 2016-01-31  Morten Welinder  <terra@gnome.org>
712         * src/sf-gamma.c (igamma_upper_cf): Extract generic code for
713         complex continued fractions.
715 2016-01-30  Morten Welinder  <terra@gnome.org>
717         * src/sheet-object-widget.c (get_font): Under ssconvert, don't try
718         GtkStyleContext.  Another ABI changes causes that to crash.
720         * src/value.c (find_column_of_field): Insist that the database be
721         a cell range, not an array.
723 2016-01-29  Morten Welinder  <terra@gnome.org>
725         * src/sf-bessel.c (gnm_bessel_i): Use series for small x.
726         (bessel_ij_series): Rename from bessel_j_series and extend to
727         handle i also.
729         * src/sf-gamma.c (qbetaf): Improve accuracy in the case where one
730         argument is less than one.
732         * src/xml-sax-read.c (xml_sax_filter_condition): Leak fix and warn
733         about broken sheet filter.
735         * src/sheet-filter.c (gnm_filter_condition_new_single)
736         (gnm_filter_condition_new_double): Plug leak on error.
737         (gnm_filter_op_needs_value): Handle GNM_FILTER_UNUSED.
739 2016-01-28  Jean Brefort  <jean.brefort@normalesup.org>
741         * src/graph.c (gnm_go_data_vector_get_str): fix for a range
742         value. [#761048]
744 2016-01-27  Morten Welinder  <terra@gnome.org>
746         * src/sf-bessel.c (gnm_bessel_j, gnm_bessel_y): New
747         implementation.
749         * src/wbc-gtk.c (cb_add_menus_toolbars): Work around gtk+ bug with
750         css styling.
752 2016-01-23  Morten Welinder  <terra@gnome.org>
754         * src/parser.y (yylex): Be careful about overflowing numeric
755         token.  Fixes #761023.
757 2016-01-20  Morten Welinder  <terra@gnome.org>
759         * src/complex.h: Namespace.  Mostly for macros.
761 2016-01-16  Morten Welinder  <terra@gnome.org>
763         * src/gnumeric-simple-canvas.c (gnm_simple_canvas_ungrab): Drop
764         unused time argument.  All callers changed.
765         (gnm_simple_canvas_grab): Remove unused arguments and return
766         value.  All callers changed.
768         * src/item-bar.c (item_bar_button_pressed): Handle multiple clicks
769         without regrabbing the focus.  See #760639.
771 2016-01-13  Morten Welinder  <terra@gnome.org>
773         * src/sstest.c (test_random_randsnorm)
774         (test_random_randbernoulli): Print expected stats.
776         * src/xml-sax-read.c (xml_sax_filter_condition): Ensure o0 and op1
777         are sane.  Fixes #760544.
779 2016-01-08  Morten Welinder  <terra@gnome.org>
781         * src/sf-dpq.c (drayleigh): Undo last change and improve accuracy.
783 2016-01-06  Morten Welinder  <terra@gnome.org>
785         * src/mathfunc.c (ebd0): Fix problem with overflow.  [#760230]
787 2016-01-04  Morten Welinder  <terra@gnome.org>
789         * src/sheet-style.c (sheet_style_apply_range)
790         (sheet_style_set_range): Silently ignore inverted ranges.
792 2016-01-03  Morten Welinder  <terra@gnome.org>
794         * src/sheet-style.c (sheet_style_apply_range)
795         (sheet_style_set_range): Ensure sanity of range.  Fixes #760102.
797 2016-01-02  Morten Welinder  <terra@gnome.org>
799         * src/mathfunc.c (expmx2h): Explicitly handle nan, just in case.
801         * src/go-data-cache.c (go_data_cache_records_set_size): Check for
802         zero record size.  Fixes #760087.
804         * src/mathfunc.c (pow1p): Handle nan.  Fixes #760085.
806 2016-01-01  Morten Welinder  <terra@gnome.org>
808         * src/sheet.c (gnm_sheet_constructed): Chain ->constructed early.
810         * src/expr-name.c (expr_name_add): Improve check for circular name
811         defintion.  Fixes #760046.
813 2015-12-28  Morten Welinder  <terra@gnome.org>
815         * src/ssconvert.c (convert): When separating sheets, move current
816         sheet to the front.  See bug #694408.
818         * src/stf-export.c (gnm_stf_file_saver_save): If we add current
819         sheet, remove it at the end.
821 2015-12-28  Morten Welinder <terra@gnome.org>
823         * configure.ac: Post-release bump.
825 2015-12-28  Morten Welinder <terra@gnome.org>
827         * Release 1.12.26
829 2015-12-26  Morten Welinder  <terra@gnome.org>
831         * src/sheet-control-gui.c (sheet_control_gui_new): Hook up screen
832         change here (on the grid).
833         (scg_class_init): Not here.  We're not derived from GtkWidget.
835         * src/sheet-style.c (foreach_tile_r): Rename from foreach_tile.
836         (foreach_tile): New top-level function taking few parameters.  All
837         callers changed.
839 2015-12-25  Morten Welinder <terra@gnome.org>
841         * configure.ac: Post-release bump.
843 2015-12-25  Morten Welinder <terra@gnome.org>
845         * Release 1.12.25
847 2015-12-22  Morten Welinder  <terra@gnome.org>
849         * src/ssdiff.c (xml_style_changed): Do more for input message and
850         validation.
852 2015-12-20  Morten Welinder  <terra@gnome.org>
854         * src/sheet-control-gui.c (scg_screen_changed): New handler to get
855         screen size.
856         (scg_resize): Limit frozen zones to screen size.  Not idea, but
857         better than crashing.
859 2015-12-19  Morten Welinder  <terra@gnome.org>
861         * src/wbc-gtk.c (wbcg_find_action): Search toolbar actions too.
863 2015-12-13  Morten Welinder  <terra@gnome.org>
865         * src/sheet-merge.c (gnm_sheet_merge_relocate): Handle extending
866         merges on column/row insert.  Fixes #504004.
868 2015-12-12  Morten Welinder  <terra@gnome.org>
870         * src/sheet-merge.c (gnm_sheet_merge_relocate): Handling clipping
871         when the merge partially falls off the far end.
873 2015-12-10  Morten Welinder  <terra@gnome.org>
875         * src/gui-util.c (gnm_action_group_add_action): New wrapper to
876         ensure actions get accel paths.
878 2015-12-09  Morten Welinder  <terra@gnome.org>
880         * src/wbc-gtk.c (wbcg_find_action): New function to look in
881         multiple places for an action.
883         * src/gui-util.c (gnm_action_group_add_actions): Handle
884         translation context.  Also handle toggle actions.
886 2015-12-08  Morten Welinder  <terra@gnome.org>
888         * src/wbc-gtk-actions.c (actions): Use GnmActionEntry and C99
889         syntax.
891         * src/gui-util.c (gnm_action_group_add_actions): New function,
892         currently quite dumb.
894         * configure.ac (CC): Insist on c99.
896 2015-12-05  Morten Welinder  <terra@gnome.org>
898         * src/sf-dpq.c (prayleigh, qrayleigh): New functions.
899         (drayleigh): Define in terms of dweibull.
901 2015-12-03  Morten Welinder  <terra@gnome.org>
903         * src/sf-dpq.c (discpfuncinverter): Fix problem at left edge of
904         support.  Fixes R.QHYPER(0.1,3,99,13)
906 2015-10-19  Morten Welinder  <terra@gnome.org>
908         * src/func-builtin.c (gnumeric_table): Make sure to invalidate
909         in[2].  Fixes #752182.
911 2015-09-25  Morten Welinder  <terra@gnome.org>
913         * src/func-builtin.c (gnumeric_table): Don't try to be smart and
914         avoid value copying.  Fixes #752181.
915         (gnumeric_table): Handle repeated cells.  Fixes #752178.
917 2015-09-20  Morten Welinder <terra@gnome.org>
919         * configure.ac: Post-release bump.
921 2015-09-20  Morten Welinder <terra@gnome.org>
923         * Release 1.12.24
925 2015-09-19  Jean Brefort  <jean.brefort@normalesup.org>
927         * src/gui-file.c (gui_file_save_as): just change the extension not more
928         when the original filename has several dots. [ubuntu #1497344]
930 2015-09-11  Jean Brefort  <jean.brefort@normalesup.org>
932         * src/sheet-object.c (cb_so_snap_to_grid): fixed for one cell and absolute
933         anchors. [#754792]
935 2015-08-24  Jean Brefort  <jean.brefort@normalesup.org>
937         * src/sheet-object.c (sheet_object_update_bounds),
938         (sheet_object_set_sheet), (sheet_object_pts_to_anchor): make sure that
939         the objects bounds are always updated. Really fix printing.
940         * src/xml-sax-write.c (xml_write_objects): revert previous change.
942 2015-08-23  Jean Brefort  <jean.brefort@normalesup.org>
944         * src/print.c (gnm_print_sheet_objects): a better fix for sheet objects
945         printing, but still not perfect.
946         * src/sheet-object.c (sheet_object_pts_to_anchor): ditto.
947         * src/xml-sax-write.c (xml_write_objects): ditto.
949 2015-08-22  Jean Brefort  <jean.brefort@normalesup.org>
951         * src/print.c (gnm_print_sheet_objects): fix printing of sheet objects
952         with one cell or absolute anchors. [#753961]
953         * src/sheet-object.c (sheet_object_draw_cairo):
955 2015-07-28  Morten Welinder <terra@gnome.org>
957         * configure.ac: Post-release bump.
959 2015-07-28  Morten Welinder <terra@gnome.org>
961         * Release 1.12.23
963 2015-07-14  Morten Welinder  <terra@gnome.org>
965         * schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in: Fix typo.
966         #752259.
968 2015-07-09  Morten Welinder  <terra@gnome.org>
970         * src/position.c (gnm_cellpos_init_cellref_ss): Do a full modulo
971         operation.  Fixes #752124.
973 2015-07-06  Morten Welinder  <terra@gnome.org>
975         * src/func-builtin.c (gnumeric_table): Avoid FMR.  Fixes #752021.
977 2015-07-05  Jean Brefort  <jean.brefort@normalesup.org>
979         * src/sheet-object-graph.c (vector_end): fix array overflow. [#751971]
981 2015-07-04  Andreas J. Guelzow <aguelzow@pyrshep.ca>
983         * src/value.c (value_compare_real): handle two empty values however
984         they appear
986 2015-07-03  Morten Welinder  <terra@gnome.org>
988         * src/func-builtin.c (gnumeric_table): Return #REF! outside array
989         context.
991 2015-06-30  Morten Welinder  <terra@gnome.org>
993         * src/expr.c (gnm_expr_eval): Don't crash if an empty array makes
994         it all the way here.
996 2015-06-29  Morten Welinder  <terra@gnome.org>
998         * src/func.c (function_iterate_argument_values): Improve name
999         handling.  Part of #751660.
1001 2015-06-28  Morten Welinder  <terra@gnome.org>
1003         * src/value-sheet.c (value_area_get_width, value_area_get_height):
1004         Use the same normalization as value_area_foreach.  Fixes #751390.
1006         * src/stf.c (clear_stray_NULs): Also truncate invalid UTF-8.
1007         Fixes #751577.
1009 2015-06-26  Morten Welinder  <terra@gnome.org>
1011         * src/value.c (value_new_array_empty): Store value_new_empty(),
1012         not NULL, in the slots.  We can make this change because
1013         value_new_empty() is a singleton that does not need to be
1014         released.  Fixes #751502.
1016 2015-06-24  Jean Brefort  <jean.brefort@normalesup.org>
1018         * src/sheet-object-graph.c (dim_start): fix index test. [#751383]
1020 2015-06-23  Jean Brefort  <jean.brefort@normalesup.org>
1022         * src/xml-sax-read.c (gnm_xml_finish_obj), (xml_sax_read_obj),
1023         (xml_sax_object_end): ensure we always use the right state. [#751217]
1025 2015-06-22  Andreas J. Guelzow <aguelzow@pyrshep.ca>
1027         * samples/excel/engfuns.xls: update to use correct lbm->g conversion
1029 2015-06-20  Morten Welinder  <terra@gnome.org>
1031         * src/go-data-cache.c (go_data_cache_records_set_size): Check for
1032         overflow.
1033         (go_data_cache_records_fetch_index): If resizing failed return
1034         NULL early.
1036 2015-06-18  Andreas J. Guelzow <aguelzow@pyrshep.ca>
1038         * src/parse-util.h (_GnmConventions): add union_char field
1039         * src/parser.y (yylex): handle union_char
1040         (setup_state): set union_char
1042 2015-06-18  Morten Welinder  <terra@gnome.org>
1044         * src/xml-sax-read.c (xml_sax_read_obj): Only allow type names
1045         specifying types derived from sheet objects.  Fixes #751126.
1046         (xml_sax_hlink): Similarly.
1048 2015-06-16  Morten Welinder  <terra@gnome.org>
1050         * src/xml-sax-read.c (handle_delayed_names): Check for circularity
1051         in names.  Fixes #751056.
1053 2015-05-27  Morten Welinder  <terra@gnome.org>
1055         * src/print.c (compute_scale_fit_to): Attempt a workaround for fp
1056         division by zero.  Fixes #749917.
1058         * src/gnm-so-filled.c (gnm_so_filled_draw_cairo): Plug leak.
1060 2015-05-16  Jean Brefort  <jean.brefort@normalesup.org>
1062         * src/sheet-object-image.c (content_start): fixed leak, [see #749444,
1063         comment #3]
1065 2015-05-11  Morten Welinder  <terra@gnome.org>
1067         * src/wbc-gtk.c (wbcg_validation_msg): Fix clang warning about
1068         something bad that will happen whenever FALSE equals TRUE.
1070         * src/go-data-cache.c (go_data_cache_set_val): Use memcpy for
1071         inline values.
1073         * src/cell.c (gnm_cell_set_array): Improve preconditions.
1075 2015-05-09  Morten Welinder  <terra@gnome.org>
1077         * src/mstyle.c (gnm_style_set_font_uline): Add sanity check.
1079 2015-04-28  Morten Welinder  <terra@gnome.org>
1081         * src/xml-sax-read.c (read_file_free_state): Plug leaks related to
1082         malformed documents.  Fixes #748596.
1083         (xml_sax_unknown): Don't rely on xin->user_state here.  Fixes
1084         #748595.
1086 2015-04-16  Morten Welinder <terra@gnome.org>
1088         * configure.ac: Post-release bump.
1090 2015-04-16  Morten Welinder <terra@gnome.org>
1092         * Release 1.12.22
1094 2015-04-15  Morten Welinder  <terra@gnome.org>
1096         * src/ranges.c (gnm_range_compare): New function.
1098 2015-04-13  Jean Brefort  <jean.brefort@normalesup.org>
1100         * src/wbc-gtk.c (set_entry_contents): format number whenever possible.
1101         (see #700599, comment #11).
1103 2015-04-11  Andreas J. Guelzow <aguelzow@pyrshep.ca>
1105         * src/sheet-object-image.c (gnm_soi_assign_to_sheet): if there is no
1106         sheet object name, try the image name.
1108 2015-04-11  Morten Welinder  <terra@gnome.org>
1110         * src/sf-dpq.c (qcauchy): Handle cancellation.
1112         * src/mathfunc.c (pcauchy): Simplify.
1114         * src/sf-dpq.c (dnorm): Improve accuracy in certain far-tail cases.
1115         (drayleigh): Import from fn-stat.  Rename.  Improve accuracy.
1117 2015-04-09  Morten Welinder  <terra@gnome.org>
1119         * src/sheet-filter.c (filter_expr_eval): Fix UMR in the non-match
1120         case.
1122 2015-04-04  Morten Welinder  <terra@gnome.org>
1124         * src/xml-sax-read.c (xml_sax_read_obj): Fix reading anchor mode.
1125         Fixes #747356.
1127         * src/xml-sax-write.c (xml_write_objects): Save only relevant
1128         parts of the cell bound.
1130         * src/sheet-control-gui.c (scg_object_coords_to_anchor):
1131         Initialize parts of cell_bound not used.
1133 2015-04-01  Morten Welinder  <terra@gnome.org>
1135         * src/sheet-object-graph.c (gnm_sogg_prep_sax_parser): Use
1136         GNM_XML_2ND here too.
1137         (gnm_sogg_sax_parser_done): Plug leak.
1139 2015-03-30  Morten Welinder  <terra@gnome.org>
1141         * src/sheet-object.c (gnm_sheet_object_anchor_mode_get_type): New
1142         function.
1144         * src/xml-sax-read.c (xml_sax_read_obj): Use an enum for anchor
1145         mode.
1147         * src/sstest.c (test_random_randhyperg): Take var=0 case into
1148         account when checking mean.
1150         * src/sheet-object-graph.c (sheet_object_graph_new): Allow NULL
1151         graph here.
1153 2015-03-30  Jean Brefort  <jean.brefort@normalesup.org>
1155         * src/graph.h: add support for absolute anchoring of sheet objects.
1156         * src/item-grid.c: ditto.
1157         * src/sheet-control-gui.c: ditto.
1158         * src/sheet-filter.c: ditto.
1159         * src/sheet-object-cell-comment.c: ditto.
1160         * src/sheet-object-component.c: ditto.
1161         * src/sheet-object-graph.c: ditto and make graphs not anymore resize with
1162         cells by default. [#684450]
1163         * src/sheet-object-image.c: make images don't resize with cells by default.
1164         * src/sheet-object.c : add support for absolute anchoring of sheet objects.
1165         * src/sheet-object.h: ditto.
1166         * src/workbook-view.c: ditto.
1167         * src/xml-sax-read.c: ditto.
1168         * src/xml-sax-write.c: ditto.
1170 2015-03-30  Morten Welinder  <terra@gnome.org>
1172         * src/xml-sax-read.c (grammar): Use new libgsf check for "2nd".
1174 2015-03-23  Morten Welinder  <terra@gnome.org>
1176         * src/sstest.c (rand_fractile_test): Plug leak.
1178 2015-03-21  Morten Welinder  <terra@gnome.org>
1180         * src/sstest.c (rand_fractile_test): Add support for
1181         non-continuous distributions.
1183         * src/mathfunc.c (qgeom): Update to current version in R.
1185         * src/gnm-random.c (random_geometric): Don't add one.
1186         r.{d,p,q}geom all use the version with support {0,1,2,3,...}
1188 2015-03-20  Morten Welinder  <terra@gnome.org>
1190         * src/sstest.c (test_random_randbinom): New test.
1191         (test_random_randbetween): New test.
1192         (test_random_randexp): New test.
1193         (test_random_randpoisson): New test.
1194         (test_random_randgeom): New test.
1195         (test_random_randnegbinom): New test.
1196         (test_random_randlog): New test.
1197         (test_random_randdiscrete): New test.
1198         (test_random_randgamma): New test.
1199         (test_random_randtdist): New test.
1200         (test_random_randuniform): New test.
1201         (test_random_randfdist): New test.
1202         (test_random_randcauchy): New test.
1203         (test_random_randbeta): New test.
1204         (test_random_randchisq): New test.
1205         (test_random_randhyperg): New test.
1207         * src/gnm-random.c (random_logarithmic): Fix.  See #746449.
1209 2015-03-19  Morten Welinder  <terra@gnome.org>
1211         * src/func.c (dump_samples): New function to dump all sample in
1212         help documentation to csv format.
1214         * src/sf-gamma.c (qbetaf): Return zero as result when a+b is a
1215         non-positive integer, but neither a nor b is.
1217 2015-03-07  Morten Welinder  <terra@gnome.org>
1219         * src/xml-sax-write.c: Use new go_xml_out_add_double.
1221         * src/sheet-object-widget.c
1222         (sheet_widget_adjustment_write_xml_sax): Use new
1223         go_xml_out_add_double.
1225         * src/sheet-object-image.c (gnm_soi_write_xml_sax): Use new
1226         go_xml_out_add_double.
1228 2015-03-05  Morten Welinder  <terra@gnome.org>
1230         * src/sheet-object-image.c (sheet_object_image_set_image): Drop
1231         copy_data argument and simply assume it.
1233 2015-03-04  Morten Welinder <terra@gnome.org>
1235         * configure.ac: Post-release bump.
1237 2015-03-04  Morten Welinder <terra@gnome.org>
1239         * Release 1.12.21
1241 2015-03-03  Morten Welinder  <terra@gnome.org>
1243         * src/xml-sax-write.c (gnm_xml_file_save_full): Back down on the
1244         version we write and document why we can't easily increase that
1245         version.
1247 2015-03-02  Morten Welinder  <terra@gnome.org>
1249         * src/xml-io-version.h (GnumericXMLVersion): Add new dtd version.
1251         * src/xml-sax-read.c (xml_sax_wb): Bring dtd list up to date.
1252         (xml_sax_version): Bring version list up to date.
1254 2015-03-01  Morten Welinder  <terra@gnome.org>
1256         * src/sheet-object-widget.c
1257         (sheet_widget_list_base_set_selection_value): Plug leak.
1259 2015-02-28  Jean Brefort  <jean.brefort@normalesup.org>
1261         * src/sheet-object-image.c (gnm_soi_assign_to_sheet): ensure that the
1262         pixbuf stores the image type.
1264 2015-02-28  Morten Welinder  <terra@gnome.org>
1266         * src/sheet-object-image.c (SheetObjectImage): Just keep the
1267         image, not the bytes in addition.
1268         (gnm_soi_class_init): Use property "image" of type GOImage instead
1269         of "image-data" weirdness.
1270         (gnm_soi_draw_cairo): Remove non-functional fallback.
1271         (gnm_soi_default_size): Ditto.
1273 2015-02-27  Morten Welinder  <terra@gnome.org>
1275         * src/sheet-object-image.c (gnm_soi_get_property): Use a boxed
1276         type for image data.  Create image data if needed.
1277         (SheetObjectImage): Use a properly allocated GByteArray.
1279         * src/sheet-object-widget.c
1280         (sheet_widget_adjustment_user_config_impl): Widgets must have
1281         changed names at some point.  Adjust for that.
1283 2015-02-25  Morten Welinder  <terra@gnome.org>
1285         * src/sheet-object-widget.c (sheet_widget_list_base_set_sheet):
1286         Also evaluate here.
1287         (SOW_MAKE_TYPE): Don't evaluate unless we have a sheet for the
1288         contents.
1290 2015-02-23  Morten Welinder  <terra@gnome.org>
1292         * src/sheet-object-widget.c (sheet_widget_radio_button_get_value):
1293         New function.
1295 2015-02-21  Morten Welinder  <terra@gnome.org>
1297         * src/commands.c (cmd_so_set_adjustment_adj): horizontal is a
1298         gboolean, not a double.
1300         * src/sheet-object-widget.c
1301         (sheet_widget_adjustment_write_xml_sax): Save with sufficient, not
1302         fixed, precision.
1303         (sheet_widget_adjustment_set_horizontal): Take advantage of this
1304         new-fangled orientation for scrollbars.
1306 2015-02-20  Morten Welinder  <terra@gnome.org>
1308         * src/sheet-object-widget.c: Make checkbox' "active" writable.
1309         (cb_button_released): Set value to FALSE here(!)
1311 2015-02-18  Morten Welinder  <terra@gnome.org>
1313         * src/commands.c (cmd_search_replace_do_cell): Don't report and
1314         error just because a cell with text format fails to produce an
1315         expression.  That's expected for text format.
1317 2015-02-17  Morten Welinder  <terra@gnome.org>
1319         * src/sheet-object-image.c (gnm_soi_get_property): Plug leak.
1321 2015-02-11  Morten Welinder  <terra@gnome.org>
1323         * src/gnm-so-filled.c (gnm_so_filled_write_xml_sax): Don't bother
1324         writing duplicate style so version 1.2 and earlier can read it.
1326 2015-02-11  Jean Brefort  <jean.brefort@normalesup.org>
1328         * src/graph.c (cb_assign_val): use go_nan instead of infinite for strings
1329         that can't be convered to valid numbers.
1331 2015-02-10  Morten Welinder  <terra@gnome.org>
1333         * src/gnm-so-line.c (gnm_so_line_draw_cairo): Simplify.
1335 2015-02-06  Morten Welinder  <terra@gnome.org>
1337         * src/sheet-object-widget.c (sheet_widget_adjustment_set_link)
1338         (sheet_widget_button_set_link, sheet_widget_checkbox_set_link)
1339         (sheet_widget_radio_button_set_link)
1340         (sheet_widget_list_base_set_links)
1341         (sheet_widget_adjustment_set_details): Only link if we have a
1342         sheet.
1344 2015-02-04  Morten Welinder <terra@gnome.org>
1346         * configure.ac: Post-release bump.
1348 2015-02-04  Morten Welinder <terra@gnome.org>
1350         * Release 1.12.20
1352 2015-01-30  Morten Welinder  <terra@gnome.org>
1354         * src/sheet-object-widget.c
1355         (sheet_widget_adjustment_set_horizontal): Make this public.
1357 2015-01-23  Morten Welinder <terra@gnome.org>
1359         * configure.ac: Post-release bump.
1361 2015-01-23  Morten Welinder <terra@gnome.org>
1363         * Release 1.12.19
1365 2015-01-20  Morten Welinder  <terra@gnome.org>
1367         * src/gui-util.h (gnumeric_filter_modifiers): Drop reserved bits.
1368         See bug #743130.
1370 2015-01-19  Morten Welinder  <terra@gnome.org>
1372         * src/gutils.c (gnm_icon_dir): Remove.
1374         * src/wbc-gtk.c (cb_sheet_label_drag_begin): Load arrow from glib
1375         resources.
1377         * src/sheet-object-image.c (gnm_soi_new_view): Load unknown-image
1378         from glib resources.
1380         * src/gui-util.c (gnumeric_load_image, gnumeric_load_pixbuf):
1381         Delete.
1383         * src/gnm.gresource.xml: pre-process xpm files.  gdkpixbuf will
1384         otherwise dump them in temporary files in order to load them.
1386         * src/workbook.c (workbook_update_graphs): New function.
1388         * src/workbook-view.c (workbook_view_new_from_input): Update
1389         graphs.
1391 2015-01-14  Morten Welinder  <terra@gnome.org>
1393         * src/xml-sax-read.c (xml_sax_cell_content): When we fail to parse
1394         an expresssion, make it a string instead of dropping it on the
1395         floor.
1397 2015-01-13  Morten Welinder  <terra@gnome.org>
1399         * src/xml-sax-read.c (xml_sax_cell_content): When we discover a
1400         missing shared expression, define a dummy version so we don't get
1401         repeated errors.
1403 2015-01-09  Morten Welinder  <terra@gnome.org>
1405         * src/value.c (value_compare_real): Rewrite.  Handle errors and
1406         sort them later than other values.  This fixes #742601.
1408 2015-01-01  Morten Welinder  <terra@gnome.org>
1410         * src/gui-util.c (gnumeric_message_dialog_create): Use icon theme
1411         names, not stock ids.
1413         * src/gnm-pane.c (update_control_point_colors): Avoid
1414         gtk_style_context_get_background_color.
1415         * src/item-cursor.c (ic_reload_style): Ditto.
1417 2014-12-30  Morten Welinder  <terra@gnome.org>
1419         * src/rendered-value.c (gnm_rendered_value_new):
1420         GNM_HALIGN_DISTRIBUTED is justify+center.  Fixes #726155.
1422 2014-12-27  Morten Welinder  <terra@gnome.org>
1424         * src/colrow.c (colrow_set_visibility): Don't create columns/rows
1425         unless we really have to.
1427 2014-12-25  Morten Welinder  <terra@gnome.org>
1429         * src/sheet-object-graph.c (sog_cb_open_in_new_window): Fix
1430         multihead issue.
1432         * src/gnm-graph-window.c: Avoid GTK_STOCK_xxx completely.
1434         * src/wbc-gtk-actions.c (SheetDirection): use proper icon.
1436         * src/wbc-gtk.c (cb_sheet_direction_change): New function to fix
1437         icon on sheet direction changes.
1439         * src/wbc-gtk-actions.c: Eliminate many uses of GTK_STOCK_...
1441 2014-12-24  Morten Welinder  <terra@gnome.org>
1443         * src/wbc-gtk.c (wbcg_show_save_dialog)
1444         (wbcg_close_if_user_permits): Constant propagation.
1446         * src/gui-util.c (gnumeric_message_dialog_create): Slightly less
1447         GtkStock usage.  (Maybe kill whole function?  Only two users.)
1449 2014-12-22  Morten Welinder  <terra@gnome.org>
1451         * icons/fake-index-theme: we need actions directories too.
1453 2014-12-21  Morten Welinder  <terra@gnome.org>
1455         * src/item-bar.c (ib_reload_sizing_style): Add fallback for font
1456         handling.
1458 2014-12-20  Morten Welinder  <terra@gnome.org>
1460         * src/sheet.c (sheet_insdel_colrow): Fix handling of too-big
1461         count in delete, such as used from sheet resize.
1463 2014-12-19  Morten Welinder  <terra@gnome.org>
1465         * src/libgnumeric.c (gnm_pre_parse_init): Use putenv for win32
1466         (before g_setenv is available).
1468 2014-12-16  Morten Welinder  <terra@gnome.org>
1470         * src/sstest.c (test_insdel_rowcol_names): Use column name, not
1471         number.
1473         * src/sheet.c (sheet_insdel_colrow): Fix "sticky-end" setting for
1474         the delete case.
1476 2014-12-15  Morten Welinder  <terra@gnome.org>
1478         * src/sheet-style.c (sheet_style_insdel_colrow): Rename from
1479         sheet_style_insert_colrow and handled deletion too.
1481         * src/sheet.c (sheet_insdel_colrow): Merge from sheet_insert_rows,
1482         sheet_insert_cols, sheet_delete_rows, sheet_delete_cols.  Simplify
1483         and clean up.
1485         * src/dependent.c (dependent_has_pos, dependent_move): New
1486         functions.
1488 2014-12-14  Morten Welinder  <terra@gnome.org>
1490         * src/sheet.c (sheet_colrow_add): Make sure the slot we use is
1491         free.
1493 2014-12-11  Morten Welinder  <terra@gnome.org>
1495         * src/dependent.c (style_dep_debug_name): Include position too.
1497         * src/sheet.c (sheet_colrow_add): Merge from sheet_col_add and
1498         sheet_row_add.
1499         (colrow_move): Change parameterization slightly.
1501 2014-12-06  Morten Welinder  <terra@gnome.org>
1503         * src/sheet-control-gui.c (scg_unant): Destroy item cursors.  We
1504         want them visually gone and g_object_unref does not guarantee
1505         that.
1507         * src/sheet.c (sheet_insert_rows, sheet_insert_cols): Clear style
1508         dependents.  A later step clears and re-applies style completely
1509         for the moved area.  Fixes #741197.
1511         * src/sheet-style.c (sheet_style_clear_style_dependents): New
1512         function.
1514         * src/sheet.c (sheet_insert_rows, sheet_insert_cols)
1515         (sheet_delete_cols, sheet_delete_rows): Plug leaks.
1517         * src/command-context.c (gnm_cmd_context_error_splits_array): Plug
1518         leak.
1519         (gnm_cmd_context_error_splits_merge): Plug leak.
1521 2014-11-15  Morten Welinder  <terra@gnome.org>
1523         * src/sheet-control-gui.c (scg_object_unselect): Avoid crashing if
1524         the wbc is already gone.
1526 2014-11-09  Morten Welinder  <terra@gnome.org>
1528         * src/gui-clipboard.c (text_to_cell_region): Guard against NULL
1529         data.  Might fix Redhat #1160975.
1531 2014-10-28  Morten Welinder  <terra@gnome.org>
1533         * src/style.c (find_font): Accept NULL font name.
1535 2014-10-27  Morten Welinder  <terra@gnome.org>
1537         * src/sheet.c (sheet_destroy_contents): Plug leak from fuzzed
1538         code.
1540 2014-10-27  Jean Brefort  <jean.brefort@normalesup.org>
1542         * src/item-cursor.c (cb_item_cursor_animation): use
1543         goc_canvas_invalidate_region() for ants walking.  Avoid drawing
1544         outside of a draw event.
1546 2014-10-26  Morten Welinder  <terra@gnome.org>
1548         * src/value.h (VALUE_IS_CELLRANGE, VALUE_IS_ARRAY): New macros.
1549         Use throughout.
1550         (GnmValue): Drop type union member.  C99 requires that this be
1551         accessed in a structure.  We have v_any for that.
1553 2014-10-25  Morten Welinder  <terra@gnome.org>
1555         * src/expr-impl.h (GNM_EXPR_GET_OPER): Redefine in a way that
1556         ought to survive both gcc's aliasing analysis and valgrind's
1557         bitfield problems.
1559 2014-10-24  Morten Welinder  <terra@gnome.org>
1561         * src/xml-sax-write.c (xml_write_selection_info): Plug leak.
1563 2014-10-21  Morten Welinder  <terra@gnome.org>
1565         * src/mstyle.c (gnm_style_dump_color): Also dump auto flag.
1567 2014-09-25  Morten Welinder <terra@gnome.org>
1569         * configure.ac: Post-release bump.
1571 2014-09-25  Morten Welinder <terra@gnome.org>
1573         * Release 1.12.18
1575 2014-09-25  Morten Welinder  <terra@gnome.org>
1577         * src/sheet-filter.c (gnm_filter_condition_new_single)
1578         (gnm_filter_condition_new_double): Fix preconditions.  See
1579         #735249.
1581 2014-09-23  Morten Welinder  <terra@gnome.org>
1583         * src/libgnumeric.c (gnm_pre_parse_init): Mess with gobject so it
1584         doesn't spew deprecation warnings by default.
1586 2014-09-11  Morten Welinder  <terra@gnome.org>
1588         * src/style.c (gnm_translate_underline_from_pango): Survive
1589         PANGO_UNDERLINE_ERROR.
1591 2014-06-09  Morten Welinder <terra@gnome.org>
1593         * configure.ac: Post-release bump.
1595 2014-06-09  Morten Welinder <terra@gnome.org>
1597         * Release 1.12.17
1599 2014-05-28  Morten Welinder  <terra@gnome.org>
1601         * src/sheet-control-gui.c (resize_pane_pos): Improve the situation
1602         when we drag the handle into the col/row canvas.
1604         * src/sheet-view.c (sv_freeze_panes): Add debug code.
1606         * src/sheet-control-gui.c (scg_finalize): Get rid of the drag
1607         handler.  Fixes #730884.
1609 2014-05-27  Morten Welinder  <terra@gnome.org>
1611         * src/gnm-pane.c (gnm_pane_header_init): Hold references to
1612         col/row canvas.  Fixes #730857.
1613         (gnm_pane_dispose): Release references.
1615 2014-05-23  Morten Welinder <terra@gnome.org>
1617         * configure.ac: Post-release bump.
1619 2014-05-23  Morten Welinder <terra@gnome.org>
1621         * Release 1.12.16
1623 2014-05-23  Morten Welinder  <terra@gnome.org>
1625         * src/clipboard.c (clipboard_copy_ranges_undo): New function.  We
1626         need better building blocks for commands; this is one such.
1628 2014-05-22  Andreas J. Guelzow <aguelzow@pyrshep.ca>
1630         * src/commands.c (cmd_hyperlink_undo): use posiitons rather than cells
1631         (cmd_hyperlink_redo): ditto
1632         (cmd_hyperlink_finalize): ditto
1633         (cb_cmd_hyperlink_find_cells): ditto
1635 2014-05-20  Morten Welinder  <terra@gnome.org>
1637         * src/gutils.c (gnm_hash_table_foreach_ordered): New function.
1639         * src/gnm-so-filled.c (gnm_so_filled_write_xml_sax): Don't write
1640         outline and fill colours that are auto, even for the 1.0 format.
1642         * src/mstyle.c (gnm_style_link_dependents): Speed up certain large
1643         conditional format ranges.
1645 2014-05-14  Morten Welinder  <terra@gnome.org>
1647         * src/ssindex.c (ssindex): Use gnm_object_has_readable_prop.
1649         * src/gutils.c (gnm_object_has_readable_prop): New function.
1651         * configure.ac (scrollkeeper): Test if we have it.
1653 2014-05-05  Morten Welinder  <terra@gnome.org>
1655         * src/wbc-gtk.c (toolbar_context_menu): Remove
1656         HAVE_GTK_HANDLE_BOX_FLOAT_WINDOW.  That has been unconditionally
1657         false for years and is unsupported in gtk+.
1659 2014-04-30  Morten Welinder <terra@gnome.org>
1661         * configure.ac: Post-release bump.
1663 2014-04-30  Morten Welinder <terra@gnome.org>
1665         * Release 1.12.15
1667 2014-04-23  Morten Welinder  <terra@gnome.org>
1669         * src/complete.c (complete_idle): Avoid abort().
1671         * src/wbc-gtk.c (cb_update_idle): Clear ->idle when we cancel the
1672         source.
1674 2014-04-22  Morten Welinder  <terra@gnome.org>
1676         * src/style-color.c (gnm_color_new_name): Remove.  All calls
1677         replaced with calls to gnm_color_new_go.
1679         * src/sheet-style.c (sheet_style_init_size): Plug leak.
1681         * src/style-color.c (gnm_color_shutdown): Free the auto colours.
1683 2014-04-21  Morten Welinder  <terra@gnome.org>
1685         * src/gnumeric.css (GnmNotebook): Set padding for top and bottom
1686         only in the hop of fixing #728465.
1688 2014-04-13  Morten Welinder <terra@gnome.org>
1690         * configure.ac: Post-release bump.
1692 2014-04-13  Morten Welinder <terra@gnome.org>
1694         * Release 1.12.14
1696 2014-04-11  Morten Welinder  <terra@gnome.org>
1698         * src/item-bar.c: Get colours when we draw; only get sizing
1699         relevant information at odd times, in particular when parent
1700         widgets may be insensitive, such as during a load-onto-pristine.
1701         Fixes #728007.
1703 2014-04-10  Morten Welinder  <terra@gnome.org>
1705         * src/item-bar.c (ib_reload_style): Add debug code.
1707 2014-04-09  Morten Welinder  <terra@gnome.org>
1709         * src/number-match.c (format_match_datetime): Plug leak on certain
1710         failure cases.
1712 2014-04-02  Morten Welinder  <terra@gnome.org>
1714         * src/sf-gamma.c (pochhammer): Plain floor is good enough for
1715         integer test.
1717 2014-03-30  Morten Welinder  <terra@gnome.org>
1719         * src/application.c (gnm_app_remove_extra_ui): Remove from global
1720         list of extra uis.
1722 2014-03-28  Morten Welinder  <terra@gnome.org>
1724         * src/main-application.c (main): Move Ubuntu hack earlier.
1726 2014-03-27  Morten Welinder  <terra@gnome.org>
1728         * src/main-application.c (main): Attempt to banish ubuntu's
1729         overlay scrollbar which don't work.
1731 2014-03-21  Morten Welinder  <terra@gnome.org>
1733         * src/style-conditions.c (gnm_style_cond_eval): Make "Contains..."
1734         case insensitve and allow wildcards.
1736         * src/gutils.c (gnm_excel_search_impl): New function, extracted
1737         from fn-string.
1739         * src/style-conditions.c (generate_end_match): Use case
1740         insensitive comparison.  Pull negation into the operator.
1741         (gnm_style_cond_eval): "Start with..." and "Ends with..." are case
1742         insensitive.
1744 2014-03-18  Morten Welinder  <terra@gnome.org>
1746         * src/gui-util.c (kill_popup_menu): One more try at really killing
1747         the context menu after we're done with it.
1749         * src/item-grid.c (item_grid_realize): Plug leak.
1751 2014-03-18  Morten Welinder <terra@gnome.org>
1753         * configure.ac: Post-release bump.
1755 2014-03-18  Morten Welinder <terra@gnome.org>
1757         * Release 1.12.13
1759 2014-03-18  Morten Welinder  <terra@gnome.org>
1761         * src/wbc-gtk.c (cb_screen_changed): Plug leak by unloading css
1762         providers from screens on exit.
1764         * src/sheet-style.c (cell_tile_dump): Less debug chatter.
1766 2014-03-17  Morten Welinder  <terra@gnome.org>
1768         * src/mathfunc.c (gnm_log2): Remove.  Use libm's log2.
1770 2014-03-16  Morten Welinder  <terra@gnome.org>
1772         * src/expr.c (gnm_expr_eval): Survive dynamic deps in conditional
1773         formats.  I'm not positive we do things right, but this avoids
1774         criticals, at least.
1776         * src/cell.c (cell_set_expr_internal): Don't change an existing
1777         value.
1779 2014-03-15  Morten Welinder  <terra@gnome.org>
1781         * src/style-border.c (gnm_border_shutdown): New function to help
1782         debug leaks.  Shutdown border_none here.
1784         * src/style-color.c (gnm_color_shutdown): Not here.
1786 2014-03-15  Jean Brefort  <jean.brefort@normalesup.org>
1788         * src/item-grid.c (item_grid_realize), (cb_cursor_come_to_rest): move
1789         the tooltip where it will not immediatly be destroyed after creation.
1790         [really fix #706659]
1792 2014-03-14  Morten Welinder  <terra@gnome.org>
1794         * src/xml-sax-write.c (xml_write_style): Don't write a font name
1795         if we don't have any.
1797 2014-03-14  Jean Brefort  <jean.brefort@normalesup.org>
1799         * src/gui-util.c (gnm_canvas_get_position): fix tooltip position. [#725941]
1801 2014-03-13  Morten Welinder  <terra@gnome.org>
1803         * src/style-conditions.c (gnm_style_cond_eval): New function
1804         extracted from gnm_style_conditions_eval.  Make "equal" case
1805         insensitive.  Fixes #726246.
1807         * src/ssconvert.c (convert): Show resize message only if verbose.
1809 2014-03-12  Morten Welinder  <terra@gnome.org>
1811         * src/style-conditions.c (gnm_style_cond_get_alternate_expr): New
1812         function.
1813         (gnm_style_cond_canonicalize): New function.
1815         * src/ssconvert.c (convert): only print "Using exporter ..." if
1816         --verbose is given, and print it to stderr.
1818 2014-03-11  Morten Welinder  <terra@gnome.org>
1820         * src/sheet.c (cb_set_markup): Don't mess directly with
1821         cell->value.  We need to trigger a re-render.  Fixes #726086.
1823         * src/wbc-gtk-edit.c (wbcg_edit_finish): Also supply the markup
1824         for the pre-validation assignment.
1826         * src/sheet.c (sheet_cell_set_text): Put markup on the value
1827         before assigning it to the cell.
1829 2014-03-10  Morten Welinder  <terra@gnome.org>
1831         * gnumeric.xsd: Update valign/halign attributes.  Update print
1832         setup.
1834         * src/sheet-filter.c (gnm_filter_condition_new_single)
1835         (gnm_filter_condition_new_double): Add preconditions.
1837 2014-03-07  Morten Welinder  <terra@gnome.org>
1839         * src/wbc-gtk.c (cb_adjust_foreground_attributes): Fix warning.
1841 2014-03-05  Morten Welinder  <terra@gnome.org>
1843         * src/expr.c (gnm_expr_top_is_volatile): New function.
1845         * src/workbook-view.c (workbook_view_new_from_input): Queue all
1846         volatile expressions.
1848         * src/dependent.c (workbook_queue_volatile_recalc): New function.
1849         (dependent_is_volatile): New function.
1851         * src/sheet.c (sheet_range_set_expr_cb, sheet_range_set_text):
1852         Don't set the initial range here.
1854         * src/expr.c (gnm_expr_top_first_funcall)
1855         (gnm_expr_contains_subtotal, gnm_expr_top_get_ranges)
1856         (gnm_expr_top_referenced_sheets): Rewrite in terms of
1857         gnm_expr_walk.
1858         (gnm_expr_top_get_boundingbox): Set initial range here.
1860         * src/expr-name.c (expr_name_check_for_loop, cb_expr_name_in_use):
1861         Ditto.
1863 2014-03-03  Morten Welinder <terra@gnome.org>
1865         * configure.ac: Post-release bump.
1867 2014-03-03  Morten Welinder <terra@gnome.org>
1869         * Release 1.12.12
1871 2014-03-03  Andreas J. Guelzow <aguelzow@pyrshep.ca>
1873         * src/wbc-gtk.c (cb_bnotebook_page_reordered): provide undo
1875 2014-03-02  Morten Welinder  <terra@gnome.org>
1877         * src/wbc-gtk.c (cb_workbook_debug_info): New debug flag
1878         name-collections.
1879         (wbcg_sheet_order_changed): Mark ui as being updated.
1880         (cb_bnotebook_page_reordered): Ignore during UI update.
1882         * src/expr-name.c (gnm_named_expr_collection_dump)
1883         (gnm_named_expr_collection_sanity_check): New function.
1885         * src/application.c (gnm_app_sanity_check): New function.
1887         * src/expr-name.c (gnm_named_expr_collection_new): Don't use the
1888         string inside the GOString as a hash key.  It can change.
1889         (gnm_named_expr_collection_foreach): As a consequence of the
1890         above, the first argument to the handler for
1891         gnm_named_expr_collection_foreach changes to something
1892         unspecified.  All callers changed.
1894         * src/sheet.c (sheet_dup): Don't flip display-outlines for the new
1895         sheet.
1897         * src/xml-sax-read.c (xml_sax_named_expr_end): Avoid criticals
1898         when encountering strangeness.
1900 2014-02-28  Morten Welinder  <terra@gnome.org>
1902         * src/sheet-control-gui.c (resize_pane_pos, set_resize_pane_pos):
1903         If row/column canvas is not visible, ignore them.
1904         (scg_gtk_paned_set_position): Don't allow negative position.
1905         Fixes #725375.
1907         * src/ssdiff.c (diff_sheets_attrs): Detect more sheet attribute
1908         changes.
1910 2014-02-27  Jean Brefort  <jean.brefort@normalesup.org>
1912         * src/item-grid.c (item_grid_draw_region): fix background filling for
1913         rtl sheets. [#725276]
1915 2014-02-25  Morten Welinder  <terra@gnome.org>
1917         * src/gui-util.c (kill_popup_menu): Avoid criticals inside gtk+.
1918         (gnumeric_create_popup_menu): Drop return value from handler.
1920         * src/xml-sax-write.c (xml_write_objects): Sort sheet objects that
1921         are cell comments by position.
1923 2014-02-24  Morten Welinder  <terra@gnome.org>
1925         * src/xml-sax-write.c (xml_write_geometry): Don't output a 0x0 size.
1927         * src/colrow.c (colrow_equal): Don't use floating-point equality
1928         here.  Allow a difference of 1e-5 pt for size.
1930 2014-02-23  Morten Welinder  <terra@gnome.org>
1932         * src/sheet.c (gnm_sheet_resize_main): When expanding a sheet,
1933         fill in the new areas with most common styles for the rows to the
1934         left of the new columns or the columns above the new area.
1936 2014-02-19  Morten Welinder  <terra@gnome.org>
1938         * plugins/fn-math/functions.c (gnumeric_log2): Use gnm_log2.
1939         (gnumeric_log): Use gnm_log2 and gnm_log10 as appropriate.
1941         * src/mathfunc.c (gnm_log2): New function.
1943 2014-02-18  Morten Welinder  <terra@gnome.org>
1945         * src/ssdiff.c (xml_style_changed): Report differences for
1946         auto-color settings.
1948 2014-02-17  Morten Welinder  <terra@gnome.org>
1950         * src/ssconvert.c (convert): Add --resize option.
1952 2014-02-16  Jean Brefort  <jean.brefort@normalesup.org>
1954         * src/item-grid.c (item_grid_realize): fix persistence of
1955         hyperlink tips. [see #724108]
1957 2014-02-16  Morten Welinder <terra@gnome.org>
1959         * configure.ac: Post-release bump.
1961 2014-02-16  Morten Welinder <terra@gnome.org>
1963         * Release 1.12.11
1965 2014-02-16  Morten Welinder  <terra@gnome.org>
1967         * src/func.c (function_dump_defs): Update boilerplate.
1969 2014-02-11  Morten Welinder <terra@gnome.org>
1971         * configure.ac: Post-release bump.
1973 2014-02-11  Morten Welinder <terra@gnome.org>
1975         * Release 1.12.10
1977 2014-02-07  Morten Welinder  <terra@gnome.org>
1979         * src/wbc-gtk-edit.c (wbcg_edit_finish): Disallow array formula
1980         entry on top of merged cells.  Fixes #723600.
1982 2014-02-06  Jean Brefort  <jean.brefort@normalesup.org>
1984         * src/sheet-object-component.c (destroy_cb), (gnm_soc_user_config):
1985         a better fix to previous issue.
1987 2014-01-30  Morten Welinder  <terra@gnome.org>
1989         * src/wbc-gtk.c (cb_add_menus_toolbars): Tentatively request small
1990         toolbar icons.
1992         * src/item-cursor.c (item_cursor_draw): Make the ant animation
1993         smoother (when not using the fallback).  Avoid using hard light
1994         for ant-ing -- that doesn't work for the same reason as alpha not
1995         working.  Always use phase=0 for non-ant stipples.
1996         (GnmItemCursor): Use the canvas item's visibility flag instead of
1997         rolling our own.
1999 2014-01-29  Morten Welinder  <terra@gnome.org>
2001         * src/wbc-gtk.c (wbc_gtk_init): Add style classes for toolbar zones.
2003         * src/item-cursor.c (cb_item_cursor_animation): Do a run-time
2004         check for bad clipping somewhere in gtk+ or theme land.
2006 2014-01-28  Jean Brefort  <jean.brefort@normalesup.org>
2008         * src/sheet-object-component.c (gnm_soc_user_config): release the new
2009         component reference to the workbook.
2011 2014-01-27  Morten Welinder  <terra@gnome.org>
2013         * src/func.c (function_dump_defs): Undo wiki change.
2015 2014-01-21  Morten Welinder  <terra@gnome.org>
2017         * src/item-cursor.c (cb_item_cursor_animation): Drastically lower
2018         the amount of work we do for ant-ing.  Fixes #381011, patch from
2019         Jean.
2020         (ic_reload_style): Ignore alpha component of ant colours.
2022 2014-01-17  Jean Brefort  <jean.brefort@normalesup.org>
2024         * src/graph.c (gnm_go_data_vector_load_len),
2025         (gnm_go_data_vector_load_values): accept 3D values for vector data.
2026         [#722294]
2028 2014-01-16  Morten Welinder  <terra@gnome.org>
2030         * src/wbc-gtk.c (cb_adjust_foreground_attributes): Renamed from
2031         cb_darken_foreground_attributes and change to take non-white
2032         background into account.
2034 2014-01-12  Morten Welinder  <terra@gnome.org>
2036         * src/mathfunc.c (expmx2h): Split out from dnorm.
2037         (dhyper): Round the chosen "p" to float to improve accuracy of
2038         "q".
2040 2014-01-11  Morten Welinder  <terra@gnome.org>
2042         * src/mathfunc.c (pow1p): Improve accuracy.
2043         (R_D_nonint): Fix rounding problem.
2044         (ebd0): New extended version of bd0.
2045         (dpois_raw, dbinom_raw): Use ebd0.
2046         (dbinom_raw): Handle x==n and x==0 much better.
2048 2014-01-08  Morten Welinder  <terra@gnome.org>
2050         * src/wbc-gtk-actions.c (cb_file_sendto): Simplify using
2051         g_mkdtemp_full.
2053         * src/mathfunc.c (dpois_raw): Detect underflow in direct formula.
2055         * src/gui-file.h: Namespace improvements.  Also make gui_file_read
2056         return the WorkbookView instead of a boolean.
2058 2014-01-01  Morten Welinder  <terra@gnome.org>
2060         * src/sf-dpq.c (dlnorm): Go crazy with accuracy.
2062 2013-12-31  Morten Welinder  <terra@gnome.org>
2064         * src/sf-dpq.c (pfuncinverter, discpfuncinverter): Extract from
2065         mathfunc.c
2067 2013-12-30  Morten Welinder  <terra@gnome.org>
2069         * src/mathfunc.c (dnorm): Improve accuracy for x>5 (normalized).
2070         (bd0): Reimplement.
2071         (dpois_raw): Avoid going through logs, if possible.
2073 2013-12-25  Morten Welinder  <terra@gnome.org>
2075         * src/item-grid.c (cb_cursor_come_to_rest): Clear ->tip_timer when
2076         we return FALSE so we don't try to remove the source later.
2078 2013-12-22  Morten Welinder  <terra@gnome.org>
2080         * src/gui-util.c (gnm_widget_measure_string): New function
2081         allowing the elimination of all gtk_style_context_get_font calls.
2083 2013-12-19  Morten Welinder  <terra@gnome.org>
2085         * src/sf-gamma.c (qfactf): Squeeze a few extra bits out of this,
2086         especially when |x|<<1.  Ditto for x<-1.
2088 2013-12-17  Morten Welinder  <terra@gnome.org>
2090         * src/sf-gamma.c (complex_gamma): Turn a complex division into a
2091         multiplication.
2093 2013-12-14  Morten Welinder  <terra@gnome.org>
2095         * src/sf-gamma.c (complex_igamma): New function.
2097 2013-12-12  Mario Rugiero  <mrugiero@gmail.com>
2099         * */*.c: Fix some leaks and null dereferences pointed out by
2100         cppcheck.
2102 2013-12-12  Morten Welinder  <terra@gnome.org>
2104         * src/parser.y (array_row): Avoid overrunning string when multiple
2105         missing closing parentheses are detected.  Fixes #720353.
2107 2013-12-11  Morten Welinder  <terra@gnome.org>
2109         * src/gui-util.c (gnumeric_popup_menu): Use the screen from
2110         gdk_event_get_screen, not from ->screen.  This might fix #720182.
2112         * src/*.c: Use accessor function for GdkEvent when convenient.
2114 2013-12-07  Morten Welinder  <terra@gnome.org>
2116         * src/application.c (gnm_app_init): Don't allocate a
2117         GtkRecentManager if we are not in gui mode.
2119         * src/position.c (gnm_cellref_hash): Avoid undefined signed integer
2120         behaviour.
2121         * src/dependent.c (deprange_hash): Ditto.
2123 2013-12-04  Morten Welinder  <terra@gnome.org>
2125         * src/sf-gamma.c (gamma_error_factor): Add extra term.
2127 2013-12-07  Morten Welinder  <terra@gnome.org>
2129         * src/sf-gamma.c (qgammaf): Avoid losing the least significant bit
2130         of the argument for [-1.5;-0.5].
2132         * src/complex.c (complex_fact): Avoid infinite recursion for 0 <
2133         Re z < 1/2.  Avoid some overflow.
2135 2013-12-02  Morten Welinder  <terra@gnome.org>
2137         * src/sf-bessel.c (bessel_y): Use the J series when possible.
2139 2013-12-07  Morten Welinder  <terra@gnome.org>
2141         * src/sf-bessel.c (bessel_j): Use the taylor series in the
2142         parameter range where that makes sense.
2144         * src/sf-gamma.c (gnm_lbeta3): Improve accuracy.
2145         (gnm_beta): Ditto.
2147 2013-11-30  Morten Welinder  <terra@gnome.org>
2149         * src/sf-gamma.c (pochhammer): Drop give_log arguments.  Extend to
2150         negative values.
2152 2013-11-28  Morten Welinder <terra@gnome.org>
2154         * configure.ac: Post-release bump.
2156 2013-11-28  Morten Welinder <terra@gnome.org>
2158         * Release 1.12.9
2160 2013-11-25  Morten Welinder  <terra@gnome.org>
2162         * src/sf-gamma.c: Move lgamma_r and lgamma fallbacks to here from
2163         mathfunc.c
2165 2013-11-19  Morten Welinder  <terra@gnome.org>
2167         * src/print.c (print_page): Fix check for missing object.  Fixes
2168         #712662.
2170 2013-11-18  Morten Welinder  <terra@gnome.org>
2172         * src/sf-trig.c: Split out trigonometric functions from mathfunc.c
2174 2013-11-15  Morten Welinder  <terra@gnome.org>
2176         * src/mathfunc.c (reduce_pi_half): New function.
2178 2013-11-14  Morten Welinder  <terra@gnome.org>
2180         * src/mathfunc.c (gnm_sinpi, gnm_cospi): New functions.
2181         (bessel_i, etc, qfactf, lgamma_r): Use gnm_sinpi and gnm_cospi.
2183 2013-11-13  Morten Welinder  <terra@gnome.org>
2185         * src/mathfunc.c (lgamma_r): Fix fallback.  Didn't work for x<10.
2187 2013-11-13  Jean Brefort  <jean.brefort@normalesup.org>
2189         * src/sheet-object.c (sheet_object_view_button2_pressed),
2190         (sheet_object_view_class_init): implement double click for graph sheets.
2191         [#712216]
2193 2013-11-12  Morten Welinder  <terra@gnome.org>
2195         * src/wbc-gtk.c (cb_sheet_label_button_press): Don't stop signal
2196         emission.
2197         (cb_bnotebook_page_reordered): New function.
2198         (wbc_gtk_create_notebook_area): Attach a handler for reordering.
2200         * src/mathfunc.c (gnm_cot): Work around gcc/glibc bug.
2202 2013-11-06  Morten Welinder  <terra@gnome.org>
2204         * src/mathfunc.c (gnm_acoth): Improve accuracy for |x| near 1.
2206 2013-11-06  Jean Brefort  <jean.brefort@normalesup.org>
2208         * src/workbook-view.c: add more introspection related comments.
2209         * src/workbook.c: ditto.
2211 2013-11-03  Morten Welinder  <terra@gnome.org>
2213         * src/mathfunc.c (bessel_i, etc.): Do argument reduction for
2214         sin/cos before scaling by pi.
2216 2013-11-01  Morten Welinder  <terra@gnome.org>
2218         * src/mathfunc.c (dpois_raw): Handler x=0 as in newer R.
2219         (gnm_gamma): Protect against unnecessary overflow at top of range.
2221 2013-10-31  Morten Welinder  <terra@gnome.org>
2223         * src/mathfunc.c (qgamma): Flip tail for high values of p.  This
2224         avoids accuracy problems since any cdf is completely flat in terms
2225         of floating point values when going sufficiently far into the
2226         tail.
2227         (qtukey): Ditto.
2228         (qbeta): Ditto.
2229         (J_bessel): Extend xlrg_BESS_IJ to match current R.
2230         (permut): Route this into pochhammer.
2231         (qfact): New function.  Tabulate 0! through 50000! using quad
2232         precision arithmetic.
2233         (combin, fact, pochhammer): Improve accuracy using qfact.
2235 2013-10-22  Morten Welinder  <terra@gnome.org>
2237         * src/func.c (function_call_with_exprs): Move flags argument into
2238         structure.
2240 2013-10-19  Morten Welinder  <terra@gnome.org>
2242         * src/hlink.c (_gnm_hlink_init): New function.
2243         * src/libgnumeric.c (gnm_init): Use _gnm_hlink_init.
2245 2013-10-07  Morten Welinder <terra@gnome.org>
2247         * configure.ac: Post-release bump.
2249 2013-10-07  Morten Welinder <terra@gnome.org>
2251         * Release 1.12.8
2253 2013-10-06  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2255         * src/cmd-edit.c (cmd_paste): chceck for locked cells
2257 2013-10-03  Morten Welinder  <terra@gnome.org>
2259         * src/item-cursor.c (item_cursor_draw): Drop expose area
2260         optimization that may not be correct with current gtk.  See bug
2261         #709320.
2263 2013-09-29  Morten Welinder  <terra@gnome.org>
2265         * src/main-application.c: Include <io.h> for win32.
2267         * src/wbc-gtk-actions.c: Include gutils.h for win32.
2269 2013-09-25  Morten Welinder  <terra@gnome.org>
2271         * src/gnumeric.css: Use lighter green for function marker.
2273 2013-09-01  Morten Welinder <terra@gnome.org>
2275         * configure.ac: Post-release bump.
2277 2013-09-01  Morten Welinder <terra@gnome.org>
2279         * Release 1.12.7
2281 2013-08-29  Morten Welinder  <terra@gnome.org>
2283         * src/sheet-control-gui.c (scg_find_pane): Check for NULL pane.
2284         Fixes #707047.
2286 2013-08-28  Morten Welinder  <terra@gnome.org>
2288         * src/mathfunc.c (gnm_gamma): Improve precision for large
2289         arguments.
2290         (gnm_yn): Not needed anymore.
2291         (bessel_i): Don't mark error strings for translation.
2293 2013-08-27  Morten Welinder <terra@gnome.org>
2295         * configure.ac: Post-release bump.
2297 2013-08-27  Morten Welinder <terra@gnome.org>
2299         * Release 1.12.6
2301 2013-08-26  Morten Welinder  <terra@gnome.org>
2303         * src/sheet-style.c (cell_tile_dump): New function for debugging.
2304         (internal_style_list): Add fast pre-optimization to bring down the
2305         number of entries before we start messing with hashes.  Fixes
2306         #699045.
2308 2013-08-22  Jean Brefort  <jean.brefort@normalesup.org>
2310         * src/wbc-gtk.c (wbcg_data_allocator_editor): initialize
2311         GraphDimEditor::changed. See bug 706591 comment #2.
2313 2013-08-19  Morten Welinder <terra@gnome.org>
2315         * configure.ac: Post-release bump.
2317 2013-08-19  Morten Welinder <terra@gnome.org>
2319         * Release 1.12.5
2321 2013-08-15  Morten Welinder  <terra@gnome.org>
2323         * src/dependent.c (dep_hash_destroy): Relink the changed dep.
2324         Fixes #706095.
2326         * src/sheet.c (sheet_destroy_contents): Also get rid of solver
2327         parameters.  See bug 705913, comment 6.
2329 2013-08-13  Morten Welinder  <terra@gnome.org>
2331         * src/gnm-style-impl.h (_GnmStyle): Switch ->deps to a GPtrArray.
2333 2013-08-12  Morten Welinder  <terra@gnome.org>
2335         * src/sheet-object-widget.c (sow_create_widget): New function.
2336         Add sheet-object class to widgets.
2338 2013-08-12  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2340         * src/sheet-object-widget.c (sheet_widget_frame_draw_cairo): set
2341         initial colour
2342         (sheet_widget_button_draw_cairo): also scale line thickness
2343         (sheet_widget_checkbox_draw_cairo): scale button size
2344         (sheet_widget_radio_button_draw_cairo): scale button size
2346 2013-08-10  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2348         * src/sheet-object-widget.c (draw_cairo_text): add 'scale'
2349         argument and change all callers
2351 2013-08-09  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2353         * src/sheet-object-widget.c (get_font): add fall-backs
2355 2013-08-09  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2357         * src/sheet-object-widget.c (sheet_widget_button_draw_cairo): Use
2358         draw_cairo_text.
2359         (draw_cairo_text): add h-vcenter argument and change all callers
2361 2013-08-09  Jean Brefort  <jean.brefort@normalesup.org>
2363         * src/sheet-object-widget.c (cb_range_destroyed),
2364         (sheet_widget_scrollbar_create_widget),
2365         (sheet_widget_spinbutton_create_widget),
2366         (sheet_widget_slider_create_widget): avoid crashing after destroying a
2367         SheetWidgetAdjustment associated widget. [see Gtk+ bug #705692]
2369 2013-08-09  Morten Welinder  <terra@gnome.org>
2371         * src/sheet-object-widget.c (sheet_widget_button_draw_cairo): Use
2372         get_font.
2373         (get_font): New function extracted from draw_cairo_text.
2375 2013-08-08  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2377         * src/sheet-object-widget.c (draw_cairo_text): use GtkStyleContext
2378         if possible
2380 2013-08-08  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2382         * src/sheet-object-widget.c (draw_cairo_text): add arguments to
2383         allow multi-paragraph with a highlighted line. Change all callers
2384         (sheet_widget_list_draw_cairo): use draw_cairo_text
2386 2013-08-08  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2388         * src/sheet-object-widget.c (sheet_widget_frame_draw_cairo): use
2389         cairo version for Gnuemric too.
2390         (sheet_widget_button_draw_cairo): ditto
2391         (sheet_widget_scrollbar_draw_cairo): ditto
2392         (sheet_widget_spinbutton_draw_cairo): ditto
2393         (sheet_widget_slider_draw_cairo): ditto
2394         (sheet_widget_checkbox_draw_cairo): ditto
2395         (sheet_widget_radio_button_draw_cairo): ditto
2396         (sheet_widget_list_draw_cairo): ditto
2397         (sheet_widget_combo_draw_cairo): ditto
2399 2013-08-08  Morten Welinder  <terra@gnome.org>
2401         * src/parse-util.c (r1c1_get_index): Handle integer overflow.
2402         Reduce crazy relative offsets.
2404 2013-08-07  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2406         * src/sheet-object-widget.c (draw_cairo_text): add arguments and
2407         change all callers
2408         (sheet_widget_frame_draw_cairo): new
2409         (sheet_widget_button_draw_cairo): new
2410         (sheet_widget_scrollbar_horizontal_draw_cairo): new
2411         (sheet_widget_scrollbar_vertical_draw_cairo): new
2412         (sheet_widget_scrollbar_class_init): connect the above
2413         (sheet_widget_spinbutton_draw_cairo): new
2414         (sheet_widget_spinbutton_class_init): connect the above
2415         (sheet_widget_slider_horizontal_draw_cairo): new
2416         (sheet_widget_slider_vertical_draw_cairo): new
2417         (sheet_widget_slider_draw_cairo): new
2418         (sheet_widget_slider_class_init): connect the above
2419         (sheet_widget_list_draw_cairo): new
2420         (sheet_widget_list_class_init): connect the above
2421         (sheet_widget_combo_draw_cairo): new
2422         (sheet_widget_combo_class_init): connect the above
2424 2013-08-07  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2426         * src/sheet-object-widget.c (SOW_MAKE_TYPE): add fn_draw_cairo,
2427         change all uses of this macro
2428         (draw_cairo_text): new
2429         (sheet_widget_checkbox_draw_cairo): new
2430         (sheet_widget_radio_button_draw_cairo): new
2432 2013-08-07  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2434         * src/sheet-object-widget.c (sheet_widget_draw_cairo): avoid using
2435         gtk_offscreen_window_new without a default screen (see bugs #705638
2436         and #705640)
2438 2013-08-07  Morten Welinder  <terra@gnome.org>
2440         * src/ssconvert.c (main): Initialize gtk+ without opening any
2441         display.
2443 2013-08-04  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2445         * src/sheet-control-gui.c (scg_show_im_tooltip): handle rtl sheets
2447 2013-08-04  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2449         * src/sheet-control-gui-priv.h (_SheetControlGUI): add fields
2450         * src/sheet-control-gui.c (scg_init): init new fields
2451         (scg_im_destroy): new
2452         (scg_finalize): call scg_im_destroy
2453         (cb_cell_im_timer): new
2454         (scg_find_pane): new
2455         (scg_show_im_tooltip): new
2456         (scg_class_init): init new field
2457         * src/sheet-control-priv.h: add field
2458         * src/sheet-control.c: add virtual
2459         * src/sheet-control.h: add virtual
2460         * src/sheet-view.c (sheet_view_edit_pos_tool_tips): new
2461         (sv_update): call sheet_view_edit_pos_tool_tips
2462         * src/sheet.c (sheet_col_get_distance_pixels): the defaults need to be
2463         in pixels
2464         (sheet_row_get_distance_pixels): new
2465         * src/sheet.h (sheet_row_get_distance_pixels): new
2467 2013-08-03  Jean Brefort  <jean.brefort@normalesup.org>
2469         * src/sheet-object-graph.c (gnm_sogg_prep_sax_parser): accept <graph:Type>
2470         nodes in guppi graphs. [Debian #718594]
2472 2013-08-03  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2474         * src/workbook-view.c (wb_view_preferred_size): interpret 0 as
2475         'default'
2477 2013-08-02  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2479         * src/sheet-control-gui.c (context_menu_handler): add argument to
2480         dialog_cell_format call
2481         * src/wbc-gtk-actions.c (cb_format_cells): add argument to
2482         dialog_cell_format call
2483         (cb_data_validate): ditto
2485 2013-07-30  Morten Welinder  <terra@gnome.org>
2487         * src/xml-sax-read.c (xml_sax_style_border): Make sure we have a
2488         colour.  Fixes rest of #705031.
2490 2013-07-29  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2492         * src/func.c (gnm_func_lookup_prefix): do not include placeholders
2494 2013-07-25  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2495         for Dmitry Smirnov
2496         * gnumeric.desktop.in: add ODS files
2498 2013-07-23  Jean Brefort  <jean.brefort@normalesup.org>
2500         * src/graph.c (gnm_go_data_vector_load_values): really load all
2501         values for multiple ranges.
2503 2013-07-19  Morten Welinder  <terra@gnome.org>
2505         * src/style-conditions.c (gnm_style_cond_is_valid): Even stricter
2506         check: the enum has a hole in the middle.  Fixes #704562.
2508 2013-07-19  Jean Brefort  <jean.brefort@normalesup.org>
2510         * src/gnm-so-filled.c (gnm_so_filled_draw_cairo): fix text wrap when
2511         printing.
2512         * src/gnm-so-path.c (gnm_so_path_draw_cairo): ditto.
2514 2013-07-18  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2516         * src/gnm-so-path.c (gnm_so_path_class_init): add new property
2517         (gnm_so_path_set_property): ditto
2518         (gnm_so_path_get_property): ditto
2520 2013-07-18  Jean Brefort  <jean.brefort@normalesup.org>
2522         * src/gnm-so-path.c (so_path_view_set_bounds),
2523         (cb_gnm_so_path_changed): a better fix for the text position.
2525 2013-07-17  Jean Brefort  <jean.brefort@normalesup.org>
2527         * src/gnm-so-filled.c (so_filled_view_set_bounds),
2528         (cb_gnm_so_filled_changed): fix text wrap. [#704417]
2529         * src/gnm-so-path.c (so_path_view_set_bounds),
2530         (cb_gnm_so_path_changed): fix text wrap in paths too.
2532 2013-07-16  Morten Welinder  <terra@gnome.org>
2534         * src/sheet.c (sheet_foreach_cell_in_range): Avoid overflow when
2535         computing range size.  Fixes #704325.
2537 2013-07-15  Morten Welinder  <terra@gnome.org>
2539         * src/mstyle.c (gnm_style_cmp): Borders can be NULL; deal with
2540         that.  Fixes #704004.
2542         * src/expr.c (gnm_expr_new_range_ctor): Undo previous change.
2544         * src/dependent.c (link_range_dep, unlink_range_dep): Protect
2545         against oversize range.
2547 2013-07-12  Morten Welinder  <terra@gnome.org>
2549         * src/expr.c (gnm_expr_range_op): When constructing a range, make
2550         sure it falls within the sheet.
2551         (gnm_expr_new_range_ctor): Don't optimize to range if the two
2552         parts are on different sheets.  Fixes #704109.
2554 2013-07-10  Morten Welinder <terra@gnome.org>
2556         * configure.ac: Post-release bump.
2558 2013-07-10  Morten Welinder <terra@gnome.org>
2560         * Release 1.12.4
2562 2013-07-10  Morten Welinder  <terra@gnome.org>
2564         * src/value.c (parse_criteria): Patterns should anchor at the end
2565         (#703770) and be case insensitive (no bug#).
2567 2013-07-04  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2569         * src/sheet-object-image.c (gnm_soi_assign_to_sheet): do not try
2570         to create an image of unknown type
2572 2013-07-03  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2574         * src/graph.c (gnm_go_data_vector_load_len): use consistent
2575         signage
2576         (cb_assign_val): quieten warning about signed/unsigned comparison
2578 2013-07-03  Morten Welinder  <terra@gnome.org>
2580         * src/graph.c (gnm_go_data_vector_load_len): Improve handling of
2581         crazy-large ranges.
2582         (cb_assign_val): Ditto.
2584 2013-07-02  Morten Welinder  <terra@gnome.org>
2586         * src/sheet-style.c (struct ISL): Use guint64 for areas of ranges.
2587         (cb_style_list_add_node): Ditto.
2588         (verify_hashes): Ditto.
2589         (internal_style_list): Ditto.
2591         * src/expr-name.c (expr_name_set_is_placeholder): Rearrange the
2592         deck chairs.
2594 2013-07-01  Morten Welinder  <terra@gnome.org>
2596         * configure.ac (long double): Crude use -lm for long double
2597         function checks.  Fixes #703397.
2599 2013-06-26  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2601         * src/expr.c (gnm_expr_list_copy): new
2602         * src/expr.h (gnm_expr_list_copy): new
2604 2013-06-26  Morten Welinder  <terra@gnome.org>
2606         * src/style-conditions.c (gnm_style_cond_is_valid): Check sanity
2607         of ->op before using it.  Fixes #703143.
2609 2013-06-26  Jean Brefort  <jean.brefort@normalesup.org>
2611         * src/gnm-so-path.c (gnm_so_path_new_view): return NULL if there is no path.
2612         [#703052]
2613         (gnm_so_path_copy): fixed copy with multiple paths.
2615 2013-06-25  Morten Welinder <terra@gnome.org>
2617         * configure.ac: Post-release bump.
2619 2013-06-25  Morten Welinder <terra@gnome.org>
2621         * Release 1.12.3
2623 2013-06-24  Morten Welinder  <terra@gnome.org>
2625         * src/xml-sax-read.c (xml_sax_solver_start): Ensure we have a
2626         sheet.  Fixes #703006.
2628 2013-06-23  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2630         * src/gui-clipboard.c (x_clipboard_get_cb): take care of the case
2631         without sheet
2633 2013-06-22  Jean Brefort  <jean.brefort@normalesup.org>
2635         * src/mstyle.c (gnm_style_set_pattern): don't accept GNM_SHEET_PATTERNS as
2636         a valid pattern. [#702833]
2637         * src/pattern.c (gnumeric_background_set): ditto.
2639 2013-06-21  Morten Welinder  <terra@gnome.org>
2641         * src/item-grid.c (item_grid_draw_region): Plug leak.
2643         * src/item-bar.c (ib_reload_style): Plug leak.
2645 2013-06-20  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2647         * src/wbc-gtk.c (show_gui): protect against excessively large
2648         preferred widow sizes
2650 2013-06-14  Morten Welinder  <terra@gnome.org>
2652         * src/sheet-object-graph.c (dim_start): Don't crash on NULL desc.
2654         * src/workbook.c (workbook_sheet_delete): Debug.
2655         (workbook_dispose): Also clear style here.  Styles can have
2656         dependents now.  Fixes #702218.
2658 2013-06-14  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2660         * src/sheet-view.c (sv_sheet_r1c1_changed): check for NULL selection
2662 2013-06-12  Morten Welinder  <terra@gnome.org>
2664         * src/sheet-merge.c (gnm_sheet_merge_add): Ensure range is sane.
2665         Fixes #702101.
2667 2013-06-04  Morten Welinder  <terra@gnome.org>
2669         * src/ssdiff.c (xml_style_changed): Teach this a bit about links.
2671 2013-06-01  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2673         * src/sheet-control-gui.c (scg_comment_display_filter_cb): new
2674         (scg_comment_display): adjust background and fontcolor if necessary
2676 2013-06-01  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2678         * src/item-grid.c (cb_cursor_come_to_rest):
2679         gnumeric_position_tooltip needs the tooltip size, so load the text
2680         before calling it.
2682 2013-05-29  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2684         * src/item-grid.c (item_grid_button_released): do not trigger hyper link
2685         with button 2
2687 2013-05-27  Morten Welinder  <terra@gnome.org>
2689         * src/mathfunc.c (pnorm2): Drop log_p argument.  We don't need it
2690         and we aren't very good at it.
2692 2013-05-27  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2694         * component/Gnumeric-embed.xml.in: add accelerator
2695         * src/GNOME_Gnumeric-gtk.xml.in: add accelerator
2696         * src/wbc-gtk-actions.c (cb_edit_goto_cell_indicator): new
2697         (EditGotoCellIndicator): new
2698         * src/wbc-gtk.c (cb_post_activate): do not interfere with EditGotoCellIndicator
2699         (wbcg_focus_current_cell_indicator): new
2700         * src/wbc-gtk.h (wbcg_focus_current_cell_indicator): new
2702 2013-05-27  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2704         * component/Gnumeric-embed.xml.in: ctrl-a will be handled in gnm-pane.c
2705         * src/GNOME_Gnumeric-gtk.xml.in: ctrl-a will be handled in gnm-pane.c
2706         * src/wbc-gtk-actions.c: ctrl-a will be handled in gnm-pane.c
2707         * src/gnm-pane.c (gnm_pane_key_mode_sheet): recognize and handle ctrl-a
2709 2013-05-26  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2711         * src/item-grid.c (item_grid_button_pressed): make buttons 1 and 2
2712         behave the same as far as cell selection is concerned. This fixes
2713         bug #700792
2714         (item_grid_button_released): ditto
2716 2013-05-26  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2718         * src/sheet.c (sheet_get_extent): add argument to indicate whether
2719         to include hidden cells
2720         (cb_sheet_get_extent): handle hidden cells setting
2721         (sheet_get_printarea): do not include hidden cells
2722         * src/sheet.h (sheet_get_extent): add argument and change all
2723         callers
2725 2013-05-26  Morten Welinder  <terra@gnome.org>
2727         * src/mathfunc.c (ptukey_wprob): Use as many intervals as needed.
2728         Termiate when contributions vanish.
2730 2013-05-24  Morten Welinder  <terra@gnome.org>
2732         * src/mathfunc.c (R_ptukey): Accelerate handling of right tail of
2733         the outer integral.
2734         (pfuncinverter): Handle lack of dfunc (poorly).
2736 2013-05-23  Morten Welinder  <terra@gnome.org>
2738         * src/mathfunc.c (ptukey_otsum): Split integration of a single
2739         interval out from out from R_ptukey.
2740         (R_ptukey): Split the interval nearest 0 into a sequence of
2741         intervals over which the integrand looks a lot more like a
2742         polynomial.  This fixes accuracy problems for low degrees of
2743         freedom.
2745         * src/sheet-style.c (internal_style_list): Fix critical.
2747 2013-05-22  Morten Welinder  <terra@gnome.org>
2749         * src/mathfunc.c (R_ptukey): Even more C, even less Fortran.
2751 2013-05-21  Morten Welinder  <terra@gnome.org>
2753         * src/mathfunc.c (R_ptukey): More C, less Fortran.
2755 2013-05-19  Morten Welinder  <terra@gnome.org>
2757         * src/mathfunc.c (ptukey_wprob): Sanitize handling of integration
2758         boundaries.
2759         (pnorm2): Get rid of mu and sigma arguments.  Improve accuracy.
2761 2013-05-18  Morten Welinder  <terra@gnome.org>
2763         * src/mathfunc.c (pnorm2): New function.
2764         (R_ptukey): New function imported from R with local improvements.
2766 2013-05-15  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2768         * src/print.c (gnm_create_widget_cb): by default observe
2769         manual page breaks
2771 2013-05-14  Morten Welinder  <terra@gnome.org>
2773         * src/rangefunc.c (gnm_range_multinomial): Add range check.
2774         (gnm_range_geometric_mean): Handle two FIXMEs.
2776 2013-05-13  Morten Welinder  <terra@gnome.org>
2778         * src/*.c: Mark gobject property strings as P_(...).
2780 2013-05-08  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2782         * src/commands.c (cmd_merge_data_redo): unref merge_contents
2784 2013-05-08  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2786         * src/commands.c (cmd_merge_data_redo): use gnm_cell_set_value
2787         rather than gnm_cell_assign_value
2789 2013-05-06  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2791         * src/sheet-utils.c (gnm_sheet_guess_data_range): also check
2792         first column
2794 2013-05-05  Morten Welinder  <terra@gnome.org>
2796         * src/dependent.c (style_dep_eval): New function.  Re-clear the
2797         rendered value here.  Fixes #699647.
2799 2013-05-03  Morten Welinder  <terra@gnome.org>
2801         * src/wbc-gtk.c (create_undo_redo): Add Ctrl-Shift-z as alternate
2802         accelerator for redo.  Fixes #699579.
2803         (wbc_gtk_create_notebook_area): Mark the button notebook as non
2804         focusable.
2806         * src/sheet.c (sheet_range_set_text_cb): Add redraw.
2808 2013-05-01  Morten Welinder  <terra@gnome.org>
2810         * src/print-info.c: Add gsf includes to make things work with
2811         libgsf 1.14.24.  Redhat #957851.
2813 2013-04-29  Morten Welinder  <terra@gnome.org>
2815         * src/xml-sax-write.c (cb_write_cell): Ignore completely empty
2816         cells.
2818 2013-04-26  Morten Welinder <terra@gnome.org>
2820         * configure.ac: Post-release bump.
2822 2013-04-26  Morten Welinder <terra@gnome.org>
2824         * Release 1.12.2
2826 2013-04-26  Morten Welinder  <terra@gnome.org>
2828         * src/gnumeric.css (GnmItemBar): Make red labels for selected
2829         row/column items the default.
2831 2013-04-24  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2833         * src/wbc-gtk-actions.c: rename some items in the statistics menu
2835 2013-04-24  Morten Welinder  <terra@gnome.org>
2837         * src/func.c (gnm_func_convert_markup_to_pango): Add a target
2838         widget parameter.  All callers changed.
2840         * src/sheet-control-gui.c (scg_init): Ditto comment.timer and
2841         delayedMovement.timer.
2843         * src/item-cursor.c (gnm_item_cursor_init): Ditto
2844         animation_cursor.
2846         * src/application.c (_gnm_app_flag_windows_changed): Ditto for
2847         windows_update_timer.
2849         * src/item-edit.c (GnmItemEdit): change type of blink_timer to
2850         guint to match glib.  Use 0 as undefined since (guint)-1 is a
2851         valid tag.
2853         * src/gnm-pane.c (gnm_pane_init): Ditto sliding_timer (nee
2854         sliding).
2856 2013-04-23  Morten Welinder  <terra@gnome.org>
2858         * src/mstyle.c (gnm_style_link_dependents): Fix segfault.
2860         * src/item-edit.c (gnm_item_edit_init): Set ->blink_timer to avoid
2861         critical.  Fixes #698680.
2863         * src/gui-file.c (gui_file_save_as): For export, change extension.
2864         Fixes #698636.
2866 2013-04-22  Morten Welinder  <terra@gnome.org>
2868         * src/gui-file.c (gui_file_read): Re-take focus if the read fails.
2869         Somehow fixes #625687.
2871 2013-04-20  Morten Welinder  <terra@gnome.org>
2873         * src/go-data-slicer-field.c
2874         (go_data_slicer_field_set_field_type_pos): Add precondition for
2875         slicer.
2877 2013-04-22  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2879         * src/print-info.c (render_title): new
2881 2013-04-22  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2883         * src/sheet.c (sheet_range_set_expr_cb): don't try to empty empty
2884         cells.
2885         (sheet_range_set_text): ditto
2887 2013-04-22  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2889         * src/sheet-control-gui.c (scg_comment_display): use spacing rather
2890         than padding.
2892 2013-04-22  Morten Welinder  <terra@gnome.org>
2894         * src/sheet-control-gui.c (scg_comment_display): Display by-line.
2896 2013-04-19  Morten Welinder  <terra@gnome.org>
2898         * src/sheet-control-gui.c (scg_comment_display): Abandon the text
2899         view approach.  Fixes #689283.
2901         * src/wbc-gtk.c (wbc_gtk_init_borders): Show also in vertical
2902         mode.
2903         (wbc_gtk_init_color_fore): Ditto.
2904         (wbc_gtk_init_color_back): Ditto.
2906 2013-04-17  Morten Welinder  <terra@gnome.org>
2908         * src/wbc-gtk.c (wbc_gtk_init): Add also a vertical font chooser
2909         button.
2911         * src/wbc-gtk-impl.h (_WBCGtk): Rename font_name member to
2912         font_name_haction.
2914         * src/wbc-gtk.c (wbc_gtk_init_font_name): Show the font button
2915         only for horizontal toolbars.
2917         * src/gui-file.c (file_saver_format_changed_cb): New function to
2918         change the extension when the format is changed.
2919         (gui_file_save_as): Don't try to hide the extension -- it
2920         interferes with the file chooser's completion.  Fixes #695839.
2922 2013-04-16  Morten Welinder  <terra@gnome.org>
2924         * src/wbc-gtk.c (wbcg_update_action_sensitivity): Turn on context
2925         menu for graph sheets.  Fixes #685446.
2926         (sheet_menu_label_run): Disable resize for graph sheets.
2928         * src/value.c (parse_criteria): Anchor only at start.  Fixes
2929         #661800.
2930         (parse_criteria): Handle criteria "=" and "<>" (with no value
2931         after the operator) special.  These test for empty and non-empty
2932         values.  Fixes #686156.
2934         * src/gutils.c (gnm_regcomp_XL): Split argument "full" into
2935         "anchor_start" and "anchor_end".  All callers changed.
2937 2013-04-15  Morten Welinder  <terra@gnome.org>
2939         * src/application.c (add_icon): Plug leak.
2941         * src/number-match.c (format_match_decimal_number): Try also major
2942         non-locale currencies.  Fixes #577768.
2944 2013-04-13  Morten Welinder  <terra@gnome.org>
2946         * src/mathfunc.c (pochhammer): Improve precision a bit.
2947         (binomialcf): Lower cfSmall by 10^3.  This helps
2948         pbeta(0.9,10,0.5).
2950         * configure.ac (GETTEXT_PACKAGE): Add version number so that
2951         doesn't prevent multiple versions from co-existing.
2953         * src/sheet.c (sheet_range_calc_spans): Don't mark the sheet
2954         dirty.  Callers already appear to handle this when needed
2955         and not when not wanted.  Fixes #697927.
2957 2013-04-12  Morten Welinder  <terra@gnome.org>
2959         * src/mathfunc.c (gnm_owent): Fix a==1 special case.  Part of
2960         #697850.
2961         (pnbinom): Allow prob==1 (already fixed in R) and n==0 (now
2962         reported to R).
2963         (fact): Use table for n<=1; rewrite using pochhammer otherwise.
2965 2013-04-11  Morten Welinder  <terra@gnome.org>
2967         * src/parse-util.c (rangeref_parse): Parse Sheet!#REF and return a
2968         reference with invalid_sheet.  Fixes #683494.
2970         * src/complex.c (complex_to_string): Drop format arguments.  All
2971         callers changed.  Make up a format with enough precision for round
2972         tripping.  Fixes #697634.
2974 2013-04-09  Morten Welinder  <terra@gnome.org>
2976         * src/complex.c (complex_from_string): Make this handle embedded
2977         spaces systematically.
2978         (is_unit_imaginary): Delete.
2980 2013-04-09  Morten Welinder  <terra@gnome.org>
2982         * src/complex.c (complex_pow): Use Goffice's copy.
2984 2013-04-05  Morten Welinder  <terra@gnome.org>
2986         * src/wbc-gtk.c (cb_screen_changed): Re-use the css provider for
2987         new screens.  Add hack for pre-GTK 3.4.
2989         * src/mathfunc.c (gnm_owent): New function.
2991 2013-04-04  Jean Brefort  <jean.brefort@normalesup.org>
2993         * src/graph.c (gnm_go_data_vector_load_len): correctly evaluate array
2994         functions used as vectors. [697281]
2996 2013-04-04  Jean Brefort  <jean.brefort@normalesup.org>
2998         * src/graph.c (gnm_go_data_vector_load_values),
2999         (gnm_go_data_vector_get_str): fix values and strings loading in case of
3000         arrays. [697107]
3002 2013-04-03  Morten Welinder  <terra@gnome.org>
3004         * src/wbc-gtk.c (cb_sheet_tab_change): Use g_object_set to set
3005         attributes of the tab.
3007         * src/sheet-control-gui.c (sheet_control_gui_new): Create a
3008         GnmNotebookButton, not an EditableLabel.
3010 2013-04-02  Morten Welinder  <terra@gnome.org>
3012         * src/wbc-gtk.c (cb_wbcg_drag_motion): Fix test for notebook tab
3013         widget.
3014         (cb_wbcg_drag_leave): Ditto.
3016 2013-03-27  Morten Welinder  <terra@gnome.org>
3018         * src/gnumeric-conf.c (gnm_conf_get_detachable_toolbars): Fix the
3019         key we look up.  When did that change?
3021 2013-03-27  Jean Brefort  <jean.brefort@normalesup.org>
3023         * src/sheet-object-widget.c (sheet_widget_list_create_widget):
3024         remove the frame.
3026 2013-03-26  Morten Welinder  <terra@gnome.org>
3028         * src/item-edit.c: Theme the in-cell edit background color.
3030         * src/gnumeric-fwd.h: Merge most of gnumeric.h and gui-gnumeric.h
3031         into here.
3032         src/gui-gnumeric.h: Remove.
3034         * src/pattern.c (gnumeric_background_set): Insist that ctxt is
3035         non-NULL if there is a selection.
3036         (gnumeric_background_set_gtk): Delete.  Make callers use
3037         gnumeric_background_set.
3039         * src/preview-grid.c (preview_grid_draw_background): Always
3040         provide a context to gnumeric_background_set.
3041         * src/item-edit.c (item_edit_draw): Ditto.
3043         * src/item-cursor.c (ic_reload_style): Use class, not state, to
3044         separate the different cursor types.  Separate autofill colouring
3045         from drag ditto.
3047 2013-03-25  Morten Welinder  <terra@gnome.org>
3049         * src/item-cursor.c (gnm_item_cursor_class_init): Change type of
3050         color to GOColor.
3051         (ic_reload_style): Theme some of the cursor colors.
3053         * src/gnm-pane.c (gnm_pane_expr_cursor_bound_set): Take GOColor,
3054         not colour name.
3056         * src/item-bar.c: Rename: ItemBar to GnmItemBar.
3058         * src/gnumeric.css: use deprecated px-free syntax for padding, so
3059         gtk+ 3.2 can deal with it.
3061         * src/wbc-gtk.c (cb_screen_changed): Install error handler so we
3062         can suppress deprecations.
3064         * src/sheet-control-gui.c (cb_select_all_btn_draw): Fix drawing of
3065         the "all" button.
3067         * src/item-bar.c (ib_reload_style): Load fonts from style.
3069 2013-03-24  Morten Welinder  <terra@gnome.org>
3071         * src/item-grid.c (item_grid_draw_region): Draw the background at
3072         the right coordinates!
3074 2013-03-23  Morten Welinder  <terra@gnome.org>
3076         * src/item-bar.c (ib_draw_cell): There's no point in going to and
3077         from GOColor here.  Just use the color as-is.
3079 2013-03-19  Morten Welinder  <terra@gnome.org>
3081         * src/application.c (install_icons): Install also the icon themed
3082         icons.  No idea why we have both.
3084         * src/wbc-gtk.c (wbc_gtk_setup_icons, add_icon): Remove.
3086         * src/Makefile.am (SUBDIRS): No longer enter pixmaps.
3087         (embedded_imgs): Add the rest from pixmaps.
3089         * configure.ac: No longer create src/pixmaps/Makefile
3091         * src/gui-util.c (gnumeric_load_image, gnumeric_load_pixbuf): Make
3092         these work for resources and absolute paths.
3094 2013-03-19  Jean Brefort  <jean.brefort@normalesup.org>
3096         * src/sheet-control-gui.c (cb_collect_objects_to_commit): fixed
3097         not sizeable objects bounds after dragging when zoom is not 100%.
3099 2013-03-18  Morten Welinder  <terra@gnome.org>
3101         * src/wbc-gtk.c (gnm_font_action_create_tool_item): Disable the
3102         filter.  It takes just long enough to be irritating.
3104 2013-03-17  Morten Welinder  <terra@gnome.org>
3106         * src/wbc-gtk.c (gnm_font_action_create_tool_item): Don't show the
3107         style since we're not picking it explicitly.
3108         (cb_font_filter): Fix leak.
3110 2013-03-14  Morten Welinder  <terra@gnome.org>
3112         * src/wbc-gtk.c (gnm_font_action_create_tool_item): Add filter to
3113         ignore non-scalable fonts.
3115 2013-03-11  Morten Welinder  <terra@gnome.org>
3117         * src/wbc-gtk.c (wbc_gtk_init_font_name): New implementation.
3119 2013-03-10  Morten Welinder  <terra@gnome.org>
3121         * src/ssconvert.c (list_them): Skip savers/openers that require
3122         interaction.  (We don't have any yet.)
3124         * src/stf.c (stf_read_workbook): Set error when we fail due to
3125         lack of GUI.
3126         (stf_init): Mark the configurable saver/opener as interactive.
3128         * src/ssconvert.c (convert): Fix error handling.  Fixes #695529.
3130 2013-03-09  Morten Welinder <terra@gnome.org>
3132         * configure.ac: Post-release bump.
3134 2013-03-09  Morten Welinder <terra@gnome.org>
3136         * Release 1.12.1
3138 2013-03-06  Morten Welinder  <terra@gnome.org>
3140         * src/wbc-gtk.c (list_actions): Handle a null group.
3142 2013-03-03  Morten Welinder  <terra@gnome.org>
3144         * src/libgnumeric.c (gnm_pre_parse_init): Don't call deprecated
3145         g_thread_init if compiled with later than glib 2.32.0.
3147 2013-03-02  Jean Brefort  <jean.brefort@normalesup.org>
3149         * src/gnm-pane-impl.h: remove alignments.
3150         * src/gnm-pane.c (gnm_pane_header_init): dittO;
3151         * src/gnm-plugin.c (plugin_service_ui_read_xml): fixed a C++ type comment.
3152         * src/item-bar.c (item_bar_calc_size): force recalc when indent changed.
3153         * src/sheet-control-gui-priv.h: remove all tables by one grid.
3154         * src/sheet-control-gui.c (cb_table_destroy), (scg_set_panes),
3155         (set_resize_pane_pos), (idle_resize), (cb_canvas_resize),
3156         (sheet_control_gui_new), (scg_finalize), (scg_adjust_preferences),
3157         (scg_mode_edit): ditto.
3158         * src/wbc-gtk.c (cb_show_sheet), (cb_sheet_label_button_press),
3159         (cb_sheet_visibility_change), (wbcg_sheet_add),
3160         (wbcg_sheet_remove), (wbcg_sheet_focus),
3161         (wbcg_sheet_order_changed), (wbcg_sheet_remove_all),
3162         (wbcg_get_nth_scg): ditto.
3164 2013-03-01  Jean Brefort  <jean.brefort@normalesup.org>
3166         * src/gui-file.c (gui_file_open): GtkTable to GtkGrid.
3167         * src/print.c (gnm_create_widget_cb): ditto.
3168         * src/sheet-object-graph.c (sheet_object_graph_guru): ditto.
3170 2013-03-01  Morten Welinder  <terra@gnome.org>
3172         * src/mathfunc.h: Make sure the "q" functions take "p" as their
3173         first argument, not "x".
3175 2013-03-01  Jean Brefort  <jean.brefort@normalesup.org>
3177         reviewed by: <delete if not using a buddy>
3179         * INSTALL:
3180         * src/sheet-object-widget.c (sheet_widget_button_user_config),
3181         (sheet_widget_adjustment_user_config_impl),
3182         (sheet_widget_checkbox_user_config),
3183         (sheet_widget_radio_button_user_config):
3184         * src/wbc-gtk.c (wbc_gtk_init):
3186 2013-02-28  Morten Welinder  <terra@gnome.org>
3188         * configure.ac: remove the DISABLE_DEPRECATED defines even from
3189         development versions.  We now get the information through gcc
3190         warnings.
3191         (solver): Make solver code unconditional.  Feel free to not
3192         distribute the relevant plugins.
3194 2013-02-26  Morten Welinder  <terra@gnome.org>
3196         * src/ssconvert.c (convert): Avoid segfault.  Fixes #694741.
3198 2013-02-26  Jean Brefort  <jean.brefort@normalesup.org>
3200         * src/number-match.c: more introspection warnings.
3202 2013-02-23  Morten Welinder  <terra@gnome.org>
3204         * */*.c: Avoid G_OBJECT casts for g_object_ref and g_object_unref.
3206 2013-02-21  Morten Welinder  <terra@gnome.org>
3208         * src/sheet-style.c (sheet_style_foreach): Take a GFunc, not a
3209         GHFunc.  All callers changed.  Impose a robust ordering.
3210         (sh_all_styles): New function replacing sh_foreach.
3212 2013-02-20  Morten Welinder  <terra@gnome.org>
3214         * src/sheet-object-graph.c (dim_start): Survive malformed xml.
3216 2013-02-20  Jean Brefort  <jean.brefort@normalesup.org>
3218         * configure.ac: make configure --with-python fail when some
3219         dependency is missing.
3221 2013-02-17  Morten Welinder  <terra@gnome.org>
3223         * configure.ac (set_more_warnings): Improve support for clang.
3225 2013-02-16  Morten Welinder  <terra@gnome.org>
3227         * *.c: Clear up confusion between GtkStateType and GtkStateFlags.
3228         (Most cases a matter of 0 vs. 0.)
3230 2013-02-16  Jean Brefort  <jean.brefort@normalesup.org>
3232         * schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in: fixed
3233         default value for stf export format.
3234         * src/dependent.c: fix introspection warnings.
3235         * src/sheet-style.c: ditto.
3237 2013-02-15  Morten Welinder  <terra@gnome.org>
3239         * configure.ac (libspreadsheet_gtk_reqs): Explicitly require gtk
3240         3.2.0 just like goffice.
3242         * src/gui-util.c (gnm_store_text_tag_attr_in_pango): Adjust to
3243         requiring gtk 3.2
3245 2013-02-14  Morten Welinder  <terra@gnome.org>
3247         * src/gnm-so-path.c (so_path_view_set_bounds): Use G_MAXDOUBLE,
3248         not MAXDOUBLE.  Fixes #693761.
3250 2013-02-10  Morten Welinder  <terra@gnome.org>
3252         * src/sheet-style.c (cb_unlink): gnm_style_unlink_dependents
3253         doesn't belong here.  We handle everything in rstyle_apply.
3255 2013-02-08  Morten Welinder  <terra@gnome.org>
3257         * src/sheet-style.c (rstyle_apply): Take extra range argument and
3258         link/unlink style dependents.  All callers changed.
3259         (sheet_style_shutdown): Set default style for whole sheet to
3260         ensure style dependents get cleared.
3262 2013-02-07  Morten Welinder  <terra@gnome.org>
3264         * src/sheet-style.c (cell_tile_optimize): Implement
3265         ptr-matrix-to-matrix optimization and use it to simplify things.
3267         * src/dependent.c (GnmStyleDependent): New type of dependent.
3268         When triggered, the cells in which it resised will be rerendered
3269         and redrawn.
3271         * src/mstyle.c (gnm_style_link_dependents)
3272         (gnm_style_unlink_dependents): New functions to manage style
3273         dependents due to conditional formatting.
3275 2013-02-06  Morten Welinder  <terra@gnome.org>
3277         * src/sheet-style.c (vector_apply_pstyle): Turn loop structure
3278         inside-out in anticipation of future changes.
3280         (col_indicies, row_indicies): Alignment of the corners of apply_to
3281         is only relevant if we are within the tile.
3283 2013-02-06  Morten Welinder  <terra@gnome.org>
3285         * src/sheet-style.c (tile_is_uniform): Extract from
3286         cell_tile_optimize.
3287         (vector_apply_pstyle): Don't return a value.
3288         (cell_tile_apply): Use tile_is_uniform.
3290 2013-02-05  Morten Welinder  <terra@gnome.org>
3292         * src/sheet-style.c (sheet_style_get): Simplify with "while"
3293         instead of crazy "goto".
3294         (cell_tile_apply): Simplify the covers-whole-tile case.
3296         * src/sheet.h (Sheet): Remove max_width and max_height members.
3297         All users fixed.
3299         * src/dependent.h (GnmDependentClass): Add pos handler.
3301         * src/dependent.c (dependent_pos): Use pos handler.
3302         (dummy_dep_eval): New null handler for GnmDependentClass::eval.
3304 2013-02-04  Morten Welinder  <terra@gnome.org>
3306         * src/dependent.c (dependent_pos): Make global.
3308         * src/position.c (eval_pos_init_dep, parse_pos_init_dep): Use
3309         dependent_pos.
3311         * src/ssconvert.c (run_tool_test): Add code for running the
3312         regression tool.
3313         (convert): Run an analysis tool if requested.  (For testing.)
3315 2013-02-02  Morten Welinder  <terra@gnome.org>
3317         * src/sheet-style.c (rstyle_ctor): Split into rstyle_ctor_style
3318         and rstyle_ctor_pstyle.  All callers changed.
3320 2013-01-18  Morten Welinder  <terra@gnome.org>
3322         * src/mathfunc.c (gnm_matrix_new, gnm_matrix_free)
3323         (gnm_matrix_is_empty, gnm_matrix_from_value, gnm_matrix_to_value):
3324         New matrix support.
3325         (gnm_matrix_multiply): Renamed from mmult and changed to use above.
3326         (gnm_matrix_eigen): Change to take GnmMatrix arguments.
3328 2013-01-15  Morten Welinder  <terra@gnome.org>
3330         * src/stf.c (stf_read_workbook_auto_csvtab): Fix crash for text
3331         import from command line.
3333 2013-01-15  Jean Brefort  <jean.brefort@normalesup.org>
3335         * configure.ac: renamed configure.in and update obsolete macros.
3336         * configure.in: ditto.
3338 2013-01-14  Colin Watson  <cjwatson@ubuntu.com>
3340         * configure.in: Add
3341         distutils.sysconfig.get_python_inc(plat_specific=True) to Python
3342         includes.
3344 2013-01-14  Jean Brefort  <jean.brefort@normalesup.org>
3346         * src/sheet-control-gui.c (sheet_control_gui_new): typo.
3347         * src/sheet-object-graph.c (cb_graph_size_changed): do not remoe
3348         twice the top and bottom margins when displaying a graph
3349         sheet. [#691472]
3351 2013-01-10  Morten Welinder  <terra@gnome.org>
3353         * src/func.c (gnm_func_lookup_or_add_placeholder): Drop copy_name
3354         argument and assume TRUE.  Drop scope name and assume NULL (which
3355         is what all callers should have used).  All callers changed.
3356         (gnm_func_add_placeholder): Ditto.
3357         (invent_name): Downcase the preferred name.
3358         (gnm_func_add_placeholder_full): Eliminate GNM_FUNC_FREE_NAME.
3359         (gnm_func_add): Initialize arg_names_p.
3361         * src/gnm-plugin.c (plugin_service_function_group_activate):
3362         Upgrade existing placeholder functions as needed.
3364         * src/func.c (gnm_func_upgrade_placeholder): Rename from
3365         gnm_func_upgrade_placeholder.  Take GnmFunc argument, not name.
3367 2013-01-10  Morten Welinder  <terra@gnome.org>
3369         * src/func.c (gnm_func_add_placeholder_localized): New function.
3370         (gnm_func_add_placeholder_full): Extract from
3371         gnm_func_add_placeholder.  Handle localization better.
3372         (gnm_func_set_localized_name): New function.
3373         (gnm_func_free, gnm_func_get_name): Use
3374         gnm_func_set_localized_name.
3376         * src/parse-util.c (std_func_map): Improve handling of unknown
3377         function names.
3379         * src/func.c (gnm_func_group_remove_func): Factor this out from...
3380         (gnm_func_free): ...here.
3382 2013-01-09  Morten Welinder  <terra@gnome.org>
3384         * src/symbol.c: delete.
3386         * src/func.c: rewrite to use GHashTable instead of symbol.c
3387         (gnm_func_lookup_prefix): Take extra argument indicating whether
3388         to search translated names.  Caller changed.
3390         * src/parse-util.c (std_func_map): Lookup translated name as
3391         needed.
3392         (parse_util_init): Add enviroment magic to turn on translated
3393         functions names.  This is not ready for prime time and should be
3394         controlled by a user preference eventually.
3396         * src/mathfunc.c (gnm_matrix_eigen): Silence warning.  Document a
3397         bit.
3399 2013-01-07  Morten Welinder  <terra@gnome.org>
3401         * src/mathfunc.c (gnm_matrix_eigen): Detect underflow of the
3402         pivot.  Use gnm_hypot where possible.
3404 2013-01-04  Morten Welinder  <terra@gnome.org>
3406         * src/gui-clipboard.c (gnm_x_claim_clipboard): Take a GdkDisplay
3407         as argument.  Keep track of displays.
3408         (gnm_x_disown_clipboard): New function.
3410         * src/application.c (gnm_app_clipboard_clear): Use
3411         gnm_x_disown_clipboard to make things multi-head safe.
3413 2013-01-03  Morten Welinder  <terra@gnome.org>
3415         * src/collect.c (collect_floats): Fix handling of
3416         COLLECT_IGNORE_ERRORS.
3417         (collect_strings): Ditto.
3418         (callback_function_collect): Handle new flag COLLECT_ZERO_ERRORS.
3420 2013-01-01  Morten Welinder  <terra@gnome.org>
3422         * src/mstyle.c (gnm_style_set_from_pango_attribute): Don't use
3423         deprecated goffice stuff.
3425         * src/cellspan.c (cell_register_span, cell_calc_span): Remove
3426         unused variable.
3427         * src/gnm-pane.c (control_point_leave_notify): Ditto.
3428         * src/gnm-plugin.c (plugin_service_solver_activate): Ditto.
3429         * src/wbc-gtk.c (wbc_gtk_create_edit_area): Ditto.
3431         * src/application.c (gnm_app_history_add): Kill warning.
3433 2012-12-31  Morten Welinder  <terra@gnome.org>
3435         * src/sheet-style.c (sheet_style_resize): Double off-by-one.
3436         Fixed #690929.
3438         * src/ssdiff.c: Introduce --highlight mode.
3440 2012-12-30  Morten Welinder  <terra@gnome.org>
3442         * src/ssdiff.c (main): Add option to send output to a file.
3444 2012-12-29  Morten Welinder  <terra@gnome.org>
3446         * src/ssdiff.c (diff): Use C locale.
3447         (ignore_cell): Ignore arrays, except for the corner.
3448         (output_cell): New function taking proper care of value types,
3449         conventions, etc.
3450         (xml_cell_changed): Use output_cell.
3451         (compare_corresponding_cells): Don't use entered_text here either,
3452         although it's harmless.
3453         (output_cell, compare_corresponding_cells): Handle value formats
3454         too.
3456 2012-12-28  Valek Filippov  <frob@df.ru>
3458         * gnm-pane.c, shell-control-gui.c: Replaced deprecated
3459         gdk_window_get_pointer calls.
3461 2012-12-28  Morten Welinder  <terra@gnome.org>
3463         * src/*.c: Eliminate use of printf.
3465         * src/sheet-style.c (sheet_style_range_foreach): Move handling of
3466         range offset here.  This may need to move further.
3467         * src/ssdiff.c (cb_diff_sheets_styles_2): From here.
3468         (diff_sheets_cells): Ignore completely empty cells.
3469         (xml_sheet_start): Change meaning of Old and New attributes to be
3470         index_in_wb and absent when workbook doesn't have the sheet.
3471         (xml_style_changed): Describe style differences.
3473 2012-12-27  Morten Welinder  <terra@gnome.org>
3475         * src/ssdiff.c (diff_sheets): Compare styles too.
3477         * src/sheet-style.c (sheet_style_range_foreach): Add optional
3478         range argument.  All callers changed.
3480 2012-12-24  Morten Welinder  <terra@gnome.org>
3482         * src/ssdiff.c (def_cell_changed): Merge cell_added and
3483         cell_removed handlers into the cell_changed handler.
3484         (main): Add --xml option.
3486         * configure.in: ssconvert, ssindex, and ssgrep are no longer
3487         configurable.  We need ssconvert for the test and it's silly
3488         anyway.
3490 2012-12-18  Morten Welinder <terra@gnome.org>
3492         * configure.in: Post-release bump.