- 28 Jan, 1999 5 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
More documentation integration: 1. Finished documenting the Gnumeric functions. 2. Fix bugs in the DocBook sgml 3. Add script to create Docbook function reference 4. Use Gnumeric's --dump-func-defs and generate function reference. Miguel.
-
- 27 Jan, 1999 7 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
1. Make the Guile plugin optional (you need to use --with-guile) because it is not really a plugin right now. 2. Documentation fixes. 3. Documentation framework integrated into Gnumeric Miguel
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Bruno Unna authored
-
Bruno Unna authored
* src/dialog-cell-format.c (create_coloring_page): Now, the method to find out whether a cell has been colored or not is to compare the RGB values to zero. Commented out the attachment of background_radio_list because the functionality is not ready yet. * src/dialog-cell-format.c (apply_coloring_format): Added support for background solid coloring. Howver, changes to the style of the cells in this regard have no effect in the display. The reason for this is unknown to me as of now.
-
- 25 Jan, 1999 1 commit
-
-
Miguel de Icaza authored
1999-01-25 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/sheet-autofill.c (sheet_autofill_dir): Add a call to sheet_cell_remove before calling cell_destroy.
-
- 24 Jan, 1999 1 commit
-
-
Bruno Unna authored
* src/dialog-cell-format.c: Reactivated the 'Coloring' page in struct array cell_format_pages. * src/dialog-cell-format.c (create_coloring_page): Lots of changes, practically a full rewrite. One problem is that cells are thrown into this world with the flag STYLE_FORE_COLOR of their style set, which causes a lack of synchronization with what is expressed in the global variable foreground_radio_list. * src/dialog-cell-format.c (apply_coloring_format): By the moment being, deactivated the call of function cell_set_pattern, along with the STYLE_PATTERN bit flag of style->valid_flags. I will concentrate in fg/bg coloring of the cell.
-
- 20 Jan, 1999 2 commits
-
-
Miguel de Icaza authored
1999-01-19 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/widget-editable-label.c (el_init): Set the scroll region to something very big. This fixes the label-sliding problem. Thanks to Federico for his quick debugging eye.
-
Miguel de Icaza authored
1999-01-19 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/widget-editable-label.c (el_button_press_event): WOW. I am amazed. I now gtk grab add and if I receive a widget->window different than the canvas, I drop the grab and stop editing.
-
- 19 Jan, 1999 3 commits
-
-
Arturo Espinosa authored
(workbook_delete_event) The function should return TRUE when the workbook isn't destroyed (the user presses 'Cancel')
-
Jeff Garzik authored
-
Bruno Unna authored
cell_format_pages has three null elements (as stated in the struct definition), instead of two. Fixed up some comments. Started to pursue the bug that causes that when adding the "Coloring" tab the program generates a Gdk-ERROR. Modifications not commited.
-
- 18 Jan, 1999 2 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
- 17 Jan, 1999 4 commits
-
-
Arturo Espinosa authored
Memory leak fixes from Michael
-
Miguel de Icaza authored
1999-01-17 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/gnumeric-sheet.c (gnumeric_sheet_can_move_cursor): Do not enable item editing if sheet is not in edit mode.
-
Nam SungHyun authored
-
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 3 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.
-