- 10 Sep, 1998 8 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
* src/func.c: Made install_symbols public. * src/main.c: initialize the plugins. * src/workbook.c (plugins_cmd): Add a menu option for plugin loading. * plugin-manager.c: New file. Implements the GUI part of the plugin manager. * plugin.c, plugin.h: New file. Support for the dynamically loaded Gnumeric plugin components.
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Miguel de Icaza authored
1998-09-10 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/dialog-cell-format.c (dialog_cell_format): save and restore the last page used during a cell style application. * src/item-edit.c (item_edit_draw): Do not shift the characters one pixel to draw the cursor.
-
Arturo Espinosa authored
-
- 09 Sep, 1998 1 commit
-
-
Arturo Espinosa authored
Ok, finally objects are fully editable. We need support for saving the graphical objects. It should be pretty simple, as things are kept nicely on a list of SheetObjects which can be dumped and restored from disk easily. Miguel.
-
- 08 Sep, 1998 2 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
Preliminary support for editing the shape of an object. Miguel
-
- 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.
-
- 05 Sep, 1998 4 commits
-
-
Vincent Renardias authored
1998-09-05 Vincent Renardias <vincent@waw.com> * Weekly i18n updates: - Updated some POTFILES.in's. - Updated fr.po's accordingly. - Corrected a couple of typos. in the src code.
-
Miguel de Icaza authored
1998-09-05 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/parser.y: Add unary '+' * src/gnumeric-sheet.c: Add keybinding for Control-Enter which fills the selection with the current text. * src/sheet.c (sheet_set_text): New function: sets the contents of an arbitrary cell to the text as if it were typed by the user. (sheet_fill_selection_with): Fill the selection with a string.
-
Arturo Espinosa authored
-
Arturo Espinosa authored
Ok, the new display engine is now in place. The design bug with the exposures has now been fixed. Now, back to more mundane tasks. Miguel.
-
- 04 Sep, 1998 2 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
- 03 Sep, 1998 4 commits
-
-
Donnie Barnes authored
-
Donnie Barnes authored
-
Tristan Tarrant authored
-
Arturo Espinosa authored
Today: Bug fixes. Beginning of the cell/backgorund pattern drawing code. Include various MiggeeStipplePatterns Miguel.
-
- 02 Sep, 1998 7 commits
-
-
Arturo Espinosa authored
-
Miguel de Icaza authored
1998-09-02 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/file.c (workbook_save_as, workbook_save, dialog_query_load_file): New file, new routines to deal with file save and file load dialog boxes. * src/workbook.c: Improved our toolbar with new actions. * src/xml-io.c: Fixed the order in which parameters were passed to sheet_cell_get/sheet_cell_new
-
Arturo Espinosa authored
Last night hacking: - Bound toolbar alignment buttons. - Redraw logic fixed (although multi-span single-repaint is still broken). - Small other fixes. Miguel.
-
Vincent Renardias authored
1998-09-02 Vincent Renardias <vincent@waw.com> * Updated POTFILES.in * Regerenated gnumeric.pot & updated fr.po accordingly
-
Miguel de Icaza authored
1998-09-01 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/dialog-cell-format.c (create_align_page): Added support for the "add returns automatically" formatting option. * src/cell.c (cell_draw): Finished implementing my new drawing scheme. It now supports all of the Excel 5.0 alignements. Added missing calls to cell_calc_dimensions in various spots. * src/workbook.c: Added a toolbar with some actions.
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
- 01 Sep, 1998 2 commits
-
-
Tristan Tarrant authored
Tristan
-
Arturo Espinosa authored
-
- 31 Aug, 1998 1 commit
-
-
Arturo Espinosa authored
Implemented the new strategy for computing the region that should be redrawn for a given cell.
-
- 30 Aug, 1998 1 commit
-
-
Daniel Veillard authored
-
- 29 Aug, 1998 2 commits
-
-
Arturo Espinosa authored
Now we got a little line feedback on what the column/row size will be when you release the button. Extra cool feature. Miguel.
-
Arturo Espinosa authored
Basically: got font changing working. Miguel.
-
- 28 Aug, 1998 3 commits
-
-
Arturo Espinosa authored
Redid the format parsing engine to be closer to the Excel formatting engine. This basically is just a better front end to Clahey's number rendering engine. This now supports quoted strings in a format; quoted characters; spacing control formats; color specification; plus some ammount of pre-parsing. Getting it Excel compliant will be a bit more difficult than we expected, as for example this format shows: 000-0000-0000 should render 12345670987 as: 123-4567-0987
-
Arturo Espinosa authored
-
Arturo Espinosa authored
Today: Gnumeric had a big design problem: It did not support multiple vies of the same sheet, this has been now fixes. Huge changes to adapt to the new SheetView object that is a per-view object. Some things might be a little broken due to these changes. miguel.
-
- 27 Aug, 1998 2 commits
-
-
Arturo Espinosa authored
Today: - Finally implemented the selection correctly using the cool techniques Raster and Owen described to me on my visit to cool RHAD-land. This basically means Gnumeric does not look sharewareish when you select a range of cells. - Zoom dialog box (copy from Excel) - Various other sheet-editing facilities are now in place. - Scrol-bar fixes and feature additions. Next: I really need to do the file load/save code. I really need some sane font code. 15,011
-
Arturo Espinosa authored
-