Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update dialog to version 20100428. This changes the license under which | nwhitehorn | 2011-01-12 | 1 | -699/+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 | ||||
* | Use __FBSDID over rcsid[]. | obrien | 2003-05-03 | 1 | -4/+2 |
| | |||||
* | In addition to exiting the dialog via ESC, the user could also have | dougb | 2002-06-13 | 1 | -1/+1 |
| | | | | | exited via \r, \n, or ' ' (space); all of which are valid, non-error responses. | ||||
* | Handle keys consistently. | eric | 2001-07-26 | 1 | -1/+2 |
| | |||||
* | Improve the interface provided by libdialog. Move a cursor around over | eric | 2001-07-18 | 1 | -1/+5 |
| | | | | | | | the components and trigger actions based on its position. This reduces the need to remember the functions of various keys, and makes the interface more consistant across library. ~ | ||||
* | 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. | ||||
* | 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. | ||||
* | Line up some of these OK boxes properly again. | jkh | 1996-12-12 | 1 | -1/+1 |
| | |||||
* | "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 | -1/+1 |
| | | | | | 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. | ||||
* | Fix nasty shadow bug sneaked in Marc's commit. | ache | 1995-05-08 | 1 | -2/+1 |
| | | | | | | Implement ^K and KEY_EOL as clear end of line Move common code from line_edit to static function Cosmetique changes in textbox | ||||
* | This just exited on most errors, some of which were legitimate and | jkh | 1995-03-22 | 1 | -10/+5 |
| | | | | | I don't *want* to cause my application to be exited! Some of the fprintfs() should probably be calls to some dialog error menu popup anyway. | ||||
* | file selector, helpline, helpfile and more, with my fixes | ache | 1995-02-15 | 1 | -1/+6 |
| | | | | Submitted by: wmbfmk@urc.tue.nl | ||||
* | 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/+1 |
| | | | | 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 |
| | |||||
* | Fix original bug with wrong calculated dims for items list. | ache | 1994-11-17 | 1 | -0/+6 |
| | | | | Add args check for functions when autosizing impossible. | ||||
* | Add pointer check after each newwin/subwin with error diagnostic | ache | 1994-10-31 | 1 | -0/+10 |
| | |||||
* | Implement dialog_prgbox() function which allows run program | ache | 1994-10-28 | 1 | -1/+1 |
| | | | | (via pipe) with output to dialog box | ||||
* | Implement line_edit() function (full line editor) which may called | ache | 1994-10-21 | 1 | -42/+6 |
| | | | | | 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/+710 |