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