Changes for version 1.00 - 2024-01-20
- fix for DoD check "uncoverable"
- fixed some TODOs, spelling, documentation
- added attributes for colours (foreground and background)
- boxes without borders are now more compact in Curses
- fixed some comment headers in unit tests
- added wrapper script (BaSH) to run all examples in sequence
- enabled UTF-8 graphics in RichTerm
- running out of input in 41-curses tests now produces full stack-trace
Changes for version 1.00 - 2024-01-20
Modules
graphical/non-graphical user interface without external programs
general box widget of UI::Various
general button widget of UI::Various
general checkbox widget of UI::Various
general file selection widget of UI::Various
concrete implementation of UI::Various::Box
concrete implementation of UI::Various::Button
concrete implementation of UI::Various::Check
concrete implementation of UI::Various::Dialog
concrete implementation of UI::Various::Input
concrete implementation of UI::Various::Listbox
concrete implementation of UI::Various::Main
concrete implementation of UI::Various::Optionmenu
concrete implementation of UI::Various::Radio
concrete implementation of UI::Various::Text
concrete implementation of UI::Various::Window
abstract helper class for Curses's UI elements
general top-level dialogue widget of UI::Various
general input widget of UI::Various
general listbox widget of UI::Various
general main "Window Manager" class of UI::Various
general option-menu widget of UI::Various
concrete implementation of UI::Various::Box
concrete implementation of UI::Various::Button
concrete implementation of UI::Various::Check
concrete implementation of UI::Various::Dialog
concrete implementation of UI::Various::Input
concrete implementation of UI::Various::Listbox
concrete implementation of UI::Various::Main
concrete implementation of UI::Various::Optionmenu
concrete implementation of UI::Various::Radio
concrete implementation of UI::Various::Text
concrete implementation of UI::Various::Window
abstract helper class for PoorTerm's UI elements
abstract helper class for PoorTerm's container UI elements
general radio button widget of UI::Various
concrete implementation of UI::Various::Box
concrete implementation of UI::Various::Button
concrete implementation of UI::Various::Check
concrete implementation of UI::Various::Dialog
concrete implementation of UI::Various::Input
concrete implementation of UI::Various::Listbox
concrete implementation of UI::Various::Main
concrete implementation of UI::Various::Optionmenu
concrete implementation of UI::Various::Radio
concrete implementation of UI::Various::Text
concrete implementation of UI::Various::Window
abstract helper class for RichTerm's UI elements
abstract helper class for RichTerm's container UI elements
general text widget of UI::Various
concrete implementation of UI::Various::Box
concrete implementation of UI::Various::Button
concrete implementation of UI::Various::Check
concrete implementation of UI::Various::Dialog
concrete implementation of UI::Various::Input
concrete implementation of UI::Various::Listbox
concrete implementation of UI::Various::Main
concrete implementation of UI::Various::Optionmenu
concrete implementation of UI::Various::Radio
concrete implementation of UI::Various::Text
concrete implementation of UI::Various::Window
abstract helper class for Tk's UI elements
general top-level window widget of UI::Various
abstract container class for UI elements
core functions of UI::Various
German language support of UI::Various
English language support of UI::Various
abstract top-level widget of UI::Various
abstract base class for UI elements
Provides
in lib/UI/Various/Curses/Box.pm
Examples
- examples/README.md
- examples/_common.pl
- examples/all.sh
- examples/hello-sized.pl
- examples/hello-two-windows.pl
- examples/hello-variable-content.pl
- examples/hello-window-and-dialog.pl
- examples/hello.pl
- examples/listbox-with-buttons.pl
- examples/listbox.pl
- examples/overview-alignments.pl
- examples/overview-colours.pl
- examples/select-file.pl