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