summaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.5_cvscvs2svn1997-10-2121-21/+21
* MFC: now properly reentrant.Jordan K. Hubbard1997-10-122-37/+25
* Close PR#3105 - message box cursor positioning was off.Jordan K. Hubbard1997-03-291-2/+2
* YAMFC (rev 1.31: overflow and cursor placement fixes)Joerg Wunsch1997-03-021-4/+6
* YAMFC (rev 1.5, and 1.7 respectively)Joerg Wunsch1997-02-222-2/+5
* Merge:Jordan K. Hubbard1997-01-174-157/+189
* Merge emacs command support from -currentJordan K. Hubbard1997-01-155-9/+13
* Remove a bogus free() to a variable that was alloca'ed.Joerg Wunsch1996-12-261-1/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1996-12-201-0/+46
* Merge simplification of Makefile.Jordan K. Hubbard1996-12-141-52/+1
* Merge from -current so that sysinstall can stay the same in 2.2 and 3.0 (theJordan K. Hubbard1996-12-148-25/+48
* YAMFCJordan K. Hubbard1996-12-123-4/+4
* "CONTINUE" was just too long. Make it a nice "OK" now.Jordan K. Hubbard1996-10-042-2/+2
* Eliminated includes of the "temporary" backwards compatibility headerBruce Evans1996-09-241-4/+4
* Make button highlighting more visible on B/W displays.Jordan K. Hubbard1996-09-061-3/+1
* Collapse some common arrow key handling semantics from sysinstall intoJordan K. Hubbard1996-09-011-0/+7
* cmp -s || install -c ==> install -CPeter Wemm1996-08-301-3/+2
* Reverse my patch which erroneously removed the library dependenciesJordan K. Hubbard1996-08-131-0/+3
* Throw some unnecessary dreck out of this Makefile.Jordan K. Hubbard1996-08-111-4/+1
* 1. Remove some ancient bogons from when I initially added dialogMenuItemJordan K. Hubbard1996-07-115-63/+21
* Fix a couple of whoopers which somehow went undetected until now.Jordan K. Hubbard1996-07-113-56/+66
* Add missing dialog_clear() calls.Jordan K. Hubbard1996-07-053-0/+3
* Round out the examples a little better in showing custom buttons in operationJordan K. Hubbard1996-07-021-2/+4
* 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-1246/+1367
* 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-360/+376
* 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