summaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog/prgbox.c
Commit message (Collapse)AuthorAgeFilesLines
* Line up some of these OK boxes properly again.Jordan K. Hubbard1996-12-121-1/+1
| | | | Notes: svn path=/head/; revision=20359
* Next round of changes - make dialog boxes drawable at arbitrary X,Y locationsJordan K. Hubbard1996-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. Notes: svn path=/head/; revision=13135
* Get rid of strtok(), it is depricated inside libsAndrey A. Chernov1995-03-241-5/+5
| | | | Notes: svn path=/head/; revision=7330
* file selector, helpline, helpfile and more, with my fixesAndrey A. Chernov1995-02-151-0/+1
| | | | | | | Submitted by: wmbfmk@urc.tue.nl Notes: svn path=/head/; revision=6458
* Much better error handling added.Andrey A. Chernov1995-02-131-16/+33
| | | | Notes: svn path=/head/; revision=6345
* Add more range/argument checkingAndrey A. Chernov1995-01-301-0/+2
| | | | | | | Submitted by: charnier@lirmm.fr Notes: svn path=/head/; revision=6035
* silently restrict all boxes to LINES, COLSAndrey A. Chernov1994-11-181-0/+4
| | | | Notes: svn path=/head/; revision=4658
* Fix original bug with wrong calculated dims for items list.Andrey A. Chernov1994-11-171-0/+5
| | | | | | | Add args check for functions when autosizing impossible. Notes: svn path=/head/; revision=4565
* Full autosizing support, now you can pass -1, -1 for anyAndrey A. Chernov1994-11-161-1/+1
| | | | | | | string Notes: svn path=/head/; revision=4527
* Add pointer check after each newwin/subwin with error diagnosticAndrey A. Chernov1994-10-311-0/+5
| | | | Notes: svn path=/head/; revision=4024
* Add refresh after each line of program output,Andrey A. Chernov1994-10-281-0/+1
| | | | | | | some pgms may have long waiting time between output lines. Notes: svn path=/head/; revision=3953
* Implement dialog_prgbox() function which allows run programAndrey A. Chernov1994-10-281-0/+113
(via pipe) with output to dialog box Notes: svn path=/head/; revision=3950