- 28 Dec, 1998 2 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
- 27 Dec, 1998 1 commit
-
-
Kjartan Maraas authored
1998-12-27 Kjartan Maraas <kmaraas@fib.hl.no> * Updated translation
-
- 17 Dec, 1998 8 commits
-
-
Arturo Espinosa authored
Add the icon to the mime-type stuff :-) Fix the workbook change I did yesterday. Miguel
-
Tuomas Kuosmanen authored
-
Elliot Lee authored
compile baybeeeeee
-
Elliot Lee authored
inhibit generation of factory stuff.
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Miguel de Icaza authored
1998-12-16 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/workbook.c: Use GNOME stock icons for the stuff that hsa icons on Gnome Stock. * gnumeric.keys.in: New file that defines the mime-type for Gnumeric
-
Federico Mena Quintero authored
1998-12-16 Federico Mena Quintero <federico@nuclecu.unam.mx> * src/workbook.c (workbook_setup_status_area): Do not set_usize() on the info item. * src/sheet-view.c (new_canvas_bar): Set the width or height to -1 in set_usize(). * src/gnumeric-sheet.c (gnumeric_sheet_new): Do not set_usize() on the sheet.
-
- 16 Dec, 1998 2 commits
-
-
Federico Mena Quintero authored
1998-12-16 Federico Mena Quintero <federico@nuclecu.unam.mx> * src/item-bar.c: Updated for the new canvas item API. * src/item-cursor.c: Likewise. * src/item-edit.c: Likewise. * src/item-grid.c: Likewise.
-
Arturo Espinosa authored
-
- 15 Dec, 1998 2 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
- 14 Dec, 1998 2 commits
-
-
Arturo Espinosa authored
-
Federico Mena Quintero authored
1998-12-14 Federico Mena Quintero <federico@nuclecu.unam.mx> * src/gnumeric-sheet.c (gnumeric_sheet_new): Use gtk_widget_set_usize() instead of gnome_canvas_set_size(). * src/pattern-selector.c (pattern_selector_new): Likewise.
-
- 13 Dec, 1998 1 commit
-
-
Sebastian Wilhelmi authored
1998-12-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * src/fn-date.c (gnumeric_year_month_day, gnumeric_now, gnumeric_today,gnumeric_date): * src/workbook.c (insert_current_date_cmd): * src/number-match.c (compute_value): Changed to use the glib GDate type instead of the lib_date functions. Fixed off by-one error for some date functions (e.g. =today ()) was one day to early). * src/utils.c, src/utils.h (g_date_serilal, g_date_serial_new): New functions for handling the gnumeric serial of a date.
-
- 11 Dec, 1998 3 commits
-
-
Arturo Espinosa authored
* src/item-cursor.c (item_cursor_set_bounds_visibly): Update the cursor position as well.
-
Michael Meeks authored
-
Owen Taylor authored
1998-12-10 Owen Taylor <otaylor@redhat.com> * src/workbook.c (filenames_dropped): Make toplevel windows drop targets for files.
-
- 10 Dec, 1998 2 commits
-
-
Michael Meeks authored
Unused small block space is freed up.
-
Arturo Espinosa authored
-
- 09 Dec, 1998 1 commit
-
-
Jaka Mocnik authored
1998-12-08 Jaka Mocnik <jaka.mocnik@kiss.uni-lj.si> * src/dialog-paste-special.c (dialog_paste_special): changed gnome_dialog_run_modal() to gtk_window_set_modal() and gnome_dialog_run().
-
- 07 Dec, 1998 1 commit
-
-
Michael Meeks authored
-
- 06 Dec, 1998 2 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
- 05 Dec, 1998 1 commit
-
-
Michael Meeks 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.
-
- 03 Dec, 1998 1 commit
-
-
Miguel de Icaza authored
1998-12-02 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/gnumeric-sheet.c (gnumeric_sheet_set_top_row, gnumeric_sheet_set_top_col): New functions to set the sheet top column and row respectively. (gnumeric_sheet_bar_set_top_row, gnumeric_sheet_bar_set_top_col): Renamed from their old names to reflect their actual action. * src/item-cursor.c (item_cursor_autofill_event): Do not pass negative numbers to item_grid_find_col and item_grid_find_row. * src/item-grid.c (item_grid_find_row, item_grid_find_col): Check for possitive numbers. I think the right fix is to accept negative numbers and find the column even if the number is negative instead of this ugly restriction.
-
- 02 Dec, 1998 4 commits
-
-
Elliot Lee authored
fix part of srcdir != builddir
-
Arturo Espinosa authored
-
Miguel de Icaza authored
1998-12-02 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/item-cursor.c (item_cursor_autofill_event): Do not pass negative numbers to item_grid_find_col and item_grid_find_row. * src/item-grid.c (item_grid_find_row, item_grid_find_col): Check for possitive numbers. I think the right fix is to accept negative numbers and find the column even if the number is negative instead of this ugly restriction.
-
Sebastian Wilhelmi authored
1998-12-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * src/Makefile.am: make Gnumeric-impl.c dependend on Gnumeric.h to make it compile the idl-file before compiling Gnumeric-impl.c
-
- 30 Nov, 1998 1 commit
-
-
Michael Meeks authored
Minor OLE updates
-
- 29 Nov, 1998 2 commits
-
-
Miguel de Icaza authored
1998-11-28 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/gnumeric-util.c (gnumeric_notice): Do not use gnome_dialog_run_modal. * src/dialog-goto-cell.c (dialog_goto_cell): Do not use gnome_dialog_run_modal
-
Miguel de Icaza authored
1998-11-28 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/sheet.c (sheet_mark_clean): New routine to mark a sheet as not modified. * src/workbook.c (workbook_mark_clean): New routine to mark a workbook as not modified.
-
- 28 Nov, 1998 3 commits
-
-
Miguel de Icaza authored
So, here it is: 1998-11-13 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/sheet-autofill.c (autofill_cell): Simplify by using cell_set_formula_tree * src/expr.c (expr_parse_string): Take a sheet argument (expr_decode_tree): Same * sheet.c (cellref_name): Now takes a sheet argument and decodes the cellref depending on the sheet. * cell.c (CellRef): Now they include the sheet location.
-
Michael Meeks authored
-
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.
-