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