- 16 Sep, 1998 1 commit
-
-
Arturo Espinosa authored
Autofill lists work: Integers, Floats, Formulas and constant strings works. Todo: Lists of known strings and strings with numbers embedded Miguel.
-
- 15 Sep, 1998 1 commit
-
-
Arturo Espinosa authored
Got cursors working. Use the cursors properly on the spreadhseet (gives good feedback on what is going to happen). More work on autofill. miguel.
-
- 14 Sep, 1998 5 commits
-
-
Tom Dyas authored
-
Tristan Tarrant authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
Color attributes in formats work (ie, you can get colored cells now); My first -futile attempts- at getting various different cursors working on the spreadsheet (we need a cross and various other cursors for a better emulation of Excel). The beginning of autofill, but I really need to see Excel live before implementing this. Miguel.
-
Tom Dyas authored
-
- 12 Sep, 1998 1 commit
-
-
Arturo Espinosa authored
-
- 11 Sep, 1998 3 commits
-
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
Arturo Espinosa authored
-
- 10 Sep, 1998 9 commits
-
-
Arturo Espinosa authored
-
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 6 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
-