Fixed some bad interaction between variable and data sheets.
[pspp-builds.git] / lib / gtksheet / ChangeLog
1 Sat May 20 21:02:03 WST 2006 John Darrington <john@darrington.wattle.id.au>
2
3     * gsheetmodel.c gsheetmodel.h: Added columns-inserted and columns-deleted 
4     signals.  Added g_sheet_get_{row,column}_count functions.
5
6     * gtksheet.c gtksheet.h: Allowed -1 to be passed to
7     gtk_sheet_set_active_cell to indicate no active cell.
8
9 Mon May 15 16:10:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
10
11     * gtksheet.c: Removed code which rendered the title buttons a second 
12     time.  Cut and Paste error ?
13
14 Sat May 13 07:58:32 WST 2006 John Darrington <john@darrington.wattle.id.au>
15
16         * gsheetmodel.c gsheetmodel.h gtksheet.c gtksheeet.h: Added
17         free_strings flag to tell the sheet whether to free the string
18         data passed from the model.
19
20 Thu May 11 22:20:04 WST 2006 John Darrington <john@darrington.wattle.id.au>
21
22     * gtksheet.c, gtksheet.h: Fixed broken deallocation of sheet->pixmap.
23
24 Thu May  4 17:55:48 WST 2006 John Darrington <john@darrington.wattle.id.au>
25
26     * gtksheet.c: Added callback on inserted rows.
27
28 Sat Jan 28 08:48:08 2006 UTC John Darrington <john@darrington.wattle.id.au>
29
30     * Separated the data out of the GtkSheet.  The gtksheet should now be
31     regarded as a way of looking into the data.  The data is represented by a
32     GSheetModel and the rows and columns by  GSheetRow and GSheetColumn.