summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog
Commit message (Expand)AuthorAgeFilesLines
...
* Add documentation for new tree functions.jkh1998-10-022-8/+73
* Add missing free().jkh1998-09-301-1/+2
* Add examples for tree functions.jkh1998-09-296-2/+346
* Add support for saved trees.jkh1998-09-292-4/+111
* Update tree function and remove gratuitous .h file.jkh1998-09-282-48/+79
* Unbump the minor number; guess this doesn't happen in the ELF worldjkh1998-09-281-2/+2
* Add some new functionality which I promised to add over a year a go andjkh1998-09-264-3/+1035
* Fix bogus length restriction on readlink. Use sizeof(buf) - 1 ratherimp1998-09-101-1/+1
* Use size of structure rather than hard coded 256 in readlink. This changeimp1998-09-091-1/+1
* Change the aux field type to long instead of int so that it is largejb1998-08-201-1/+1
* Spelling corrections.jkoshy1998-06-061-2/+2
* Fix improperly re-entrant code which caused the menu spammage we'vejkh1997-10-122-37/+25
* Fixed synopsis. There was a missing arg, 3 args with the wrong type,bde1997-04-131-12/+22
* YAMF22jkh1997-03-291-2/+2
* Fix various overflows for items longer then menu width.ache1997-02-281-4/+6
* Revert $FreeBSD$ to $Id$peter1997-02-2221-21/+21
* When wrong directory choosed and chdir failed, directory nameache1997-02-182-2/+5
* Go on one of my periodic rampages through this code, trying to makejkh1997-01-174-157/+189
* Allow emacs-style next/prev characters as well as arrow keys so thatjkh1997-01-155-9/+13
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1421-21/+21
* Pull the fix from rev 1.31.2.1; i've accidentally committed it tojoerg1996-12-261-1/+0
* Somewhere along the way, multiple targets started working and nobodyjkh1996-12-141-52/+1
* Add another hateful global to libdialog (what the heck, there are alreadyjkh1996-12-149-25/+94
* 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
* 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
* cmp -s || install -c ==> install -Cpeter1996-08-301-3/+2
* Reverse my patch which erroneously removed the library dependenciesjkh1996-08-131-0/+3
* 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
* 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
* 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
* alloca() was being called with highly bogus arguments due to brainjkh1996-04-252-2/+2
* 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
* 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
* More changes to attempt to make this whole new dialog scheme morejkh1996-04-1613-1249/+1370
* Remove some of the grot I added to try and save/restore screen contents.jkh1996-04-131-27/+3
* Save screen before calling any fire() callbacks - you never know whatjkh1996-04-081-363/+379
OpenPOWER on IntegriCloud