Gnumeric full changelog
Gnumeric 1.10.16
released Jun 20, 2011 (New Release)
· src/gui-util.h (gnm_load_pango_attributes_into_buffer): add argument, change all callers
· src/gui-util.c (gnm_load_pango_attributes_into_buffer): add argument, correctly align pango offsets with buffer char-offsets
· (gnm_load_pango_byte_to_char): new
· src/gui-clipboard.c (gnm_x_claim_clipboard): Rename from x_claim_clipboard.
· (gnm_x_store_clipboard_if_needed): Rename from x_store_clipboard_if_needed.
· (gnm_x_request_clipboard): Rename from x_request_clipboard.
· src/application.c (gnm_app_workbook_get_by_uri): made static
· (gnm_app_workbook_foreach): made static
· src/application.h (gnm_app_workbook_get_by_uri): deleted
· (gnm_app_workbook_foreach): deleted
· src/search.c (gnm_search_replace_value): made static
· src/search.h (gnm_search_replace_value): deleted
· src/sheet-filter.c (gnm_filter_overlaps_range): made static
· src/sheet-filter.h (gnm_filter_overlaps_range): deleted
· src/rangefunc.c (gnm_range_minabs): deleted
· (gnm_range_correl_est): deleted
· src/gui-util.c (gnm_load_pango_attributes_into_buffer): add argument, correctly align pango offsets with buffer char-offsets
· (gnm_load_pango_byte_to_char): new
· src/gui-clipboard.c (gnm_x_claim_clipboard): Rename from x_claim_clipboard.
· (gnm_x_store_clipboard_if_needed): Rename from x_store_clipboard_if_needed.
· (gnm_x_request_clipboard): Rename from x_request_clipboard.
· src/application.c (gnm_app_workbook_get_by_uri): made static
· (gnm_app_workbook_foreach): made static
· src/application.h (gnm_app_workbook_get_by_uri): deleted
· (gnm_app_workbook_foreach): deleted
· src/search.c (gnm_search_replace_value): made static
· src/search.h (gnm_search_replace_value): deleted
· src/sheet-filter.c (gnm_filter_overlaps_range): made static
· src/sheet-filter.h (gnm_filter_overlaps_range): deleted
· src/rangefunc.c (gnm_range_minabs): deleted
· (gnm_range_correl_est): deleted
Gnumeric 1.10.15
released May 23, 2011 (New Release)
· src/expr-name.c (expr_name_downgrade_to_placeholder): Use nexpr->scope
· expr_name_set_scope): Simplify
· src/sheet.h (invalid_sheet): make non-const to avoid casts
· src/sheet.c (invalid_sheet): ditto
· src/sheet.h (invalid_sheet): new
· src/sheet.c (invalid_sheet): initialize
· src/parser.y (yylex): convs->input.range_ref might return invalid_sheet
· src/expr-name.c (expr_name_is_active): New function
· src/expr-name.h (_GnmNamedExpr): Replace active member by scope member. All users changed
· src/expr-name.h (gnm_named_expr_collection_rename): new
· src/expr-name.c (gnm_named_expr_collection_rename): new
· src/print.c (gnm_print_sheet): wbc may be NULL
· src/parse-util.h (_GnmConventions): add name_validate field
· expr_name_set_scope): Simplify
· src/sheet.h (invalid_sheet): make non-const to avoid casts
· src/sheet.c (invalid_sheet): ditto
· src/sheet.h (invalid_sheet): new
· src/sheet.c (invalid_sheet): initialize
· src/parser.y (yylex): convs->input.range_ref might return invalid_sheet
· src/expr-name.c (expr_name_is_active): New function
· src/expr-name.h (_GnmNamedExpr): Replace active member by scope member. All users changed
· src/expr-name.h (gnm_named_expr_collection_rename): new
· src/expr-name.c (gnm_named_expr_collection_rename): new
· src/print.c (gnm_print_sheet): wbc may be NULL
· src/parse-util.h (_GnmConventions): add name_validate field
Gnumeric 1.10.14
released Mar 28, 2011 (New Release)
· src/ssconvert.c (resolve_template): New function.
· convert): Simplify code. Treat output filename as template when ssconvert_one_file_per_sheet is set.
· src/dependent.c (dependent_set_expr): Make sure we clear dynamic deps, even if not linked. Fixes #645209.
· (dependents_dump): New function extracted from...
· src/wbc-gtk.c (cb_workbook_debug_info): ...here.
· src/parser.y: Apply ugly patch for xlsx global names.
· src/print.c (gnm_print_sheet): Punt and use ShellExecute.
· src/print.c (gnm_print_sheet): Improve error handling.
· src/print.c (gnm_print_sheet): On WIN32, do previews as
· export-to-pdf plus show-url. Hopefully works around #533795.
· src/dead-kittens.h (gtk_adjustment_get_upper): Macro had wrong name.
· gtk_dialog_get_content_area): We only need one of these.
· src/gutils.c (gnm_insert_meta_date): Use GsfTimestamp.
· src/colrow.c (colrow_new, colrow_free): New functions.
· src/sheet.c (cell_new, cell_free): Use slice allocator, not g_new.
· convert): Simplify code. Treat output filename as template when ssconvert_one_file_per_sheet is set.
· src/dependent.c (dependent_set_expr): Make sure we clear dynamic deps, even if not linked. Fixes #645209.
· (dependents_dump): New function extracted from...
· src/wbc-gtk.c (cb_workbook_debug_info): ...here.
· src/parser.y: Apply ugly patch for xlsx global names.
· src/print.c (gnm_print_sheet): Punt and use ShellExecute.
· src/print.c (gnm_print_sheet): Improve error handling.
· src/print.c (gnm_print_sheet): On WIN32, do previews as
· export-to-pdf plus show-url. Hopefully works around #533795.
· src/dead-kittens.h (gtk_adjustment_get_upper): Macro had wrong name.
· gtk_dialog_get_content_area): We only need one of these.
· src/gutils.c (gnm_insert_meta_date): Use GsfTimestamp.
· src/colrow.c (colrow_new, colrow_free): New functions.
· src/sheet.c (cell_new, cell_free): Use slice allocator, not g_new.
Gnumeric 1.10.13
released Feb 10, 2011 (New Release)
· Calculate residuals when using the regression tool. [Bug 635064].
· Permit data entry by-passing autocorrection.
· Work around OpenOffice date formatting bugs. [Bug 636131].
· Export text formats to and import from ODF. [Bug 636158].
· Fix ODF import of sheets with far forward references. [Bug 636968].
· Add EEK support to EURO and EUROCONVERT.
· Fix leaks in potentially failing analysis tools.
· Make the row and column headers and selection match the theme better. [Bug 639019].
· Fix locale specific sorting. [Bug 638874].
· Ensure we have sub- and superscript icons. [Bug 639086].
· Fix advanced filter. [Bug 639444].
· Permit data entry by-passing autocorrection.
· Work around OpenOffice date formatting bugs. [Bug 636131].
· Export text formats to and import from ODF. [Bug 636158].
· Fix ODF import of sheets with far forward references. [Bug 636968].
· Add EEK support to EURO and EUROCONVERT.
· Fix leaks in potentially failing analysis tools.
· Make the row and column headers and selection match the theme better. [Bug 639019].
· Fix locale specific sorting. [Bug 638874].
· Ensure we have sub- and superscript icons. [Bug 639086].
· Fix advanced filter. [Bug 639444].
Gnumeric 1.10.12
released Jan 11, 2011 (New Release)
· Add argument to FOURIER to separate parts.
· Extend TREND function to handle multiple regression. [Bug 630085].
· Fix selection for sheet object lists and combos. [Bug 631322].
· Preserve selection for sheet object lists when we change content. [Bug 631327].
· Add option to sheet object lists and combos to enter values rather than index. [Bug 629333].
· Fix manual pagebreak handling when printing. [Bug 631570].
· Add menu items to remove and add manual page breaks.
· Improve the sc import.
· Fix button sensitivity in sort dialog. [Bug 632999].
· Fix ODF export of files with large formatted sheets. [Bug 634135].
· Fix extensions of supported ODF files. [Bug 635111].
· Fix import of dib format images in XLS. [Bug 553098].
· Fixed maximum for col/row number in sheet resize dialog. [Bug 631702].
· Eliminate glade usage. [Bug 631717].
· Fixed crash in print setup. [Bug 634149].
· Fixed image bounds in zoomed sheets.
· Fix crash related to broken xls. [Bug 632050].
· Extend TREND function to handle multiple regression. [Bug 630085].
· Fix selection for sheet object lists and combos. [Bug 631322].
· Preserve selection for sheet object lists when we change content. [Bug 631327].
· Add option to sheet object lists and combos to enter values rather than index. [Bug 629333].
· Fix manual pagebreak handling when printing. [Bug 631570].
· Add menu items to remove and add manual page breaks.
· Improve the sc import.
· Fix button sensitivity in sort dialog. [Bug 632999].
· Fix ODF export of files with large formatted sheets. [Bug 634135].
· Fix extensions of supported ODF files. [Bug 635111].
· Fix import of dib format images in XLS. [Bug 553098].
· Fixed maximum for col/row number in sheet resize dialog. [Bug 631702].
· Eliminate glade usage. [Bug 631717].
· Fixed crash in print setup. [Bug 634149].
· Fixed image bounds in zoomed sheets.
· Fix crash related to broken xls. [Bug 632050].
Gnumeric 1.10.11
released Oct 7, 2010 (New Release)
· sheet-object-widget.c (sheet_widget_button_init_full: disable printing by default
· sheet_widget_adjustment_init_full): ditto
· sheet_widget_list_base_init): ditto
· sheet-object.c (sheet_object_set_print_flag): new
· sheet-object.h (sheet_object_set_print_flag): new
· xml-sax-read.c (xml_sax_read_obj): read print flag
· xml-sax-write.c (xml_write_objects): write print flag
· src/sheet-object-widget.c (sheet_widget_draw_cairo): warn always
· draw_cairo_text): adjust coner radius for small buttons
· sheet_widget_list_draw_cairo): new
· sheet_widget_list_class_init): connect sheet_widget_list_draw_cairo
· src/sheet-object-widget.c (sheet_widget_combo_draw_cairo): new
· sheet_widget_combo_class_init): connect the above
· src/sheet-object-widget.c (sheet_widget_button_draw_cairo): new
· src/sheet-object-widget.c (sheet_widget_spinbutton_draw_cairo): new
· sheet_widget_spinbutton_class_init): connect the above
· sheet_widget_adjustment_init_full): ditto
· sheet_widget_list_base_init): ditto
· sheet-object.c (sheet_object_set_print_flag): new
· sheet-object.h (sheet_object_set_print_flag): new
· xml-sax-read.c (xml_sax_read_obj): read print flag
· xml-sax-write.c (xml_write_objects): write print flag
· src/sheet-object-widget.c (sheet_widget_draw_cairo): warn always
· draw_cairo_text): adjust coner radius for small buttons
· sheet_widget_list_draw_cairo): new
· sheet_widget_list_class_init): connect sheet_widget_list_draw_cairo
· src/sheet-object-widget.c (sheet_widget_combo_draw_cairo): new
· sheet_widget_combo_class_init): connect the above
· src/sheet-object-widget.c (sheet_widget_button_draw_cairo): new
· src/sheet-object-widget.c (sheet_widget_spinbutton_draw_cairo): new
· sheet_widget_spinbutton_class_init): connect the above
Gnumeric 1.10.10
released Sep 8, 2010 (New Release)
· src/wbc-gtk.c (set_entry_contents): fixed graph scalar data editor behavior. [#628721]
· src/func.c (check_argument_refs): Plug leak. Fix the actual test.
· src/wbc-gtk.c (set_entry_contents): Set scalar values using the editor's method for that. That helps with formats.
· src/clipboard.c (paste_cell): Also translate dates with time-of-day.
· src/number-match.c (valid_hms): Fix the case of elapsed minutes and second. Take extra argument identifying what kind of elapsed format might be used. Communicate whether the format needs to be elapsed back to caller. All callers changed.
· configure.in: raise goffice requirement to 0.8.10
· src/gui-util.h (gnumeric_go_error_info_list_dialog_new): new gnumeric_go_error_info_list_dialog_show): new
· src/gui-util.c (gnumeric_go_error_info_list_dialog_new): new
· gnumeric_go_error_info_list_dialog_show): new, maily code from
· gnumeric_go_error_info_dialog_new
· gnumeric_go_error_info_dialog_new): use
· gnumeric_go_error_info_list_dialog_show
· src/func.c (check_argument_refs): Plug leak. Fix the actual test.
· src/wbc-gtk.c (set_entry_contents): Set scalar values using the editor's method for that. That helps with formats.
· src/clipboard.c (paste_cell): Also translate dates with time-of-day.
· src/number-match.c (valid_hms): Fix the case of elapsed minutes and second. Take extra argument identifying what kind of elapsed format might be used. Communicate whether the format needs to be elapsed back to caller. All callers changed.
· configure.in: raise goffice requirement to 0.8.10
· src/gui-util.h (gnumeric_go_error_info_list_dialog_new): new gnumeric_go_error_info_list_dialog_show): new
· src/gui-util.c (gnumeric_go_error_info_list_dialog_new): new
· gnumeric_go_error_info_list_dialog_show): new, maily code from
· gnumeric_go_error_info_dialog_new
· gnumeric_go_error_info_dialog_new): use
· gnumeric_go_error_info_list_dialog_show
Gnumeric 1.10.9
released Aug 19, 2010 (New Release)
· src/collect.c (collect_floats): Fix #627079 (FMR).
· src/complex.c (complex_pow): Special-case a=0 which the general
· formula bungles. Fixes #627014.
· samples/chart-tests.gnumeric: make sure the images match the graphs
· (and fix the data to make it more likely to stay in this way.)
· src/commands.c (CmdPasteCopy): new fields
· (cmd_paste_copy_impl): store sizes for rows and columns and restore them
· (cmd_paste_copy_finalize): finalize new fields
· (cmd_paste_copy): iitalize new fields
· src/commands.c (cmd_area_set_array_expr): autofit rows and columns.
· src/colrow.h (colrow_autofit_col): new
· src/complex.c (complex_pow): Special-case a=0 which the general
· formula bungles. Fixes #627014.
· samples/chart-tests.gnumeric: make sure the images match the graphs
· (and fix the data to make it more likely to stay in this way.)
· src/commands.c (CmdPasteCopy): new fields
· (cmd_paste_copy_impl): store sizes for rows and columns and restore them
· (cmd_paste_copy_finalize): finalize new fields
· (cmd_paste_copy): iitalize new fields
· src/commands.c (cmd_area_set_array_expr): autofit rows and columns.
· src/colrow.h (colrow_autofit_col): new
Gnumeric 1.10.8
released Aug 4, 2010 (New Release)
· src/commands.c (cmd_autofilter_set_condition): new
· src/commands.h (cmd_autofilter_set_condition): new
· src/sheet-filter.c (gnm_filter_condition_dup): publish
· gnm_filter_condition_free): publish
· src/sheet-filter.h (gnm_filter_condition_dup): new
· gnm_filter_condition_free): new
· src/undo.c (GNM_UNDO_FILTER_SET_CONDITION): new object
· src/undo.h (GNM_UNDO_FILTER_SET_CONDITION): new object
· 2010-07-29 Andreas J. Guelzow
· src/wbc-gtk.c (cb_accept_input_array): new
· cb_accept_input_selected_cells): new
· cb_accept_input_selected_merged): new
· cb_accept_input_menu_sensitive_selected_cells): new
· cb_accept_input_menu_sensitive_selected_merged): new
· cb_accept_input_menu): new
· edit_area_button_menu): new
· wbc_gtk_create_edit_area): use edit_area_button_menu for ok_button
· 2010-07-29 Andreas J. Guelzow
· src/commands.c (cmd_reorganize_sheets_delete_cmp_f): rename
· to cmd_tabulate_cmp_f and change caller (which is cmd_tabulate_undo)
· 2010-07-28 Morten Welinder
· src/commands.h (cmd_autofilter_set_condition): new
· src/sheet-filter.c (gnm_filter_condition_dup): publish
· gnm_filter_condition_free): publish
· src/sheet-filter.h (gnm_filter_condition_dup): new
· gnm_filter_condition_free): new
· src/undo.c (GNM_UNDO_FILTER_SET_CONDITION): new object
· src/undo.h (GNM_UNDO_FILTER_SET_CONDITION): new object
· 2010-07-29 Andreas J. Guelzow
· src/wbc-gtk.c (cb_accept_input_array): new
· cb_accept_input_selected_cells): new
· cb_accept_input_selected_merged): new
· cb_accept_input_menu_sensitive_selected_cells): new
· cb_accept_input_menu_sensitive_selected_merged): new
· cb_accept_input_menu): new
· edit_area_button_menu): new
· wbc_gtk_create_edit_area): use edit_area_button_menu for ok_button
· 2010-07-29 Andreas J. Guelzow
· src/commands.c (cmd_reorganize_sheets_delete_cmp_f): rename
· to cmd_tabulate_cmp_f and change caller (which is cmd_tabulate_undo)
· 2010-07-28 Morten Welinder
Gnumeric 1.10.7
released Jun 30, 2010 (New Release)
Gnumeric for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Gnumeric from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
MacX DVD Ripper Pro
50% Off -
WinX DVD Copy Pro
42% Off -
WinX MediaTrans
63% Off -
Media Player Morpher
85% Off -
MacX Media Management Bundle
70% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Microsoft Office 2007
- Microsoft Office 2003
- EMF Printer Driver 17.76 Revision 3239
- LibreOffice 24.8.2.1 Latest
- PDF-XChange Lite 10.2.1.385
- LibreOffice x64 24.2.4
- Zotero 7.0.8
- WebEx MeetMeNow 2.0 44.6.0.29928
- Microsoft Office 2007 Service Pack SP3
- CZ Excel Converter 4.0 B130902
- Quite Imposing Plus 5.3n
- Microsoft Office 2010 x32 14.0 BETA
- Microsoft Office 2010 Service Pack SP2
- Notepad++ Portable 8.7.1
- PDF Printer Driver 17.76 Revision 3239
- Microsoft Excel Viewer 12.0.6219.1000
- Microsoft Office 2013 x64 15.0.4420.1017 RTM
- Adobe Acrobat Reader 2024.002.20857
- Lightwright for Mac OS X 2.2.5
- Portable grepWin 2.1.6
Popular Tags
document
add in
software
doc
converter
tool
data
acrobat
xls
create
powerpoint
outlook
conversion
microsoft
pdf converter
text
pdf
excel
word to pdf
editor
word
office
convert
free
spreadsheet
pdf creator
adobe
files
printer
create pdf
Popular Windows 7 Software
- Microsoft Office 2007
- Microsoft Office 2003
- Card Maker Software For Windows OS 8.2.0.2
- IBExpert 2024.10.08
- EMF Printer Driver 17.76 Revision 3239
- Retail Barcoding & Labeling Application 9.2.3.2
- LibreOffice 24.8.2.1 Latest
- NVYN Schedule Software 4.0.704
- Shop-Data Transfer 1.0.142
- Retail Logistics Barcode Maker Software 9.2.3.1
- Barcode Printing Software 7.0.1.5
- Custom Labels & Stickers Printing Tool 8.2.2.3
- PDF-XChange Lite 10.2.1.385
- DWG to Any Converter Command Line 2.7
- LibreOffice x64 24.2.4
© 2024 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.