(gtk_sheet_dispose): Set the sheet's entry_container and button
[pspp-builds.git] / lib / gtksheet / ChangeLog
1 2008-05-06  Ben Pfaff  <blp@gnu.org>
2
3         * gtksheet.c (gtk_sheet_dispose): Set the sheet's entry_container
4         and button members to NULL after unref'ing them, so that a later
5         call to gtk_sheet_for_all will not try to dereference a dangling
6         pointer.
7
8 2008-03-06 John Darrington <john@darrington.wattle.id.au>
9
10         * gsheet-row-iface.c gsheet-row-iface.h: Delete unused, unneccesary
11         gpointer variable from the interface.
12
13         * gtksheet.c: Update to match new gsheet-row-iface
14
15 2008-02-27 John Darrington <john@darrington.wattle.id.au>
16         * gtksheet.c gtksheet.h: Corrected some leaks and other problems
17         related to de-allocating the sheet.
18
19 2008-02-27 John Darrington <john@darrington.wattle.id.au>
20         * gtksheet.c: (gtk_sheet_expose) Don't queue a redraw on the entry
21         widget.  Fixes bug #21073
22
23 2008-02-20 John Darrington <john@darrington.wattle.id.au>
24
25         * gtksheet.c gtksheet.h: Removed some unused signals.
26         Made the models properties of the widget.
27
28 2008-02-08 John Darrington <john@darrington.wattle.id.au>
29
30         * gtksheet.c: Removed the sheet_locked feature, which we never
31         used, and interfered with the editability of the entry widget.
32
33         * gtksheet.c: Add one to the row to which we scroll. Seems like
34         the best way to cope with granularity problems.
35         
36 21 Septempber 2007 John Darrington <john@darrington.wattle.id.au>
37
38         * gtksheet.c (range_update_callback): Scroll to cell 0,0 if the
39         current position is outside the model's range.
40
41 24 July 2007 John Darrington <john@darrington.wattle.id.au>
42
43         * gtksheet.c gtksheet.h: Removed the `clip' feature, which IMO 
44         is a croc, and we're unlikely to use.  In its place, added a primary 
45         selection which supports text and html targets.
46
47 16 July 2007 John Darrington <john@darrington.wattle.id.au>
48
49         * gtksheet.c gtksheet.h: Removed some legacy functions called from 
50         gtk_sheet_finalize which caused unnecessary delays when shutting down.
51
52 12 July 2007 John Darrington <john@darrington.wattle.id.au>
53
54         * gtksheet.c gtksheet.h: Removed view member and replaced with 
55         function call.  Removed hadjustment_changed and vadjustment_changed 
56         functions which did nothing.  Added some whitespace arount != 
57         operators.
58
59 09 July 2007 John Darrington <john@darrington.wattle.id.au>
60
61         * gtksheet.c gtksheet.h (gtk_sheet_get_active_cell): Allowed row,
62         column  to be NULL.
63
64 07 July 2007 John Darrington <john@darrington.wattle.id.au>
65          
66         * gsheet-column-iface.c gsheet-column-iface.h gsheet-row-iface.c
67         gsheet-row-iface.h gtksheet.c gtksheet.h: Added a "subtitle"
68         feature on row/column titles, which shows tooltip-like popups.  
69
70 03 July 2007 John Darrington <john@darrington.wattle.id.au>
71
72         * gtksheet.c gtksheet.h: Removed the autoscroll-on-select feature 
73         that was causing us grief.
74
75 28 June 2007 John Darrington <john@darrington.wattle.id.au>
76
77         * gtksheet.c: Removed some features that we dont use, to get better 
78         speed.
79
80 Sat Feb 17 17:36:56 2007  Ben Pfaff  <blp@gnu.org>
81
82         * gsheet-column-iface.c gsheet-hetero-column.c gsheet-row-iface.c
83         gsheet-uniform-column.c gsheet-uniform-row.c gsheetmodel.c
84         gtkextra-marshal.c gtkextra.c gtkiconlist.c gtkitementry.c
85         gtksheet.c: Add "#include <config.h>".
86
87 Mon Jun 19 18:03:21 WST 2006 John Darrington <john@darrington.wattle.id.au>
88
89         * gsheet-column-iface.c gsheet-column-iface.h
90         gsheet-hetero-column.c gsheet-row-iface.c gsheet-row-iface.h
91         gsheet-uniform-column.c gsheet-uniform-row.c gtksheet.c
92         gtksheet.h:  Fixed some warnings.  Corrected errors updating
93                 row/column titles
94         
95 Di Mai 30 19:51:19 WST 2006 John Darrington <john@darrington.wattle.id.au>
96
97     * gtksheet.c gtksheet.h: constness. Removed dependence on glib2.10
98
99 Sat May 27 16:29:36 WST 2006 John Darrington <john@darrington.wattle.id.au>
100
101     * gtksheet.c: Removed call to gtk_entry_set_text, which caused warnings 
102         and was unnecessary.
103
104 Thu May 25 17:58:51 WST 2006 John Darrington <john@darrington.wattle.id.au>
105
106     * gsheet-column-iface.c gsheet-column-iface.h gsheet-hetero-column.c
107     gsheet-row-iface.c gsheet-row-iface.h gsheet-uniform-row.c
108     gtksheet-extra.h gtksheet.c:  Plugged memory leaks.  Rationalised the way
109     that GtkSheetButtons are created.
110
111 Sat May 20 21:02:03 WST 2006 John Darrington <john@darrington.wattle.id.au>
112
113     * gsheetmodel.c gsheetmodel.h: Added columns-inserted and columns-deleted 
114     signals.  Added g_sheet_get_{row,column}_count functions.
115
116     * gtksheet.c gtksheet.h: Allowed -1 to be passed to
117     gtk_sheet_set_active_cell to indicate no active cell.
118
119 Mon May 15 16:10:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
120
121     * gtksheet.c: Removed code which rendered the title buttons a second 
122     time.  Cut and Paste error ?
123
124 Sat May 13 07:58:32 WST 2006 John Darrington <john@darrington.wattle.id.au>
125
126         * gsheetmodel.c gsheetmodel.h gtksheet.c gtksheeet.h: Added
127         free_strings flag to tell the sheet whether to free the string
128         data passed from the model.
129
130 Thu May 11 22:20:04 WST 2006 John Darrington <john@darrington.wattle.id.au>
131
132     * gtksheet.c, gtksheet.h: Fixed broken deallocation of sheet->pixmap.
133
134 Thu May  4 17:55:48 WST 2006 John Darrington <john@darrington.wattle.id.au>
135
136     * gtksheet.c: Added callback on inserted rows.
137
138 Sat Jan 28 08:48:08 2006 UTC John Darrington <john@darrington.wattle.id.au>
139
140     * Separated the data out of the GtkSheet.  The gtksheet should now be
141     regarded as a way of looking into the data.  The data is represented by a
142     GSheetModel and the rows and columns by  GSheetRow and GSheetColumn.