- 17 Apr, 1999 1 commit
-
-
Arturo Espinosa authored
-
- 15 Apr, 1999 1 commit
-
-
Miguel de Icaza authored
SheetObjects are now GtkObjects, this is an abstract class. SheetObjectGraphics includes the graphic objects we had before. SheetObjectObject will be the Bonobo objects. PLUG AND PLAY TIME! Miguel. 1999-04-13 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/sheet-object.c: Converted SheetObject to a Gtk+ object. Splitted the functionality of the SheetObject into classes: SheetObject abstract class; SheetObjectGraphic for simple drawings; SheetObjectFilled for objects that have a fill attribute. * src/sheet-object-graphic.c: Implement the SheetObjectGraphic and SheetObjectFilled objects.
-
- 13 Apr, 1999 1 commit
-
-
Arturo Espinosa authored
Bononbized Gnumeric compiles. Miguel.
-
- 07 Apr, 1999 1 commit
-
-
Miguel de Icaza authored
1999-04-06 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/workbook.c: Enable the function wizard only if the --debug flag was passed. * src/dialog-function-wizard.c, src/dialog-function-select.c: Adapt to the rest of Gnumeric coding style. Use a different way of creating the GUI and controlling the interactions. * src/func.c, src/func.h (function_iterate_do_value): Use my indentation and coding style here. * src/dialog-cell-format.c (render_formated_version): Handle the case where the value might be NULL.
-
- 04 Apr, 1999 1 commit
-
-
Arturo Espinosa authored
New language support for Great Britain, from Ian. Miguel.
-
- 30 Mar, 1999 3 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
- 15 Mar, 1999 1 commit
-
-
Arturo Espinosa authored
-
- 13 Mar, 1999 1 commit
-
-
Arturo Espinosa authored
-
- 09 Mar, 1999 1 commit
-
-
Arturo Espinosa authored
-
- 08 Mar, 1999 1 commit
-
-
Arturo Espinosa authored
Text export filter from Takashi Matsuda.
-
- 24 Feb, 1999 1 commit
-
-
Arturo Espinosa authored
-
- 23 Feb, 1999 1 commit
-
-
Arturo Espinosa authored
-
- 21 Feb, 1999 1 commit
-
-
Michael Fulbright authored
Dr Mike <drmike@redhat.com>
-
- 20 Feb, 1999 1 commit
-
-
Raja R Harinath authored
* configure.in (AC_OUTPUT): Remove `sed POTFILES...'. * acinclude.m4: Removed.
-
- 17 Feb, 1999 2 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
- 13 Feb, 1999 1 commit
-
-
Arturo Espinosa authored
-
- 11 Feb, 1999 1 commit
-
-
Pablo Saratxaga authored
and removed no_NO (it was empty. and other than that, the two norwegian varians are distinguished as no@bokmaal (or just 'no') and no@nynorsk. not by country, as in both cases it is 'NO')
-
- 10 Feb, 1999 1 commit
-
-
Arturo Espinosa authored
-
- 09 Feb, 1999 1 commit
-
-
Arturo Espinosa authored
-
- 08 Feb, 1999 1 commit
-
-
Sergey I. Panov authored
-
- 07 Feb, 1999 2 commits
-
-
Miguel de Icaza authored
1999-02-07 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/cell.c (cell_set_text_simple): Allow a single "=" to represent a string.
-
Miguel de Icaza authored
1999-02-06 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/gnumeric-util.c (gnumeric_notice): Now we take a Workbook argument to bind the dialog boxes properly to the main window. We use gnome_messagebox now to report errors. We now take a type parameter for the message box type. * plugins/ff-csv/csv-io.c: Use gnumeric_error * src/workbook.c (wb_input_finished): Call sheet_set_current_value instead of the cancel pending input routine. * Moved src/csv-io.[ch] to the plugins/ff-csv directory and converted them to
-
- 04 Feb, 1999 1 commit
-
-
Miguel de Icaza authored
1999-02-03 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/workbook.c (workbook_configure_minimized_pixmap): Provide an icon. Note that I could not get this to work on fvwm2 though. I will wait for other people to try it.
-
- 27 Jan, 1999 3 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
1. Make the Guile plugin optional (you need to use --with-guile) because it is not really a plugin right now. 2. Documentation fixes. 3. Documentation framework integrated into Gnumeric Miguel
-
- 18 Jan, 1999 1 commit
-
-
Arturo Espinosa authored
-
- 10 Jan, 1999 1 commit
-
-
Miguel de Icaza authored
1999-01-10 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/eval.c (add_value_deps): Reorganization. Hanlde VALUE_CELLREF here and make OPER_VAR and OPER_CONSTANT call add_value_deps. * src/expr.c (do_expr_tree_relocate, expr_tree_relocate): New routine that returns an ExprTree relocated. (value_copy_to): Handle the VALUE_CELLREF type. * src/expr.h: define VALUE_CELLREF * src/parser.y (yylex): Type fix. When creating values of type VALUE_CELLREF, set this value. 1999-01-09 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/sheet.c (sheet_move_column): Update to new cell_relocate semantics. (sheet_shift_row): ditto. (sheet_insert_row): ditto. (sheet_delete_row): ditto. (sheet_shift_col): ditto. * src/clipboard.c: Update to new cell_relocate semantics. Remove the old GTK compatibility code. * src/cell.c (cell_relocate): We do not need to reference this formula. This routine now takes delta-x and delta-y values for the relocation, instead of absolute cordinates. To implement the proper semantics of cell movement that other spreadsheets implement
-
- 28 Dec, 1998 2 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
- 15 Dec, 1998 1 commit
-
-
Arturo Espinosa authored
-
- 06 Dec, 1998 2 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
- 04 Dec, 1998 1 commit
-
-
Federico Mena Quintero authored
1998-12-04 Federico Mena Quintero <federico@nuclecu.unam.mx> * configure.in (ALL_LINGUAS): Added Japanese translation courtesy of Mitsuru Oka <moka@globe.to>. Also updated the .desktop file.
-
- 28 Nov, 1998 1 commit
-
-
Miguel de Icaza authored
1998-11-27 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/item-grid.c (item_grid_realize): Oops. This was not a bug. gc was actually initialized as being item_grid->grid_gc, it was just not obvious. * src/main.c (gnumeric_main): Fix the prototype. * src/dialog-goto-cell.c (dialog_goto_cell): Revert const from gtk-clist. * src/dialog-cell-format.c (create_number_format_page): Revert const from gtk-clist. * src/dialog-goto-cell.c (dialog_goto_cell): Revert const from gtk-clist. * src/Gnumeric-impl.c: Empty stubs for now.
-
- 21 Nov, 1998 2 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.
-