Merge from vendor branch LIBSTDC++:
[dragonfly.git] / gnu / lib / libdialog / TODO
1 - cut off names in the listbox that are to long
2 done 27Jan95
3         The current behaviour may not be desirable. When browsing through
4         long names these, when highlighted, will be shown with the first
5         characters cut off, when not highlighted the last characters will
6         be cut off.
7
8 - look at behaviour of TAB key when browsing through directories.
9 done 28Jan95
10
11 - make sure the full name of the directory is written to the 
12   "Directory:"-box
13 done 28Jan95
14
15 - mark current selections in listbox when initializing the listobject
16 Idontknow
17 - test and use Notify() when checking for error conditions
18 ok
19 - test overall
20 - adapt color of buttons when changing focus to the button.
21 done 28Jan95
22 - add shade to dialog_fselect()-window
23 done 29Jan95
24 - add (nn%) indication to lists.
25 done 30Jan95
26 - add use_helpfile()
27 done 13Feb95
28 - add use_helpline()
29
30 NOTE: apparently there is a bug (or a strange interaction between pkg_manage
31 and dialog_textbox) in dialog_textbox. When I use this routine to display 
32 the helpfile in display_helpfile() the program gets mysterious segmentation
33 faults and bus errors.
34 I now use dialog_mesgbox, after I have read the file into a buffer.
35
36