- 30 Nov, 1998 1 commit
-
-
Michael Meeks authored
Minor OLE updates
-
- 29 Nov, 1998 2 commits
-
-
Miguel de Icaza authored
1998-11-28 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/gnumeric-util.c (gnumeric_notice): Do not use gnome_dialog_run_modal. * src/dialog-goto-cell.c (dialog_goto_cell): Do not use gnome_dialog_run_modal
-
Miguel de Icaza authored
1998-11-28 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/sheet.c (sheet_mark_clean): New routine to mark a sheet as not modified. * src/workbook.c (workbook_mark_clean): New routine to mark a workbook as not modified.
-
- 28 Nov, 1998 3 commits
-
-
Miguel de Icaza authored
So, here it is: 1998-11-13 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/sheet-autofill.c (autofill_cell): Simplify by using cell_set_formula_tree * src/expr.c (expr_parse_string): Take a sheet argument (expr_decode_tree): Same * sheet.c (cellref_name): Now takes a sheet argument and decodes the cellref depending on the sheet. * cell.c (CellRef): Now they include the sheet location.
-
Michael Meeks authored
-
Miguel de Icaza authored
1998-11-27 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/item-grid.c (item_grid_realize): Oops. This was not a bug. gc was actually initialized as being item_grid->grid_gc, it was just not obvious. * src/main.c (gnumeric_main): Fix the prototype. * src/dialog-goto-cell.c (dialog_goto_cell): Revert const from gtk-clist. * src/dialog-cell-format.c (create_number_format_page): Revert const from gtk-clist. * src/dialog-goto-cell.c (dialog_goto_cell): Revert const from gtk-clist. * src/Gnumeric-impl.c: Empty stubs for now.
-
- 27 Nov, 1998 5 commits
-
-
Miguel de Icaza authored
1998-11-27 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/Gnumeric-impl.c: Empty stubs for now. * src/Makefile.am (GNUMERIC_CORBA_SOURCES): Add rules for compiling the CORBA support. * plugins/python/Makefile.am (LIBTOOL): This one needs xlibtool instead of our modified libtool.
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Nam SungHyun authored
-
Frederic Devernay authored
-
- 25 Nov, 1998 3 commits
-
-
Pablo Saratxaga authored
-
Miguel de Icaza authored
1998-11-25 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/item-grid.c (item_grid_realize): Removed bogus calls to invalid gc.
-
Federico Mena Quintero authored
Miguel: could you check the uninitialized variable gc in item_grid_realize()? 1998-11-24 Federico Mena Quintero <federico@nuclecu.unam.mx> * src/item-grid.c (item_grid_unrealize): Unref all the item_grid's GCs.
-
- 24 Nov, 1998 2 commits
-
-
Miguel de Icaza authored
1998-11-23 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/dialog-goto-cell.c (dialog_goto_cell): Set the policy on the scrolled window.
-
Miguel de Icaza authored
1998-11-23 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/sheet.h: formula_cell_list *ONLY* exists in the Workbook, not on the Sheet. * src/sheet.c (sheet_cell_formula_link, sheet_cell_formula_unlink): Keep the formula on the Workbook, not on the Sheet. Thanks to Havoc for reporting these bugs. * src/cell.c (cell_set_formula): Use cell_set_rendered_text to propery set the error messages. (cell_get_text): If value is NULL, use the rendered version of the text instead of re-rendering it.
-
- 23 Nov, 1998 1 commit
-
-
Miguel de Icaza authored
1998-11-23 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/dialog-cell-format.c (create_number_format_page): Put the clist inside a scrolled window for the new CList api. * src/dialog-define-names.c (dialog_define_names): ditto. * src/dialog-goto-cell.c (dialog_goto_cell): ditto
-
- 22 Nov, 1998 1 commit
-
-
Pablo Saratxaga authored
-
- 21 Nov, 1998 3 commits
-
-
Pablo Saratxaga authored
added es_??.po for the spanish speaking countries using a different numerical representation than in es.po (copied from es_MX.po)
-
Kjartan Maraas authored
1998-11-21 Kjartan Maraas <kmaraas@fib.hl.no> * Added norwegian translation.
-
Kjartan Maraas authored
1998-11-21 Kjartan Maraas <kmaraas@fib.hl.no> * Added norwegian translation, and silenced cvs
-
- 18 Nov, 1998 1 commit
-
-
Bruno Unna authored
* src/style.c: added the default italic font as helvetica-oblique. * src/style.h: added declaration for new global variable gnumeric_default_bold_font * src/gnumeric-util.c: enhanced the robusteness of the function font_get_italic_name. But it's not at a 100%, though. * plugins/excel/ms-excel.c: slight modification to the error tracking mechanism (font stuff in ms_excel_set_cell_font).
-
- 17 Nov, 1998 2 commits
-
-
Pablo Saratxaga authored
-
Vincent Renardias authored
* POTFILES.in, fr.po: Updated. * src/fn-math.c: Misc. corrections (typos, changed some help texts, ...)
-
- 15 Nov, 1998 1 commit
-
-
Michael Meeks authored
-
- 14 Nov, 1998 3 commits
-
-
Michael Meeks authored
-
Vincent Renardias authored
* Encore plus de gnumérification Française.
-
Bruno Unna authored
-
- 13 Nov, 1998 1 commit
-
-
Miguel de Icaza authored
1998-11-12 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/parser.y: * src/workbook.c (workbook_new): Use case-insenstive routines when creating the hash table. (workbook_sheet_get_free_name): Find an unused name for a sheet. (workbook_sheet_lookup): Looks up a sheet by name in a Workbook. (insert_sheet_cmd): New command to insert a sheet into a workbook. * src/utils.c (gnumeric_strcase_hash, gnumeric_strcase_equal): Routines used for strings hash tables that are not case sensitive. 1998-11-12 Morten Wellinder <terra@diku.dk> * test-parser.c: Fix to compile with the new API * parser.y: Make the code more maintainable.
-
- 12 Nov, 1998 3 commits
-
-
Bruno Unna authored
-
Michael Meeks authored
a library. Very little real code change there, mostly shuffling. Similar cosmetic cleanups to ms-excel.c, and a few little features fixed.
-
Bruno Unna authored
- Added the function font_get_italic_name, analogous to font_get_bold_name. In plugins/excel/ms-excel.c: - Modified the function ms_excel_set_cell_font to enhance the support of excel font attributes.
-
- 11 Nov, 1998 5 commits
-
-
Miguel de Icaza authored
1998-11-11 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/gnumeric-util.c (font_get_italic_name): Missing function. * src/parser.y: Use '^'.
-
Mark Probst authored
-
Michael Meeks authored
1998-11-11 Michael Meeks <michael@imaginator.com> * plugins/excel/ms-biff.h, plugins/excel/ms-excel.c: Removed fatal bug, and accelerated code by testing for DV in MULBLANK case. * plugins/excel/ms-excel.c(ms_excel_set_cell_xf): Out by one indexes causing serious attribute offset grief in fonts. * Rememberance_Day: They went with songs to the battle, they were young, Straight of limb, true of eye, steady and aglow. They were staunch to the end against odds uncounted, They fell with their faces to the foe. They shall grow not old, as we that are left grow old,
-
Arturo Espinosa authored
-
Michael Meeks authored
Bruno's preliminary font code added. Out by one Extended format index offset fixed.
-
- 10 Nov, 1998 3 commits
-
-
Michael Meeks authored
-
Miguel de Icaza authored
Two things that have been on my hard disk for a long time: 1. Comments-on-cells code is working. We just need the nice dialog to actually type something in. It needs xml-io.c support though, hopefully Daniel will add this soon. 2. Dropped cell->entered_text. We now only store the parsed version of the cell (either as an ExprTree or as a Value). This should help mmeeks with his Excel-formula importing code, it should be possible to do the right thing now instead of constructing a string representation of the formula and re-parsing it. Various fixes here and there as well. Miguel 1998-11-10 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/sheet-view.c (sheet_view_comment_get_points): Scale properly the points to be in window cordinates. * src/sheet.c (sheet_col_set_width): Move comments on column change. * src/cell.c (cell_copy): Duplicated cells get col, row and sheet values set to NULL. 1998-11-05 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/fn-misc.c: Add ctype.h * src/sheet-view.c (sheet_view_comment_get_points): New utility routine used. (sheet_view_comment_relocate): New function used to relocate a comment canvas item in a cell to its new location. * src/cell.c (cell_relocate): Move the comments with the cell. (cell_realize, cell_unrealize, cell_comment_realize, cell_comment_unrealize): New functions used to create and destroy view-specific cell components (the comments are canvas objects that need to be created on a per-view basis).
-
Michael Meeks authored
Polish.
-