- 12 Mar, 1999 3 commits
-
-
Arturo Espinosa authored
-
Michael Meeks authored
-
Miguel de Icaza authored
1999-03-11 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/clipboard.c (sheet_paste_selection): New routine. Abstracts the paste operation. (clipboard_paste_region): Now it uses a clipboard with the active X selection instead of defaulting to "request clipboard from X" (this is only for inter-workbook copy-paste). * src/sheet.c (find_workbook_with_clipboard): Tries to find a workbook with clipboard information. Probably the clipboard should be global to all Gnumeric. * src/render-ascii.c (cell_region_render_ascii): Free the information after we have used it, not before. * src/expr.c (eval_expr): Handle new-born recursive references.
-
- 11 Mar, 1999 6 commits
-
-
Michael Meeks authored
-
Michael Meeks authored
-
Arturo Espinosa authored
-
Miguel de Icaza authored
1999-03-11 Miguel de Icaza <miguel@nuclecu.unam.mx> * ms-excel.c (find_workbook): Use g_strncasecmp here.
-
Arturo Espinosa authored
-
Arturo Espinosa authored
* src/fn-financial.c: New file. (gnumeric_effect, gnumeric_sln, gnumeric_syd): New functions. * src/func.c (functions_init): Added financial functions. * src/func.h: Added extern.
-
- 10 Mar, 1999 4 commits
-
-
Michael Meeks authored
-
Michael Meeks authored
-
Michael Meeks authored
-
Arturo Espinosa authored
-
- 09 Mar, 1999 4 commits
-
-
Michael Meeks authored
-
Arturo Espinosa authored
-
Miguel de Icaza authored
1999-03-08 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/fn-misc.c (gnumeric_clean): Add check here: only loop until the end of the string.
-
Miguel de Icaza authored
1999-03-08 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/sheet.c (sheet_cell_foreach_range): Revert the arguments if they are in a different order.
-
- 08 Mar, 1999 5 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
Text export filter from Takashi Matsuda.
-
Michael Meeks authored
-
Vincent Renardias authored
* Updated debian files for release 0.15.
-
Michael Meeks authored
-
- 06 Mar, 1999 1 commit
-
-
Ralf Baechle authored
-
- 05 Mar, 1999 1 commit
-
-
Michael Meeks authored
Cleaned debug output
-
- 04 Mar, 1999 2 commits
-
-
Michael Meeks authored
-
Michael Meeks authored
Learned '?' has lower precedence than '+'
-
- 28 Feb, 1999 2 commits
-
-
Arturo Espinosa authored
-
Gregory McLean authored
-- Greg
-
- 25 Feb, 1999 3 commits
-
-
Pablo Saratxaga authored
-
Arturo Espinosa authored
Fix to the plugin, since Perl likes to pollute every single name space it has access too and some more
-
Arturo Espinosa authored
-
- 24 Feb, 1999 4 commits
-
-
Martin Baulig authored
this to use his correct name ...
-
Bruno Unna authored
* src/dialog-cell-format.c (create_background_radio): Activated the patterned background control (although in my machine the boxes are all black) and added a radio button to let the user do nothing with backgrounds (analogous to the one in foreground section). * src/dialog-cell-format.c (apply_coloring_format): Now this functions takes into account the changes in create_background_radio, that is, if the user decides not to change the background, the background will not be changed. Also, assigned default values to some variables, just to avoid an annoying warning. * src/dialog-cell-format.c (create_coloring_page): If there are different backgrounds in the range, select by default the "no change" radio button for the background.
-
Arturo Espinosa authored
-
Miguel de Icaza authored
1999-02-23 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/cell.c (cell_draw): If the cell has a render_color (provided by the format specification), use that for the foreground.
-
- 23 Feb, 1999 4 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
- 22 Feb, 1999 1 commit
-
-
Miguel de Icaza authored
1999-02-22 Miguel de Icaza <miguel@nuclecu.unam.mx> 1999-02-22 Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> * plugins/guile/plugin.c (func_scm_apply): Initialization of structure is done in the function body, rather thatn when it is declared. This is necessary because struct initializer must be determinable at compile time, and those aren't. * src/expr.c (eval_expr): Add at least one statement to the default: handler in the case. * src/fn-math.c: provide a break for default handlers. * src/item-edit.c (entry_event): ditto * src/dialog-cell-format.c (create_number_format_page): Initialize in the body, like above. 1999-02-22 Miguel de Icaza <miguel@nuclecu.unam.mx> * plugins/guile/plugin.c (func_scm_apply): Initialize the
-