aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog
Commit message (Expand)AuthorAgeFilesLines
* Fix the OK/Cancel accellerator bogon I introduced a few days back.Jordan K. Hubbard1996-04-283-3/+3
* Fix what I just broke with DITEM_LEAVE_MENUJordan K. Hubbard1996-04-271-1/+1
* Fix a bogon with ok/cancel callback usage.Jordan K. Hubbard1996-04-272-26/+24
* More custom hackery to deal with issues discovered in sysinstall.Jordan K. Hubbard1996-04-253-17/+14
* Allow some post-fire actions to be combined in ways that weren'tJordan K. Hubbard1996-04-253-16/+9
* alloca() was being called with highly bogus arguments due to brainJordan K. Hubbard1996-04-252-2/+2
* Cosmetic tweaks.Jordan K. Hubbard1996-04-232-4/+13
* Another bug fix for the DITEM_REDRAW case.Jordan K. Hubbard1996-04-202-4/+5
* Make the DITEM_RECREATE option work properly.Jordan K. Hubbard1996-04-203-22/+27
* Fix a bug which did not properly bias checklist items by their scrollJordan K. Hubbard1996-04-192-8/+10
* Remove a long-standing window leak I just noticed.Jordan K. Hubbard1996-04-183-2/+18
* Remove the special-case behavior for fire actions that returnJordan K. Hubbard1996-04-187-176/+104
* More changes to attempt to make this whole new dialog scheme moreJordan K. Hubbard1996-04-1613-1249/+1370
* Remove some of the grot I added to try and save/restore screen contents.Jordan K. Hubbard1996-04-131-27/+3
* Save screen before calling any fire() callbacks - you never know whatJordan K. Hubbard1996-04-081-363/+379
* Refresh dialogs if a callback action fails.Jordan K. Hubbard1996-04-083-11/+33
* Make this properly respect obj dirs.Jordan K. Hubbard1996-04-071-35/+37
* Strive for a little more consistency with my examples.Jordan K. Hubbard1996-04-077-14/+14
* Add an `aux' field for some other gunk I'm doing.Jordan K. Hubbard1996-04-051-0/+1
* Add some missing MLINKS, correct some cross references, correct someMike Pritchard1996-02-092-3/+4
* Added some missing MLINKS for section 3 man pages.Mike Pritchard1996-02-091-1/+15
* Minor tweak to this test.Jordan K. Hubbard1996-02-081-2/+2
* Fix small bug with negative item_no.Jordan K. Hubbard1996-01-101-1/+1
* Refresh before calling selection hook.Jordan K. Hubbard1996-01-052-2/+6
* Create individual tests for each dialog feature.Jordan K. Hubbard1996-01-0119-336/+1266
* Next round of changes - make dialog boxes drawable at arbitrary X,Y locationsJordan K. Hubbard1996-01-0111-84/+127
* Add another test to round out the radiolist dialog suite.Jordan K. Hubbard1995-12-231-31/+107
* o Add some test code.Jordan K. Hubbard1995-12-232-0/+265
* Add changes to:Jordan K. Hubbard1995-12-238-358/+1028
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-08-061-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-3017-143/+143
* Don't make TAB and BACK-TAB destroy field contents incorrectly.Jordan K. Hubbard1995-05-281-2/+1
* Remove extra argument from mesgboxAndrey A. Chernov1995-05-161-1/+1
* Call mesgbox instead of msgbox for long descriptionsAndrey A. Chernov1995-05-161-1/+1
* Changes to support the new dialog_dselect() features required to fixJordan K. Hubbard1995-05-162-13/+62
* Fix draw shadow bug, when shadow reaches end of the screen,Andrey A. Chernov1995-05-151-20/+34
* Fix nasty shadow bug sneaked in Marc's commit.Andrey A. Chernov1995-05-083-90/+42
* Bump major number instead of minor: old functions arguments was changed tooAndrey A. Chernov1995-05-041-3/+3
* Bump minor numberAndrey A. Chernov1995-05-031-1/+3
* Handle too long strings correctly in print_autowrap()Andrey A. Chernov1995-04-301-1/+2
* Hastily back out my previous change to install ui_objects.h; upon furtherJordan K. Hubbard1995-04-211-5/+1
* Also install new ui_objects.h header file. I'm not sure how I feel aboutJordan K. Hubbard1995-04-211-3/+7
* Upgrade.Andrey A. Chernov1995-04-2011-52/+355
* Get rid of strtok(), it is depricated inside libsAndrey A. Chernov1995-03-242-9/+11
* This just exited on most errors, some of which were legitimate andJordan K. Hubbard1995-03-221-10/+5
* Saved scroll fixed.Andrey A. Chernov1995-03-211-1/+1
* Fix arrows printout for non-arrows keys in menuboxAndrey A. Chernov1995-03-025-135/+113
* Simplify notify()Andrey A. Chernov1995-02-233-33/+30
* file selector, helpline, helpfile and more, with my fixesAndrey A. Chernov1995-02-1522-22/+2313
* Much better error handling added.Andrey A. Chernov1995-02-131-16/+33