- 21 Nov, 1999 11 commits
-
-
Jody Goldberg authored
1999-12-19 Jody Goldberg <jgoldberg@home.com> * src/selection.c (sheet_selection_cut) : Fix Typo. * src/item-bar.c (item_bar_start_resize) : Don't bother setting the location of the line here. Instead we set the correctly zoomed bounds of the static-dimension. (item_bar_end_resize) : Clear the saved points. (item_bar_init) : Init the guide and points to NULL; (item_bar_event) : No need to call canvas to world. We zoom manually. (item_bar_get_line_points) : Delete.
-
Jody Goldberg authored
1999-11-21 Jody Goldberg <jgoldberg@home.com> * src/file.c (workbook_save) : Use needs_name flag rather than checking the filename. All books now have file names. * src/workbook.c (workbook_new_with_sheets) : Move default name assignment. (workbook_new) : Here. Make the default name end in .gnumeric. Add a needs_name flag marking this name as auto generated. (workbook_set_filename) : Clear the needs_name flag.
-
Jeff Garzik authored
-
Jeff Garzik authored
1999-11-21 Jeff Garzik <jgarzik@mandrakesoft.com> * configure.in, plugins/Makefile.am: New file import filter for SC and xspread spreadsheets. * src/utils.h (parse_cell_name): update prototype * src/utils.c (parse_cell_name): return gboolean, to reflect true, and documented, nature of return value. (parse_cell_name_list): move loop exit condition into 'for' statement
-
Jeff Garzik authored
1999-11-21 Jeff Garzik <jgarzik@mandrakesoft.com> * sc.c: General cleanup, handle left/right-justified labels, begin work on expression parsing.
-
Jeff Garzik authored
-
Jeff Garzik authored
1999-11-21 Jeff Garzik <jgarzik@mandrakesoft.com> * dif.c (dif_cleanup_plugin): free pd->title (MAP_FAILED) defined MAP_FAILED where missing. (from csv-io.c)
-
Jeff Garzik authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
- 20 Nov, 1999 7 commits
-
-
Jody Goldberg authored
This partly fixes it. We still append a useless '.0' rather than the second fractions. 1999-11-20 Jody Goldberg <jgoldberg@home.com> * src/format.c (format_number) : Handle m, mm as minutes if followed immediately by seconds. FIXME FIXME FIXME : The formating is still incomplete. - It does not support seconds fractions. - It incorrectly accepts mmm:ss as some sort of minute spec. TODO TODO TODO - Too much parsing is taking place when formating. We should have set all that up before hand when the format was parsed.
-
Jody Goldberg authored
1999-11-20 Jody Goldberg <jgoldberg@home.com> * src/dialogs/{cell-format,font-sel}.glade.h : Regenerate from current .glade files.
-
Jeff Garzik authored
1999-11-19 Jeff Garzik <jgarzik@mandrakesoft.com> * sylk-format.txt: Removed, still waiting for author response re: doc redistribution.
-
JP Rosevear authored
add/remove buttons.
-
Jody Goldberg authored
-
Miguel de Icaza authored
1999-11-19 Miguel de Icaza <miguel@gnu.org> * src/xml-io.c (xml_write_styles): Implement correctly.
-
Jeff Garzik authored
-
- 19 Nov, 1999 13 commits
-
-
Miguel de Icaza authored
1999-11-19 Miguel de Icaza <miguel@nuclecu.unam.mx> * csv-io.c (MAP_FAILED): Define MAP_FAILED for those systems that
-
Michael Meeks authored
code split out as appropriate.
-
Jody Goldberg authored
-
Jody Goldberg authored
1999-12-19 Jody Goldberg <jgoldberg@home.com> * src/selection.c (sheet_selection_cut) : Fix Typo. * src/item-bar.c (item_bar_start_resize) : Don't bother setting the location of the line here. Instead we set the correctly zoomed bounds of the static-dimension. (item_bar_end_resize) : Clear the saved points. (item_bar_init) : Init the guide and points to NULL; (item_bar_event) : No need to call canvas to world. We zoom manually. (item_bar_get_line_points) : Delete.
-
Jody Goldberg authored
-
Jeff Garzik authored
-
Michael Meeks authored
-
Richard Hult authored
-
Jeff Garzik authored
1999-11-19 Jeff Garzik <jgarzik@mandrakesoft.com> * Makefile.am, sc.c: new SC/xspread file import plug-in. Ultra simple, supports only cell values currently.
-
Jeff Garzik authored
-
Jeff Garzik authored
-
-
Michael Meeks authored
-
- 18 Nov, 1999 9 commits
-
-
Arturo Espinosa authored
-
Michael Meeks authored
missing glade.h in EXTRA_DIST
-
Michael Meeks authored
-
Michael Meeks authored
-
Michael Meeks authored
-
Arturo Espinosa authored
-
Jeff Garzik authored
-
Jeff Garzik authored
1999-11-18 Jeff Garzik <jgarzik@mandrakesoft.com> * da.po: Updated by Kenneth Christiansen <kenneth@ripen.dk>
-
Jeff Garzik authored
1999-11-18 Jeff Garzik <jgarzik@mandrakesoft.com> * csv-io.c (csv_write_cell): Properly quote " chars.
-