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