History log of /freebsd/usr.sbin/bsdinstall/partedit/diskmenu.c (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0
# 7ef6e997 16-Oct-2023 Alfonso S. Siciliano <asiciliano@FreeBSD.org>

sade: Restore UI behavior like dialog(3)

Restore UI behavior like previous disk menu implementation built on
dialog(3):

* Buttons of Create and Modify forms always active to close the
dialogs j

sade: Restore UI behavior like dialog(3)

Restore UI behavior like previous disk menu implementation built on
dialog(3):

* Buttons of Create and Modify forms always active to close the
dialogs just pressing Enter.
* Disk menu indentation.

show more ...


# cdee659f 13-Oct-2023 Alfonso S. Siciliano <asiciliano@FreeBSD.org>

sade: Fix F1 help message

Fix F1 message of the disk menu because the button label is "[Modify]".
This is a UI fix, no functional change.


# 61ba55bc 04-Oct-2023 Baptiste Daroussin <bapt@FreeBSD.org>

bsddialog: import version 1.0


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0
# 50e24496 04-Apr-2022 Alfonso S. Siciliano <asiciliano@FreeBSD.org>

bsdinstall/partedit: Replace libdialog with libbsddialog

bsdinstall/partedit: Replace (LGPL) libdialog with (BSD-2-Clause)
libbsddialog. Rewrite diskeditor.c and rename diskmenu.c because
it uses an

bsdinstall/partedit: Replace libdialog with libbsddialog

bsdinstall/partedit: Replace (LGPL) libdialog with (BSD-2-Clause)
libbsddialog. Rewrite diskeditor.c and rename diskmenu.c because
it uses an API for menu totally incompatible with libbsddialog.
This is a User Interface change everything else is unchanged.

Approved by: bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D34639

show more ...