| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
(Noticed in ghostscript-gpl core dump)
Approved by: re@ (bmah)
|
|
|
|
|
|
|
| |
present questinos with a different default answer. Somebody submitted
a patch to me once which did something this but I lost it (my bad) so
I'm just going to re-implement it with thanks to whomever it was who
gave me the idea.
|
|
|
|
| |
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
|
|
|
|
|
|
|
| |
shamefully dropped on the floor. I need to add it now since it does a
minor number bump, but otherwise the current functionality of libdialog
is unchanged (in all its evil glory) and the change is non-intrusive.
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
|
|
|
|
| |
enough to hold a man-sized pointer.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
| |
DITEM_FAILURE - formerly they would simply act as an implicit "continue",
but this is wrong. If you want this behavior, you should now return
with the DITEM_CONTINUE flag set.
Also make the semantics of DITEM_RESTORE quite a bit different - rather
than restore the screen back to pre-menu state, we restore the menu
itself. This is more correct for a variety of reasons when dealing with
nested menus (whoops!).
|
|
|
|
|
|
|
|
|
| |
robust. The new "fire" actions, while affording signficantly more
interactivity to libdialog, come at a cost - if the fire action trashes
the screen then you're not going to be in Kansas anymore when you
come back to the menu and there had better be considerable extra
smarts in place for coping with such a situation. These changes are my
attempt to do just that.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
pkg_install. dialog_dselect() wasn't very useful before.
Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
|
|
|
|
| |
Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
|
|
|
|
| |
Submitted by: wmbfmk@urc.tue.nl
|
| |
|
| |
|
|
|
|
| |
string
|
|
|
|
| |
(via pipe) with output to dialog box
|
|
|
|
| |
in pgms)
|
|
|
|
|
| |
externally.
Rewrite inputbox/textbox to use this function.
|
|
|
|
| |
Don't forget to use 'make beforeinstall'...
|
|
|