- 21 Aug, 1999 2 commits
-
-
Pablo Saratxaga authored
-
Pablo Saratxaga authored
-
- 20 Aug, 1999 11 commits
-
-
Jukka-Pekka Iivonen authored
999-08-20 Jukka-Pekka Iivonen <iivonen@iki.fi> * samples/finfuns.xls: Made all the dates to use DATE() function instead of using strings in scandinavian style.
-
Raja R Harinath authored
* es.po: Remove spurious "s.
-
Pablo Saratxaga authored
-
Jukka-Pekka Iivonen authored
1999-08-20 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/fn-financial.c: Made the last two arguments of PMT and PPMT optional.
-
Jukka-Pekka Iivonen authored
1999-08-20 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/fn-financial.c: DDB() implemented.
-
Jukka-Pekka Iivonen authored
1999-08-20 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/fn-financial.c: DDB() implemented. * src/fn-stat.c: QUARTILE() implemented.
-
Kjartan Maraas authored
1999-08-20 Kjartan Maraas <kmaraas@online.no> * no.po: Updated translation.
-
Pablo Saratxaga authored
-
jpekka authored
-
Jukka-Pekka Iivonen authored
1999-08-20 Jukka-Pekka Iivonen <iivonen@iki.fi> * po/de.po: Removed the last bogus msgid to make it compile again. * src/sheet.c (sheet_insert_object): Added #if ENABLE_BONOBO to make it compile without BONOBO. * src/gnumeric-sheet.c (gnumeric_sheet_drag_data_get): Ditto. * src/collect.[ch]: Wrote collect_dates and collect_dates_value. * src/fn-financial.c: DB() and XNPV() implemented. DOLLARDE() and DOLLARFR() fixed. * src/fn-date.c, src/func.h: get_serial_date made public. * TODO: Killed the four functions above from the todo list.
-
Miguel de Icaza authored
1999-08-19 Miguel de Icaza <miguel@gnu.org> * src/workbook.c (workbook_container_get_object): Finish implementing this routine for responding to monikers. (create_graphic_cmd): temporarily bind this to Generic Bonobo object insertion. (cb_sheet_check_dirty): Make the dialog parent be the workbook window. * src/workbook.h (Workbook): Include a GnomeUIHandler. * src/sheet.c (sheet_insert_object): Enable this function again and update it to match the latest Bonobo developments. * src/sheet.h (Sheet): Include a pointer to the active object frame. * src/sheet-object.c (sheet_set_mode_type): Do deactivation of Bonobo frames here. * src/gnumeric-sheet.c (gnumeric_drag_data_get): Beginning of drag and drop support for Bonobo monikers. * src/item-grid.c (drag_start): More DnD support for Gnumeric selections using Monikers. * src/sheet-object-container.c (user_activation_request_cb, view_activated_cb, get_file_name): New routines for dealing with the Bonobo object action in Gnumeric. (sheet_object_container_land): Do object selection here for now. Support both PersistStream and PersistFile * src/sheet-object.c: * src/workbook.c (cb_sheet_check_dirty): Bind the dialog to the main window.
-
- 19 Aug, 1999 4 commits
-
-
Michael Meeks authored
-
Michael Meeks authored
still need something better for writing doubles though...
-
Elliot Lee authored
Don't run update-po all the time.
-
Pablo Saratxaga authored
-
- 18 Aug, 1999 2 commits
-
-
Arturo Espinosa authored
-
Michael Meeks authored
Implemented R1C1 style references in INDIRECT, Implemented non-relative R1C1 references in expressions.
-
- 17 Aug, 1999 5 commits
-
-
Miguel de Icaza authored
1999-08-17 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/workbook.c (workbook_class_init): Added cell_content_changed signal. (workbook_do_destroy): Do not enable widgets to be focused. * src/cell.c (cell_content_changed): Calls workbook_cell_changed. This is for Paolo and his speech system for GNOME. * configure.in: New bonobo detection code and support for not compiling Bonobo support even if it is present on the system
-
Jukka-Pekka Iivonen authored
1999-08-17 Jukka-Pekka Iivonen <iivonen@iki.fi> * samples/statfuns.xls: Updated the tests of LINEST and TREND to cover more possible cases.
-
Michael Meeks authored
-
Jody Goldberg authored
-
Jody Goldberg authored
Fix Bug 1732, 1638. Add more Biff record types in excel.
-
- 16 Aug, 1999 7 commits
-
-
Michael Meeks authored
-
Michael Meeks authored
-
Michael Meeks authored
-
Jody Goldberg authored
-
Jukka-Pekka Iivonen authored
1999-08-15 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/fn-stat.c: Implemented TREND (mostly). Made the second argument of LINEST optional.
-
Jody Goldberg authored
- Add boundary checking for copy/autofill - Correct handling of cut/paste relative references. There are still problems with insert/del row/col and references to the moved region.
-
Kjartan Maraas authored
1999-08-16 Kjartan Maraas <kmaraas@online.no> * *.po: Updated (merged) translations.
-
- 15 Aug, 1999 2 commits
-
-
Michael Meeks authored
-
Morten Welinder authored
TREND, and friends. 1999-08-15 Morten Welinder <terra@diku.dk> * src/fn-stat.c (gnumeric_frequency): Fix leak (bin_array). Fix leak (data_cl.entries). Fix leak (bin_cl.entries). Fix leak (floats for data). Fix leak (floats for bins). Fix leak (count). (gnumeric_linest): Simplify. (gnumeric_intercept): Simplify. (gnumeric_slope): Simplify. (gnumeric_forecast): Simplify. * src/collect.c (collect_floats_value): Make non-static. (float_range_function2): Plug leak. * src/Makefile.am (GNUMERIC_BASE_SOURCES): Add regressions.[ch]. * src/style.c (style_font_unref): Fix obsolete warning.
-
- 14 Aug, 1999 2 commits
-
-
Michael Meeks authored
-
Michael Meeks authored
Initial attempt at Bonobo OLE storage implementation.
-
- 13 Aug, 1999 1 commit
-
-
Vincent Renardias authored
* Updated fr.po * fixed a few typo
-
- 12 Aug, 1999 4 commits
-
-
Kjartan Maraas authored
1999-08-12 Kjartan Maraas <kmaraas@online.no> * src/fn-math.c: Typo fixes.
-
Kjartan Maraas authored
1999-08-12 Kjartan Maraas <kmaraas@online.no> * no.po: Updated translation.
-
Jukka-Pekka Iivonen authored
1999-08-12 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/fn-stat.c: Implemented the simplest case of LINEST() function.
-
Jody Goldberg authored
-