aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog/TESTS
Commit message (Collapse)AuthorAgeFilesLines
* Update dialog to version 20100428. This changes the license under whichNathan Whitehorn2011-01-1224-1593/+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 Notes: svn path=/head/; revision=217309
* Make all tests in libdialog compilable.Andrey V. Elsukov2010-06-154-7/+7
| | | | | | | | | Fix coredump in menu3.c. Approved by: kib (mentor) Notes: svn path=/head/; revision=209200
* Use __FBSDID over rcsid[].David E. O'Brien2003-05-0321-42/+63
| | | | Notes: svn path=/head/; revision=114603
* This is WARNS=2 clean.David E. O'Brien2003-05-031-0/+1
| | | | Notes: svn path=/head/; revision=114602
* Add a new function, dialog_noyes(), for sysinstall to be able toJordan K. Hubbard2000-12-141-5/+8
| | | | | | | | | | 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. Notes: svn path=/head/; revision=70004
* Remove -lncurses and -lmytinfo from LDFLAGSAlexey Zelkin2000-01-101-3/+5
| | | | Notes: svn path=/head/; revision=55753
* Cleanup warnings.Alexey Zelkin2000-01-1021-21/+24
| | | | Notes: svn path=/head/; revision=55752
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2719-19/+19
| | | | Notes: svn path=/head/; revision=50472
* Add examples for tree functions.Jordan K. Hubbard1998-09-296-2/+346
| | | | | | | Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su> Notes: svn path=/head/; revision=39765
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2219-19/+19
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1419-19/+19
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Somewhere along the way, multiple targets started working and nobodyJordan K. Hubbard1996-12-141-52/+1
| | | | | | | noticed. Notes: svn path=/head/; revision=20446
* Add another hateful global to libdialog (what the heck, there are alreadyJordan K. Hubbard1996-12-142-2/+48
| | | | | | | | | 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. Notes: svn path=/head/; revision=20442
* Round out the examples a little better in showing custom buttons in operationJordan K. Hubbard1996-07-021-2/+4
| | | | | | | more than once. Notes: svn path=/head/; revision=16888
* Remove the special-case behavior for fire actions that returnJordan K. Hubbard1996-04-183-65/+14
| | | | | | | | | | | | | | 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!). Notes: svn path=/head/; revision=15289
* More changes to attempt to make this whole new dialog scheme moreJordan K. Hubbard1996-04-169-376/+376
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=15273
* Make this properly respect obj dirs.Jordan K. Hubbard1996-04-071-35/+37
| | | | Notes: svn path=/head/; revision=15090
* Strive for a little more consistency with my examples.Jordan K. Hubbard1996-04-077-14/+14
| | | | Notes: svn path=/head/; revision=15089
* Minor tweak to this test.Jordan K. Hubbard1996-02-081-2/+2
| | | | Notes: svn path=/head/; revision=13969
* Create individual tests for each dialog feature.Jordan K. Hubbard1996-01-0119-336/+1266
| | | | Notes: svn path=/head/; revision=13136
* Add another test to round out the radiolist dialog suite.Jordan K. Hubbard1995-12-231-31/+107
| | | | | | | | Add more comments and attempt to make everything just that much more understandable. Notes: svn path=/head/; revision=12987
* o Add some test code.Jordan K. Hubbard1995-12-232-0/+265
Notes: svn path=/head/; revision=12984