Revision history for Perl extension UI-Various
0.18 2022-02-28T08:14:39Z
0.18 2022-02-28T08:11:45Z
- made test for Curses::Box more robust
- added missing file to chmod in DoD script
0.17 2022-02-25T08:16:50Z
- replaced parsable email address to reduce spamming
- fixed some TODOs
- added Box widget
- improved "missing UI element" error message
- hopefully fixed coverage problems in core
- fixed wrong Curses imports
- minor documentation fixes
0.16 2022-01-31T08:26:44Z
- added Radio(button) widget
- improved switches for DoD checks
- refactored handling of variable references
- minor improvments in documentation
0.15 2022-01-25T10:09:13Z
- added Check(box) widget
- fixed various cut&paste documentation errors
- fixed path in examples/_common.pl for extracted tarballs
- RichTerm's input fields are now printed with ANSI underline effect
- added CONTRIBUTING.md
0.14 2022-01-20T13:42:27Z
- updated DE language, minor modification in DoD check
- reversed window order for RichTerm and PoorTerm to match Curses and Tk
- added workaround for Text with SCALAR reference for Curses
- objects are now blessed before initialisation
- fixed handling of SCALAR references
- added Input widget
- added core function to create dummy SCALAR references
- added missing development dependencies
0.13 2022-01-10T09:08:37Z
- replaced bareword filehandle in call_with_stdin unit-test helper
- moved diagnostics introduced in 0.12
0.12 2022-01-09T07:25:51Z
- added another missing dependency (multidimensional)
- added diagnostics for bug on FreeBSD 14 with Tk
- fixed bug in DoD check after change in 0.11
0.11 2022-01-06T08:22:16Z
- added output of package versions to t/00-compile.t
0.10 2022-01-03T08:35:30Z
- missed workaround for parameters set to undef in Perl <5.20
- added missing dependency
0.09 2021-12-29T09:14:27Z
- workaround for parameters set to undef in Perl <5.20
- skipping failing tests for closed STDERR in Perl <5.24
0.08 2021-12-28T10:07:06Z
- fixed and cleaned-up version strings
- improved READMEs
- added checking of version strings to DoD
- added development dependencies
0.07 2021-12-26T15:36:41Z
- fixed "do" bug in tests with older Perl versions
- removed regexp modifier /n not supported by older Perl versions
0.06 2021-12-21T07:22:00Z
- fixed test #2 for 5.28 on Solaris
- DoD check: moved chmod from pl to sh
0.05 2021-12-20T07:46:48Z
- yet two more fixes for some CPAN test environments
0.04 2021-12-19T12:00:59Z
- changed handling of tty in Curses test
- added still more output to some test failing in some environments
0.03 2021-12-17T10:20:33Z
- increased needed Perl version to 5.14 due to required package block syntax in tests
- added additional output to some more test failing on some platforms
0.02 2021-12-16T10:04:39Z
- fixed 1st problems of older Perl versions
- added additional output to ReadLine test failing on some platforms
- added generated README.md and some missing dependencies
0.01 2021-12-15T12:28:42Z
- original version (Proof of Concept)