- 16 Feb, 1999 3 commits
-
-
Arturo Espinosa authored
-
Miguel de Icaza authored
1999-02-15 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/workbook.c (workbook_new): Make a local copy of the toolbar, as we use this to update the radio buttons. (workbook_do_destroy): Free the toolbar. (workbook_feedback_set): Use the per-workbook toolbar here.
-
Sergey I. Panov authored
-
- 15 Feb, 1999 1 commit
-
-
Sergey I. Panov authored
-
- 14 Feb, 1999 1 commit
-
-
Kjartan Maraas authored
1999-02-14 Kjartan Maraas <kmaraas@fib.hl.no> * Updated translation
-
- 13 Feb, 1999 3 commits
-
-
Michael Meeks authored
-
Bruno Unna authored
of cells.
-
Arturo Espinosa authored
-
- 12 Feb, 1999 5 commits
-
-
Miguel de Icaza authored
1999-02-12 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/item-cursor.c (item_cursor_target_region_ok): Warn the user if he overwrites something accidentally by dropping cells in the target location. * src/sheet.c (sheet_is_region_empty): New function.
-
Arturo Espinosa authored
-
Michael Meeks authored
-
Frederic Devernay authored
-
Bruno Unna authored
* src/cell.c (cell_draw): Now the function draws the cell using the cell background color setting. Although it does the job, I guess there must be a better way to do it. Thanks to Michael for the hint. * src/item-grid.c (item_grid_draw_cell): Commented out the lines involved with patterns display in the cell, for that code is not ready yet. * src/dialog-cell-format (create_coloring_page): Reactivated the background selection panel of the coloring page. * src/dialog-cell-format (create_background_radio): Commented out the addition of the pattern selection for a cell.
-
- 11 Feb, 1999 6 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Pablo Saratxaga authored
and removed no_NO (it was empty. and other than that, the two norwegian varians are distinguished as no@bokmaal (or just 'no') and no@nynorsk. not by country, as in both cases it is 'NO')
-
Arturo Espinosa authored
-
Miguel de Icaza authored
1999-02-10 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/workbook.c (workbook_detach_sheet): Be less forgiving as to removing sheets with pending references.
-
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...
-