- 10 Nov, 1998 3 commits
-
-
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
-
- 29 Oct, 1998 2 commits
-
-
Arturo Espinosa authored
-
Miguel de Icaza authored
1998-10-28 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/fn-date.c (gnumeric_date): Fix longstanding off by one error. (gnumeric_today): ditto (gnumeric_now): ditto.
-
- 28 Oct, 1998 6 commits
-
-
Miguel de Icaza authored
1998-10-28 Miguel de Icaza <miguel@nuclecu.unam.mx> * Prepare for 0.4 release. * configure.in: Add test for new GTK+ selection code. * src/clipboard.c: Make it work with both APIs: the old and the new one.
-
Daniel Veillard authored
-
Miguel de Icaza authored
1998-10-28 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/gnumeric-sheet.c (gnumeric_sheet_key_mode_sheet): Added keypad support.
-
Miguel de Icaza authored
1998-10-28 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/parser.y (dump_tree): Updated to use the new symbol table.
-
Arturo Espinosa authored
-
Miguel de Icaza authored
1998-10-27 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/parser.c (dump_tree): Use extra argument. * src/expr.c (function_call_with_values): Use the extra argument to symbol_lookup * src/func.c (constants_init): Use the extra argument to symbol_install. * src/main.c (main): Invoke global_symbol_init. * src/symbol.h: Symbol routines now take an extra argument; the symboltable they work on. Now the code can have multiple symbol tables (this is required for the cell range name bindings in a per-sheet fashion.
-
- 27 Oct, 1998 3 commits
-
-
Daniel Veillard authored
-
Daniel Veillard authored
but with backward compatibility, Daniel.
-
Federico Mena Quintero authored
1998-10-23 Federico Mena Quintero <federico@nuclecu.unam.mx> * src/workbook.c: Made the menus consistent with the (unwritten!) UI Guidelines document.
-
- 26 Oct, 1998 1 commit
-
-
Arturo Espinosa authored
-
- 21 Oct, 1998 1 commit
-
-
Arturo Espinosa authored
-
- 20 Oct, 1998 2 commits
-
-
Arturo Espinosa authored
-
Miguel de Icaza authored
1998-10-14 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/fn-string.c (gnumeric_right): New file. Implements left/right string functions.
-
- 19 Oct, 1998 1 commit
-
-
Tom Dyas authored
1998-10-18 Tom Dyas <tdyas@vger.rutgers.edu> * src/clipboard.c: Update to new GTK selection API.
-
- 14 Oct, 1998 2 commits
-
-
Vincent Renardias authored
* fr.po: update + fix typo reported by Pascal Cuoq <pcuoq@ens-lyon.fr>.
-
Miguel de Icaza authored
1998-10-14 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/fn-string.c (gnumeric_right): New file. Implements left/right string functions.
-
- 13 Oct, 1998 4 commits
-
-
Miguel de Icaza authored
1998-10-13 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/item-grid.h: Add some missing variables.
-
Jakub Jelinek authored
1998-10-13 Jakub Jelinek <jj@ultra.penguin.cz> * src/item-grid.c (item_grid_stop_sliding, item_grid_sliding_callback, item_grid_start_sliding): New functions. (item_grid_event): If x or y is out of canvas bounds, do sliding for both cell and formula selection. For button release from formula selection, make cell being edited visible afterwards. (item_grid_button_1): If not extending selection with shift, make cursor cell visible. * src/gnumeric-sheet.c (move_cursor, gnumeric_sheet_key_mode_sheet): Make cursor cell visible. * src/sheet.c (sheet_select_all): Make home visible. (sheet_make_cell_visible): New function. (sheet_cursor_move, sheet_cursor_set): Don't make cursor visible, caller has to do it himself if desired. * src/sheet.h (sheet_make_cell_visible): New prototype. * src/workbook.c (workbook_parse_and_jump): Make cursor cell visible.
-
Tom Dyas authored
-
Miguel de Icaza authored
1998-10-13 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/utils.c (col_name): It is amazing the number of times I duplicated this code. I wonder if I took prozac by accident. This should fix the bug reported by Morten Welinder 1998-10-12 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/sheet-view.c (vertical_scroll_event, horizontal_scroll_event): Set the top column/row from the adjustment as well. * src/gnumeric-sheet.c (gnumeric_sheet_set_top_col, gnumeric_sheet_set_top_row): Export these functions to improve the scrolling behaviour. 1998-10-12 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/utils.c (cellref_name): Fixed another of column name decoding. I wonder when I will learn.
-