- 09 Feb, 1999 3 commits
-
-
Miguel de Icaza authored
1999-02-09 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/parser.y: Apparently string concatenation operator in Excel has the lower priority. * src/workbook.c (workbook_detach_sheet): New function used to detach a sheet from a workbook. (sheet_menu_label_run): New routine. Invoked on button-3 on the sheet label. * src/gnumeric-util.c (gnumeric_auto_kill_popup_menu_on_hide): New routine to deallocate menus when they go to unshown state
-
Michael Meeks authored
more ptgs.
-
Arturo Espinosa authored
-
- 08 Feb, 1999 2 commits
-
-
Sergey I. Panov authored
-
Miguel de Icaza authored
1999-02-08 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/cell.c (cell_draw): Make the clip region one pixel bigger to account for the offset. (cell_draw): Do not add one to text_base. * src/item-edit.c (item_edit_draw): Take into account the margin_b.
-
- 07 Feb, 1999 7 commits
-
-
Michael Meeks authored
-
Miguel de Icaza authored
1999-02-07 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/cell.c (cell_set_text_simple): Allow a single "=" to represent a string.
-
Vincent Renardias authored
* Remove a few compile warnings
-
Miguel de Icaza authored
1999-02-06 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/gnumeric-util.c (gnumeric_notice): Now we take a Workbook argument to bind the dialog boxes properly to the main window. We use gnome_messagebox now to report errors. We now take a type parameter for the message box type. * plugins/ff-csv/csv-io.c: Use gnumeric_error * src/workbook.c (wb_input_finished): Call sheet_set_current_value instead of the cancel pending input routine. * Moved src/csv-io.[ch] to the plugins/ff-csv directory and converted them to
-
Vincent Renardias authored
-
Vincent Renardias authored
* Got bored to just do translation updates, so I tried to remember C and implemented CSV format loading (saving code in progress) ;)
-
Miguel de Icaza authored
1999-02-06 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/file.c (fill_save_menu): Creates an option menu with the file format to save on. (workbook_save_as): Use the saver selected by the user. (saver_activate): Keep track of the current file save format, set as default. gnumeric_file_savers, gnumeric_file_openers: made static.
-
- 06 Feb, 1999 3 commits
-
-
Arturo Espinosa authored
Memory leak fix. I was releasing invalid memory during sheet-destruction Warning fixes. Miguel
-
Michael Meeks authored
-
Vincent Renardias authored
* Standard fr.po update + typos fixes...
-
- 05 Feb, 1999 2 commits
-
-
Changwoo Ryu authored
1999-02-06 Changwoo Ryu <cwryu@adam.kaist.ac.kr> * gnumeric.desktop: Added Korean translations.
-
Michael Meeks authored
-
- 04 Feb, 1999 3 commits
-
-
Michael Meeks authored
-
Arturo Espinosa authored
-
Miguel de Icaza authored
1999-02-03 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/workbook.c (workbook_configure_minimized_pixmap): Provide an icon. Note that I could not get this to work on fvwm2 though. I will wait for other people to try it.
-
- 02 Feb, 1999 1 commit
-
-
Jaka Mocnik authored
1999-02-01 Jaka Mocnik <jaka.mocnik@kiss.uni-lj.si> * src/widget-editable-label.c (el_realize): new function. set the font for text_item here to match the widget's style. (editable_label_set_text): don't bother to set the font when creating the text_item, as the style is not set properly yet.
-
- 31 Jan, 1999 1 commit
-
-
Arturo Espinosa authored
-
- 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 2 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
-