- 11 Feb, 1999 1 commit
-
-
Arturo Espinosa authored
-
- 10 Feb, 1999 5 commits
-
-
Arturo Espinosa authored
Finally a working fix. And the accounting cows around the globe rejoice! Miguel.
-
Arturo Espinosa authored
Small changes to avoid deleting an active sheet. Not finished.
-
Arturo Espinosa authored
-
Miguel de Icaza authored
1999-02-10 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/cell.c (cell_relocate): When relocating a cell with a formula, always mark it as changed. We were doing that before only for the case where the location had changed, but we use cell_relocate in other cases as well. * src/fn-string.c (gnumeric_lower, gnumeric_upper): These functions were wrong. They were never incrementing the pointer and they were releasing the wrong pointer. * src/clipboard.c (paste_cell): When pasting a cell, mark the contents as modified. * src/file.c (file_saver_is_default_format): Make sure the saver is always set.
-
Michael Meeks authored
-
- 09 Feb, 1999 4 commits
-
-
Arturo Espinosa authored
-
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 6 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
-