1 Sat May 13 07:58:32 WST 2006 John Darrington <john@darrington.wattle.id.au>
3 * gsheetmodel.c gsheetmodel.h gtksheet.c gtksheeet.h: Added
4 free_strings flag to tell the sheet whether to free the string
5 data passed from the model.
7 Thu May 11 22:20:04 WST 2006 John Darrington <john@darrington.wattle.id.au>
9 * gtksheet.c, gtksheet.h: Fixed broken deallocation of sheet->pixmap.
11 Thu May 4 17:55:48 WST 2006 John Darrington <john@darrington.wattle.id.au>
13 * gtksheet.c: Added callback on inserted rows.
15 Sat Jan 28 08:48:08 2006 UTC John Darrington <john@darrington.wattle.id.au>
17 * Separated the data out of the GtkSheet. The gtksheet should now be
18 regarded as a way of looking into the data. The data is represented by a
19 GSheetModel and the rows and columns by GSheetRow and GSheetColumn.