eea30daace3a0bb23fd4446159ca6d2fbe08e648
[pspp-builds.git] / lib / gtksheet / ChangeLog
1 Sat May 27 16:29:36 WST 2006 John Darrington <john@darrington.wattle.id.au>
2
3     * gtksheet.c: Removed call to gtk_entry_set_text, which caused warnings 
4         and was unnecessary.
5
6 Thu May 25 17:58:51 WST 2006 John Darrington <john@darrington.wattle.id.au>
7
8     * gsheet-column-iface.c gsheet-column-iface.h gsheet-hetero-column.c
9     gsheet-row-iface.c gsheet-row-iface.h gsheet-uniform-row.c
10     gtksheet-extra.h gtksheet.c:  Plugged memory leaks.  Rationalised the way
11     that GtkSheetButtons are created.
12
13 Sat May 20 21:02:03 WST 2006 John Darrington <john@darrington.wattle.id.au>
14
15     * gsheetmodel.c gsheetmodel.h: Added columns-inserted and columns-deleted 
16     signals.  Added g_sheet_get_{row,column}_count functions.
17
18     * gtksheet.c gtksheet.h: Allowed -1 to be passed to
19     gtk_sheet_set_active_cell to indicate no active cell.
20
21 Mon May 15 16:10:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
22
23     * gtksheet.c: Removed code which rendered the title buttons a second 
24     time.  Cut and Paste error ?
25
26 Sat May 13 07:58:32 WST 2006 John Darrington <john@darrington.wattle.id.au>
27
28         * gsheetmodel.c gsheetmodel.h gtksheet.c gtksheeet.h: Added
29         free_strings flag to tell the sheet whether to free the string
30         data passed from the model.
31
32 Thu May 11 22:20:04 WST 2006 John Darrington <john@darrington.wattle.id.au>
33
34     * gtksheet.c, gtksheet.h: Fixed broken deallocation of sheet->pixmap.
35
36 Thu May  4 17:55:48 WST 2006 John Darrington <john@darrington.wattle.id.au>
37
38     * gtksheet.c: Added callback on inserted rows.
39
40 Sat Jan 28 08:48:08 2006 UTC John Darrington <john@darrington.wattle.id.au>
41
42     * Separated the data out of the GtkSheet.  The gtksheet should now be
43     regarded as a way of looking into the data.  The data is represented by a
44     GSheetModel and the rows and columns by  GSheetRow and GSheetColumn.