summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog
Commit message (Collapse)AuthorAgeFilesLines
...
* Pull the fix from rev 1.31.2.1; i've accidentally committed it tojoerg1996-12-261-1/+0
| | | | 2.2 first.
* Somewhere along the way, multiple targets started working and nobodyjkh1996-12-141-52/+1
| | | | noticed.
* Add another hateful global to libdialog (what the heck, there are alreadyjkh1996-12-149-25/+94
| | | | | | 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.
* Line up some of these OK boxes properly again.jkh1996-12-123-4/+4
|
* "CONTINUE" was just too long. Make it a nice "OK" now.jkh1996-10-042-2/+2
|
* Eliminated includes of the "temporary" backwards compatibility headerbde1996-09-241-4/+4
| | | | | | <sys/dir.h> in applications. Maintained existing (inadequate) ifdefs for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any new ones.
* Make button highlighting more visible on B/W displays.jkh1996-09-061-3/+1
|
* Collapse some common arrow key handling semantics from sysinstall intojkh1996-09-011-0/+7
| | | | PollObj(), simplifying code which uses it.
* cmp -s || install -c ==> install -Cpeter1996-08-301-3/+2
|
* Reverse my patch which erroneously removed the library dependenciesjkh1996-08-131-0/+3
| | | | for a library. They're needed.
* Throw some unnecessary dreck out of this Makefile.jkh1996-08-111-4/+1
|
* 1. Remove some ancient bogons from when I initially added dialogMenuItemjkh1996-07-115-63/+21
| | | | | support. 2. Have message boxes say "Continue" instead of "Exit"
* Fix a couple of whoopers which somehow went undetected until now.jkh1996-07-113-56/+66
|
* Add missing dialog_clear() calls.jkh1996-07-053-0/+3
|
* Round out the examples a little better in showing custom buttons in operationjkh1996-07-021-2/+4
| | | | more than once.
* Fix the OK/Cancel accellerator bogon I introduced a few days back.jkh1996-04-283-3/+3
|
* Fix what I just broke with DITEM_LEAVE_MENUjkh1996-04-271-1/+1
|
* Fix a bogon with ok/cancel callback usage.jkh1996-04-272-26/+24
|
* More custom hackery to deal with issues discovered in sysinstall.jkh1996-04-253-17/+14
|
* Allow some post-fire actions to be combined in ways that weren'tjkh1996-04-253-16/+9
| | | | possible before.
* alloca() was being called with highly bogus arguments due to brainjkh1996-04-252-2/+2
| | | | fade. Fixed.
* Cosmetic tweaks.jkh1996-04-232-4/+13
|
* Another bug fix for the DITEM_REDRAW case.jkh1996-04-202-4/+5
|
* Make the DITEM_RECREATE option work properly.jkh1996-04-203-22/+27
|
* Fix a bug which did not properly bias checklist items by their scrolljkh1996-04-192-8/+10
| | | | factor.
* Remove a long-standing window leak I just noticed.jkh1996-04-183-2/+18
|
* Remove the special-case behavior for fire actions that returnjkh1996-04-187-176/+104
| | | | | | | | | | | 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!).
* More changes to attempt to make this whole new dialog scheme morejkh1996-04-1613-1249/+1370
| | | | | | | | | 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.
* Remove some of the grot I added to try and save/restore screen contents.jkh1996-04-131-27/+3
| | | | This shouldn't be done here, it should be done in the client as needed.
* Save screen before calling any fire() callbacks - you never know whatjkh1996-04-081-363/+379
| | | | they might do to the screen.
* Refresh dialogs if a callback action fails.jkh1996-04-083-11/+33
|
* Make this properly respect obj dirs.jkh1996-04-071-35/+37
|
* Strive for a little more consistency with my examples.jkh1996-04-077-14/+14
|
* Add an `aux' field for some other gunk I'm doing.jkh1996-04-051-0/+1
|
* Add some missing MLINKS, correct some cross references, correct somempp1996-02-092-3/+4
| | | | file locations and some minor formatting/style problems.
* Added some missing MLINKS for section 3 man pages.mpp1996-02-091-1/+15
| | | | | | | Also corrected a few minor formatting errors, file location and cross references in some of the section 3 man pages. This shuts up a lot of the output from "manck" for section 3.
* Minor tweak to this test.jkh1996-02-081-2/+2
|
* Fix small bug with negative item_no.jkh1996-01-101-1/+1
|
* Refresh before calling selection hook.jkh1996-01-052-2/+6
|
* Create individual tests for each dialog feature.jkh1996-01-0119-336/+1266
|
* Next round of changes - make dialog boxes drawable at arbitrary X,Y locationsjkh1996-01-0111-84/+127
| | | | | | 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 another test to round out the radiolist dialog suite.jkh1995-12-231-31/+107
| | | | | Add more comments and attempt to make everything just that much more understandable.
* o Add some test code.jkh1995-12-232-0/+265
|
* Add changes to:jkh1995-12-238-358/+1028
| | | | | | | 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.
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-08-061-2/+2
| | | | | | | specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary.
* Remove trailing whitespace.rgrimes1995-05-3017-143/+143
|
* Don't make TAB and BACK-TAB destroy field contents incorrectly.jkh1995-05-281-2/+1
| | | | Submitted by: gibbs
* Remove extra argument from mesgboxache1995-05-161-1/+1
|
* Call mesgbox instead of msgbox for long descriptionsache1995-05-161-1/+1
|
* Changes to support the new dialog_dselect() features required to fixjkh1995-05-162-13/+62
| | | | | pkg_install. dialog_dselect() wasn't very useful before. Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
OpenPOWER on IntegriCloud