summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog/prgbox.c
Commit message (Collapse)AuthorAgeFilesLines
* include <sys/types.h>brian2000-10-151-0/+4
|
* Line up some of these OK boxes properly again.jkh1996-12-121-1/+1
|
* Next round of changes - make dialog boxes drawable at arbitrary X,Y locationsjkh1996-01-011-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.
* Get rid of strtok(), it is depricated inside libsache1995-03-241-5/+5
|
* file selector, helpline, helpfile and more, with my fixesache1995-02-151-0/+1
| | | | Submitted by: wmbfmk@urc.tue.nl
* Much better error handling added.ache1995-02-131-16/+33
|
* Add more range/argument checkingache1995-01-301-0/+2
| | | | Submitted by: charnier@lirmm.fr
* silently restrict all boxes to LINES, COLSache1994-11-181-0/+4
|
* Fix original bug with wrong calculated dims for items list.ache1994-11-171-0/+5
| | | | Add args check for functions when autosizing impossible.
* Full autosizing support, now you can pass -1, -1 for anyache1994-11-161-1/+1
| | | | string
* Add pointer check after each newwin/subwin with error diagnosticache1994-10-311-0/+5
|
* Add refresh after each line of program output,ache1994-10-281-0/+1
| | | | some pgms may have long waiting time between output lines.
* Implement dialog_prgbox() function which allows run programache1994-10-281-0/+113
(via pipe) with output to dialog box
OpenPOWER on IntegriCloud