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