aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog/radiolist.c
Commit message (Expand)AuthorAgeFilesLines
* Update dialog to version 20100428. This changes the license under whichNathan Whitehorn2011-01-121-628/+0
* Use __FBSDID over rcsid[].David E. O'Brien2003-05-031-4/+2
* Properly move cursor when home and end keys are used.Eric Melville2001-08-311-2/+10
* Properly update cursor position when the list is scrolled.Eric Melville2001-07-261-4/+6
* Improve the interface provided by libdialog. Move a cursor around overEric Melville2001-07-181-42/+119
* *Really* make space accelerators work; no wonder Brian McGovern wasJordan K. Hubbard1999-12-171-1/+1
* Prevent spaces from being interpreted as accelerators.Jordan K. Hubbard1999-12-141-2/+4
* Go on one of my periodic rampages through this code, trying to makeJordan K. Hubbard1997-01-171-52/+61
* Allow emacs-style next/prev characters as well as arrow keys so thatJordan K. Hubbard1997-01-151-3/+3
* Pull the fix from rev 1.31.2.1; i've accidentally committed it toJoerg Wunsch1996-12-261-1/+0
* 1. Remove some ancient bogons from when I initially added dialogMenuItemJordan K. Hubbard1996-07-111-20/+6
* Fix a couple of whoopers which somehow went undetected until now.Jordan K. Hubbard1996-07-111-19/+23
* Add missing dialog_clear() calls.Jordan K. Hubbard1996-07-051-0/+1
* Fix the OK/Cancel accellerator bogon I introduced a few days back.Jordan K. Hubbard1996-04-281-1/+1
* Fix a bogon with ok/cancel callback usage.Jordan K. Hubbard1996-04-271-18/+16
* More custom hackery to deal with issues discovered in sysinstall.Jordan K. Hubbard1996-04-251-6/+5
* Allow some post-fire actions to be combined in ways that weren'tJordan K. Hubbard1996-04-251-11/+4
* alloca() was being called with highly bogus arguments due to brainJordan K. Hubbard1996-04-251-1/+1
* Cosmetic tweaks.Jordan K. Hubbard1996-04-231-0/+1
* Another bug fix for the DITEM_REDRAW case.Jordan K. Hubbard1996-04-201-2/+3
* Make the DITEM_RECREATE option work properly.Jordan K. Hubbard1996-04-201-8/+9
* Fix a bug which did not properly bias checklist items by their scrollJordan K. Hubbard1996-04-191-1/+2
* Remove a long-standing window leak I just noticed.Jordan K. Hubbard1996-04-181-0/+6
* Remove the special-case behavior for fire actions that returnJordan K. Hubbard1996-04-181-43/+36
* More changes to attempt to make this whole new dialog scheme moreJordan K. Hubbard1996-04-161-422/+470
* Refresh dialogs if a callback action fails.Jordan K. Hubbard1996-04-081-4/+12
* Fix small bug with negative item_no.Jordan K. Hubbard1996-01-101-1/+1
* Refresh before calling selection hook.Jordan K. Hubbard1996-01-051-1/+3
* Next round of changes - make dialog boxes drawable at arbitrary X,Y locationsJordan K. Hubbard1996-01-011-21/+25
* Add changes to:Jordan K. Hubbard1995-12-231-139/+228
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Fix arrows printout for non-arrows keys in menuboxAndrey A. Chernov1995-03-021-46/+40
* file selector, helpline, helpfile and more, with my fixesAndrey A. Chernov1995-02-151-0/+6
* Add more range/argument checkingAndrey A. Chernov1995-01-301-1/+2
* silently restrict all boxes to LINES, COLSAndrey A. Chernov1994-11-181-0/+4
* Fix original bug with wrong calculated dims for items list.Andrey A. Chernov1994-11-171-4/+8
* Full autosizing support, now you can pass -1, -1 for anyAndrey A. Chernov1994-11-161-9/+18
* Add pointer check after each newwin/subwin with error diagnosticAndrey A. Chernov1994-10-311-0/+10
* Implement dialog_prgbox() function which allows run programAndrey A. Chernov1994-10-281-1/+3
* Declare more functions externally.Andrey A. Chernov1994-10-201-1/+1
* Make all dialog box available from C programs via functions callsAndrey A. Chernov1994-10-111-0/+368