summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog/checklist.c
Commit message (Expand)AuthorAgeFilesLines
* *Really* make space accelerators work; no wonder Brian McGovern wasjkh1999-12-171-1/+1
* Prevent spaces from being interpreted as accelerators.jkh1999-12-141-2/+6
* Fix improperly re-entrant code which caused the menu spammage we'vejkh1997-10-121-18/+13
* Go on one of my periodic rampages through this code, trying to makejkh1997-01-171-40/+50
* Allow emacs-style next/prev characters as well as arrow keys so thatjkh1997-01-151-3/+3
* 1. Remove some ancient bogons from when I initially added dialogMenuItemjkh1996-07-111-20/+6
* Fix a couple of whoopers which somehow went undetected until now.jkh1996-07-111-11/+13
* Add missing dialog_clear() calls.jkh1996-07-051-0/+1
* Fix the OK/Cancel accellerator bogon I introduced a few days back.jkh1996-04-281-1/+1
* Fix a bogon with ok/cancel callback usage.jkh1996-04-271-8/+8
* More custom hackery to deal with issues discovered in sysinstall.jkh1996-04-251-6/+5
* Allow some post-fire actions to be combined in ways that weren'tjkh1996-04-251-4/+4
* alloca() was being called with highly bogus arguments due to brainjkh1996-04-251-1/+1
* Cosmetic tweaks.jkh1996-04-231-4/+12
* Another bug fix for the DITEM_REDRAW case.jkh1996-04-201-2/+2
* Make the DITEM_RECREATE option work properly.jkh1996-04-201-7/+9
* Fix a bug which did not properly bias checklist items by their scrolljkh1996-04-191-7/+8
* Remove a long-standing window leak I just noticed.jkh1996-04-181-2/+6
* Remove the special-case behavior for fire actions that returnjkh1996-04-181-38/+30
* More changes to attempt to make this whole new dialog scheme morejkh1996-04-161-442/+471
* Refresh dialogs if a callback action fails.jkh1996-04-081-4/+12
* Refresh before calling selection hook.jkh1996-01-051-1/+3
* Next round of changes - make dialog boxes drawable at arbitrary X,Y locationsjkh1996-01-011-19/+26
* Add changes to:jkh1995-12-231-144/+255
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Fix arrows printout for non-arrows keys in menuboxache1995-03-021-46/+40
* file selector, helpline, helpfile and more, with my fixesache1995-02-151-0/+6
* Add more range/argument checkingache1995-01-301-1/+2
* silently restrict all boxes to LINES, COLSache1994-11-181-0/+4
* Fix original bug with wrong calculated dims for items list.ache1994-11-171-11/+8
* Full autosizing support, now you can pass -1, -1 for anyache1994-11-161-1/+17
* Add pointer check after each newwin/subwin with error diagnosticache1994-10-311-0/+10
* Implement dialog_prgbox() function which allows run programache1994-10-281-1/+3
* Declare more functions externally.ache1994-10-201-1/+1
* Make all dialog box available from C programs via functions callsache1994-10-111-0/+357
OpenPOWER on IntegriCloud