1 2008-05-08 Ben Pfaff <blp@gnu.org>
3 Patch #6506. Reviewed by John Darrington.
5 * gtksheet.c (gtk_sheet_unrealize): Don't call gtk_widget_unparent
6 on sheet->button if it's null.
8 2008-05-06 Ben Pfaff <blp@gnu.org>
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
15 2008-03-06 John Darrington <john@darrington.wattle.id.au>
17 * gsheet-row-iface.c gsheet-row-iface.h: Delete unused, unneccesary
18 gpointer variable from the interface.
20 * gtksheet.c: Update to match new gsheet-row-iface
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.
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
30 2008-02-20 John Darrington <john@darrington.wattle.id.au>
32 * gtksheet.c gtksheet.h: Removed some unused signals.
33 Made the models properties of the widget.
35 2008-02-08 John Darrington <john@darrington.wattle.id.au>
37 * gtksheet.c: Removed the sheet_locked feature, which we never
38 used, and interfered with the editability of the entry widget.
40 * gtksheet.c: Add one to the row to which we scroll. Seems like
41 the best way to cope with granularity problems.
43 21 Septempber 2007 John Darrington <john@darrington.wattle.id.au>
45 * gtksheet.c (range_update_callback): Scroll to cell 0,0 if the
46 current position is outside the model's range.
48 24 July 2007 John Darrington <john@darrington.wattle.id.au>
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.
54 16 July 2007 John Darrington <john@darrington.wattle.id.au>
56 * gtksheet.c gtksheet.h: Removed some legacy functions called from
57 gtk_sheet_finalize which caused unnecessary delays when shutting down.
59 12 July 2007 John Darrington <john@darrington.wattle.id.au>
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 !=
66 09 July 2007 John Darrington <john@darrington.wattle.id.au>
68 * gtksheet.c gtksheet.h (gtk_sheet_get_active_cell): Allowed row,
71 07 July 2007 John Darrington <john@darrington.wattle.id.au>
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.
77 03 July 2007 John Darrington <john@darrington.wattle.id.au>
79 * gtksheet.c gtksheet.h: Removed the autoscroll-on-select feature
80 that was causing us grief.
82 28 June 2007 John Darrington <john@darrington.wattle.id.au>
84 * gtksheet.c: Removed some features that we dont use, to get better
87 Sat Feb 17 17:36:56 2007 Ben Pfaff <blp@gnu.org>
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>".
94 Mon Jun 19 18:03:21 WST 2006 John Darrington <john@darrington.wattle.id.au>
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
102 Di Mai 30 19:51:19 WST 2006 John Darrington <john@darrington.wattle.id.au>
104 * gtksheet.c gtksheet.h: constness. Removed dependence on glib2.10
106 Sat May 27 16:29:36 WST 2006 John Darrington <john@darrington.wattle.id.au>
108 * gtksheet.c: Removed call to gtk_entry_set_text, which caused warnings
111 Thu May 25 17:58:51 WST 2006 John Darrington <john@darrington.wattle.id.au>
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.
118 Sat May 20 21:02:03 WST 2006 John Darrington <john@darrington.wattle.id.au>
120 * gsheetmodel.c gsheetmodel.h: Added columns-inserted and columns-deleted
121 signals. Added g_sheet_get_{row,column}_count functions.
123 * gtksheet.c gtksheet.h: Allowed -1 to be passed to
124 gtk_sheet_set_active_cell to indicate no active cell.
126 Mon May 15 16:10:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
128 * gtksheet.c: Removed code which rendered the title buttons a second
129 time. Cut and Paste error ?
131 Sat May 13 07:58:32 WST 2006 John Darrington <john@darrington.wattle.id.au>
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.
137 Thu May 11 22:20:04 WST 2006 John Darrington <john@darrington.wattle.id.au>
139 * gtksheet.c, gtksheet.h: Fixed broken deallocation of sheet->pixmap.
141 Thu May 4 17:55:48 WST 2006 John Darrington <john@darrington.wattle.id.au>
143 * gtksheet.c: Added callback on inserted rows.
145 Sat Jan 28 08:48:08 2006 UTC John Darrington <john@darrington.wattle.id.au>
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.