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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
|
2024-11-29 Csaba Nemethi <csaba.nemethi@t-online.de>
* Released Wcb 4.1.1.
2024-10-19 Csaba Nemethi <csaba.nemethi@t-online.de>
* *.tcl: Bumped the version number to 4.1.1.
* COPYRIGHT.txt:
* README.txt:
* doc/wcb.html:
* CHANGES.txt: Updated to reflect the changes.
* scripts/wcbEntry.tcl: Made sure that the Migration Tool for Tcl 9
* ../../examples/wcb/*.tcl: won't output any warnings or notes.
2024-09-04 Csaba Nemethi <csaba.nemethi@t-online.de>
* Released Wcb 4.1.
2024-08-20 Csaba Nemethi <csaba.nemethi@t-online.de>
* *.tcl: Bumped the version number to 4.1; restored the support
* COPYRIGHT.txt: for Tcl/Tk 8.4; updated the copyright information.
* README.txt:
* CHANGES.txt: Updated to reflect the changes.
* doc/*.html:
* ../../examples/wcb/listboxtest1.tcl: Now expects bitmap files whose
names have the suffix ".xbm", regardless of the Tk version; updated
the copyright information.
2023-12-27 Csaba Nemethi <csaba.nemethi@t-online.de>
* Released Wcb 4.0.
2023-10-07 Csaba Nemethi <csaba.nemethi@t-online.de>
* *.tcl: Bumped the version number to 4.0; dropped the support
* COPYRIGHT.txt: for Tk versions earlier than 8.4; updated the
* README.txt: copyright information.
* CHANGES.txt: Updated to reflect the changes.
* doc/*.html:
* scripts/*.tcl: Dropped the support for Tk versions earlier than 8.4;
added support for the new ttk::treeview commands "cellselection *";
updated the copyright information.
* doc/*.png: Updated the screenshots.
* ../../examples/wcb/*.tcl: Dropped the support for Tk versions earlier
than 8.4; the demo scripts listboxtest*.tcl no longer expect the
images in the directory $tk_library/demos/images; updated the
copyright information.
* ../../examples/wcb/images/*: Added images for the demo scripts
listboxtest*.tcl.
2022-08-12 Csaba Nemethi <csaba.nemethi@t-online.de>
* Released Wcb 3.8.
2022-08-04 Csaba Nemethi <csaba.nemethi@t-online.de>
* *.tcl: Bumped the version number to 3.8; updated the
* COPYRIGHT.txt: copyright information.
* README.txt:
* CHANGES.txt: Updated to reflect the changes.
* doc/*.html: The new name of the original widget command is now also
referred to as "proxy command"; bumped the version number to 3.8.
* scripts/*.tcl: Updated the copyright information.
* ../../examples/wcb/*.tcl:
2020-12-01 Csaba Nemethi <csaba.nemethi@t-online.de>
* README.txt: Corrected: "http" -> "https".
* doc/wcb.html:
2020-09-20 Csaba Nemethi <csaba.nemethi@t-online.de>
* *.tcl: Bumped the version number to 3.7; updated the
* COPYRIGHT.txt: copyright information.
* README.txt:
* CHANGES.txt: Updated to reflect the changes.
* doc/*.html:
* scripts/*.tcl: Updated the copyright information.
* doc/stylesheet.css: Updated.
* doc/*.png: Updated the screenshots.
* ../../examples/wcb/*.tcl: Made the demo-scripts scaling-aware;
updated the copyright information.
2020-02-09 0.7 <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tklib 0.7 ========================
*
2018-10-08 Csaba Nemethi <csaba.nemethi@t-online.de>
* *.tcl: Bumped the version number to 3.6; adapted to some changes in
future Tcl and Tk releases (TIP 278, independent Tcl and Tk versions);
updated the copyright information.
* COPYRIGHT.txt: Bumped the version number to 3.6.
* README.txt:
* CHANGES.txt: Updated to reflect the changes.
* doc/*.html:
* doc/*.png: Updated the screenshots.
* scripts/*.tcl: Adapted to TIP 278; updated the copyright information.
* scripts/tclIndex: Newly generated.
* ../../examples/wcb/*.tcl: Various updates.
2014-02-16 Csaba Nemethi <csaba.nemethi@t-online.de>
* *.tcl: Bumped the version number to 3.5.
* COPYRIGHT.txt:
* README.txt:
* ../../examples/*.tcl:
* scripts/*.tcl: Support for the tile treeview widget; minor
performance improvements.
* scripts/tclIndex: Newly generated.
* CHANGES.txt: Updated to reflect the changes.
* doc/*.html: Updated to reflect the changes; numerous improvements.
* doc/stylesheet.css: Added stylesheet file.
2013-03-25 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tklib 0.6 ========================
*
2011-03-13 Csaba Nemethi <csaba.nemethi@t-online.de>
* *.tcl: Minor changes related to the package mechanism, for better
teacup support; bumped the version number to 3.4.
* *.txt: Bumped the version number to 3.4.
* doc/wcb.html:
2010-12-07 Csaba Nemethi <csaba.nemethi@t-online.de>
* Added wcb to tklib.
|