index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gnu
/
lib
/
libdialog
/
radiolist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Go on one of my periodic rampages through this code, trying to make
jkh
1997-01-17
1
-52
/
+61
*
Allow emacs-style next/prev characters as well as arrow keys so that
jkh
1997-01-15
1
-3
/
+3
*
Pull the fix from rev 1.31.2.1; i've accidentally committed it to
joerg
1996-12-26
1
-1
/
+0
*
1. Remove some ancient bogons from when I initially added dialogMenuItem
jkh
1996-07-11
1
-20
/
+6
*
Fix a couple of whoopers which somehow went undetected until now.
jkh
1996-07-11
1
-19
/
+23
*
Add missing dialog_clear() calls.
jkh
1996-07-05
1
-0
/
+1
*
Fix the OK/Cancel accellerator bogon I introduced a few days back.
jkh
1996-04-28
1
-1
/
+1
*
Fix a bogon with ok/cancel callback usage.
jkh
1996-04-27
1
-18
/
+16
*
More custom hackery to deal with issues discovered in sysinstall.
jkh
1996-04-25
1
-6
/
+5
*
Allow some post-fire actions to be combined in ways that weren't
jkh
1996-04-25
1
-11
/
+4
*
alloca() was being called with highly bogus arguments due to brain
jkh
1996-04-25
1
-1
/
+1
*
Cosmetic tweaks.
jkh
1996-04-23
1
-0
/
+1
*
Another bug fix for the DITEM_REDRAW case.
jkh
1996-04-20
1
-2
/
+3
*
Make the DITEM_RECREATE option work properly.
jkh
1996-04-20
1
-8
/
+9
*
Fix a bug which did not properly bias checklist items by their scroll
jkh
1996-04-19
1
-1
/
+2
*
Remove a long-standing window leak I just noticed.
jkh
1996-04-18
1
-0
/
+6
*
Remove the special-case behavior for fire actions that return
jkh
1996-04-18
1
-43
/
+36
*
More changes to attempt to make this whole new dialog scheme more
jkh
1996-04-16
1
-422
/
+470
*
Refresh dialogs if a callback action fails.
jkh
1996-04-08
1
-4
/
+12
*
Fix small bug with negative item_no.
jkh
1996-01-10
1
-1
/
+1
*
Refresh before calling selection hook.
jkh
1996-01-05
1
-1
/
+3
*
Next round of changes - make dialog boxes drawable at arbitrary X,Y locations
jkh
1996-01-01
1
-21
/
+25
*
Add changes to:
jkh
1995-12-23
1
-139
/
+228
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Fix arrows printout for non-arrows keys in menubox
ache
1995-03-02
1
-46
/
+40
*
file selector, helpline, helpfile and more, with my fixes
ache
1995-02-15
1
-0
/
+6
*
Add more range/argument checking
ache
1995-01-30
1
-1
/
+2
*
silently restrict all boxes to LINES, COLS
ache
1994-11-18
1
-0
/
+4
*
Fix original bug with wrong calculated dims for items list.
ache
1994-11-17
1
-4
/
+8
*
Full autosizing support, now you can pass -1, -1 for any
ache
1994-11-16
1
-9
/
+18
*
Add pointer check after each newwin/subwin with error diagnostic
ache
1994-10-31
1
-0
/
+10
*
Implement dialog_prgbox() function which allows run program
ache
1994-10-28
1
-1
/
+3
*
Declare more functions externally.
ache
1994-10-20
1
-1
/
+1
*
Make all dialog box available from C programs via functions calls
ache
1994-10-11
1
-0
/
+368