Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update dialog to version 20100428. This changes the license under which | nwhitehorn | 2011-01-12 | 1 | -190/+0 |
| | | | | | | | | | | | | | dialog is distributed from GPLv2 to LGPLv2 and introduces a number of new features and a new and better libdialog API. The existing libdialog will be kept temporarily as libodialog for compatibility purposes until sade, sysinstall and tzsetup have been either updated or replaced. __FreeBSD_version is now 900030. Discussed on: -current Approved by: core Obtained from: http://invisible-island.net/dialog | ||||
* | Add another hateful global to libdialog (what the heck, there are already | jkh | 1996-12-14 | 1 | -1/+1 |
| | | | | | | so many). For now, the only extended attribute implemented is NO ECHO, useful for things like passwords. See TESTS/input2.c for an example. This should go into 2.2. | ||||
* | 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. | ||||
* | file selector, helpline, helpfile and more, with my fixes | ache | 1995-02-15 | 1 | -0/+6 |
| | | | | Submitted by: wmbfmk@urc.tue.nl | ||||
* | Add more range/argument checking | ache | 1995-01-30 | 1 | -1/+2 |
| | | | | Submitted by: charnier@lirmm.fr | ||||
* | silently restrict all boxes to LINES, COLS | ache | 1994-11-18 | 1 | -0/+4 |
| | |||||
* | Draw passed line with passed attrs on enter of line_edit() | ache | 1994-11-18 | 1 | -0/+2 |
| | | | | and redraw it with default attrs on exit. | ||||
* | Add new parameter to line_edit: field length (-1 means unlimited) | ache | 1994-11-18 | 1 | -1/+1 |
| | |||||
* | Save/restore attrs in line_edit now | ache | 1994-11-18 | 1 | -1/+1 |
| | |||||
* | Full autosizing support, now you can pass -1, -1 for any | ache | 1994-11-16 | 1 | -1/+9 |
| | | | | string | ||||
* | Now line_edit() uses passed string as initial prompt | ache | 1994-11-02 | 1 | -0/+1 |
| | |||||
* | 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 | -1/+3 |
| | | | | (via pipe) with output to dialog box | ||||
* | Implement line_edit() function (full line editor) which may called | ache | 1994-10-21 | 1 | -127/+7 |
| | | | | | externally. Rewrite inputbox/textbox to use this function. | ||||
* | 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/+281 |