- 06 Oct, 1998 3 commits
-
-
Adrian Likins authored
1998-10-06 Adrian Likins <adrian@gimp.or> * doc/images/*.gif: gifs for documenting the button bar * doc/editing.sgml, files.sgml, formulas.sgml, gnumeric.sgml, number-format.sgml, worksheet.sgml: doc updates, some prelim info on file loading/saving -adrian
-
Adrian Likins authored
Big pile of small gifs for the docs i should have committed last week. also, a new image or two. -adrian
-
Arturo Espinosa authored
-
- 05 Oct, 1998 3 commits
-
-
Arturo Espinosa authored
-
Miguel de Icaza authored
1998-10-05 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/cell.c (cell_modified): New function, used to tag a modified cell in a sheet. * src/fn-math.c (gnumeric_average): Display error on division by zero. Make the code not depend on the types returned by gnumeric_sum and gnumeric_count. (callback_function_sum): Keep sum as integers as long as possible instead of using floating point all the time.
-
Arturo Espinosa authored
-
- 04 Oct, 1998 1 commit
-
-
Arturo Espinosa authored
-
- 03 Oct, 1998 7 commits
-
-
Miguel de Icaza authored
1998-10-03 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/fn-math.c (callback_function_sum): Do not try to be smart about string content. Let the smartiness to other layers. (gnumeric_average): Handle division by zero on average routine. * src/number-match.c (create_option_list): Small bug fix: First translate, then move the pointer ahead. * src/cell.c (str_trim_spaces): Trim space routine was removing everything after the first space instead of removing only the trailing space. (cell_draw): Free the original string, not the modified copy. * src/sheet.c (sheet_set_text): Test if the format has been manually set by the user before trying to do format matching. * src/cell.h: New flag: CELL_FORMAT_SET, used if the user has manually specified a format. FIXME: This information should be saved and loaded. * src/cell.c (cell_set_format): Set the CELL_FORMAT_SET flag
-
Nuno Ferreira authored
* .cvsignore added.
-
Nuno Ferreira authored
* src/workbook.c: Added some more keys to navigate the menus. * gnumeric.desktop: Added Portuguese translations. * po/pt.po: Updated.
-
Nuno Ferreira authored
* autogen.sh: Modified hack that patches libtool to work with srcdir != builddir
-
Richard Hestilow authored
1998-10-02 Richard Hestilow <hestgray@ionet.net> * plugins/stat/stat.c: added new function NVARIANCE for division by N instead of N - 1, fixed div by 0 error if variance of a single value was taken, free'd up some mem leaks. (Thanks to Morten Welinder for noticing these)
-
Richard Hestilow authored
1998-10-02 Richard Hestilow <hestgray@ionet.net> * Added new statistics plugin
-
Jakub Jelinek authored
1998-10-02 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz> * src/dialog-cell-format.c (apply_coloring_format): fix, fore_color was assigned twice, and back_color never. 1998-10-02 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/item-grid.h: ItemGridSelectionType: new enumeration type used for item_grid->selecting to avoid shutting down entirely the formula selection range on mouse release.
-
- 02 Oct, 1998 4 commits
-
-
Vincent Renardias authored
* Use the std. format for country-dependant locales.
-
Adrian Likins authored
1998-10-01 Adrian Likins <adrian@gimp.org> * src/*.sgml: guess what? doc updates.. mainly info on formatting cells. * src/images/number-format-*.jpg: more images -adrian
-
Adrian Likins authored
mostly shots for the cell format dialog.. -adrian
-
Miguel de Icaza authored
1998-10-01 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/item-grid.c (item_grid_event): Removed unused variables * src/gnumeric-sheet.c (gnumeric_sheet_start_cell_selection, gnumeric_sheet_selection_extend, gnumeric_sheet_selection_cursor_place): New routines for letting the user use the mouse to select a cell range. Invoked from item-grid.c * src/item-grid.c (item_grid_event): Clean and reorgranize the event handler, remove unused variables. * src/gnumeric-sheet.c (selection_expand_horizontal): -1 now means "shrink the selection", which means Left/Up keys shrink. Right/Down expand. (selection_expand_vertical): likewise. * src/format.c (format_number): Fixed memory leak: this is a pretty bad construction: g_string_append (s, alloc_string()). I just did not see it coming. Taking metal note of this. * src/number-match.c (format_create_regexp): Fixed memory leaks. The strings returned by create_option_list need to be released. * src/style.c (style_color_new): Important bug fix: The key I was passing was a GdkColor, but our hash table stored StyleColors inside. * src/format.c (append_year): Better fix, suggested by Morten Welinder <terra@diku.dk>
-
- 01 Oct, 1998 5 commits
-
-
Tom Dyas authored
-
Miguel de Icaza authored
1998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/clipboard.c (clipboard_export_cell_region): Correct fix to the paste problem: dont pass current_workbook, but rather the wb we get.
-
Miguel de Icaza authored
1998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/format.c (split_time): Compute the day of week. This was done before by localtime, but the new code was not doing it (thus, format "ddd" always reported "Sun"). * src/clipboard.c (x_selection_handler): Use the last workbook that claimed the selection instead of using the value provided by the callback, as gtk_selection_set_owner just ignores who is the owner. * src/item-edit.c (item_edit_reconfigure): Call reconfigure in parent. * src/item-cursor.c (item_cursor_reconfigure): Call reconfigure in parent.
-
Arturo Espinosa authored
-
Havoc Pennington authored
untested - but can't possibly be broken, right? 1998-09-30 Havoc Pennington <hp@pobox.com> * src/dialog-cell-format.c (color_pick_change_notify): Change args to match new gnome-color-picker color_set args.
-
- 30 Sep, 1998 15 commits
-
-
Adrian Likins authored
with selections.sgml. Yeah, i know... weird. But this was easier. -adrian
-
Adrian Likins authored
1998-09-39 Adrian Likins <adrian@gimp.org> * doc/autofill.sgml, sell_refer.sgml, editing.sgml, gnumeric.sgml, number-format.sgml, worksheet.sgml: Minor updates, new info on formatting, spelling and formatting fixes. * doc/selection.sgml, selections.sgml: removed selection.sgml and added selections.sgml. * doc/images/worksheet-data-[1234].jpg, worksheet-running-calc-1.jpg, number-format-dialog-1.jpg: more pics to go along with the docs. I got a ton of merge conflicts on my last update, so i may have missed some of the new stuff when I was correcting them, but I think I got everything. Everything should be spellchecked now an formatted correctly. -adrian
-
Adrian Likins authored
Some of the images to go with the docs. stuff for worksheet.sgml and number-format.sgml -adrian
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Vincent Renardias authored
* plugins/python/Makefile.am: Add $(PTHREAD_LIB) to avoid a warning on startup.
-
Vincent Renardias authored
* src/fn-date.c: corrected 6 typos. * po/fr.po: updated accordingly.
-
Vincent Renardias authored
* Proofread doc/*.sgml and corrected a couple of typos.
-
Vincent Renardias authored
* Added Debian build files + weekly .fr translation updates.
-
Tom Dyas authored
running autogen.sh. Perl module now builds. The Perl extension in plugins/perl/ext still needs to be setup to build.
-
Nam SungHyun authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
update,update
-
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
-
Manish Singh authored
-Yosh
-
- 29 Sep, 1998 2 commits
-
-
Raja R Harinath authored
-
Raja R Harinath authored
* src/parser.y (dump_tree): Update to change in `expr.h'. s/OP_/OPER_/g.
-