History log of /freebsd-9.3-release/gnu/lib/libodialog/msgbox.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 217309 12-Jan-2011 nwhitehorn

Update dialog to version 20100428. This changes the license under which
dialog is distributed from GPLv2 to LGPLv2 and introduces a number of new
features and a new and better libdialog API. The existing libdialog will
be kept temporarily as libodialog for compatibility purposes until sade,
sysinstall and tzsetup have been either updated or replaced.

__FreeBSD_version is now 900030.

Discussed on: -current
Approved by: core
Obtained from: http://invisible-island.net/dialog


# 114603 03-May-2003 obrien

Use __FBSDID over rcsid[].


# 81331 08-Aug-2001 eric

Handle keys consistently.


# 24389 29-Mar-1997 jkh

YAMF22


# 21697 15-Jan-1997 jkh

Allow emacs-style next/prev characters as well as arrow keys so that
I can offer this as a consistent feature.


# 20359 12-Dec-1996 jkh

Line up some of these OK boxes properly again.


# 18682 04-Oct-1996 jkh

"CONTINUE" was just too long. Make it a nice "OK" now.


# 17098 11-Jul-1996 jkh

1. Remove some ancient bogons from when I initially added dialogMenuItem
support.
2. Have message boxes say "Continue" instead of "Exit"


# 13135 01-Jan-1996 jkh

Next round of changes - make dialog boxes drawable at arbitrary X,Y locations
and add selection traversal callbacks so context-sensitive behavior can
even be implemented for individual menu items. These work around the two
largest issues holding me back with some of my sysinstall changes.


# 8858 30-May-1995 rgrimes

Remove trailing whitespace.


# 7959 20-Apr-1995 ache

Upgrade.
Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>


# 6674 23-Feb-1995 ache

Simplify notify()
Fix dupwin usage, now it really restore screen
Disable helpline while helpfile displayed
Fix helpfile borders
Fix mesgbox range computing


# 6458 15-Feb-1995 ache

file selector, helpline, helpfile and more, with my fixes
Submitted by: wmbfmk@urc.tue.nl


# 6035 30-Jan-1995 ache

Add more range/argument checking
Submitted by: charnier@lirmm.fr


# 4658 18-Nov-1994 ache

silently restrict all boxes to LINES, COLS


# 4527 16-Nov-1994 ache

Full autosizing support, now you can pass -1, -1 for any
string


# 4024 31-Oct-1994 ache

Add pointer check after each newwin/subwin with error diagnostic


# 3950 28-Oct-1994 ache

Implement dialog_prgbox() function which allows run program
(via pipe) with output to dialog box


# 3740 20-Oct-1994 ache

Declare more functions externally.
Don't forget to use 'make beforeinstall'...


# 3516 11-Oct-1994 ache

This commit was generated by cvs2svn to compensate for changes in r3515,
which included commits to RCS files with non-trunk default branches.


# 3515 11-Oct-1994 ache

Make all dialog box available from C programs via functions calls