- 28 Sep, 1998 1 commit
-
-
Miguel de Icaza authored
1998-09-27 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/expr.c (function_call_with_values): Check the return value from symbol_lookup. 1998-09-26 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/sheet-object.c (sheet_view_object_realize): Swap coordinates before passing to the canvas item. * plugins/python/python.c (init_plugin): Use the system installation directory to load the python scripts. * autogen.sh: Hack to make libtool add library dependcy information (it modifies the libtool file after it has been created). * src/workbook.c (workbook_set_filename): New routine to set the filename being edited of the workbook. * src/sheet-object.c (create_object): Swap arguments to the ellipse object to guarrantee we pass valid information. * src/render-ascii.c (cell_region_render_ascii): Ok, remove the leaks now.
-
- 27 Sep, 1998 11 commits
-
-
Raja R Harinath authored
* src/Makefile.am (gnumeric_LDFLAGS): Pass `-export-dynamic', so that plugins can access symbols from the `gnumeric' binary.
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
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.
-
Arturo Espinosa authored
-
Adrian Likins authored
1998-09-27 Adrian Likins <adrian@gimp.org> * doc/gnumeric,editing,formulas, autofill.sgml: More approriate tags for the images and examples. Restructed to be a bit more logical. -adrian
-
Adrian Likins authored
dang, missed one.... a fragemtn left over from moving images from doc/ to doc/images -adrian
-
Manish Singh authored
-Yosh
-
Adrian Likins authored
1998-09-26 Adrian Likins <adrian@gimp.org> * doc/*.jpg: doc/images/*.jpg: moved images to an images subdir * doc/gnumeric.sgml, editing.sgml, autofill.sgml: cleaned up the markup some -adrian
-
Adrian Likins authored
the images around. -adrian
-
- 26 Sep, 1998 10 commits
-
-
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.
-
Vincent Renardias authored
* The fix didn't...
-
Raja R Harinath authored
* es.po: Fix terminating `\n'.
-
Vincent Renardias authored
* add -lpthread, overwise gnumeric spits an error messages on startup about pthread_create not found in /usr/lib/gnumeric/plugins/libpython.so.
-
Miguel de Icaza authored
1998-09-26 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/sheet-object.c (create_object): Swap arguments to the ellipse object to guarrantee we pass valid information.
-
Arturo Espinosa authored
Python warning fixes; Clipboard exports to X selection fixes Paste from X selection will need a bit more of work.
-
Adrian Likins authored
1998-09-25 Adrian Likins <adrian@gimp.org> *docs/cell_refer.sgml docs/gnumeric.sgml docs/editing.sgml: Change the structure of the outline of the docs to make a bit more sense. Added some more docs too. *docs/cell-*.jpg, docs/selection[8,9,10].jpg: more jpgs -adrian
-
Adrian Likins authored
1998-09-25 Adrian Likins <adrian@gimp.org> *docs/cell_refer.sgml docs/gnumeric.sgml docs/editing.sgml: Change the structure of the outline of the docs to make a bit mroe sense. Added some more docs too. *docs/cell-*.jpg, docs/selection[8,9,10].jpg: more jpgs -adrian
-
Miguel de Icaza authored
1998-09-25 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/render-ascii.c (cell_region_render_ascii): new routine that renders a cell selection into a an ascii string. IT HAS PILES OF LEAKS. I have to go to the movies, will fix later tonight. * src/clipboard.c (x_clipboard_bind_workbook): New function used to connect the selection signals for a workbook. (x_selection_handler): New function: X selection handler. (clipboard_export_cell_region): New function: Export our clipboard to the X selection. (clipboard_copy_cell_range): call clipboard_export_cell_region * src/plugin-manager.c (plugin_manager_new), plugin.c: Add internationalization support.
-
Arturo Espinosa authored
-
- 25 Sep, 1998 8 commits
-
-
Michael Fulbright authored
Dr Mike <msf@redhat.com>
-
Miguel de Icaza authored
1998-09-25 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/sheet.c (sheet_selection_row_extend_to, sheet_selection_col_extend_to): New version that makes sure the column information has been allocated. * src/workbook.c (workbook_parse_and_jump): Maximum ranges were a little bit off. * src/parser.y (return_cellref): Fixed the same bug we had in parse_cell_name: The parsing of the column name to a column index was wrong here too. * src/sheet.c (sheet_row_info_set_height, sheet_col_info_set_width): New functions based on the older non-ColRowInfo versions. * src/sheet-view.c (sheet_view_row_size_changed, sheet_view_col_size_changed): Apply changes globaly if the whole sheet is selected.
-
Adrian Likins authored
1998-09-25 Adrian Likins <adrian@gimp.org> * docs/dndselection.sgml, selection.sml: more docs, some on creating selections, and some on moving/copying cells * docs/dndselection-*.jpg, selection-*.jpg: jpegs to accompany the docs. -adrian
-
Adrian Likins authored
1998-09-25 Adrian Likins <adrian@gimp.org> * docs/dndselection.sgml, selection.sml: more docs, some on creating selections, and some on moving/copying cells * docs/dndselection-*.jpg, selection-*.jpg: jpegs to accompany the docs. -adrian
-
Miguel de Icaza authored
1998-09-24 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/gnumeric-sheet.c (gnumeric_sheet_key_mode_sheet): Do not handle Control-a here. * src/workbook.c: Handle C-a with the GnomeApp accelerators
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
- 24 Sep, 1998 8 commits
-
-
Daniel Veillard authored
-
Adrian Likins authored
1998-09-24 Adrian Likins <adrian@gimp.org> * docs/gnumeric.sgml, autofill.sgml: Some docs on the autofill stuff. * docs/autofill-[1..10].jpg: jpegs accompaning the autofill docs this didnt seem to take the first time, trying again... -adrian
-
Miguel de Icaza authored
1998-09-24 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/item-cursor.c (item_cursor_draw): Make the anted selection one pixel wider.
-
Arturo Espinosa authored
-
Miguel de Icaza authored
1998-09-23 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/workbook.c (workbook_feedback_set): Add italic font setting support.
-
Arturo Espinosa authored
new file
-
Miguel de Icaza authored
New: - Bold button works properly (ie, it detects what sort of stuff you have and presses/unpresses accordingly). - GNumeric now has operation modes: sheet and object. Using delete/backspace/edit-cut will let you kill objects. - Lots of the bug fixes reported by Adrian/Federico. Here is the detailed changelog: 1998-09-23 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/xml-io.c: Destroy the extra style. * src/main.c (main): No need to init colors as they are auto-inited. * src/style.c (font_compute_hints): At font creation time store a couple of the font attributes for quick retrieval. * src/sheet-view.c (sheet_view_construct): Do not allow this button to have the focus either. * src/item-bar.c (item_bar_draw): If the whole sheet is selected, draw all of the columns in pressed presenstation * src/sheet.c (sheet_is_all_selected): Return wheter all the sheet is selected. * src/utils.c (cell_name): Fixed cell name computation. (parse_cell_name): Fixed parsing of the cell name.
-
Richard Hestilow authored
1998-09-23 Richard Hestilow <hestgray@ionet.net> * src/style.c: Fixed hyphen vs hypen typo
-
- 23 Sep, 1998 2 commits
-
-
Miguel de Icaza authored
1998-09-23 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/style.c (font_compute_hints): At font creation time store a couple of the font attributes for quick retrieval. * src/sheet-view.c (sheet_view_construct): Do not allow this button to have the focus either. * src/item-bar.c (item_bar_draw): If the whole sheet is selected, draw all of the columns in pressed presenstation * src/sheet.c (sheet_is_all_selected): Return wheter all the sheet is selected. * src/utils.c (cell_name): Fixed cell name computation.
-
Arturo Espinosa authored
-