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