- 17 Jan, 1999 1 commit
-
-
Vincent Renardias authored
* Completed fr.po translation and fixed a few typos in fn-math.c
-
- 16 Jan, 1999 1 commit
-
-
Arturo Espinosa authored
-
- 15 Jan, 1999 1 commit
-
-
Arturo Espinosa authored
Warning fix.
-
- 13 Jan, 1999 1 commit
-
-
Arturo Espinosa authored
-
- 11 Jan, 1999 3 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
Coding style fixes; Indentation fixes Miguel
-
Miguel de Icaza authored
1999-01-10 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/format.c (format_value): Use 0.0########## instead. Looks saner. 1999-01-10 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/workbook.c (change_auto_expr_menu): Use the event->button field to get the popup menu to behave correctly. (workbook_setup_auto_calc): Put the information display inside a GtkFrame. * src/item-bar.c (set_cursor): This routine can be invoked before we are realized. * src/workbook.c (sheet_label_button_press): We need to do the page flipping ourselves, as the GtkNotebook wont take events if they are not for a window it knows about. * src/widget-editable-label.c (el_button_press_event): Forward events to parent. * src/parser.y: New non-terminal "cellref". Make this non-terminal include CELLREF and SHEETREF!CELLREF constructions. * src/expr.c: Changed the whole module according to the dropping of VALUE_CELLREF. * src/expr.h: VALUE_CELLREF did not make much sense. Better add to the ExprTree union a CellRef field specifically for OPER_VAR nodes.
-
- 10 Jan, 1999 5 commits
-
-
Michael Meeks authored
-
Changwoo Ryu authored
1999-01-10 Changwoo Ryu <cwryu@adam.kaist.ac.kr> * src/workbook.c (cb_sheet_check_dirty): Use g_strdup_printf instead of g_strconcat. More easy to translate the string.
-
Miguel de Icaza authored
1999-01-10 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/workbook.c (wb_input_finished): Use sheet_accept_pending_input instead of sheet_set_current_value. (workbook_setup_auto_calc): Stick the information display inside the status bar.
-
Miguel de Icaza authored
1999-01-10 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/eval.c (add_value_deps): Reorganization. Hanlde VALUE_CELLREF here and make OPER_VAR and OPER_CONSTANT call add_value_deps. * src/expr.c (do_expr_tree_relocate, expr_tree_relocate): New routine that returns an ExprTree relocated. (value_copy_to): Handle the VALUE_CELLREF type. * src/expr.h: define VALUE_CELLREF * src/parser.y (yylex): Type fix. When creating values of type VALUE_CELLREF, set this value. 1999-01-09 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/sheet.c (sheet_move_column): Update to new cell_relocate semantics. (sheet_shift_row): ditto. (sheet_insert_row): ditto. (sheet_delete_row): ditto. (sheet_shift_col): ditto. * src/clipboard.c: Update to new cell_relocate semantics. Remove the old GTK compatibility code. * src/cell.c (cell_relocate): We do not need to reference this formula. This routine now takes delta-x and delta-y values for the relocation, instead of absolute cordinates. To implement the proper semantics of cell movement that other spreadsheets implement
-
Federico Mena Quintero authored
1999-01-09 Federico Mena Quintero <federico@nuclecu.unam.mx> * src/gnumeric-sheet.c (gnumeric_sheet_key_mode_sheet): Return the result of gtk_widget_event() if we get to the switch's default case. (gnumeric_sheet_key): Return FALSE in the default case, since we did nothing there. * src/workbook.c (open_cmd): If the file-open dialog was cancelled, it will return NULL. Take this into account.
-
- 08 Jan, 1999 1 commit
-
-
Miguel de Icaza authored
1999-01-08 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/workbook.c (workbook_setup_status_area): We do not use the progress bar feature currently.
-
- 07 Jan, 1999 6 commits
-
-
Nat Friedman authored
1999-01-07 Nat Friedman <nat@nat.org> * src/workbook.c: Added hints to the rest of the custom menu items.
-
Nat Friedman authored
1999-01-07 Nat Friedman <nat@nat.org> * src/workbook.c (workbook_new): Install the menu hints. (workbook_setup_status_area): Create the GnomeAppBar. Added hints to most of the custom menu items. * src/sheet.h: Added the appbar field to the Workbook structure.
-
Nat Friedman authored
1999-01-07 Nat Friedman <nat@nat.org> * src/workbook.c: Use GNOMEUIINFO_MENU_ABOUT_ITEM and the new GNOMEUIINFO_MENU trees.
-
Nat Friedman authored
1999-01-07 Nat Friedman <nat@nat.org> * src/workbook.c: Pass the menu item description to GNOMEUIINFO_MENU_NEW_ITEM.
-
Nat Friedman authored
1999-01-06 Nat Friedman <nat@nat.org> * src/workbook.c: Use the standard GNOMEUIINFO macros from gnome-app-helper.h.
-
Nat Friedman authored
1999-01-06 Nat Friedman <nat@nat.org> * src/workbook.c: Use the gnome-uidefs.h macros for the accelerators.
-
- 05 Jan, 1999 1 commit
-
-
Havoc Pennington authored
1999-01-04 Havoc Pennington <hp@pobox.com> * src/fn-date.c (gnumeric_date): Allocate the GDate on the stack, saves some small amount of time. Check user-provided month/day/year for validity before using it. (gnumeric_today): Allocate GDate on the stack. (gnumeric_now): Ditto.
-
- 04 Jan, 1999 5 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Vincent Renardias authored
-
Arturo Espinosa authored
-
Miguel de Icaza authored
1999-01-04 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/sheet.c (sheet_rename): New routine. * src/workbook.c (workbook_attach_sheet): Use a EditableLabel for the notebook tab. (workbook_rename_sheet): New routine. * src/widget-editable-label.c: New widget. This is a label that can be edited if you double click on it. This uses the same trick of the gnome-icon-item to provide the editing facilities. 1999-01-03 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/workbook.c (workbook_setup_status_area): Use the style font, not "fixed". (workbook_setup_status_area): One hack down. Use GTK_ANCHOR_NW to achieve the same effect I had with my previous hack. * src/dialog-cell-comment.c (dialog_cell_comment): New file. Implements the cell comment dialog box. * src/cell.c (cell_relocate): Only call cell_comment_reposition is there is a cell comment bound to this cell. * src/format.c (format_value): No format means "General" format as well. If the value has decimal numbers use "0.00##########" for the formatting instead of 0.00.
-
- 03 Jan, 1999 3 commits
-
-
Jeff Garzik authored
-
Miguel de Icaza authored
1999-01-03 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/expr.c (do_expr_decode_tree): Add termination NULL to the OPER_NEG operation.
-
Miguel de Icaza authored
1999-01-03 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/expr.c (eval_expr): Add support for non-local cells here. I am impressed how simple this was. * src/parser.y: Add rules for cell references outside of the current sheet. * src/main.c: New option --debug. Turns on the zoom in/zoom out buttons on the main sheet. * src/workbook.c: Include the zoom in/zoom out buttons conditionally. * src/xml-io.c (xmlGetCoordinates): Load using double numbers the information. * src/parser.y (yylex): Allow strings to be specified with "'" characters.
-
- 02 Jan, 1999 1 commit
-
-
Miguel de Icaza authored
1999-01-01 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/item-grid.c (item_grid_button_1): When starting a selection of cells during a formula edit, insert the currently clicked cell name.
-
- 30 Dec, 1998 2 commits
-
-
Vincent Renardias authored
* Major translation updates.
-
Jeff Garzik authored
-
- 28 Dec, 1998 8 commits
-
-
Arturo Espinosa authored
-
Miguel de Icaza authored
Now we have support for registering/unregistering file opening and saving formats. Miguel. 1998-12-28 Miguel de Icaza <miguel@nuclecu.unam.mx> * plugins/excel/boot.c: New file, this holds the probing and load wrapper code for Gnumeric to use as well as the initial format registering code. * src/xml-io.c (xml_probe): New routine, used to probe if a file is a Gnumeric-xml file. * src/file.c (file_format_register_open, file_format_unregister_open, file_format_register_save, file_format_unregister_save): New routines used to register and unregister file formats in Gnumeric. * src/main.c (main): Boot xml and excel formats, since they now need to register themselves with the file.c code
-
Arturo Espinosa authored
-
Miguel de Icaza authored
1998-12-28 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/cell.h: cell->entered_text is back, now only used for typo correction. Maybe I will use it for saving. * src/fn-string.c (gnumeric_right): Use value_str.
-
Miguel de Icaza authored
1998-12-28 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/xml-io.c (writeXmlCell): Use cell_get_content instead of cell_get_text. * src/cell.c (cell_get_content): New function.
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
- 27 Dec, 1998 1 commit
-
-
Kjartan Maraas authored
1998-12-27 Kjartan Maraas <kmaraas@fib.hl.no> * Updated translation
-