2021-02-06 Christopher A. Chavez <chrischavez@gmx.us>
Release 1.10
Mark failing test in t/tcl.t as TODO: likely caused by newer Tcl.pm,
not a reason to prevent users from installing Tkx. [RT#115662]
Typo/spelling fixes contributed by David Steinbrunner; includes
those suggested by Gregor Hermann (Debian Perl Group) [RT#96304]
Remove tclCarbonProcesses usage from tkx-ed: modern Tcl/Tk for macOS Aqua
uses Cocoa rather than Carbon, so CarbonCritLib is no longer usable.
README renamed to README.md, minor improvements
Remove undesirable shebangs, use warnings pramga instead of #!perl -w
Repository and bugtracker now at https://github.com/chrstphrchvz/tkx
2010-11-24 Gisle Aas <gisle@ActiveState.com>
Release 1.09
Improved documentation
2009-11-29 Gisle Aas <gisle@ActiveState.com>
Release 1.08
Improved documentation
Add callback test and made Tcl-0.98 a prereq
2009-01-30 Gisle Aas <gisle@ActiveState.com>
Release 1.07
Tkx::widget now have a $w->_kids method
Tkx::MegaConfig now support option delegation to all its kids
The Tkx::LabEntry example now overide its Tkx class
Improved documentation
2009-01-17 Gisle Aas <gisle@ActiveState.com>
Release 1.06
Sources moved to public repository at http://github.com/gisle/tkx/
For sub-widgets implemented in perl we should call perl methods [RT#42454]
Additional "Mac OS X" tweaks to tkx-ed. The GIT repository
also have a full *.app wrapper to demonstrate how to integrate
Tkx based GUI apps on OS X.
Fixed error message when tkx-ed can't load the given file
Tweak to Tkx::widget's AUTOLOAD function to make it slightly faster
2008-07-30 Gisle Aas <gisle@ActiveState.com>
Release 1.05 [286656]
Documentation update
Tutorial cleanup by Troy Topnik
2006-06-30 Gisle Aas <gisle@ActiveState.com>
Release 1.04 [265087]
Some Tkx::MegaConfig fixes by Jeff Hobbs:
- 'METHOD' where spec would not call the documented method
- '.' where spec didn't work at all
Added test for Tkx::MegaConfig
2006-06-21 Gisle Aas <gisle@ActiveState.com>
Release 1.03 [264696]
Renamed tkxed as tkx-ed. Jeff Hobbs made the program have a
proper File/Edit menu and make it use the ctext widget. There
are also improvements to make it look nicer on Mac OS X.
Included another sample program; tkx-prove, which allows you to
run perl test suites in a handy window.
2005-08-29 Gisle Aas <gisle@ActiveState.com>
Release 1.02 [186229]
Prettier error if Tk fails to initialize. This might happen if
the you can't connect to the X11-server or if Tcl has been installed
without Tk.
Report Tcl exceptions relative to the code that uses Tkx instead of
somewhere internally in Tcl.pm.
Don't require style.tcl to be present for 'tkxed' and 'menu' to run.
Improved the documentation some more.
2005-08-25 Gisle Aas <gisle@ActiveState.com>
Release 1.01 [182713]
Expanded the Tkx::Tutorial.
Added sample program called menu.
Make the tkxed menu available with Ctrl-Button-1 on Mac OS.
The README was not included because it was missing from the
MANIFEST.
2005-08-24 Gisle Aas <gisle@ActiveState.com>
Release 1.00 [181521]
Initial public release