1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
2020-02-09 0.7 <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tklib 0.7 ========================
*
2017-05-22 Arjen Markus <arjenmarkus@users.sourceforge.net>
* demo-rdial.tcl: Updated demo for the rdial widget
* rdial.tcl: Added support for mousewheel
* pkgIndex.tcl: Bumped verion of rdial to 0.7
* controlwidget.man: Added description of new options and support of mousewheel
2010-10-06 Arjen Markus <arjenmarkus@users.sourceforge.net>
* demo-*.tcl: Added shebang and package require statements as per ticket 19721eff15
* demo-meters.tcl: Changed line-endings to UNIX convention as per ticket af953d9fbf
2013-03-25 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tklib 0.6 ========================
*
2010-09-10 Andreas Kupries <andreask@activestate.com>
* controlwidget.tcl: Fixed the mess with controlwidget sourcing
* tachometer.tcl: files which were their own packages. Added
* voltmeter.tcl: package provide declarations to volt- and
* pkgIndex.tcl: tachometer widgets. Registered all the packages
in the index.
2010-08-11 Andreas Kupries <andreask@activestate.com>
* controlwidget.man: Resolved merge conflict regarding markup of
configure/cget in favor of 'method' over 'emph'.
2010-08-10 Arjen Markus <arjenmarkus@users.sourceforge.net>
* controlwidget.man: Expanded the description of all widgets and
their options
* vertical_meter.tcl: Fixed a bug in the slider widget
moved the test code to the examples (demo-meters.tcl)
* radioMatrix.tcl: Changed the name of the Set and Get methods -
now set and get, in accordance with the other widgets
* voltmeter.tcl: Moved the test code to the examples
* tachometer.tcl: Moved the test code to the examples
* rdial.tcl: Moved the test code to the examples
2010-07-16 Andreas Kupries <andreask@activestate.com>
* controlwidget.man: Fixed the bad documentation syntax found by
running "./sak.tcl doc validate modules/controlwidget" from the
tklib toplevel directory.
* ChangeLog begun.
|