- 03 Sep, 1998 1 commit
-
-
Arturo Espinosa authored
Today: Bug fixes. Beginning of the cell/backgorund pattern drawing code. Include various MiggeeStipplePatterns Miguel.
-
- 02 Sep, 1998 4 commits
-
-
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
-
Arturo Espinosa authored
-
- 29 Aug, 1998 1 commit
-
-
Arturo Espinosa authored
Basically: got font changing working. Miguel.
-
- 24 Aug, 1998 1 commit
-
-
Arturo Espinosa authored
Lots of changes during the weekend: - New style management code: All styles are now managed by regions on a sheet (the default region, is attached to the complete sheet). - Styles can now be partial: Only some parts of the style might be valid (this is very important). - Insert column/Insert row/Shift rows has been fixed and it now computes properly the dependencies on any data change. - Linking/unlinking formulas now takes care also of adding/removing the dependencies of the cell. Miguel.
-
- 21 Aug, 1998 1 commit
-
-
Arturo Espinosa authored
Format fixes Paste works just like Excel now. Dragging a selection moves the cursor and the selection properly. Move the paste-special dialog box to its own file. Other misc fixes. Miguel.
-
- 20 Aug, 1998 2 commits
-
-
Arturo Espinosa authored
-
Miguel de Icaza authored
New value format framework installed. The idea is that we will precompile formats to avoid parsing the format everytime a cell is repainted. Miguel. 1998-08-19 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/format.c (format_value): The new entry point for formating values. This takes a Value instead of a float. NULL is never returned from format_value now: if there is a format error, then value_string is used to display it. (format_compile): This routine should always return, it cant fail, in the worst * case it should just downgrade to simplistic formatting. (format_destroy): This routine is invoked when the last user of the format is gone (ie, refcount has reached zero) just before the StyleFormat structure is actually released. resources allocated in format_compile should be disposed here
-
- 19 Aug, 1998 2 commits
-
-
Miguel de Icaza authored
Basically: - auto-alignment on cells without style works. - Clean ups (use the new cell_ routines). - Couple of bug fixes. - Figured that aligment code works better if you actually call the routine on the cell. Miguel 1998-08-19 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/sheet.c (sheet_cursor_set): New function. Use this instead of the view-specific routine (gnumeric_cursor_set). * src/gnumeric-sheet.c (gnumeric_sheet_can_move_cursor): ':' is a valid separator for activating the cursor-cell selection mode. * src/cell.c (cell_auto_align): New function. This tries to auto-align the cell contents depending on the value type. * src/dialog-cell-format.c (cell_properties_apply): Create a single style that is attached to a region and let each property page fill the structure in. (apply_align_format): Implement. No wonder it was not working last night. (apply_number_formats): Fill the passed Style structure only. Remove obsolete code. * src/sheet.c (sheet_cell_new): New cells are born with auto-style flag turned on. * src/clipboard.c (paste_cell): Render the cell after computation is finished. Clean up the usage of the cell manipulation; make auto-style work on pasted cells. * src/str.c (string_ref): Return the value referenced.
-
Arturo Espinosa authored
Alignment dialog box (does not work though, wonder why). Various fixes to the cursor handling; Stippled cursors for autofill and drag; check in before going home. Miguel.
-
- 18 Aug, 1998 1 commit
-
-
Miguel de Icaza authored
Today: - Cell format dialog box + working number formats. Miguel. 1998-08-17 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/eval.c (cell_eval): Use the formating routine now. * src/expr.c (value_format): Format a Value with a StyleFormat. * src/item-cursor.c (item_cursor_set_bounds_visibly): Force a canvas update after moving the selection. * src/sheet.c (sheet_selection_to_list): New function: generates a list of cells from the sheet->selections list. * src/style.c: Now styles have a "valid_flag" that has a bit turned on for those parts of the style that are actually used. This is required for adding the regions of style application in a Sheet. (style_destroy): destroy only those valid parts in a style. * src/dialog-cell-format.c: New file. Implements the cell/format dialog box. * src/cell.c (cell_render_value): new routine used to render the cell->value into cell->text. (cell_queue_redraw): new routine to queue individual redraws of the screen. I believe it is buggy, as the screen does not update after an apply in the cell/format dialog box. (cell_set_format): New routine to change the format of an existing cell. * src/format.c (format_number): Added color argument; smaller fixes to use it within gnumeric. * src/main.c (main): Include i18n setup as per namsh's suggetion.
-