aboutsummaryrefslogtreecommitdiff
path: root/contrib/bsddialog/examples_utility
Commit message (Collapse)AuthorAgeFilesLines
* contrib/bsddialog: import 1.1Alfonso S. Siciliano2025-11-031-0/+34
| | | | | | | | | | | | Add: slider dialog. Imported to enable testing and to complete the geomman(8) utility. Developed as part of the "Full Disk Administration Tool for FreeBSD" project, Braulio Rivas (brauliorivas@), Google Summer of Code 2025. Sponsored by: Google LLC (GSoC 2025) Merge commit '5a70558d32b9680c10ab579c7491652e0838cee4'
* bsddialog: import version 1.0Baptiste Daroussin2023-10-0412-45/+102
|
* contrib/bsddialog: Import version 0.4Alfonso S. Siciliano2022-09-252-2/+35
| | | | | | | | | | | | | | | | | Improvements and changes to integrate bsddialog(1) with scripts in BASE. Overview: * New options. --and-widget, --keep-tite, --calendar. * Change output format. Menus and --print-maxsize. * Redefine sizing. Fixed rows, cols and menurows became at the most. * Add DIAGNOSTICS. Error messages for bad arguments and options. * Add keys. Space for --menu, fast keys for --msgbox and --yesno. * Text. Change default text modification, add --cr-wrap. See /usr/src/contrib/bsddialog/CHANGELOG '2022-09-24 Version 0.4' for more detailed information. Merge commit '9f24fda5a8e7ab8243e71473c7e2dc98b4877e64'
* contrib/bsddialog: Import version 0.3Alfonso S. Siciliano2022-09-033-13/+13
| | | | | | | | | | | | | | | | | | New features overview: * Unicode. User interface handles multi-column characters. API can handle char* like a multibyte character string. Internally wide characters are used for keyboard input, to adapt word wrapping and dynamic text auto-sizing for multi-column characters. * Forms refactoring. Complete rewrite deleting libformw dependency. * Theme. New utility options to save and load custom theme at run-time. * TUI navigation. Added keys to navigate input components. Changed default focus behavior of input dialogs to be LGPL-dialog-like; a new option can set the previous whiptail-like behavior. See /usr/src/contrib/bsddialog/CHANGELOG '2022-08-29 Version 0.3' for more detailed information. Merge commit '2c9fd7655ba54e7239f528e1af9fe09662de9b03'
* Merge commit '2f8d4418415511460bd7b3b3e532f6b328cf993f'Alfonso S. Siciliano2022-03-1316-51/+325
|
* bsddialog: import version 0.1Alfonso Siciliano2022-01-2815-105/+83
| | | | | | | | | | | | | | | Import bsddialog 0.1 Utility and Library, fully refatorized, API stable, manuals completed, easier to maintain and improve. Update deps for new API: add mixedgauge consts, delete __DECONST and add bsddialog_geterror() info to avoid silent errors * tzsetup * kbdmap * distextract Differential Revision: https://reviews.freebsd.org/D34066
* bsddialog: import version 0.0.2Baptiste Daroussin2021-12-211-1/+1
|
* bsddialog: import version 0.0.1Baptiste Daroussin2021-12-131-13/+14
|
* bsddialog: import snapshot 2021-12-05Baptiste Daroussin2021-12-0615-0/+255