summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog/radiolist.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/+4
* Go on one of my periodic rampages through this code, trying to makejkh1997-01-171-52/+61
* Allow emacs-style next/prev characters as well as arrow keys so thatjkh1997-01-151-3/+3
* Pull the fix from rev 1.31.2.1; i've accidentally committed it tojoerg1996-12-261-1/+0
* 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-19/+23
* 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-18/+16
* 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-11/+4
* alloca() was being called with highly bogus arguments due to brainjkh1996-04-251-1/+1
* Cosmetic tweaks.jkh1996-04-231-0/+1
* Another bug fix for the DITEM_REDRAW case.jkh1996-04-201-2/+3
* Make the DITEM_RECREATE option work properly.jkh1996-04-201-8/+9
* Fix a bug which did not properly bias checklist items by their scrolljkh1996-04-191-1/+2
* Remove a long-standing window leak I just noticed.jkh1996-04-181-0/+6
* Remove the special-case behavior for fire actions that returnjkh1996-04-181-43/+36
* More changes to attempt to make this whole new dialog scheme morejkh1996-04-161-422/+470
* Refresh dialogs if a callback action fails.jkh1996-04-081-4/+12
* Fix small bug with negative item_no.jkh1996-01-101-1/+1
* 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-21/+25
* Add changes to:jkh1995-12-231-139/+228
* 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-4/+8
* Full autosizing support, now you can pass -1, -1 for anyache1994-11-161-9/+18
* 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/+368
OpenPOWER on IntegriCloud