- 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 4 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.
-
Michael Meeks authored
Fixed relative column references.
-
- 09 Nov, 1998 1 commit
-
-
Michael Meeks authored
formula parsing / re-assembly. Implemented AVERAGE, MIN, MAX. It seems that StarOffice 4.0 doesn't bother saving operators like +, - etc. in Excel format... ?
-
- 08 Nov, 1998 3 commits
-
-
Raja R Harinath authored
-
Michael Meeks authored
Implemented very hacked version of formula support: very ugly code indeed :-) intended as a proof of concept thing, 1 working function = 'SUM' Removed misc. debug, and added more elsewhere
-
Michael Meeks authored
-
- 07 Nov, 1998 3 commits
-
-
Kjartan Maraas authored
1998-11-07 Kjartan Maraas <kmaraas@fib.hl.no> * Better cvs add the file first ;-)
-
Kjartan Maraas authored
1998-11-07 Kjartan Maraas <kmaraas@fib.hl.no> * Translation bits and quiet cvs.
-
Michael Meeks authored
Implemented XF dereference in BLANK and MULBLANK tokens Implemented excel loading on command line
-
- 06 Nov, 1998 1 commit
-
-
Tom Dyas authored
-
- 05 Nov, 1998 3 commits
-
-
Michael Meeks authored
Removed some of the debug output. Added Unicode support wibni to TODO
-
Michael Meeks authored
needs work on gtk / cell side to implement the fields, founts & colours
-
Michael Meeks authored
routines don't work as I might expect.
-
- 03 Nov, 1998 1 commit
-
-
Michael Meeks authored
-
- 02 Nov, 1998 2 commits
-
-
Elliot Lee authored
poptimization.
-
Arturo Espinosa authored
Get the Excel plugin incorporated into the build process (right now it is not a real plugin, it gets loaded directly into gnumeric address space, I guess we can fix this). Cell comments are working, but still need some work. Miguel.
-
- 31 Oct, 1998 1 commit
-
-
Michael Meeks authored
-