diff --git a/contrib/bsddialog/.gitignore b/contrib/bsddialog/.gitignore index 557ad3300d1f..62f7b594a708 100644 --- a/contrib/bsddialog/.gitignore +++ b/contrib/bsddialog/.gitignore @@ -6,6 +6,7 @@ examples_library/buildlist examples_library/checklist examples_library/datebox examples_library/form +examples_library/formw examples_library/menu examples_library/mixedlist examples_library/radiolist diff --git a/contrib/bsddialog/CHANGELOG b/contrib/bsddialog/CHANGELOG new file mode 100644 index 000000000000..22eb3342cfe2 --- /dev/null +++ b/contrib/bsddialog/CHANGELOG @@ -0,0 +1,61 @@ +2022-03-02 version 0.2 + + Utility: + * add: (this) CHANGELOG. + * add: "menus" print item with focus (except with OK and ERROR). + * add: pause.sh example. + * add: timebox.sh example. + * change: --theme name "default" -> "flat". + * delete: treeview.sh example. + * fix: --separate-output does not quote (except with --quoted). + * fix: --datebox and --date-format month in output. + * improve: examples handle exit status. + + Library: + * add: conf.form.enable_wchar for wide characters in bsddialog_form(). + * add: theme.menu.f_selectorcolor. + * add: formw.c example. + * change: move conf.f1_file and conf.f1_message in conf.key. + * change: theme.button.[left|right]ch -> theme.button.[left|right]delim. + * change: theme.button.space -> theme.button.hmargin. + * change: theme.menu.arrowcolor -> theme.dialog.arrowcolor. + * change: default menu item depth 4 -> 2. + * fix: disable HOME, PPAGE, END and NPAGE keys in bsddialog_form(). + * fix: visible cursor for timebox.c and form.c in VM VirtualBox. + * fix: mixedlist, center position of separator with big pad. + * fix: timebox and datebox set values only with BSDDIALOG_OK. + * fix: menurows autosize with fullscreen. + * fix: bar color with 0%. + * fix: bar label position. + * improve: timebox and datebox navigation (keys, buttons and shortcuts). + * improve: "menus" colors for accessibility. + + +2022-01-27 version 0.1 + + * Common-Options: --ascii-lines, --backtitle , --begin-x , + --begin-y , --cancel-label