aboutsummaryrefslogtreecommitdiff
path: root/contrib/dialog
Commit message (Collapse)AuthorAgeFilesLines
* Update dialog to 1.2-20130923.Devin Teske2013-09-2433-1938/+4818
| | | | | | | Approved by: re (marius) Notes: svn path=/head/; revision=255852
* Update dialog to 1.2-20130523Baptiste Daroussin2013-06-17134-8147/+9796
| | | | | | | Level up WARNS Notes: svn path=/head/; revision=251843
* Clean some 'svn:executable' properties in the tree.Pedro F. Giffuni2013-01-269-0/+0
| | | | | | | | Submitted by: Christoph Mallon MFC after: 3 days Notes: svn path=/head/; revision=245952
* Revert r241818 that updated dialog to 20120706. This turns out to horriblyNathan Whitehorn2012-12-3094-4223/+2984
| | | | | | | | | break mixed form dialogs in conjunction with the FreeBSD termcap, making the bsdinstall partition editor Add dialog, among other things, completely nonfunctional. This restores dialog 20110707. Notes: svn path=/head/; revision=244850
* Update dialog to 20120706: includes minor useability enhancements andNathan Whitehorn2012-10-2194-2984/+4223
| | | | | | | fixes for warnings encountered with clang. Notes: svn path=/head/; revision=241818
* Update dialog to 1.1-20110707.Nathan Whitehorn2011-07-1443-1548/+3750
| | | | Notes: svn path=/head/; revision=224014
* Don't #undef curses ERR in dialog.h. Otherwise, the macro will beJaakko Heinonen2011-06-191-2/+5
| | | | | | | | | | | unavailable if curses.h is included before dialog.h. PR: bin/156601 Obtained from: Thomas E. Dickey (upstream maintainer) Discussed with: nwhitehorn Notes: svn path=/head/; revision=223289
* Make dialog's --prgbox option actually work.Nathan Whitehorn2011-04-171-7/+6
| | | | Notes: svn path=/head/; revision=220750
* Update dialog to version 1.1-20110302.Nathan Whitehorn2011-04-1798-2868/+5179
| | | | Notes: svn path=/head/; revision=220749
* Update dialog to version 20100428. This changes the license under whichNathan Whitehorn2011-01-12282-0/+61165
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 Notes: svn path=/head/; revision=217309