Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update dialog to version 20100428. This changes the license under which | nwhitehorn | 2011-01-12 | 1 | -536/+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 | -2/+3 |
| | |||||
* | Disallow libdialog to be used in setugid applications; it is chock full | kris | 2002-10-12 | 1 | -0/+8 |
| | | | | | | of buffer overflows. MFC after: 3 days | ||||
* | Add another hateful global to libdialog (what the heck, there are already | jkh | 1996-12-14 | 1 | -0/+3 |
| | | | | | | 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. | ||||
* | Make button highlighting more visible on B/W displays. | jkh | 1996-09-06 | 1 | -3/+1 |
| | |||||
* | Next round of changes - make dialog boxes drawable at arbitrary X,Y locations | jkh | 1996-01-01 | 1 | -0/+6 |
| | | | | | | 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. | ||||
* | Add changes to: | jkh | 1995-12-23 | 1 | -2/+2 |
| | | | | | | | o Support a new, fully backwards-compatible API for controling individual items in dialog menus. o Write a man page. o Add some test code. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
| | |||||
* | Fix draw shadow bug, when shadow reaches end of the screen, | ache | 1995-05-15 | 1 | -20/+34 |
| | | | | bringed by devmenu or tzsetup f.e. | ||||
* | Fix nasty shadow bug sneaked in Marc's commit. | ache | 1995-05-08 | 1 | -1/+0 |
| | | | | | | Implement ^K and KEY_EOL as clear end of line Move common code from line_edit to static function Cosmetique changes in textbox | ||||
* | Handle too long strings correctly in print_autowrap() | ache | 1995-04-30 | 1 | -1/+2 |
| | | | | Submitted by: Marc van Kempen <wmbdmr@urc.tue.nl> | ||||
* | Get rid of strtok(), it is depricated inside libs | ache | 1995-03-24 | 1 | -4/+6 |
| | |||||
* | Fix arrows printout for non-arrows keys in menubox | ache | 1995-03-02 | 1 | -0/+24 |
| | | | | | Move arrows printout to single kernel function Add PgUp/PgDn/Home/End to checkbox and radiobox | ||||
* | file selector, helpline, helpfile and more, with my fixes | ache | 1995-02-15 | 1 | -0/+1 |
| | | | | Submitted by: wmbfmk@urc.tue.nl | ||||
* | Back out bkgd() function usage, it acts not from | ache | 1995-01-16 | 1 | -2/+2 |
| | | | | common sense but from sysv standard | ||||
* | Use new bkgd() function to produce background | ache | 1994-12-02 | 1 | -4/+3 |
| | |||||
* | Use newscr instead of curscr in shadows code | ache | 1994-11-17 | 1 | -3/+3 |
| | |||||
* | Use wnoutrefresh() in clear_norefresh | ache | 1994-11-17 | 1 | -1/+2 |
| | |||||
* | Add dialog_clear_norefresh() function | ache | 1994-11-17 | 1 | -1/+6 |
| | |||||
* | Full autosizing support, now you can pass -1, -1 for any | ache | 1994-11-16 | 1 | -0/+50 |
| | | | | string | ||||
* | Make shadow more 'real': now shadowed letters appearse as dim ones. | ache | 1994-11-15 | 1 | -16/+13 |
| | |||||
* | Fix bug: only one second-level shadow drawed | ache | 1994-11-15 | 1 | -0/+16 |
| | |||||
* | Implement dialog_prgbox() function which allows run program | ache | 1994-10-28 | 1 | -15/+91 |
| | | | | (via pipe) with output to dialog box | ||||
* | Added refresh() to dialog_clear so that it actually | paul | 1994-10-25 | 1 | -0/+1 |
| | | | | | | | clears the screen. Reviewed by: Submitted by: Obtained from: | ||||
* | Fix dialog_clear() to clear windows. | ache | 1994-10-21 | 1 | -0/+1 |
| | |||||
* | Declare more functions externally. | ache | 1994-10-20 | 1 | -1/+1 |
| | | | | Don't forget to use 'make beforeinstall'... | ||||
* | Don't exit silently, if initscr failed; put error message | ache | 1994-10-19 | 1 | -1/+3 |
| | |||||
* | Check initscr() for NULL | ache | 1994-10-19 | 1 | -1/+2 |
| | |||||
* | Make all dialog box available from C programs via functions calls | ache | 1994-10-11 | 1 | -0/+330 |