- 28 Dec, 1998 1 commit
-
-
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.
-
- 11 Nov, 1998 1 commit
-
-
Mark Probst authored
-
- 02 Nov, 1998 1 commit
-
-
Arturo Espinosa authored
Get the Excel plugin incorporated into the build process (right now it is not a real plugin, it gets loaded directly into gnumeric address space, I guess we can fix this). Cell comments are working, but still need some work. Miguel.
-
- 28 Oct, 1998 1 commit
-
-
Miguel de Icaza authored
1998-10-28 Miguel de Icaza <miguel@nuclecu.unam.mx> * Prepare for 0.4 release. * configure.in: Add test for new GTK+ selection code. * src/clipboard.c: Make it work with both APIs: the old and the new one.
-
- 20 Oct, 1998 1 commit
-
-
Arturo Espinosa authored
-
- 12 Oct, 1998 2 commits
-
-
Tom Dyas authored
Gnumeric extension.
-
Tom Dyas authored
by James Henstridge <james@daa.com.au>. Perl plugin should hopefully now build but the Makefile.am is horrible in terms of portability. The Gnumeric Perl extension needs to be installed manually. After normal build is done, just do "make install" in plugins/perl/ext.
-
- 03 Oct, 1998 1 commit
-
-
Richard Hestilow authored
1998-10-02 Richard Hestilow <hestgray@ionet.net> * Added new statistics plugin
-
- 02 Oct, 1998 1 commit
-
-
Vincent Renardias authored
* Use the std. format for country-dependant locales.
-
- 30 Sep, 1998 1 commit
-
-
Miguel de Icaza authored
1998-09-29 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/cell.c (cell_draw_comment): New routine to paint a little red triangle if the cell hsa notes. * src/cell.c (cell_destroy): Destroy the comment. (str_trim_spaces): New routine. Trims the spaces on a string. (cell_draw): Trim the leading and trailing spaces on every string of a multi-line text. * src/color.c (color_init): Allocate a red for tagging the spreadhseet notes. * src/dialog-cell-format.c (format_list_fill): Apply the traslation when adding the format. * doc/tranlating.sgml: New document that describes how to internationalize and localize Gnumeric properly. * src/workbook.c (recalc_cmd): Provide a way to force a recomputation. (insert_current_time_cmd): New function. insert the current time. (insert_current_date_cmd): New function. insert the current date. (insert_at_cursor): New utility function. * src/gnumeric-sheet.c (gnumeric_sheet_key_mode_sheet): Handle control-home
-
- 29 Sep, 1998 2 commits
-
-
Arturo Espinosa authored
-
Vincent Renardias authored
* Added plugins/perl/Makefile to the list of files to generate.
-
- 28 Sep, 1998 2 commits
-
-
Tom Dyas authored
plugin. I didn't stick plugins/perl/Makefile into AC_OUTPUT for now because libtool is barking at me that it can't link with a "non-libtool" library.
-
Stuart Parmenter authored
-pav
-
- 27 Sep, 1998 1 commit
-
-
Raja R Harinath authored
* configure.in (GNOME_COMPILE_WARNINGS): New check. (PYTHON_EXEC_PREFIX): Figure out `exec_prefix' where python was installed. (PYTHON_LIB_LOC): Use $PYTHON_EXEC_PREFIX instead of $PYTHON_PREFIX. * src/Makefile.am (CFLAGS): Comment out. * plugins/sample/Makefile.am (CFLAGS): Likewise. * plugins/python/Makefile.am (CFLAGS): Comment out. (libpython_la_LDFLAGS): Move $(PYTHON_LIB_LOC) here.
-
- 26 Sep, 1998 1 commit
-
-
Arturo Espinosa authored
New workbook routine to set the title Hack in autogen.sh to sed the libtool script and allow library dependecies Python plugin now loads its startup file from a system directory.
-
- 22 Sep, 1998 1 commit
-
-
Arturo Espinosa authored
-
- 19 Sep, 1998 2 commits
-
-
Arturo Espinosa authored
-
Miguel de Icaza authored
1998-09-18 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/item-cursor.c (item_cursor_autofill_event): Accept pending input when the user autofills. * README, Doc/Design: Updated * configure.in: autoconf tests for python. * src/sheet-autofill.c (sheet_autofill_dir): Only fill the region we were requested.
-
- 18 Sep, 1998 1 commit
-
-
Miguel de Icaza authored
1998-09-17 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/sheet-view.c (sheet_view_row_size_changed, sheet_view_col_size_changed): If there is a selection of columns or rows, change the sizes of all of the columns. * src/sheet.c (sheet_row_get_distance, sheet_col_get_distance): optimized to be O(n) instead of O(n^2) using (col_row_distance): new routine to compute distances. * src/sheet-view.c (sheet_view_redraw_cell_region): Add the scrolling offset to the x and y positions to draw properly * src/xml-io.c (readXmlSheet): Call sheet_set_zoom_factor to initialize the ->pixels field.
-
- 10 Sep, 1998 1 commit
-
-
Arturo Espinosa authored
-
- 07 Sep, 1998 1 commit
-
-
Miguel de Icaza authored
1998-09-07 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/style.h: Color style is now a single color 1998-09-06 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/sheet-object.c: New file. The support for adding graphical objects to the spreadhseet is here. The main entry point is sheet_set_mode_type which hooks to the signal handlers for object creation. Various routines for per-view creation, destruction are provided.
-
- 03 Sep, 1998 1 commit
-
-
Tristan Tarrant authored
-
- 26 Jul, 1998 1 commit
-
-
Daniel Veillard authored
-
- 25 Jul, 1998 1 commit
-
-
Nuno Ferreira authored
Don't know why it thinks stamp-h.in is changed. Oh well...
-
- 20 Jul, 1998 1 commit
-
-
Arturo Espinosa authored
-
- 14 Jul, 1998 1 commit
-
-
Federico Mena Quintero authored
1998-07-14 Federico Mena Quintero <federico@nuclecu.unam.mx> * src/gnumeric-sheet.c (gnumeric_sheet_create): Use gnome_canvas_construct() to initialize the canvas. * src/item-bar.c (get_col_name): Fixed generation of column names. (get_row_name): Rows are numbered from 1, not 0. Also, assert that the row number is less than 65536. (item_bar_event): Grab/ungrab the mouse on button press/release. (item_bar_event): On motion_notify, only call set_cursor() if we are not resizing. (item_bar_event): Only take care of enter_notify events if we are not resizing. * po/es.po configure.in: Added Spanish translation.
-
- 06 Jul, 1998 2 commits
-
-
Raja R Harinath authored
* configure.in: Remove duplicated AM_GNU_GETTEXT.
-
Vincent Renardias authored
* fr.po (New)
-
- 04 Jul, 1998 1 commit
-
-
Manish Singh authored
-Yosh
-
- 02 Jul, 1998 1 commit
-
-
Arturo Espinosa authored
-