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