Fixed problem deallocating iconv structs.
[pspp-builds.git] / src / ui / gui / TODO
1 * Crashes when resizing rows/columns when no cell is selected.
2
3 * Blank cell reference when deselecting cells. (Eg New command).
4
5 * Strip leading/trailing whitespace on data in cells.
6
7 * Cell Ref Entry populate/depopulate.
8
9 * Case weights.
10
11 * Resizing of string variables.
12
13 * Goto Variable.
14
15 * Widen columns in var sheet as necessary to accomodate non-english translations.
16
17 Wishlist
18 ========
19
20 * Cut/Paste Buffer.  Cut and paste: a) Between psppire instances. b) From other applications.
21
22 * In datasheet, add tooltips to column buttons, so that hovering over a column button displays 
23   the label for that variable.
24
25 * GtkSheet should implement the AtkTable interface, to allow psppire to become accessible to disabled users.