Deleted code which rendered the button labels twice.
[pspp-builds.git] / lib / gtksheet / ChangeLog
1 Mon May 15 16:10:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
2
3     * gtksheet.c: Removed code which rendered the title buttons a second 
4     time.  Cut and Paste error ?
5
6 Sat May 13 07:58:32 WST 2006 John Darrington <john@darrington.wattle.id.au>
7
8         * gsheetmodel.c gsheetmodel.h gtksheet.c gtksheeet.h: Added
9         free_strings flag to tell the sheet whether to free the string
10         data passed from the model.
11
12 Thu May 11 22:20:04 WST 2006 John Darrington <john@darrington.wattle.id.au>
13
14     * gtksheet.c, gtksheet.h: Fixed broken deallocation of sheet->pixmap.
15
16 Thu May  4 17:55:48 WST 2006 John Darrington <john@darrington.wattle.id.au>
17
18     * gtksheet.c: Added callback on inserted rows.
19
20 Sat Jan 28 08:48:08 2006 UTC John Darrington <john@darrington.wattle.id.au>
21
22     * Separated the data out of the GtkSheet.  The gtksheet should now be
23     regarded as a way of looking into the data.  The data is represented by a
24     GSheetModel and the rows and columns by  GSheetRow and GSheetColumn.