From f6fd83536eb0f00958c3da8b2779171f815500e4 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 21 Sep 1998 05:18:05 +0000 Subject: When decoding a tree, include the argument separator. Also, loop properly 1998-09-21 Miguel de Icaza * src/expr.c (do_expr_decode_tree): When decoding a tree, include the argument separator. Also, loop properly trough the arguments being decoded. (function_call_with_values, function_def_call_with_values): New functions: these ones are for the plugins so that a plugin can invoke other functions in Gnumeric. * src/fn-date.c (gnumeric_now): The serial number returned by NOW() should be relative to 1900/1/1, not year zero. 1998-09-20 Miguel de Icaza * src/expr.c (eval_expr): Fix the way we computed expressions. * src/eval.c (cell_eval): Maintain a CELL_ERROR flag to know if the value is NULL due to an error or to the cell not being evaluated. * src/expr.c (funcion_call_with_values): Add a routine to allow plugins to call other functions defined in Gnumeric. * src/style.c: Handle the pattern property of the styles. * src/style.h: Pattern style is now just a 4 bit quantity, instead of a RefCounted structure. * src/plugin.c: Include gnumeric-util.h svn path=/trunk/; revision=390 --- widgets/misc/pixmaps/cursor_cross.xpm | 44 +++++++++++++++++------------------ 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'widgets/misc') diff --git a/widgets/misc/pixmaps/cursor_cross.xpm b/widgets/misc/pixmaps/cursor_cross.xpm index 48f848e9ea..f00e57f78c 100644 --- a/widgets/misc/pixmaps/cursor_cross.xpm +++ b/widgets/misc/pixmaps/cursor_cross.xpm @@ -9,28 +9,28 @@ static char * cursor_cross_xpm[] = { " ", " ", " ", -" ......... ", -" .+++++++.. ", -" .+++++++.. ", -" .+++++++.. ", -" .+++++++.. ", -" .+++++++.. ", -" .......+++++++........ ", -" .+++++++++++++++++++.. ", -" .+++++++++++++++++++.. ", -" .+++++++++++++++++++.. ", -" .+++++++++++++++++++.. ", -" .+++++++++++++++++++.. ", -" .+++++++++++++++++++.. ", -" .+++++++++++++++++++.. ", -" .......+++++++........ ", -" ......+++++++........ ", -" .+++++++.. ", -" .+++++++.. ", -" .+++++++.. ", -" .+++++++.. ", -" .......... ", -" ......... ", +" ", +" ", +" ....... ", +" .+++++.. ", +" .+++++.. ", +" .+++++.. ", +" .+++++.. ", +" ......+++++...... ", +" .+++++++++++++++.. ", +" .+++++++++++++++.. ", +" .+++++++++++++++.. ", +" .+++++++++++++++.. ", +" .+++++++++++++++.. ", +" ......+++++....... ", +" .+++++....... ", +" .+++++.. ", +" .+++++.. ", +" .+++++.. ", +" ........ ", +" ....... ", +" ", +" ", " ", " ", " ", -- cgit v1.2.3