cb859a397eb9d6f3c28d9f32bb159573311e2e81
[pspp-builds.git] / lib / gtksheet / ChangeLog
1 03 July 2007 John Darrington <john@darrington.wattle.id.au>
2
3         * gtksheet.c gtksheet.h: Removed the autoscroll-on-select feature 
4         that was causing us grief.
5
6 28 June 2007 John Darrington <john@darrington.wattle.id.au>
7
8         * gtksheet.c: Removed some features that we dont use, to get better 
9         speed.
10
11 Sat Feb 17 17:36:56 2007  Ben Pfaff  <blp@gnu.org>
12
13         * gsheet-column-iface.c gsheet-hetero-column.c gsheet-row-iface.c
14         gsheet-uniform-column.c gsheet-uniform-row.c gsheetmodel.c
15         gtkextra-marshal.c gtkextra.c gtkiconlist.c gtkitementry.c
16         gtksheet.c: Add "#include <config.h>".
17
18 Mon Jun 19 18:03:21 WST 2006 John Darrington <john@darrington.wattle.id.au>
19
20         * gsheet-column-iface.c gsheet-column-iface.h
21         gsheet-hetero-column.c gsheet-row-iface.c gsheet-row-iface.h
22         gsheet-uniform-column.c gsheet-uniform-row.c gtksheet.c
23         gtksheet.h:  Fixed some warnings.  Corrected errors updating
24                 row/column titles
25         
26 Di Mai 30 19:51:19 WST 2006 John Darrington <john@darrington.wattle.id.au>
27
28     * gtksheet.c gtksheet.h: constness. Removed dependence on glib2.10
29
30 Sat May 27 16:29:36 WST 2006 John Darrington <john@darrington.wattle.id.au>
31
32     * gtksheet.c: Removed call to gtk_entry_set_text, which caused warnings 
33         and was unnecessary.
34
35 Thu May 25 17:58:51 WST 2006 John Darrington <john@darrington.wattle.id.au>
36
37     * gsheet-column-iface.c gsheet-column-iface.h gsheet-hetero-column.c
38     gsheet-row-iface.c gsheet-row-iface.h gsheet-uniform-row.c
39     gtksheet-extra.h gtksheet.c:  Plugged memory leaks.  Rationalised the way
40     that GtkSheetButtons are created.
41
42 Sat May 20 21:02:03 WST 2006 John Darrington <john@darrington.wattle.id.au>
43
44     * gsheetmodel.c gsheetmodel.h: Added columns-inserted and columns-deleted 
45     signals.  Added g_sheet_get_{row,column}_count functions.
46
47     * gtksheet.c gtksheet.h: Allowed -1 to be passed to
48     gtk_sheet_set_active_cell to indicate no active cell.
49
50 Mon May 15 16:10:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
51
52     * gtksheet.c: Removed code which rendered the title buttons a second 
53     time.  Cut and Paste error ?
54
55 Sat May 13 07:58:32 WST 2006 John Darrington <john@darrington.wattle.id.au>
56
57         * gsheetmodel.c gsheetmodel.h gtksheet.c gtksheeet.h: Added
58         free_strings flag to tell the sheet whether to free the string
59         data passed from the model.
60
61 Thu May 11 22:20:04 WST 2006 John Darrington <john@darrington.wattle.id.au>
62
63     * gtksheet.c, gtksheet.h: Fixed broken deallocation of sheet->pixmap.
64
65 Thu May  4 17:55:48 WST 2006 John Darrington <john@darrington.wattle.id.au>
66
67     * gtksheet.c: Added callback on inserted rows.
68
69 Sat Jan 28 08:48:08 2006 UTC John Darrington <john@darrington.wattle.id.au>
70
71     * Separated the data out of the GtkSheet.  The gtksheet should now be
72     regarded as a way of looking into the data.  The data is represented by a
73     GSheetModel and the rows and columns by  GSheetRow and GSheetColumn.