diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1998-09-21 13:18:05 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-09-21 13:18:05 +0800 |
commit | f6fd83536eb0f00958c3da8b2779171f815500e4 (patch) | |
tree | 5271091bd1412e39d0446a2f6df7e1a284b94c0f /widgets | |
parent | 6d621a1f5d19ce175143beac7e25e7459d9b0fea (diff) | |
download | gsoc2013-evolution-f6fd83536eb0f00958c3da8b2779171f815500e4.tar gsoc2013-evolution-f6fd83536eb0f00958c3da8b2779171f815500e4.tar.gz gsoc2013-evolution-f6fd83536eb0f00958c3da8b2779171f815500e4.tar.bz2 gsoc2013-evolution-f6fd83536eb0f00958c3da8b2779171f815500e4.tar.lz gsoc2013-evolution-f6fd83536eb0f00958c3da8b2779171f815500e4.tar.xz gsoc2013-evolution-f6fd83536eb0f00958c3da8b2779171f815500e4.tar.zst gsoc2013-evolution-f6fd83536eb0f00958c3da8b2779171f815500e4.zip |
When decoding a tree, include the argument separator. Also, loop properly
1998-09-21 Miguel de Icaza <miguel@nuclecu.unam.mx>
* 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 <miguel@nuclecu.unam.mx>
* 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
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/misc/pixmaps/cursor_cross.xpm | 44 |
1 files changed, 22 insertions, 22 deletions
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[] = { " ", " ", " ", -" ......... ", -" .+++++++.. ", -" .+++++++.. ", -" .+++++++.. ", -" .+++++++.. ", -" .+++++++.. ", -" .......+++++++........ ", -" .+++++++++++++++++++.. ", -" .+++++++++++++++++++.. ", -" .+++++++++++++++++++.. ", -" .+++++++++++++++++++.. ", -" .+++++++++++++++++++.. ", -" .+++++++++++++++++++.. ", -" .+++++++++++++++++++.. ", -" .......+++++++........ ", -" ......+++++++........ ", -" .+++++++.. ", -" .+++++++.. ", -" .+++++++.. ", -" .+++++++.. ", -" .......... ", -" ......... ", +" ", +" ", +" ....... ", +" .+++++.. ", +" .+++++.. ", +" .+++++.. ", +" .+++++.. ", +" ......+++++...... ", +" .+++++++++++++++.. ", +" .+++++++++++++++.. ", +" .+++++++++++++++.. ", +" .+++++++++++++++.. ", +" .+++++++++++++++.. ", +" ......+++++....... ", +" .+++++....... ", +" .+++++.. ", +" .+++++.. ", +" .+++++.. ", +" ........ ", +" ....... ", +" ", +" ", " ", " ", " ", |