32d1273602c68a383ca5d80e15f3c606e51e187f
[pspp-builds.git] / lib / gtksheet / ChangeLog
1 Sat May 13 07:58:32 WST 2006 John Darrington <john@darrington.wattle.id.au>
2
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.
6
7 Thu May 11 22:20:04 WST 2006 John Darrington <john@darrington.wattle.id.au>
8
9     * gtksheet.c, gtksheet.h: Fixed broken deallocation of sheet->pixmap.
10
11 Thu May  4 17:55:48 WST 2006 John Darrington <john@darrington.wattle.id.au>
12
13     * gtksheet.c: Added callback on inserted rows.
14
15 Sat Jan 28 08:48:08 2006 UTC John Darrington <john@darrington.wattle.id.au>
16
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.