Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use __FBSDID over rcsid[]. | obrien | 2003-05-03 | 1 | -4/+2 |
| | |||||
* | Handle keys consistently. | eric | 2001-08-09 | 1 | -1/+5 |
| | |||||
* | YAMF22 | jkh | 1997-03-29 | 1 | -2/+2 |
| | |||||
* | Allow emacs-style next/prev characters as well as arrow keys so that | jkh | 1997-01-15 | 1 | -0/+2 |
| | | | | I can offer this as a consistent feature. | ||||
* | Line up some of these OK boxes properly again. | jkh | 1996-12-12 | 1 | -2/+2 |
| | |||||
* | "CONTINUE" was just too long. Make it a nice "OK" now. | jkh | 1996-10-04 | 1 | -1/+1 |
| | |||||
* | 1. Remove some ancient bogons from when I initially added dialogMenuItem | jkh | 1996-07-11 | 1 | -2/+2 |
| | | | | | support. 2. Have message boxes say "Continue" instead of "Exit" | ||||
* | 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. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -7/+7 |
| | |||||
* | Upgrade. | ache | 1995-04-20 | 1 | -4/+6 |
| | | | | Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl> | ||||
* | Simplify notify() | ache | 1995-02-23 | 1 | -3/+4 |
| | | | | | | | Fix dupwin usage, now it really restore screen Disable helpline while helpfile displayed Fix helpfile borders Fix mesgbox range computing | ||||
* | file selector, helpline, helpfile and more, with my fixes | ache | 1995-02-15 | 1 | -0/+235 |
| | | | | Submitted by: wmbfmk@urc.tue.nl | ||||
* | Add more range/argument checking | ache | 1995-01-30 | 1 | -1/+3 |
| | | | | Submitted by: charnier@lirmm.fr | ||||
* | silently restrict all boxes to LINES, COLS | ache | 1994-11-18 | 1 | -0/+4 |
| | |||||
* | Full autosizing support, now you can pass -1, -1 for any | ache | 1994-11-16 | 1 | -1/+9 |
| | | | | string | ||||
* | Add pointer check after each newwin/subwin with error diagnostic | ache | 1994-10-31 | 1 | -0/+5 |
| | |||||
* | Implement dialog_prgbox() function which allows run program | ache | 1994-10-28 | 1 | -2/+5 |
| | | | | (via pipe) with output to dialog box | ||||
* | Declare more functions externally. | ache | 1994-10-20 | 1 | -1/+1 |
| | | | | Don't forget to use 'make beforeinstall'... | ||||
* | Make all dialog box available from C programs via functions calls | ache | 1994-10-11 | 1 | -0/+82 |