dragonfly.git
17 months agovendor/dialog: upgrade from 1.3-20200327 to 1.3-20220728 vendor/DIALOG
Antonio Huete Jimenez [Wed, 9 Nov 2022 23:01:09 +0000 (00:01 +0100)]
vendor/dialog: upgrade from 1.3-20200327 to 1.3-20220728

Summary of notable changes:

 + initialize color-settings before --create-rc option is processed.
 + adjust fallback bindings for backspace/delete to match the curses
   library's sense of backspace (Arch #74379).
 + improve logic for updating form-height after screen-resizing.
 + correct off-by-one limit for month when validating parameters of the
   calendar widget (patch by "viverna", Debian #1000720).
 + use mktemp utility rather than tempfile for temporary filename in
   the sample scripts (patch by Ville Skyttä).
 + directly include stddef.h for systems which need it for offsetof().
 + fix a few cppcheck warnings
 + update configure macros, for quoting/escaping fixes per shellcheck
 + add option "--cursor-off-label"
 + add option "--erase-on-exit"
 + add dlg_getenv_num() and dlg_getenv_str().

For detailed list of all changes, bugfixes and improvements, see CHANGES.

3 years agovendor/dialog: upgrade from 1.2-20150920 to 1.3-20200327
Daniel Fojt [Wed, 5 Aug 2020 06:08:20 +0000 (08:08 +0200)]
vendor/dialog: upgrade from 1.2-20150920 to 1.3-20200327

Summary of notable changes:

- add "--week-start" option for calendar widget
- modify editbox widget to add a trailing newline if the text has none
  to ensure the last line is not ignored
- use Gregorian algorithm for leap year
- fix a regression from 2015/05/13 changes for escaping; it is necessary
  to retain backslashes within quotes to make "\Z" escapes work
- change explicit checks for space character used for select or toggle
  to make this rebindable to "TOGGLE"
- improve performance with very long command-lines
- interpret $DIALOGOPTS before expanding "--file", etc., to allow
  the environment variable to turn on tracing in that process
- improve handling of SIGWINCH for several widgets
- add options --print-text-only, and --print-text-size for scripts that
  adjust the widget size according to how the captions are formatted
- when trimming blanks, treat unconverted tabs the same as spaces
- allow for underline- and reverse-video flags in the ".rc" file

For detailed list of all changes, bugfixes and improvements, see CHANGES.

8 years agoVendor branch: Update dialog 1.2-20121230 => 1.2-20150920
John Marino [Wed, 4 Nov 2015 15:19:03 +0000 (16:19 +0100)]
Vendor branch: Update dialog 1.2-20121230 => 1.2-20150920

The README.DELETED file is getting moved to trunk.

11 years agodialog: Add README.DELETED.
Peter Avalos [Sun, 10 Feb 2013 13:24:49 +0000 (05:24 -0800)]
dialog: Add README.DELETED.

11 years agoImport dialog-1.2-20121230.
Peter Avalos [Sun, 10 Feb 2013 12:24:43 +0000 (04:24 -0800)]
Import dialog-1.2-20121230.