Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include <sys/types.h> | brian | 2000-10-15 | 1 | -0/+4 |
| | |||||
* | Line up some of these OK boxes properly again. | jkh | 1996-12-12 | 1 | -1/+1 |
| | |||||
* | Next round of changes - make dialog boxes drawable at arbitrary X,Y locations | jkh | 1996-01-01 | 1 | -2/+2 |
| | | | | | | and add selection traversal callbacks so context-sensitive behavior can even be implemented for individual menu items. These work around the two largest issues holding me back with some of my sysinstall changes. | ||||
* | Get rid of strtok(), it is depricated inside libs | ache | 1995-03-24 | 1 | -5/+5 |
| | |||||
* | file selector, helpline, helpfile and more, with my fixes | ache | 1995-02-15 | 1 | -0/+1 |
| | | | | Submitted by: wmbfmk@urc.tue.nl | ||||
* | Much better error handling added. | ache | 1995-02-13 | 1 | -16/+33 |
| | |||||
* | Add more range/argument checking | ache | 1995-01-30 | 1 | -0/+2 |
| | | | | Submitted by: charnier@lirmm.fr | ||||
* | silently restrict all boxes to LINES, COLS | ache | 1994-11-18 | 1 | -0/+4 |
| | |||||
* | Fix original bug with wrong calculated dims for items list. | ache | 1994-11-17 | 1 | -0/+5 |
| | | | | Add args check for functions when autosizing impossible. | ||||
* | Full autosizing support, now you can pass -1, -1 for any | ache | 1994-11-16 | 1 | -1/+1 |
| | | | | string | ||||
* | Add pointer check after each newwin/subwin with error diagnostic | ache | 1994-10-31 | 1 | -0/+5 |
| | |||||
* | Add refresh after each line of program output, | ache | 1994-10-28 | 1 | -0/+1 |
| | | | | some pgms may have long waiting time between output lines. | ||||
* | Implement dialog_prgbox() function which allows run program | ache | 1994-10-28 | 1 | -0/+113 |
(via pipe) with output to dialog box |