CVSROOT: /cvs/gnome Module name: gnumeric Changes by: jody 06/06/25 22:45:36
Modified files: . : ChangeLog NEWS gnumeric.xsd doc/developer : python-gnumeric.txt saving.txt plugins/excel : ms-pivot.c plugin.xml.in plugins/html : html.c latex.c roff.c src : cell-draw.c cellspan.c cellspan.h colrow.c colrow.h item-bar.c item-edit.c item-grid.c preview-grid-impl.h preview-grid.c print-cell.c print.c sheet.c sheet.h solver.h value.c value.h xml-io.c xml-sax-read.c xml-sax-write.c src/dialogs : dialog-col-width.c dialog-row-height.c dialog-scenarios.c src/tools : filter.c Log message: 2006-06-25 Jody Goldberg <[EMAIL PROTECTED]> * gnumeric.xsd : update a bit. * ColRowInfo::pos : removed. * ColRowInfo::margin_a : removed. * ColRowInfo::margin_b : removed. * GnmCell::col_info : removed. * GnmValueErr::src : removed. * src/colrow.c (colrow_foreach) : Pass a new type 'GnmColRowIter' to the handler to provide a position and an info ptr. All callers changed. * src/sheet.c (sheet_col_size_fit_pixels) : use the constant margins (sheet_row_size_fit_pixels) : ditto and and add +1 for the grid line (why was this different from col_size_fit_pixels). * src/dialogs/dialog-row-height.c (dialog_row_height) : row margin is constant now. * src/dialogs/dialog-col-width.c (dialog_col_width) : ditto. * src/cell-draw.c (cell_calc_layout) : no need for ri, the margins are constant. (cell_draw) : row margin is now constant too. (cell_finish_layout) : document height better and make the row margins constant. * src/cellspan.c (row_calc_spans) : Take the position as an argument now that ColRowInfo::pos is gone. All callers changed. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gnumeric&who=jody&date=explicit&mindate=2006-06-25%2022:44&maxdate=2006-06-25%2022:46 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list